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 Type
    Method
    Description
    getRecords(int index)
    repeated .tech.figure.objectstore.gateway.Record records = 2;
    int
    repeated .tech.figure.objectstore.gateway.Record records = 2;
    repeated .tech.figure.objectstore.gateway.Record records = 2;
    repeated .tech.figure.objectstore.gateway.Record records = 2;
    repeated .tech.figure.objectstore.gateway.Record records = 2;
    string scope_id = 1;
    com.google.protobuf.ByteString
    string scope_id = 1;

    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

    • 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

      GatewayOuterClass.Record getRecords(int index)
      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

      GatewayOuterClass.RecordOrBuilder getRecordsOrBuilder(int index)
      repeated .tech.figure.objectstore.gateway.Record records = 2;