public interface ListAlertPoliciesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AlertPolicy |
getAlertPolicies(int index)
The returned alert policies.
|
int |
getAlertPoliciesCount()
The returned alert policies.
|
List<AlertPolicy> |
getAlertPoliciesList()
The returned alert policies.
|
AlertPolicyOrBuilder |
getAlertPoliciesOrBuilder(int index)
The returned alert policies.
|
List<? extends AlertPolicyOrBuilder> |
getAlertPoliciesOrBuilderList()
The returned alert policies.
|
String |
getNextPageToken()
If there might be more results than were returned, then this field is set
to a non-empty value.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If there might be more results than were returned, then this field is set
to a non-empty value.
|
int |
getTotalSize()
The total number of alert policies in all pages.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AlertPolicy> getAlertPoliciesList()
The returned alert policies.
repeated .google.monitoring.v3.AlertPolicy alert_policies = 3;AlertPolicy getAlertPolicies(int index)
The returned alert policies.
repeated .google.monitoring.v3.AlertPolicy alert_policies = 3;int getAlertPoliciesCount()
The returned alert policies.
repeated .google.monitoring.v3.AlertPolicy alert_policies = 3;List<? extends AlertPolicyOrBuilder> getAlertPoliciesOrBuilderList()
The returned alert policies.
repeated .google.monitoring.v3.AlertPolicy alert_policies = 3;AlertPolicyOrBuilder getAlertPoliciesOrBuilder(int index)
The returned alert policies.
repeated .google.monitoring.v3.AlertPolicy alert_policies = 3;String getNextPageToken()
If there might be more results than were 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 might be more results than were 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;int getTotalSize()
The total number of alert policies in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158
int32 total_size = 4;Copyright © 2023 Google LLC. All rights reserved.