public interface ListMuteConfigsResponseOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.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, hasOneofList<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;com.google.protobuf.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 © 2024 Google LLC. All rights reserved.