public static final class TargetArtifact.PhaseArtifact.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder> implements TargetArtifact.PhaseArtifactOrBuilder
Contains the paths to the artifacts, relative to the URI, for a phase.Protobuf type
google.cloud.deploy.v1.TargetArtifact.PhaseArtifactgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>public TargetArtifact.PhaseArtifact.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>public TargetArtifact.PhaseArtifact getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TargetArtifact.PhaseArtifact build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TargetArtifact.PhaseArtifact buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TargetArtifact.PhaseArtifact.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>public TargetArtifact.PhaseArtifact.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>public TargetArtifact.PhaseArtifact.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>public TargetArtifact.PhaseArtifact.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>public TargetArtifact.PhaseArtifact.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>public TargetArtifact.PhaseArtifact.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>public TargetArtifact.PhaseArtifact.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TargetArtifact.PhaseArtifact.Builder>public TargetArtifact.PhaseArtifact.Builder mergeFrom(TargetArtifact.PhaseArtifact other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>public TargetArtifact.PhaseArtifact.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TargetArtifact.PhaseArtifact.Builder>IOExceptionpublic String getSkaffoldConfigPath()
Output only. File path of the resolved Skaffold configuration relative to the URI.
string skaffold_config_path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getSkaffoldConfigPath in interface TargetArtifact.PhaseArtifactOrBuilderpublic com.google.protobuf.ByteString getSkaffoldConfigPathBytes()
Output only. File path of the resolved Skaffold configuration relative to the URI.
string skaffold_config_path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getSkaffoldConfigPathBytes in interface TargetArtifact.PhaseArtifactOrBuilderpublic TargetArtifact.PhaseArtifact.Builder setSkaffoldConfigPath(String value)
Output only. File path of the resolved Skaffold configuration relative to the URI.
string skaffold_config_path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The skaffoldConfigPath to set.public TargetArtifact.PhaseArtifact.Builder clearSkaffoldConfigPath()
Output only. File path of the resolved Skaffold configuration relative to the URI.
string skaffold_config_path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];public TargetArtifact.PhaseArtifact.Builder setSkaffoldConfigPathBytes(com.google.protobuf.ByteString value)
Output only. File path of the resolved Skaffold configuration relative to the URI.
string skaffold_config_path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for skaffoldConfigPath to set.public String getManifestPath()
Output only. File path of the rendered manifest relative to the URI.
string manifest_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getManifestPath in interface TargetArtifact.PhaseArtifactOrBuilderpublic com.google.protobuf.ByteString getManifestPathBytes()
Output only. File path of the rendered manifest relative to the URI.
string manifest_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getManifestPathBytes in interface TargetArtifact.PhaseArtifactOrBuilderpublic TargetArtifact.PhaseArtifact.Builder setManifestPath(String value)
Output only. File path of the rendered manifest relative to the URI.
string manifest_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The manifestPath to set.public TargetArtifact.PhaseArtifact.Builder clearManifestPath()
Output only. File path of the rendered manifest relative to the URI.
string manifest_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];public TargetArtifact.PhaseArtifact.Builder setManifestPathBytes(com.google.protobuf.ByteString value)
Output only. File path of the rendered manifest relative to the URI.
string manifest_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for manifestPath to set.public String getJobManifestsPath()
Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.
string job_manifests_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];getJobManifestsPath in interface TargetArtifact.PhaseArtifactOrBuilderpublic com.google.protobuf.ByteString getJobManifestsPathBytes()
Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.
string job_manifests_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];getJobManifestsPathBytes in interface TargetArtifact.PhaseArtifactOrBuilderpublic TargetArtifact.PhaseArtifact.Builder setJobManifestsPath(String value)
Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.
string job_manifests_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The jobManifestsPath to set.public TargetArtifact.PhaseArtifact.Builder clearJobManifestsPath()
Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.
string job_manifests_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];public TargetArtifact.PhaseArtifact.Builder setJobManifestsPathBytes(com.google.protobuf.ByteString value)
Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.
string job_manifests_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for jobManifestsPath to set.public final TargetArtifact.PhaseArtifact.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>public final TargetArtifact.PhaseArtifact.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>Copyright © 2024 Google LLC. All rights reserved.