Uses of Class
com.google.cloud.deploy.v1.DeployArtifact
-
Packages that use DeployArtifact Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of DeployArtifact in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return DeployArtifact Modifier and Type Method Description DeployArtifact
DeployArtifact.Builder. build()
DeployArtifact
DeployArtifact.Builder. buildPartial()
DeployArtifact
DeployJobRun.Builder. getArtifact()
Output only.DeployArtifact
DeployJobRun. getArtifact()
Output only.DeployArtifact
DeployJobRunOrBuilder. getArtifact()
Output only.static DeployArtifact
DeployArtifact. getDefaultInstance()
DeployArtifact
DeployArtifact.Builder. getDefaultInstanceForType()
DeployArtifact
DeployArtifact. getDefaultInstanceForType()
static DeployArtifact
DeployArtifact. parseDelimitedFrom(InputStream input)
static DeployArtifact
DeployArtifact. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployArtifact
DeployArtifact. parseFrom(byte[] data)
static DeployArtifact
DeployArtifact. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployArtifact
DeployArtifact. parseFrom(com.google.protobuf.ByteString data)
static DeployArtifact
DeployArtifact. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployArtifact
DeployArtifact. parseFrom(com.google.protobuf.CodedInputStream input)
static DeployArtifact
DeployArtifact. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployArtifact
DeployArtifact. parseFrom(InputStream input)
static DeployArtifact
DeployArtifact. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployArtifact
DeployArtifact. parseFrom(ByteBuffer data)
static DeployArtifact
DeployArtifact. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type DeployArtifact Modifier and Type Method Description com.google.protobuf.Parser<DeployArtifact>
DeployArtifact. getParserForType()
static com.google.protobuf.Parser<DeployArtifact>
DeployArtifact. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type DeployArtifact Modifier and Type Method Description DeployJobRun.Builder
DeployJobRun.Builder. mergeArtifact(DeployArtifact value)
Output only.DeployArtifact.Builder
DeployArtifact.Builder. mergeFrom(DeployArtifact other)
static DeployArtifact.Builder
DeployArtifact. newBuilder(DeployArtifact prototype)
DeployJobRun.Builder
DeployJobRun.Builder. setArtifact(DeployArtifact value)
Output only.
-