Package com.google.cloud.datastream.v1
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
getBucket()
Required.com.google.protobuf.ByteString
getBucketBytes()
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
-
getBucket
String getBucket()
Required. The Cloud Storage bucket name.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bucket.
-
getBucketBytes
com.google.protobuf.ByteString getBucketBytes()
Required. The Cloud Storage bucket name.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for bucket.
-
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.
-
-