public static interface PatchJobs.GcsObjectOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBucket()
public abstract String getBucket()Required. Bucket of the Google Cloud Storage object.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The bucket. |
getBucketBytes()
public abstract ByteString getBucketBytes()Required. Bucket of the Google Cloud Storage object.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for bucket. |
getGenerationNumber()
public abstract long getGenerationNumber()Required. Generation number of the Google Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
int64 generation_number = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| long | The generationNumber. |
getObject()
public abstract String getObject()Required. Name of the Google Cloud Storage object.
string object = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The object. |
getObjectBytes()
public abstract ByteString getObjectBytes()Required. Name of the Google Cloud Storage object.
string object = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for object. |