public final class ListAlertPoliciesResponse extends GeneratedMessageV3 implements ListAlertPoliciesResponseOrBuilder
The protocol for the ListAlertPolicies
response.
Protobuf type google.monitoring.v3.ListAlertPoliciesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ALERT_POLICIES_FIELD_NUMBER
public static final int ALERT_POLICIES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TOTAL_SIZE_FIELD_NUMBER
public static final int TOTAL_SIZE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ListAlertPoliciesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ListAlertPoliciesResponse.Builder newBuilder()
newBuilder(ListAlertPoliciesResponse prototype)
public static ListAlertPoliciesResponse.Builder newBuilder(ListAlertPoliciesResponse prototype)
public static ListAlertPoliciesResponse parseDelimitedFrom(InputStream input)
public static ListAlertPoliciesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ListAlertPoliciesResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListAlertPoliciesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ListAlertPoliciesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListAlertPoliciesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListAlertPoliciesResponse parseFrom(CodedInputStream input)
public static ListAlertPoliciesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListAlertPoliciesResponse parseFrom(InputStream input)
public static ListAlertPoliciesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ListAlertPoliciesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListAlertPoliciesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ListAlertPoliciesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAlertPolicies(int index)
public AlertPolicy getAlertPolicies(int index)
The returned alert policies.
repeated .google.monitoring.v3.AlertPolicy alert_policies = 3;
Parameter |
Name |
Description |
index |
int
|
getAlertPoliciesCount()
public int getAlertPoliciesCount()
The returned alert policies.
repeated .google.monitoring.v3.AlertPolicy alert_policies = 3;
Returns |
Type |
Description |
int |
|
getAlertPoliciesList()
public List<AlertPolicy> getAlertPoliciesList()
The returned alert policies.
repeated .google.monitoring.v3.AlertPolicy alert_policies = 3;
getAlertPoliciesOrBuilder(int index)
public AlertPolicyOrBuilder getAlertPoliciesOrBuilder(int index)
The returned alert policies.
repeated .google.monitoring.v3.AlertPolicy alert_policies = 3;
Parameter |
Name |
Description |
index |
int
|
getAlertPoliciesOrBuilderList()
public List<? extends AlertPolicyOrBuilder> getAlertPoliciesOrBuilderList()
The returned alert policies.
repeated .google.monitoring.v3.AlertPolicy alert_policies = 3;
Returns |
Type |
Description |
List<? extends com.google.monitoring.v3.AlertPolicyOrBuilder> |
|
getDefaultInstanceForType()
public ListAlertPoliciesResponse getDefaultInstanceForType()
getNextPageToken()
public 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;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public 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;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getParserForType()
public Parser<ListAlertPoliciesResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTotalSize()
public 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;
Returns |
Type |
Description |
int |
The totalSize.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ListAlertPoliciesResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListAlertPoliciesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ListAlertPoliciesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides