Interface ListServicesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListServicesRequest
,ListServicesRequest.Builder
public interface ListServicesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getConsumerId()
Deprecated.google.api.servicemanagement.v1.ListServicesRequest.consumer_id is deprecated.com.google.protobuf.ByteString
getConsumerIdBytes()
Deprecated.google.api.servicemanagement.v1.ListServicesRequest.consumer_id is deprecated.int
getPageSize()
The max number of items to include in the response list.String
getPageToken()
Token identifying which result to start with; returned by a previous list call.com.google.protobuf.ByteString
getPageTokenBytes()
Token identifying which result to start with; returned by a previous list call.String
getProducerProjectId()
Include services produced by the specified project.com.google.protobuf.ByteString
getProducerProjectIdBytes()
Include services produced by the specified project.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProducerProjectId
String getProducerProjectId()
Include services produced by the specified project.
string producer_project_id = 1;
- Returns:
- The producerProjectId.
-
getProducerProjectIdBytes
com.google.protobuf.ByteString getProducerProjectIdBytes()
Include services produced by the specified project.
string producer_project_id = 1;
- Returns:
- The bytes for producerProjectId.
-
getPageSize
int getPageSize()
The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 500.
int32 page_size = 5;
- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
Token identifying which result to start with; returned by a previous list call.
string page_token = 6;
- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
Token identifying which result to start with; returned by a previous list call.
string page_token = 6;
- Returns:
- The bytes for pageToken.
-
getConsumerId
@Deprecated String getConsumerId()
Deprecated.google.api.servicemanagement.v1.ListServicesRequest.consumer_id is deprecated. See google/api/servicemanagement/v1/servicemanager.proto;l=278Include services consumed by the specified consumer. The Google Service Management implementation accepts the following forms: - project:<project_id>
string consumer_id = 7 [deprecated = true];
- Returns:
- The consumerId.
-
getConsumerIdBytes
@Deprecated com.google.protobuf.ByteString getConsumerIdBytes()
Deprecated.google.api.servicemanagement.v1.ListServicesRequest.consumer_id is deprecated. See google/api/servicemanagement/v1/servicemanager.proto;l=278Include services consumed by the specified consumer. The Google Service Management implementation accepts the following forms: - project:<project_id>
string consumer_id = 7 [deprecated = true];
- Returns:
- The bytes for consumerId.
-
-