Interface ListMuteConfigsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListMuteConfigsResponse,ListMuteConfigsResponse.Builder
public interface ListMuteConfigsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MuteConfiggetMuteConfigs(int index)The mute configs from the specified parent.intgetMuteConfigsCount()The mute configs from the specified parent.List<MuteConfig>getMuteConfigsList()The mute configs from the specified parent.MuteConfigOrBuildergetMuteConfigsOrBuilder(int index)The mute configs from the specified parent.List<? extends MuteConfigOrBuilder>getMuteConfigsOrBuilderList()The mute configs from the specified parent.StringgetNextPageToken()A token, which can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteStringgetNextPageTokenBytes()A token, which can be sent as `page_token` to retrieve the next page.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMuteConfigsList
List<MuteConfig> getMuteConfigsList()
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
getMuteConfigs
MuteConfig getMuteConfigs(int index)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
getMuteConfigsCount
int getMuteConfigsCount()
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
getMuteConfigsOrBuilderList
List<? extends MuteConfigOrBuilder> getMuteConfigsOrBuilderList()
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
getMuteConfigsOrBuilder
MuteConfigOrBuilder getMuteConfigsOrBuilder(int index)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-
-