public static interface TransferTypes.GcsDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Required.
|
com.google.protobuf.ByteString |
getBucketNameBytes()
Required.
|
String |
getPath()
Root path to transfer objects.
|
com.google.protobuf.ByteString |
getPathBytes()
Root path to transfer objects.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBucketName()
Required. Cloud Storage bucket name. Must meet [Bucket Name Requirements](/storage/docs/naming#requirements).
string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getBucketNameBytes()
Required. Cloud Storage bucket name. Must meet [Bucket Name Requirements](/storage/docs/naming#requirements).
string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];String getPath()
Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'. The root path value must meet [Object Name Requirements](/storage/docs/naming#objectnames).
string path = 3;com.google.protobuf.ByteString getPathBytes()
Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'. The root path value must meet [Object Name Requirements](/storage/docs/naming#objectnames).
string path = 3;Copyright © 2022 Google LLC. All rights reserved.