Interface ListMuteConfigsResponseOrBuilder (2.6.0)

public interface ListMuteConfigsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMuteConfigs(int index)

public abstract MuteConfig getMuteConfigs(int index)

The mute configs from the specified parent.

repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MuteConfig

getMuteConfigsCount()

public abstract int getMuteConfigsCount()

The mute configs from the specified parent.

repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;

Returns
TypeDescription
int

getMuteConfigsList()

public abstract List<MuteConfig> getMuteConfigsList()

The mute configs from the specified parent.

repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;

Returns
TypeDescription
List<MuteConfig>

getMuteConfigsOrBuilder(int index)

public abstract MuteConfigOrBuilder getMuteConfigsOrBuilder(int index)

The mute configs from the specified parent.

repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MuteConfigOrBuilder

getMuteConfigsOrBuilderList()

public abstract List<? extends MuteConfigOrBuilder> getMuteConfigsOrBuilderList()

The mute configs from the specified parent.

repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v1.MuteConfigOrBuilder>

getNextPageToken()

public abstract 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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
TypeDescription
ByteString

The bytes for nextPageToken.