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 TypeMethodDescriptionbooleancontainsClaimData(String key) Driver-specific key-value pairs that identify and provide access to the stored payload.Deprecated.intDriver-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.ByteStringThe name of the storage driver responsible for retrieving the payload.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
Driver-specific key-value pairs that identify and provide access to the stored payload.
map<string, string> claim_data = 2; -
getClaimData
-
getClaimDataMap
-
getClaimDataOrDefault
-
getClaimDataOrThrow
-