Uses of Interface
com.google.cloud.deploy.v1.BuildArtifactOrBuilder
-
Packages that use BuildArtifactOrBuilder Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of BuildArtifactOrBuilder in com.google.cloud.deploy.v1
Classes in com.google.cloud.deploy.v1 that implement BuildArtifactOrBuilder Modifier and Type Class Description class
BuildArtifact
Description of an a image to use during Skaffold rendering.static class
BuildArtifact.Builder
Description of an a image to use during Skaffold rendering.Methods in com.google.cloud.deploy.v1 that return BuildArtifactOrBuilder Modifier and Type Method Description BuildArtifactOrBuilder
Release.Builder. getBuildArtifactsOrBuilder(int index)
List of artifacts to pass through to Skaffold command.BuildArtifactOrBuilder
Release. getBuildArtifactsOrBuilder(int index)
List of artifacts to pass through to Skaffold command.BuildArtifactOrBuilder
ReleaseOrBuilder. getBuildArtifactsOrBuilder(int index)
List of artifacts to pass through to Skaffold command.Methods in com.google.cloud.deploy.v1 that return types with arguments of type BuildArtifactOrBuilder Modifier and Type Method Description List<? extends BuildArtifactOrBuilder>
Release.Builder. getBuildArtifactsOrBuilderList()
List of artifacts to pass through to Skaffold command.List<? extends BuildArtifactOrBuilder>
Release. getBuildArtifactsOrBuilderList()
List of artifacts to pass through to Skaffold command.List<? extends BuildArtifactOrBuilder>
ReleaseOrBuilder. getBuildArtifactsOrBuilderList()
List of artifacts to pass through to Skaffold command.
-