public interface ListServiceLevelObjectivesResponseOrBuilder
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.
|
ServiceLevelObjective |
getServiceLevelObjectives(int index)
The `ServiceLevelObjective`s matching the specified filter.
|
int |
getServiceLevelObjectivesCount()
The `ServiceLevelObjective`s matching the specified filter.
|
List<ServiceLevelObjective> |
getServiceLevelObjectivesList()
The `ServiceLevelObjective`s matching the specified filter.
|
ServiceLevelObjectiveOrBuilder |
getServiceLevelObjectivesOrBuilder(int index)
The `ServiceLevelObjective`s matching the specified filter.
|
List<? extends ServiceLevelObjectiveOrBuilder> |
getServiceLevelObjectivesOrBuilderList()
The `ServiceLevelObjective`s matching the specified filter.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ServiceLevelObjective> getServiceLevelObjectivesList()
The `ServiceLevelObjective`s matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;ServiceLevelObjective getServiceLevelObjectives(int index)
The `ServiceLevelObjective`s matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;int getServiceLevelObjectivesCount()
The `ServiceLevelObjective`s matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;List<? extends ServiceLevelObjectiveOrBuilder> getServiceLevelObjectivesOrBuilderList()
The `ServiceLevelObjective`s matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;ServiceLevelObjectiveOrBuilder getServiceLevelObjectivesOrBuilder(int index)
The `ServiceLevelObjective`s matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 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.