Environment.Builder |
Environment.Builder.addAllVersionConfigs(Iterable<? extends Environment.VersionConfig> values) |
A list of configurations for flow versions.
|
Environment.Builder |
ListEnvironmentsResponse.Builder.addEnvironmentsBuilder() |
The list of environments.
|
Environment.Builder |
ListEnvironmentsResponse.Builder.addEnvironmentsBuilder(int index) |
The list of environments.
|
Environment.Builder |
LookupEnvironmentHistoryResponse.Builder.addEnvironmentsBuilder() |
Represents a list of snapshots for an environment.
|
Environment.Builder |
LookupEnvironmentHistoryResponse.Builder.addEnvironmentsBuilder(int index) |
Represents a list of snapshots for an environment.
|
Environment.Builder |
Environment.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Environment.Builder |
Environment.Builder.addVersionConfigs(int index,
Environment.VersionConfig value) |
A list of configurations for flow versions.
|
Environment.Builder |
Environment.Builder.addVersionConfigs(int index,
Environment.VersionConfig.Builder builderForValue) |
A list of configurations for flow versions.
|
Environment.Builder |
Environment.Builder.addVersionConfigs(Environment.VersionConfig value) |
A list of configurations for flow versions.
|
Environment.Builder |
Environment.Builder.addVersionConfigs(Environment.VersionConfig.Builder builderForValue) |
A list of configurations for flow versions.
|
Environment.Builder |
Environment.Builder.clear() |
|
Environment.Builder |
Environment.Builder.clearDescription() |
The human-readable description of the environment.
|
Environment.Builder |
Environment.Builder.clearDisplayName() |
Required.
|
Environment.Builder |
Environment.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Environment.Builder |
Environment.Builder.clearName() |
The name of the environment.
|
Environment.Builder |
Environment.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Environment.Builder |
Environment.Builder.clearTestCasesConfig() |
The test cases config for continuous tests of this environment.
|
Environment.Builder |
Environment.Builder.clearUpdateTime() |
Output only.
|
Environment.Builder |
Environment.Builder.clearVersionConfigs() |
A list of configurations for flow versions.
|
Environment.Builder |
Environment.Builder.clearWebhookConfig() |
The webhook configuration for this environment.
|
Environment.Builder |
Environment.Builder.clone() |
|
Environment.Builder |
CreateEnvironmentRequest.Builder.getEnvironmentBuilder() |
Required.
|
Environment.Builder |
DeployFlowResponse.Builder.getEnvironmentBuilder() |
The updated environment where the flow is deployed.
|
Environment.Builder |
UpdateEnvironmentRequest.Builder.getEnvironmentBuilder() |
Required.
|
Environment.Builder |
ListEnvironmentsResponse.Builder.getEnvironmentsBuilder(int index) |
The list of environments.
|
Environment.Builder |
LookupEnvironmentHistoryResponse.Builder.getEnvironmentsBuilder(int index) |
Represents a list of snapshots for an environment.
|
Environment.Builder |
Environment.Builder.mergeFrom(Environment other) |
|
Environment.Builder |
Environment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Environment.Builder |
Environment.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Environment.Builder |
Environment.Builder.mergeTestCasesConfig(Environment.TestCasesConfig value) |
The test cases config for continuous tests of this environment.
|
Environment.Builder |
Environment.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Environment.Builder |
Environment.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) |
Output only.
|
Environment.Builder |
Environment.Builder.mergeWebhookConfig(Environment.WebhookConfig value) |
The webhook configuration for this environment.
|
static Environment.Builder |
Environment.newBuilder() |
|
static Environment.Builder |
Environment.newBuilder(Environment prototype) |
|
Environment.Builder |
Environment.newBuilderForType() |
|
protected Environment.Builder |
Environment.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Environment.Builder |
Environment.Builder.removeVersionConfigs(int index) |
A list of configurations for flow versions.
|
Environment.Builder |
Environment.Builder.setDescription(String value) |
The human-readable description of the environment.
|
Environment.Builder |
Environment.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) |
The human-readable description of the environment.
|
Environment.Builder |
Environment.Builder.setDisplayName(String value) |
Required.
|
Environment.Builder |
Environment.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) |
Required.
|
Environment.Builder |
Environment.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Environment.Builder |
Environment.Builder.setName(String value) |
The name of the environment.
|
Environment.Builder |
Environment.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The name of the environment.
|
Environment.Builder |
Environment.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Environment.Builder |
Environment.Builder.setTestCasesConfig(Environment.TestCasesConfig value) |
The test cases config for continuous tests of this environment.
|
Environment.Builder |
Environment.Builder.setTestCasesConfig(Environment.TestCasesConfig.Builder builderForValue) |
The test cases config for continuous tests of this environment.
|
Environment.Builder |
Environment.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Environment.Builder |
Environment.Builder.setUpdateTime(com.google.protobuf.Timestamp value) |
Output only.
|
Environment.Builder |
Environment.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) |
Output only.
|
Environment.Builder |
Environment.Builder.setVersionConfigs(int index,
Environment.VersionConfig value) |
A list of configurations for flow versions.
|
Environment.Builder |
Environment.Builder.setVersionConfigs(int index,
Environment.VersionConfig.Builder builderForValue) |
A list of configurations for flow versions.
|
Environment.Builder |
Environment.Builder.setWebhookConfig(Environment.WebhookConfig value) |
The webhook configuration for this environment.
|
Environment.Builder |
Environment.Builder.setWebhookConfig(Environment.WebhookConfig.Builder builderForValue) |
The webhook configuration for this environment.
|
Environment.Builder |
Environment.toBuilder() |
|