public static interface PatchJobs.GcsObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket()
Required.
|
com.google.protobuf.ByteString |
getBucketBytes()
Required.
|
long |
getGenerationNumber()
Required.
|
String |
getObject()
Required.
|
com.google.protobuf.ByteString |
getObjectBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBucket()
Required. Bucket of the Cloud Storage object.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getBucketBytes()
Required. Bucket of the Cloud Storage object.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];String getObject()
Required. Name of the Cloud Storage object.
string object = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getObjectBytes()
Required. Name of the Cloud Storage object.
string object = 2 [(.google.api.field_behavior) = REQUIRED];long getGenerationNumber()
Required. Generation number of the 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];Copyright © 2024 Google LLC. All rights reserved.