All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.deploy.v1.TargetArtifactOrBuilder Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/deploy/v1/cloud_deploy.proto

// Protobuf Java Version: 3.25.4
package com.google.cloud.deploy.v1;

public interface TargetArtifactOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.deploy.v1.TargetArtifact)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. URI of a directory containing the artifacts. This contains
   * deployment configuration used by Skaffold during a rollout, and all
   * paths are relative to this location.
   * 
* * string artifact_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return Whether the artifactUri field is set. */ boolean hasArtifactUri(); /** * * *
   * Output only. URI of a directory containing the artifacts. This contains
   * deployment configuration used by Skaffold during a rollout, and all
   * paths are relative to this location.
   * 
* * string artifact_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The artifactUri. */ java.lang.String getArtifactUri(); /** * * *
   * Output only. URI of a directory containing the artifacts. This contains
   * deployment configuration used by Skaffold during a rollout, and all
   * paths are relative to this location.
   * 
* * string artifact_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for artifactUri. */ com.google.protobuf.ByteString getArtifactUriBytes(); /** * * *
   * Output only. File path of the resolved Skaffold configuration relative to
   * the URI.
   * 
* * string skaffold_config_path = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The skaffoldConfigPath. */ java.lang.String getSkaffoldConfigPath(); /** * * *
   * Output only. File path of the resolved Skaffold configuration relative to
   * the URI.
   * 
* * string skaffold_config_path = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for skaffoldConfigPath. */ com.google.protobuf.ByteString getSkaffoldConfigPathBytes(); /** * * *
   * Output only. File path of the rendered manifest relative to the URI.
   * 
* * string manifest_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The manifestPath. */ java.lang.String getManifestPath(); /** * * *
   * Output only. File path of the rendered manifest relative to the URI.
   * 
* * string manifest_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for manifestPath. */ com.google.protobuf.ByteString getManifestPathBytes(); /** * * *
   * Output only. Map from the phase ID to the phase artifacts for the `Target`.
   * 
* * * map<string, .google.cloud.deploy.v1.TargetArtifact.PhaseArtifact> phase_artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ int getPhaseArtifactsCount(); /** * * *
   * Output only. Map from the phase ID to the phase artifacts for the `Target`.
   * 
* * * map<string, .google.cloud.deploy.v1.TargetArtifact.PhaseArtifact> phase_artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ boolean containsPhaseArtifacts(java.lang.String key); /** Use {@link #getPhaseArtifactsMap()} instead. */ @java.lang.Deprecated java.util.Map getPhaseArtifacts(); /** * * *
   * Output only. Map from the phase ID to the phase artifacts for the `Target`.
   * 
* * * map<string, .google.cloud.deploy.v1.TargetArtifact.PhaseArtifact> phase_artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.Map getPhaseArtifactsMap(); /** * * *
   * Output only. Map from the phase ID to the phase artifacts for the `Target`.
   * 
* * * map<string, .google.cloud.deploy.v1.TargetArtifact.PhaseArtifact> phase_artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ /* nullable */ com.google.cloud.deploy.v1.TargetArtifact.PhaseArtifact getPhaseArtifactsOrDefault( java.lang.String key, /* nullable */ com.google.cloud.deploy.v1.TargetArtifact.PhaseArtifact defaultValue); /** * * *
   * Output only. Map from the phase ID to the phase artifacts for the `Target`.
   * 
* * * map<string, .google.cloud.deploy.v1.TargetArtifact.PhaseArtifact> phase_artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.deploy.v1.TargetArtifact.PhaseArtifact getPhaseArtifactsOrThrow( java.lang.String key); com.google.cloud.deploy.v1.TargetArtifact.UriCase getUriCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy