| Modifier and Type | Method and Description |
|---|---|
Canary.Builder |
Canary.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Canary.Builder |
Canary.Builder.clear() |
Canary.Builder |
Canary.Builder.clearCanaryDeployment()
Configures the progressive based deployment for a Target.
|
Canary.Builder |
Canary.Builder.clearCustomCanaryDeployment()
Configures the progressive based deployment for a Target, but allows
customizing at the phase level where a phase represents each of the
percentage deployments.
|
Canary.Builder |
Canary.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Canary.Builder |
Canary.Builder.clearMode() |
Canary.Builder |
Canary.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Canary.Builder |
Canary.Builder.clearRuntimeConfig()
Optional.
|
Canary.Builder |
Canary.Builder.clone() |
Canary.Builder |
Strategy.Builder.getCanaryBuilder()
Canary deployment strategy provides progressive percentage based
deployments to a Target.
|
Canary.Builder |
Canary.Builder.mergeCanaryDeployment(CanaryDeployment value)
Configures the progressive based deployment for a Target.
|
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.
|
Canary.Builder |
Canary.Builder.mergeFrom(Canary other) |
Canary.Builder |
Canary.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Canary.Builder |
Canary.Builder.mergeFrom(com.google.protobuf.Message other) |
Canary.Builder |
Canary.Builder.mergeRuntimeConfig(RuntimeConfig value)
Optional.
|
Canary.Builder |
Canary.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Canary.Builder |
Canary.newBuilder() |
static Canary.Builder |
Canary.newBuilder(Canary prototype) |
Canary.Builder |
Canary.newBuilderForType() |
protected Canary.Builder |
Canary.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Canary.Builder |
Canary.Builder.setCanaryDeployment(CanaryDeployment.Builder builderForValue)
Configures the progressive based deployment for a Target.
|
Canary.Builder |
Canary.Builder.setCanaryDeployment(CanaryDeployment value)
Configures the progressive based deployment for a Target.
|
Canary.Builder |
Canary.Builder.setCustomCanaryDeployment(CustomCanaryDeployment.Builder builderForValue)
Configures the progressive based deployment for a Target, but allows
customizing at the phase level where a phase represents each of the
percentage deployments.
|
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.
|
Canary.Builder |
Canary.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Canary.Builder |
Canary.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Canary.Builder |
Canary.Builder.setRuntimeConfig(RuntimeConfig.Builder builderForValue)
Optional.
|
Canary.Builder |
Canary.Builder.setRuntimeConfig(RuntimeConfig value)
Optional.
|
Canary.Builder |
Canary.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Canary.Builder |
Canary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Strategy.Builder |
Strategy.Builder.setCanary(Canary.Builder builderForValue)
Canary deployment strategy provides progressive percentage based
deployments to a Target.
|
Copyright © 2024 Google LLC. All rights reserved.