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