Interface PublisherModel.CallToAction.DeployGkeOrBuilder (3.42.0)

public static interface PublisherModel.CallToAction.DeployGkeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGkeYamlConfigs(int index)

public abstract String getGkeYamlConfigs(int index)

Optional. GKE deployment configuration in yaml format.

repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The gkeYamlConfigs at the given index.

getGkeYamlConfigsBytes(int index)

public abstract ByteString getGkeYamlConfigsBytes(int index)

Optional. GKE deployment configuration in yaml format.

repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the gkeYamlConfigs at the given index.

getGkeYamlConfigsCount()

public abstract int getGkeYamlConfigsCount()

Optional. GKE deployment configuration in yaml format.

repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of gkeYamlConfigs.

getGkeYamlConfigsList()

public abstract List<String> getGkeYamlConfigsList()

Optional. GKE deployment configuration in yaml format.

repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<String>

A list containing the gkeYamlConfigs.