Interface ListServicesRequestOrBuilder (3.39.0)

public interface ListServicesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConsumerId() (deprecated)

public abstract String getConsumerId()

Deprecated. google.api.servicemanagement.v1.ListServicesRequest.consumer_id is deprecated. See google/api/servicemanagement/v1/servicemanager.proto;l=278

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];

Returns
TypeDescription
String

The consumerId.

getConsumerIdBytes() (deprecated)

public abstract ByteString getConsumerIdBytes()

Deprecated. google.api.servicemanagement.v1.ListServicesRequest.consumer_id is deprecated. See google/api/servicemanagement/v1/servicemanager.proto;l=278

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];

Returns
TypeDescription
ByteString

The bytes for consumerId.

getPageSize()

public abstract 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
TypeDescription
int

The pageSize.

getPageToken()

public abstract String getPageToken()

Token identifying which result to start with; returned by a previous list call.

string page_token = 6;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

Token identifying which result to start with; returned by a previous list call.

string page_token = 6;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getProducerProjectId()

public abstract String getProducerProjectId()

Include services produced by the specified project.

string producer_project_id = 1;

Returns
TypeDescription
String

The producerProjectId.

getProducerProjectIdBytes()

public abstract ByteString getProducerProjectIdBytes()

Include services produced by the specified project.

string producer_project_id = 1;

Returns
TypeDescription
ByteString

The bytes for producerProjectId.