Uses of Class
com.google.cloud.deploy.v1.BuildArtifact
-
Packages that use BuildArtifact Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of BuildArtifact in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return BuildArtifact Modifier and Type Method Description BuildArtifactBuildArtifact.Builder. build()BuildArtifactBuildArtifact.Builder. buildPartial()BuildArtifactRelease.Builder. getBuildArtifacts(int index)List of artifacts to pass through to Skaffold command.BuildArtifactRelease. getBuildArtifacts(int index)List of artifacts to pass through to Skaffold command.BuildArtifactReleaseOrBuilder. getBuildArtifacts(int index)List of artifacts to pass through to Skaffold command.static BuildArtifactBuildArtifact. getDefaultInstance()BuildArtifactBuildArtifact.Builder. getDefaultInstanceForType()BuildArtifactBuildArtifact. getDefaultInstanceForType()static BuildArtifactBuildArtifact. parseDelimitedFrom(InputStream input)static BuildArtifactBuildArtifact. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildArtifactBuildArtifact. parseFrom(byte[] data)static BuildArtifactBuildArtifact. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildArtifactBuildArtifact. parseFrom(com.google.protobuf.ByteString data)static BuildArtifactBuildArtifact. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildArtifactBuildArtifact. parseFrom(com.google.protobuf.CodedInputStream input)static BuildArtifactBuildArtifact. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildArtifactBuildArtifact. parseFrom(InputStream input)static BuildArtifactBuildArtifact. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildArtifactBuildArtifact. parseFrom(ByteBuffer data)static BuildArtifactBuildArtifact. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.deploy.v1 that return types with arguments of type BuildArtifact Modifier and Type Method Description List<BuildArtifact>Release.Builder. getBuildArtifactsList()List of artifacts to pass through to Skaffold command.List<BuildArtifact>Release. getBuildArtifactsList()List of artifacts to pass through to Skaffold command.List<BuildArtifact>ReleaseOrBuilder. getBuildArtifactsList()List of artifacts to pass through to Skaffold command.com.google.protobuf.Parser<BuildArtifact>BuildArtifact. getParserForType()static com.google.protobuf.Parser<BuildArtifact>BuildArtifact. parser()Methods in com.google.cloud.deploy.v1 with parameters of type BuildArtifact Modifier and Type Method Description Release.BuilderRelease.Builder. addBuildArtifacts(int index, BuildArtifact value)List of artifacts to pass through to Skaffold command.Release.BuilderRelease.Builder. addBuildArtifacts(BuildArtifact value)List of artifacts to pass through to Skaffold command.BuildArtifact.BuilderBuildArtifact.Builder. mergeFrom(BuildArtifact other)static BuildArtifact.BuilderBuildArtifact. newBuilder(BuildArtifact prototype)Release.BuilderRelease.Builder. setBuildArtifacts(int index, BuildArtifact value)List of artifacts to pass through to Skaffold command.Method parameters in com.google.cloud.deploy.v1 with type arguments of type BuildArtifact Modifier and Type Method Description Release.BuilderRelease.Builder. addAllBuildArtifacts(Iterable<? extends BuildArtifact> values)List of artifacts to pass through to Skaffold command.
-