public interface ListCmekConfigsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCmekConfigs(int index)
public abstract CmekConfig getCmekConfigs(int index)All the customer's CmekConfigs.
repeated .google.cloud.discoveryengine.v1.CmekConfig cmek_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CmekConfig |
|
getCmekConfigsCount()
public abstract int getCmekConfigsCount()All the customer's CmekConfigs.
repeated .google.cloud.discoveryengine.v1.CmekConfig cmek_configs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCmekConfigsList()
public abstract List<CmekConfig> getCmekConfigsList()All the customer's CmekConfigs.
repeated .google.cloud.discoveryengine.v1.CmekConfig cmek_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<CmekConfig> |
|
getCmekConfigsOrBuilder(int index)
public abstract CmekConfigOrBuilder getCmekConfigsOrBuilder(int index)All the customer's CmekConfigs.
repeated .google.cloud.discoveryengine.v1.CmekConfig cmek_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CmekConfigOrBuilder |
|
getCmekConfigsOrBuilderList()
public abstract List<? extends CmekConfigOrBuilder> getCmekConfigsOrBuilderList()All the customer's CmekConfigs.
repeated .google.cloud.discoveryengine.v1.CmekConfig cmek_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.CmekConfigOrBuilder> |
|