Interface ListCmekConfigsResponseOrBuilder (0.60.0)

public interface ListCmekConfigsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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>