public interface ListServicesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConsumerId()
Deprecated.
google.api.servicemanagement.v1.ListServicesRequest.consumer_id is deprecated. See
google/api/servicemanagement/v1/servicemanager.proto;l=278
|
com.google.protobuf.ByteString |
getConsumerIdBytes()
Deprecated.
google.api.servicemanagement.v1.ListServicesRequest.consumer_id is deprecated. See
google/api/servicemanagement/v1/servicemanager.proto;l=278
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProducerProjectId()
Include services produced by the specified project.
string producer_project_id = 1;com.google.protobuf.ByteString getProducerProjectIdBytes()
Include services produced by the specified project.
string producer_project_id = 1;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;String getPageToken()
Token identifying which result to start with; returned by a previous list call.
string page_token = 6;com.google.protobuf.ByteString getPageTokenBytes()
Token identifying which result to start with; returned by a previous list call.
string page_token = 6;@Deprecated String getConsumerId()
Include services consumed by the specified consumer. The Google Service Management implementation accepts the following forms: - project:<project_id>
string consumer_id = 7 [deprecated = true];@Deprecated com.google.protobuf.ByteString getConsumerIdBytes()
Include services consumed by the specified consumer. The Google Service Management implementation accepts the following forms: - project:<project_id>
string consumer_id = 7 [deprecated = true];Copyright © 2025 Google LLC. All rights reserved.