Class TargetArtifact.PhaseArtifact.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>
      • getDefaultInstanceForType

        public TargetArtifact.PhaseArtifact getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public TargetArtifact.PhaseArtifact build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public TargetArtifact.PhaseArtifact buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TargetArtifact.PhaseArtifact.Builder>
      • mergeFrom

        public TargetArtifact.PhaseArtifact.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TargetArtifact.PhaseArtifact.Builder>
        Throws:
        IOException
      • getSkaffoldConfigPath

        public 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];
        Specified by:
        getSkaffoldConfigPath in interface TargetArtifact.PhaseArtifactOrBuilder
        Returns:
        The skaffoldConfigPath.
      • getSkaffoldConfigPathBytes

        public 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];
        Specified by:
        getSkaffoldConfigPathBytes in interface TargetArtifact.PhaseArtifactOrBuilder
        Returns:
        The bytes for skaffoldConfigPath.
      • setSkaffoldConfigPath

        public 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];
        Parameters:
        value - The skaffoldConfigPath to set.
        Returns:
        This builder for chaining.
      • clearSkaffoldConfigPath

        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];
        Returns:
        This builder for chaining.
      • setSkaffoldConfigPathBytes

        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];
        Parameters:
        value - The bytes for skaffoldConfigPath to set.
        Returns:
        This builder for chaining.
      • getManifestPath

        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];
        Specified by:
        getManifestPath in interface TargetArtifact.PhaseArtifactOrBuilder
        Returns:
        The manifestPath.
      • getManifestPathBytes

        public 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];
        Specified by:
        getManifestPathBytes in interface TargetArtifact.PhaseArtifactOrBuilder
        Returns:
        The bytes for manifestPath.
      • setManifestPath

        public 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];
        Parameters:
        value - The manifestPath to set.
        Returns:
        This builder for chaining.
      • clearManifestPath

        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];
        Returns:
        This builder for chaining.
      • setManifestPathBytes

        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];
        Parameters:
        value - The bytes for manifestPath to set.
        Returns:
        This builder for chaining.
      • getJobManifestsPath

        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];
        Specified by:
        getJobManifestsPath in interface TargetArtifact.PhaseArtifactOrBuilder
        Returns:
        The jobManifestsPath.
      • getJobManifestsPathBytes

        public 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];
        Specified by:
        getJobManifestsPathBytes in interface TargetArtifact.PhaseArtifactOrBuilder
        Returns:
        The bytes for jobManifestsPath.
      • setJobManifestsPath

        public 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];
        Parameters:
        value - The jobManifestsPath to set.
        Returns:
        This builder for chaining.
      • clearJobManifestsPath

        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];
        Returns:
        This builder for chaining.
      • setJobManifestsPathBytes

        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];
        Parameters:
        value - The bytes for jobManifestsPath to set.
        Returns:
        This builder for chaining.