Interface GcsPrefixOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcsPrefix
,GcsPrefix.Builder
public interface GcsPrefixOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGcsUriPrefix()
The URI prefix.com.google.protobuf.ByteString
getGcsUriPrefixBytes()
The URI prefix.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGcsUriPrefix
String getGcsUriPrefix()
The URI prefix.
string gcs_uri_prefix = 1;
- Returns:
- The gcsUriPrefix.
-
getGcsUriPrefixBytes
com.google.protobuf.ByteString getGcsUriPrefixBytes()
The URI prefix.
string gcs_uri_prefix = 1;
- Returns:
- The bytes for gcsUriPrefix.
-
-