public interface ListMuteConfigsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MuteConfig |
getMuteConfigs(int index)
The mute configs from the specified parent.
|
int |
getMuteConfigsCount()
The mute configs from the specified parent.
|
List<MuteConfig> |
getMuteConfigsList()
The mute configs from the specified parent.
|
MuteConfigOrBuilder |
getMuteConfigsOrBuilder(int index)
The mute configs from the specified parent.
|
List<? extends MuteConfigOrBuilder> |
getMuteConfigsOrBuilderList()
The mute configs from the specified parent.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<MuteConfig> getMuteConfigsList()
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
MuteConfig getMuteConfigs(int index)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
int getMuteConfigsCount()
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
List<? extends MuteConfigOrBuilder> getMuteConfigsOrBuilderList()
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
MuteConfigOrBuilder getMuteConfigsOrBuilder(int index)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.