Interface ExternalStorageReferenceOrBuilder

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

@Generated(value="protoc", comments="annotations:ExternalStorageReferenceOrBuilder.java.pb.meta") public interface ExternalStorageReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Driver-specific key-value pairs that identify and provide access to the stored payload.
    Deprecated.
    int
    Driver-specific key-value pairs that identify and provide access to the stored payload.
    Driver-specific key-value pairs that identify and provide access to the stored payload.
    getClaimDataOrDefault(String key, String defaultValue)
    Driver-specific key-value pairs that identify and provide access to the stored payload.
    Driver-specific key-value pairs that identify and provide access to the stored payload.
    The name of the storage driver responsible for retrieving the payload.
    com.google.protobuf.ByteString
    The name of the storage driver responsible for retrieving the payload.

    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 Details

    • getDriverName

      String getDriverName()
       The name of the storage driver responsible for retrieving the payload.
       
      string driver_name = 1;
      Returns:
      The driverName.
    • getDriverNameBytes

      com.google.protobuf.ByteString getDriverNameBytes()
       The name of the storage driver responsible for retrieving the payload.
       
      string driver_name = 1;
      Returns:
      The bytes for driverName.
    • getClaimDataCount

      int getClaimDataCount()
       Driver-specific key-value pairs that identify and provide access to the stored payload.
       
      map<string, string> claim_data = 2;
    • containsClaimData

      boolean containsClaimData(String key)
       Driver-specific key-value pairs that identify and provide access to the stored payload.
       
      map<string, string> claim_data = 2;
    • getClaimData

      @Deprecated Map<String,String> getClaimData()
      Deprecated.
      Use getClaimDataMap() instead.
    • getClaimDataMap

      Map<String,String> getClaimDataMap()
       Driver-specific key-value pairs that identify and provide access to the stored payload.
       
      map<string, string> claim_data = 2;
    • getClaimDataOrDefault

      String getClaimDataOrDefault(String key, String defaultValue)
       Driver-specific key-value pairs that identify and provide access to the stored payload.
       
      map<string, string> claim_data = 2;
    • getClaimDataOrThrow

      String getClaimDataOrThrow(String key)
       Driver-specific key-value pairs that identify and provide access to the stored payload.
       
      map<string, string> claim_data = 2;