Package com.google.cloud.deploy.v1
Interface TargetArtifact.PhaseArtifactOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetArtifact.PhaseArtifact
,TargetArtifact.PhaseArtifact.Builder
- Enclosing class:
- TargetArtifact
public static interface TargetArtifact.PhaseArtifactOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getJobManifestsPath()
Output only.com.google.protobuf.ByteString
getJobManifestsPathBytes()
Output only.String
getManifestPath()
Output only.com.google.protobuf.ByteString
getManifestPathBytes()
Output only.String
getSkaffoldConfigPath()
Output only.com.google.protobuf.ByteString
getSkaffoldConfigPathBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSkaffoldConfigPath
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];
- Returns:
- The skaffoldConfigPath.
-
getSkaffoldConfigPathBytes
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];
- Returns:
- The bytes for skaffoldConfigPath.
-
getManifestPath
String getManifestPath()
Output only. File path of the rendered manifest relative to the URI.
string manifest_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The manifestPath.
-
getManifestPathBytes
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];
- Returns:
- The bytes for manifestPath.
-
getJobManifestsPath
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];
- Returns:
- The jobManifestsPath.
-
getJobManifestsPathBytes
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];
- Returns:
- The bytes for jobManifestsPath.
-
-