Interface GcsProfileOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcsProfile
,GcsProfile.Builder
public interface GcsProfileOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBucketName()
Required.com.google.protobuf.ByteString
getBucketNameBytes()
Required.String
getRootPath()
The root path inside the Cloud Storage bucket.com.google.protobuf.ByteString
getRootPathBytes()
The root path inside the Cloud Storage bucket.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBucketName
String getBucketName()
Required. The full project and resource path for Cloud Storage bucket including the name.
string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bucketName.
-
getBucketNameBytes
com.google.protobuf.ByteString getBucketNameBytes()
Required. The full project and resource path for Cloud Storage bucket including the name.
string bucket_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for bucketName.
-
getRootPath
String getRootPath()
The root path inside the Cloud Storage bucket.
string root_path = 2;
- Returns:
- The rootPath.
-
getRootPathBytes
com.google.protobuf.ByteString getRootPathBytes()
The root path inside the Cloud Storage bucket.
string root_path = 2;
- Returns:
- The bytes for rootPath.
-
-