| Modifier and Type | Method and Description |
|---|---|
CustomCanaryDeployment |
CustomCanaryDeployment.Builder.build() |
CustomCanaryDeployment |
CustomCanaryDeployment.Builder.buildPartial() |
CustomCanaryDeployment |
Canary.getCustomCanaryDeployment()
Configures the progressive based deployment for a Target, but allows
customizing at the phase level where a phase represents each of the
percentage deployments.
|
CustomCanaryDeployment |
Canary.Builder.getCustomCanaryDeployment()
Configures the progressive based deployment for a Target, but allows
customizing at the phase level where a phase represents each of the
percentage deployments.
|
CustomCanaryDeployment |
CanaryOrBuilder.getCustomCanaryDeployment()
Configures the progressive based deployment for a Target, but allows
customizing at the phase level where a phase represents each of the
percentage deployments.
|
static CustomCanaryDeployment |
CustomCanaryDeployment.getDefaultInstance() |
CustomCanaryDeployment |
CustomCanaryDeployment.getDefaultInstanceForType() |
CustomCanaryDeployment |
CustomCanaryDeployment.Builder.getDefaultInstanceForType() |
static CustomCanaryDeployment |
CustomCanaryDeployment.parseDelimitedFrom(InputStream input) |
static CustomCanaryDeployment |
CustomCanaryDeployment.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomCanaryDeployment |
CustomCanaryDeployment.parseFrom(byte[] data) |
static CustomCanaryDeployment |
CustomCanaryDeployment.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomCanaryDeployment |
CustomCanaryDeployment.parseFrom(ByteBuffer data) |
static CustomCanaryDeployment |
CustomCanaryDeployment.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomCanaryDeployment |
CustomCanaryDeployment.parseFrom(com.google.protobuf.ByteString data) |
static CustomCanaryDeployment |
CustomCanaryDeployment.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomCanaryDeployment |
CustomCanaryDeployment.parseFrom(com.google.protobuf.CodedInputStream input) |
static CustomCanaryDeployment |
CustomCanaryDeployment.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomCanaryDeployment |
CustomCanaryDeployment.parseFrom(InputStream input) |
static CustomCanaryDeployment |
CustomCanaryDeployment.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<CustomCanaryDeployment> |
CustomCanaryDeployment.getParserForType() |
static com.google.protobuf.Parser<CustomCanaryDeployment> |
CustomCanaryDeployment.parser() |
| Modifier and Type | Method and Description |
|---|---|
Canary.Builder |
Canary.Builder.mergeCustomCanaryDeployment(CustomCanaryDeployment value)
Configures the progressive based deployment for a Target, but allows
customizing at the phase level where a phase represents each of the
percentage deployments.
|
CustomCanaryDeployment.Builder |
CustomCanaryDeployment.Builder.mergeFrom(CustomCanaryDeployment other) |
static CustomCanaryDeployment.Builder |
CustomCanaryDeployment.newBuilder(CustomCanaryDeployment prototype) |
Canary.Builder |
Canary.Builder.setCustomCanaryDeployment(CustomCanaryDeployment value)
Configures the progressive based deployment for a Target, but allows
customizing at the phase level where a phase represents each of the
percentage deployments.
|
Copyright © 2024 Google LLC. All rights reserved.