Interface GCSOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GCS, GCS.Builder

    public interface GCSOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getRemotePath()
      Remote path, either a bucket name or a subdirectory of a bucket, e.g.: bucket_name, bucket_name/subdirectory/
      com.google.protobuf.ByteString getRemotePathBytes()
      Remote path, either a bucket name or a subdirectory of a bucket, e.g.: bucket_name, bucket_name/subdirectory/
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getRemotePath

        String getRemotePath()
         Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
         bucket_name, bucket_name/subdirectory/
         
        string remote_path = 1;
        Returns:
        The remotePath.
      • getRemotePathBytes

        com.google.protobuf.ByteString getRemotePathBytes()
         Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
         bucket_name, bucket_name/subdirectory/
         
        string remote_path = 1;
        Returns:
        The bytes for remotePath.