public interface ListMuteConfigsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MuteConfig |
|
getMuteConfigsCount()
public abstract int getMuteConfigsCount()The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMuteConfigsList()
public abstract List<MuteConfig> getMuteConfigsList()The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |