Interface PostdeployOrBuilder (1.40.0)

public interface PostdeployOrBuilder 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 postdeploy job.

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

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
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 postdeploy job.

repeated string actions = 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 actions at the given index.

getActionsCount()

public abstract int getActionsCount()

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

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

Returns
Type Description
int

The count of actions.

getActionsList()

public abstract List<String> getActionsList()

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

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

Returns
Type Description
List<String>

A list containing the actions.