Interface ListApiSpecsResponseOrBuilder

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

    public interface ListApiSpecsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ApiSpec getApiSpecs​(int index)
      The specs from the specified publisher.
      int getApiSpecsCount()
      The specs from the specified publisher.
      List<ApiSpec> getApiSpecsList()
      The specs from the specified publisher.
      ApiSpecOrBuilder getApiSpecsOrBuilder​(int index)
      The specs from the specified publisher.
      List<? extends ApiSpecOrBuilder> getApiSpecsOrBuilderList()
      The specs from the specified publisher.
      String getNextPageToken()
      A token, which can be sent as `page_token` to retrieve the next page.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      A token, which can be sent as `page_token` to retrieve the next page.
      • 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 Detail

      • getApiSpecsList

        List<ApiSpec> getApiSpecsList()
         The specs from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
      • getApiSpecs

        ApiSpec getApiSpecs​(int index)
         The specs from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
      • getApiSpecsCount

        int getApiSpecsCount()
         The specs from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
      • getApiSpecsOrBuilderList

        List<? extends ApiSpecOrBuilder> getApiSpecsOrBuilderList()
         The specs from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
      • getApiSpecsOrBuilder

        ApiSpecOrBuilder getApiSpecsOrBuilder​(int index)
         The specs from the specified publisher.
         
        repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
      • getNextPageToken

        String getNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.