public interface ListResourceValueConfigsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is empty, 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 empty, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getResourceValueConfigs(int index)
public abstract ResourceValueConfig getResourceValueConfigs(int index)The resource value configs from the specified parent.
repeated .google.cloud.securitycenter.v1.ResourceValueConfig resource_value_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResourceValueConfig |
|
getResourceValueConfigsCount()
public abstract int getResourceValueConfigsCount()The resource value configs from the specified parent.
repeated .google.cloud.securitycenter.v1.ResourceValueConfig resource_value_configs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResourceValueConfigsList()
public abstract List<ResourceValueConfig> getResourceValueConfigsList()The resource value configs from the specified parent.
repeated .google.cloud.securitycenter.v1.ResourceValueConfig resource_value_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<ResourceValueConfig> |
|
getResourceValueConfigsOrBuilder(int index)
public abstract ResourceValueConfigOrBuilder getResourceValueConfigsOrBuilder(int index)The resource value configs from the specified parent.
repeated .google.cloud.securitycenter.v1.ResourceValueConfig resource_value_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResourceValueConfigOrBuilder |
|
getResourceValueConfigsOrBuilderList()
public abstract List<? extends ResourceValueConfigOrBuilder> getResourceValueConfigsOrBuilderList()The resource value configs from the specified parent.
repeated .google.cloud.securitycenter.v1.ResourceValueConfig resource_value_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.securitycenter.v1.ResourceValueConfigOrBuilder> |
|