public abstract static class GcsUtil.CreateOptions
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GcsUtil.CreateOptions.Builder | 
| Constructor and Description | 
|---|
| CreateOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| static GcsUtil.CreateOptions.Builder | builder() | 
| abstract @Nullable java.lang.String | getContentType()The content type for the created file, eg "text/plain". | 
| abstract boolean | getExpectFileToNotExist()If true, the created file is expected to not exist. | 
| abstract @Nullable java.lang.Integer | getUploadBufferSizeBytes()If non-null, the upload buffer size to be used. | 
public abstract boolean getExpectFileToNotExist()
public abstract @Nullable java.lang.Integer getUploadBufferSizeBytes()
public abstract @Nullable java.lang.String getContentType()
public static GcsUtil.CreateOptions.Builder builder()