public interface PredeployOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getActions(int index)
Optional.
|
com.google.protobuf.ByteString |
getActionsBytes(int index)
Optional.
|
int |
getActionsCount()
Optional.
|
List<String> |
getActionsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];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];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];index - The index of the element to return.com.google.protobuf.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];index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.