Package tech.figure.objectstore.gateway
Interface GatewayOuterClass.FetchObjectRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.FetchObjectRequest,GatewayOuterClass.FetchObjectRequest.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.FetchObjectRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptionalcom.google.protobuf.ByteStringoptionalstring scope_address = 1;com.google.protobuf.ByteStringstring scope_address = 1;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
-
getScopeAddress
String getScopeAddress()string scope_address = 1;- Returns:
- The scopeAddress.
-
getScopeAddressBytes
com.google.protobuf.ByteString getScopeAddressBytes()string scope_address = 1;- Returns:
- The bytes for scopeAddress.
-
getGranterAddress
String getGranterAddress()optional
string granter_address = 2;- Returns:
- The granterAddress.
-
getGranterAddressBytes
com.google.protobuf.ByteString getGranterAddressBytes()optional
string granter_address = 2;- Returns:
- The bytes for granterAddress.
-