Interface PredeployOrBuilder (1.39.0)

public interface PredeployOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActions(int index)

public abstract String getActions(int index)

Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.

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

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The actions at the given index.

getActionsBytes(int index)

public abstract ByteString getActionsBytes(int index)

Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.

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

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the actions at the given index.

getActionsCount()

public abstract int getActionsCount()

Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.

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

Returns
TypeDescription
int

The count of actions.

getActionsList()

public abstract List<String> getActionsList()

Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.

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

Returns
TypeDescription
List<String>

A list containing the actions.