Interface Tablespace.ObjectPropertiesOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
        optional string name = 1;
      • getName

        String getName()
        optional string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 1;
      • hasObjectId

        boolean hasObjectId()
        optional uint32 objectId = 2;
      • getObjectId

        int getObjectId()
        optional uint32 objectId = 2;
      • hasContentType

        boolean hasContentType()
        optional string contentType = 3;
      • getContentType

        String getContentType()
        optional string contentType = 3;
      • getContentTypeBytes

        com.google.protobuf.ByteString getContentTypeBytes()
        optional string contentType = 3;
      • hasCreated

        boolean hasCreated()
        optional int64 created = 4;
      • getCreated

        long getCreated()
        optional int64 created = 4;
      • hasSize

        boolean hasSize()
        optional uint64 size = 5;
      • getSize

        long getSize()
        optional uint64 size = 5;
      • getMetadataCount

        int getMetadataCount()
        map<string, string> metadata = 6;
      • containsMetadata

        boolean containsMetadata​(String key)
        map<string, string> metadata = 6;
      • getMetadataMap

        Map<String,​String> getMetadataMap()
        map<string, string> metadata = 6;
      • getMetadataOrDefault

        String getMetadataOrDefault​(String key,
                                    String defaultValue)
        map<string, string> metadata = 6;
      • getMetadataOrThrow

        String getMetadataOrThrow​(String key)
        map<string, string> metadata = 6;