Interface ListServicesResponseOrBuilder (3.42.0)

public interface ListServicesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getServices(int index)

public abstract Service getServices(int index)

The Services matching the specified filter.

repeated .google.monitoring.v3.Service services = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Service

getServicesCount()

public abstract int getServicesCount()

The Services matching the specified filter.

repeated .google.monitoring.v3.Service services = 1;

Returns
TypeDescription
int

getServicesList()

public abstract List<Service> getServicesList()

The Services matching the specified filter.

repeated .google.monitoring.v3.Service services = 1;

Returns
TypeDescription
List<Service>

getServicesOrBuilder(int index)

public abstract ServiceOrBuilder getServicesOrBuilder(int index)

The Services matching the specified filter.

repeated .google.monitoring.v3.Service services = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ServiceOrBuilder

getServicesOrBuilderList()

public abstract List<? extends ServiceOrBuilder> getServicesOrBuilderList()

The Services matching the specified filter.

repeated .google.monitoring.v3.Service services = 1;

Returns
TypeDescription
List<? extends com.google.monitoring.v3.ServiceOrBuilder>