public interface ListServicesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
Service |
getServices(int index)
The `Service`s matching the specified filter.
|
int |
getServicesCount()
The `Service`s matching the specified filter.
|
List<Service> |
getServicesList()
The `Service`s matching the specified filter.
|
ServiceOrBuilder |
getServicesOrBuilder(int index)
The `Service`s matching the specified filter.
|
List<? extends ServiceOrBuilder> |
getServicesOrBuilderList()
The `Service`s matching the specified filter.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Service> getServicesList()
The `Service`s matching the specified filter.
repeated .google.monitoring.v3.Service services = 1;Service getServices(int index)
The `Service`s matching the specified filter.
repeated .google.monitoring.v3.Service services = 1;int getServicesCount()
The `Service`s matching the specified filter.
repeated .google.monitoring.v3.Service services = 1;List<? extends ServiceOrBuilder> getServicesOrBuilderList()
The `Service`s matching the specified filter.
repeated .google.monitoring.v3.Service services = 1;ServiceOrBuilder getServicesOrBuilder(int index)
The `Service`s matching the specified filter.
repeated .google.monitoring.v3.Service services = 1;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.