public static final class CustomTargetSkaffoldActions.Builder extends GeneratedMessageV3.Builder<CustomTargetSkaffoldActions.Builder> implements CustomTargetSkaffoldActionsOrBuilder
CustomTargetSkaffoldActions represents the CustomTargetType
configuration
using Skaffold custom actions.
Protobuf type google.cloud.deploy.v1.CustomTargetSkaffoldActions
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllIncludeSkaffoldModules(Iterable<? extends SkaffoldModules> values)
public CustomTargetSkaffoldActions.Builder addAllIncludeSkaffoldModules(Iterable<? extends SkaffoldModules> values)
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];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.deploy.v1.SkaffoldModules>
|
addIncludeSkaffoldModules(SkaffoldModules value)
public CustomTargetSkaffoldActions.Builder addIncludeSkaffoldModules(SkaffoldModules value)
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];
addIncludeSkaffoldModules(SkaffoldModules.Builder builderForValue)
public CustomTargetSkaffoldActions.Builder addIncludeSkaffoldModules(SkaffoldModules.Builder builderForValue)
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];
addIncludeSkaffoldModules(int index, SkaffoldModules value)
public CustomTargetSkaffoldActions.Builder addIncludeSkaffoldModules(int index, SkaffoldModules value)
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];
addIncludeSkaffoldModules(int index, SkaffoldModules.Builder builderForValue)
public CustomTargetSkaffoldActions.Builder addIncludeSkaffoldModules(int index, SkaffoldModules.Builder builderForValue)
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];
addIncludeSkaffoldModulesBuilder()
public SkaffoldModules.Builder addIncludeSkaffoldModulesBuilder()
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];
addIncludeSkaffoldModulesBuilder(int index)
public SkaffoldModules.Builder addIncludeSkaffoldModulesBuilder(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];
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CustomTargetSkaffoldActions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CustomTargetSkaffoldActions build()
buildPartial()
public CustomTargetSkaffoldActions buildPartial()
clear()
public CustomTargetSkaffoldActions.Builder clear()
Overrides
clearDeployAction()
public CustomTargetSkaffoldActions.Builder clearDeployAction()
Required. The Skaffold custom action responsible for deploy operations.
string deploy_action = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public CustomTargetSkaffoldActions.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearIncludeSkaffoldModules()
public CustomTargetSkaffoldActions.Builder clearIncludeSkaffoldModules()
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];
clearOneof(Descriptors.OneofDescriptor oneof)
public CustomTargetSkaffoldActions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRenderAction()
public CustomTargetSkaffoldActions.Builder clearRenderAction()
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];
clone()
public CustomTargetSkaffoldActions.Builder clone()
Overrides
getDefaultInstanceForType()
public CustomTargetSkaffoldActions getDefaultInstanceForType()
getDeployAction()
public String getDeployAction()
Required. The Skaffold custom action responsible for deploy operations.
string deploy_action = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The deployAction.
|
getDeployActionBytes()
public ByteString getDeployActionBytes()
Required. The Skaffold custom action responsible for deploy operations.
string deploy_action = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for deployAction.
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getIncludeSkaffoldModules(int index)
public 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];
Parameter |
Name |
Description |
index |
int
|
getIncludeSkaffoldModulesBuilder(int index)
public SkaffoldModules.Builder getIncludeSkaffoldModulesBuilder(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];
Parameter |
Name |
Description |
index |
int
|
getIncludeSkaffoldModulesBuilderList()
public List<SkaffoldModules.Builder> getIncludeSkaffoldModulesBuilderList()
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];
getIncludeSkaffoldModulesCount()
public 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];
Returns |
Type |
Description |
int |
|
getIncludeSkaffoldModulesList()
public 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];
getIncludeSkaffoldModulesOrBuilder(int index)
public 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];
Parameter |
Name |
Description |
index |
int
|
getIncludeSkaffoldModulesOrBuilderList()
public 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];
Returns |
Type |
Description |
List<? extends com.google.cloud.deploy.v1.SkaffoldModulesOrBuilder> |
|
getRenderAction()
public String 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];
Returns |
Type |
Description |
String |
The renderAction.
|
getRenderActionBytes()
public 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];
Returns |
Type |
Description |
ByteString |
The bytes for renderAction.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(CustomTargetSkaffoldActions other)
public CustomTargetSkaffoldActions.Builder mergeFrom(CustomTargetSkaffoldActions other)
public CustomTargetSkaffoldActions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CustomTargetSkaffoldActions.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CustomTargetSkaffoldActions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeIncludeSkaffoldModules(int index)
public CustomTargetSkaffoldActions.Builder removeIncludeSkaffoldModules(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];
Parameter |
Name |
Description |
index |
int
|
setDeployAction(String value)
public CustomTargetSkaffoldActions.Builder setDeployAction(String value)
Required. The Skaffold custom action responsible for deploy operations.
string deploy_action = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
String
The deployAction to set.
|
setDeployActionBytes(ByteString value)
public CustomTargetSkaffoldActions.Builder setDeployActionBytes(ByteString value)
Required. The Skaffold custom action responsible for deploy operations.
string deploy_action = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
ByteString
The bytes for deployAction to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public CustomTargetSkaffoldActions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setIncludeSkaffoldModules(int index, SkaffoldModules value)
public CustomTargetSkaffoldActions.Builder setIncludeSkaffoldModules(int index, SkaffoldModules value)
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];
setIncludeSkaffoldModules(int index, SkaffoldModules.Builder builderForValue)
public CustomTargetSkaffoldActions.Builder setIncludeSkaffoldModules(int index, SkaffoldModules.Builder builderForValue)
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];
setRenderAction(String value)
public CustomTargetSkaffoldActions.Builder setRenderAction(String value)
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];
Parameter |
Name |
Description |
value |
String
The renderAction to set.
|
setRenderActionBytes(ByteString value)
public CustomTargetSkaffoldActions.Builder setRenderActionBytes(ByteString value)
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];
Parameter |
Name |
Description |
value |
ByteString
The bytes for renderAction to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CustomTargetSkaffoldActions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CustomTargetSkaffoldActions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides