Uses of Class
com.google.cloud.deploy.v1.Standard
-
Packages that use Standard Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of Standard in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return Standard Modifier and Type Method Description Standard
Standard.Builder. build()
Standard
Standard.Builder. buildPartial()
static Standard
Standard. getDefaultInstance()
Standard
Standard.Builder. getDefaultInstanceForType()
Standard
Standard. getDefaultInstanceForType()
Standard
Strategy.Builder. getStandard()
Standard deployment strategy executes a single deploy and allows verifying the deployment.Standard
Strategy. getStandard()
Standard deployment strategy executes a single deploy and allows verifying the deployment.Standard
StrategyOrBuilder. getStandard()
Standard deployment strategy executes a single deploy and allows verifying the deployment.static Standard
Standard. parseDelimitedFrom(InputStream input)
static Standard
Standard. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Standard
Standard. parseFrom(byte[] data)
static Standard
Standard. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Standard
Standard. parseFrom(com.google.protobuf.ByteString data)
static Standard
Standard. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Standard
Standard. parseFrom(com.google.protobuf.CodedInputStream input)
static Standard
Standard. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Standard
Standard. parseFrom(InputStream input)
static Standard
Standard. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Standard
Standard. parseFrom(ByteBuffer data)
static Standard
Standard. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type Standard Modifier and Type Method Description com.google.protobuf.Parser<Standard>
Standard. getParserForType()
static com.google.protobuf.Parser<Standard>
Standard. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type Standard Modifier and Type Method Description Standard.Builder
Standard.Builder. mergeFrom(Standard other)
Strategy.Builder
Strategy.Builder. mergeStandard(Standard value)
Standard deployment strategy executes a single deploy and allows verifying the deployment.static Standard.Builder
Standard. newBuilder(Standard prototype)
Strategy.Builder
Strategy.Builder. setStandard(Standard value)
Standard deployment strategy executes a single deploy and allows verifying the deployment.
-