Uses of Class
com.google.cloud.deploy.v1.CanaryDeployment
-
Packages that use CanaryDeployment Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of CanaryDeployment in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return CanaryDeployment Modifier and Type Method Description CanaryDeployment
CanaryDeployment.Builder. build()
CanaryDeployment
CanaryDeployment.Builder. buildPartial()
CanaryDeployment
Canary.Builder. getCanaryDeployment()
Configures the progressive based deployment for a Target.CanaryDeployment
Canary. getCanaryDeployment()
Configures the progressive based deployment for a Target.CanaryDeployment
CanaryOrBuilder. getCanaryDeployment()
Configures the progressive based deployment for a Target.static CanaryDeployment
CanaryDeployment. getDefaultInstance()
CanaryDeployment
CanaryDeployment.Builder. getDefaultInstanceForType()
CanaryDeployment
CanaryDeployment. getDefaultInstanceForType()
static CanaryDeployment
CanaryDeployment. parseDelimitedFrom(InputStream input)
static CanaryDeployment
CanaryDeployment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CanaryDeployment
CanaryDeployment. parseFrom(byte[] data)
static CanaryDeployment
CanaryDeployment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CanaryDeployment
CanaryDeployment. parseFrom(com.google.protobuf.ByteString data)
static CanaryDeployment
CanaryDeployment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CanaryDeployment
CanaryDeployment. parseFrom(com.google.protobuf.CodedInputStream input)
static CanaryDeployment
CanaryDeployment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CanaryDeployment
CanaryDeployment. parseFrom(InputStream input)
static CanaryDeployment
CanaryDeployment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CanaryDeployment
CanaryDeployment. parseFrom(ByteBuffer data)
static CanaryDeployment
CanaryDeployment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type CanaryDeployment Modifier and Type Method Description com.google.protobuf.Parser<CanaryDeployment>
CanaryDeployment. getParserForType()
static com.google.protobuf.Parser<CanaryDeployment>
CanaryDeployment. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type CanaryDeployment Modifier and Type Method Description Canary.Builder
Canary.Builder. mergeCanaryDeployment(CanaryDeployment value)
Configures the progressive based deployment for a Target.CanaryDeployment.Builder
CanaryDeployment.Builder. mergeFrom(CanaryDeployment other)
static CanaryDeployment.Builder
CanaryDeployment. newBuilder(CanaryDeployment prototype)
Canary.Builder
Canary.Builder. setCanaryDeployment(CanaryDeployment value)
Configures the progressive based deployment for a Target.
-