public final class CustomTargetSkaffoldActions extends GeneratedMessageV3 implements CustomTargetSkaffoldActionsOrBuilder
CustomTargetSkaffoldActions represents the CustomTargetType
configuration
using Skaffold custom actions.
Protobuf type google.cloud.deploy.v1.CustomTargetSkaffoldActions
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DEPLOY_ACTION_FIELD_NUMBER
public static final int DEPLOY_ACTION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
INCLUDE_SKAFFOLD_MODULES_FIELD_NUMBER
public static final int INCLUDE_SKAFFOLD_MODULES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RENDER_ACTION_FIELD_NUMBER
public static final int RENDER_ACTION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CustomTargetSkaffoldActions getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CustomTargetSkaffoldActions.Builder newBuilder()
newBuilder(CustomTargetSkaffoldActions prototype)
public static CustomTargetSkaffoldActions.Builder newBuilder(CustomTargetSkaffoldActions prototype)
public static CustomTargetSkaffoldActions parseDelimitedFrom(InputStream input)
public static CustomTargetSkaffoldActions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CustomTargetSkaffoldActions parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CustomTargetSkaffoldActions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CustomTargetSkaffoldActions parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CustomTargetSkaffoldActions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CustomTargetSkaffoldActions parseFrom(CodedInputStream input)
public static CustomTargetSkaffoldActions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CustomTargetSkaffoldActions parseFrom(InputStream input)
public static CustomTargetSkaffoldActions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CustomTargetSkaffoldActions parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CustomTargetSkaffoldActions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CustomTargetSkaffoldActions> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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.
|
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
|
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> |
|
getParserForType()
public Parser<CustomTargetSkaffoldActions> getParserForType()
Overrides
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.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CustomTargetSkaffoldActions.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CustomTargetSkaffoldActions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CustomTargetSkaffoldActions.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides