public interface CustomTargetSkaffoldActionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployAction()
Required.
|
com.google.protobuf.ByteString |
getDeployActionBytes()
Required.
|
SkaffoldModules |
getIncludeSkaffoldModules(int index)
Optional.
|
int |
getIncludeSkaffoldModulesCount()
Optional.
|
List<SkaffoldModules> |
getIncludeSkaffoldModulesList()
Optional.
|
SkaffoldModulesOrBuilder |
getIncludeSkaffoldModulesOrBuilder(int index)
Optional.
|
List<? extends SkaffoldModulesOrBuilder> |
getIncludeSkaffoldModulesOrBuilderList()
Optional.
|
String |
getRenderAction()
Optional.
|
com.google.protobuf.ByteString |
getRenderActionBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRenderAction()
Optional. The Skaffold custom action responsible for render operations. If not provided then Cloud Deploy will perform the render operations via `skaffold render`.
string render_action = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getRenderActionBytes()
Optional. The Skaffold custom action responsible for render operations. If not provided then Cloud Deploy will perform the render operations via `skaffold render`.
string render_action = 1 [(.google.api.field_behavior) = OPTIONAL];String getDeployAction()
Required. The Skaffold custom action responsible for deploy operations.
string deploy_action = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDeployActionBytes()
Required. The Skaffold custom action responsible for deploy operations.
string deploy_action = 2 [(.google.api.field_behavior) = REQUIRED];List<SkaffoldModules> getIncludeSkaffoldModulesList()
Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose.
repeated .google.cloud.deploy.v1.SkaffoldModules include_skaffold_modules = 3 [(.google.api.field_behavior) = OPTIONAL];
SkaffoldModules getIncludeSkaffoldModules(int index)
Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose.
repeated .google.cloud.deploy.v1.SkaffoldModules include_skaffold_modules = 3 [(.google.api.field_behavior) = OPTIONAL];
int getIncludeSkaffoldModulesCount()
Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose.
repeated .google.cloud.deploy.v1.SkaffoldModules include_skaffold_modules = 3 [(.google.api.field_behavior) = OPTIONAL];
List<? extends SkaffoldModulesOrBuilder> getIncludeSkaffoldModulesOrBuilderList()
Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose.
repeated .google.cloud.deploy.v1.SkaffoldModules include_skaffold_modules = 3 [(.google.api.field_behavior) = OPTIONAL];
SkaffoldModulesOrBuilder getIncludeSkaffoldModulesOrBuilder(int index)
Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose.
repeated .google.cloud.deploy.v1.SkaffoldModules include_skaffold_modules = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.