Interface ListApiSpecRevisionsResponseOrBuilder

    • Method Detail

      • getApiSpecsList

        List<ApiSpec> getApiSpecsList()
         The revisions of the spec.
         
        repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
      • getApiSpecs

        ApiSpec getApiSpecs​(int index)
         The revisions of the spec.
         
        repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
      • getApiSpecsCount

        int getApiSpecsCount()
         The revisions of the spec.
         
        repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
      • getApiSpecsOrBuilderList

        List<? extends ApiSpecOrBuilder> getApiSpecsOrBuilderList()
         The revisions of the spec.
         
        repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
      • getApiSpecsOrBuilder

        ApiSpecOrBuilder getApiSpecsOrBuilder​(int index)
         The revisions of the spec.
         
        repeated .google.cloud.apigeeregistry.v1.ApiSpec api_specs = 1;
      • getNextPageToken

        String getNextPageToken()
         A token that 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 that 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.