Package tech.figure.objectstore.gateway
Interface GatewayOuterClass.FetchObjectResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.FetchObjectResponse,GatewayOuterClass.FetchObjectResponse.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.FetchObjectResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRecords(int index) repeated .tech.figure.objectstore.gateway.Record records = 2;intrepeated .tech.figure.objectstore.gateway.Record records = 2;repeated .tech.figure.objectstore.gateway.Record records = 2;getRecordsOrBuilder(int index) repeated .tech.figure.objectstore.gateway.Record records = 2;List<? extends GatewayOuterClass.RecordOrBuilder>repeated .tech.figure.objectstore.gateway.Record records = 2;string scope_id = 1;com.google.protobuf.ByteStringstring scope_id = 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
-
getScopeId
String getScopeId()string scope_id = 1;- Returns:
- The scopeId.
-
getScopeIdBytes
com.google.protobuf.ByteString getScopeIdBytes()string scope_id = 1;- Returns:
- The bytes for scopeId.
-
getRecordsList
List<GatewayOuterClass.Record> getRecordsList()repeated .tech.figure.objectstore.gateway.Record records = 2; -
getRecords
repeated .tech.figure.objectstore.gateway.Record records = 2; -
getRecordsCount
int getRecordsCount()repeated .tech.figure.objectstore.gateway.Record records = 2; -
getRecordsOrBuilderList
List<? extends GatewayOuterClass.RecordOrBuilder> getRecordsOrBuilderList()repeated .tech.figure.objectstore.gateway.Record records = 2; -
getRecordsOrBuilder
repeated .tech.figure.objectstore.gateway.Record records = 2;
-