public interface PostdeployJobOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getActions(int index)
Output only.
|
com.google.protobuf.ByteString |
getActionsBytes(int index)
Output only.
|
int |
getActionsCount()
Output only.
|
List<String> |
getActionsList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getActionsList()
Output only. The custom actions that the postdeploy Job executes.
repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];int getActionsCount()
Output only. The custom actions that the postdeploy Job executes.
repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getActions(int index)
Output only. The custom actions that the postdeploy Job executes.
repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.com.google.protobuf.ByteString getActionsBytes(int index)
Output only. The custom actions that the postdeploy Job executes.
repeated string actions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.