Interface CloudStoragePathOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPath()
      A url representing a file or path (no wildcards) in Cloud Storage.
      com.google.protobuf.ByteString getPathBytes()
      A url representing a file or path (no wildcards) in Cloud Storage.
      • 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

      • getPath

        String getPath()
         A url representing a file or path (no wildcards) in Cloud Storage.
         Example: gs://[BUCKET_NAME]/dictionary.txt
         
        string path = 1;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         A url representing a file or path (no wildcards) in Cloud Storage.
         Example: gs://[BUCKET_NAME]/dictionary.txt
         
        string path = 1;
        Returns:
        The bytes for path.