public interface ListServicesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| Service |
getServicesCount()
public abstract int getServicesCount() The Services matching the specified filter.
repeated .google.monitoring.v3.Service services = 1;
| Type | Description |
| int |
getServicesList()
public abstract List<Service> getServicesList() The Services matching the specified filter.
repeated .google.monitoring.v3.Service services = 1;
| Type | Description |
| List<Service> |
getServicesOrBuilder(int index)
public abstract ServiceOrBuilder getServicesOrBuilder(int index) The Services matching the specified filter.
repeated .google.monitoring.v3.Service services = 1;
| Name | Description |
| index | int |
| Type | Description |
| ServiceOrBuilder |
getServicesOrBuilderList()
public abstract List<? extends ServiceOrBuilder> getServicesOrBuilderList() The Services matching the specified filter.
repeated .google.monitoring.v3.Service services = 1;
| Type | Description |
| List<? extends com.google.monitoring.v3.ServiceOrBuilder> |