public interface ListServiceLevelObjectivesResponseOrBuilder 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getServiceLevelObjectives(int index)
public abstract ServiceLevelObjective getServiceLevelObjectives(int index) The ServiceLevelObjectives matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ServiceLevelObjective |
|
getServiceLevelObjectivesCount()
public abstract int getServiceLevelObjectivesCount() The ServiceLevelObjectives matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getServiceLevelObjectivesList()
public abstract List<ServiceLevelObjective> getServiceLevelObjectivesList() The ServiceLevelObjectives matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
| Returns | |
|---|---|
| Type | Description |
List<ServiceLevelObjective> |
|
getServiceLevelObjectivesOrBuilder(int index)
public abstract ServiceLevelObjectiveOrBuilder getServiceLevelObjectivesOrBuilder(int index) The ServiceLevelObjectives matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ServiceLevelObjectiveOrBuilder |
|
getServiceLevelObjectivesOrBuilderList()
public abstract List<? extends ServiceLevelObjectiveOrBuilder> getServiceLevelObjectivesOrBuilderList() The ServiceLevelObjectives matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.monitoring.v3.ServiceLevelObjectiveOrBuilder> |
|