All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.servicemanagement.v1.ListServiceConfigsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/servicemanagement/v1/servicemanager.proto

package com.google.api.servicemanagement.v1;

public interface ListServiceConfigsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.servicemanagement.v1.ListServiceConfigsResponse)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * The list of service configuration resources.
   * 
* * repeated .google.api.Service service_configs = 1; */ java.util.List getServiceConfigsList(); /** *
   * The list of service configuration resources.
   * 
* * repeated .google.api.Service service_configs = 1; */ com.google.api.Service getServiceConfigs(int index); /** *
   * The list of service configuration resources.
   * 
* * repeated .google.api.Service service_configs = 1; */ int getServiceConfigsCount(); /** *
   * The list of service configuration resources.
   * 
* * repeated .google.api.Service service_configs = 1; */ java.util.List getServiceConfigsOrBuilderList(); /** *
   * The list of service configuration resources.
   * 
* * repeated .google.api.Service service_configs = 1; */ com.google.api.ServiceOrBuilder getServiceConfigsOrBuilder( int index); /** *
   * The token of the next page of results.
   * 
* * string next_page_token = 2; */ java.lang.String getNextPageToken(); /** *
   * The token of the next page of results.
   * 
* * string next_page_token = 2; */ com.google.proto4pingcap.ByteString getNextPageTokenBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy