Interface PublisherModel.CallToAction.DeployGkeOrBuilder (3.44.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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Name Description
index int

The index of the value to return.

Returns
Type Description
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
Type Description
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
Type Description
List<String>

A list containing the gkeYamlConfigs.