Interface ListServiceConfigsRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPageSize()
      The max number of items to include in the response list.
      String getPageToken()
      The token of the page to retrieve.
      com.google.protobuf.ByteString getPageTokenBytes()
      The token of the page to retrieve.
      String getServiceName()
      Required.
      com.google.protobuf.ByteString getServiceNameBytes()
      Required.
      • 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

      • getServiceName

        String getServiceName()
         Required. The name of the service.  See the
         [overview](https://cloud.google.com/service-management/overview) for naming
         requirements.  For example: `example.googleapis.com`.
         
        string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The serviceName.
      • getServiceNameBytes

        com.google.protobuf.ByteString getServiceNameBytes()
         Required. The name of the service.  See the
         [overview](https://cloud.google.com/service-management/overview) for naming
         requirements.  For example: `example.googleapis.com`.
         
        string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for serviceName.
      • getPageToken

        String getPageToken()
         The token of the page to retrieve.
         
        string page_token = 2;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         The token of the page to retrieve.
         
        string page_token = 2;
        Returns:
        The bytes for pageToken.
      • getPageSize

        int getPageSize()
         The max number of items to include in the response list. Page size is 50
         if not specified. Maximum value is 100.
         
        int32 page_size = 3;
        Returns:
        The pageSize.