| Modifier and Type | Method and Description |
|---|---|
EnvVarSource |
EnvVarSource.Builder.build() |
EnvVarSource |
EnvVarSource.Builder.buildPartial() |
static EnvVarSource |
EnvVarSource.getDefaultInstance() |
EnvVarSource |
EnvVarSource.getDefaultInstanceForType() |
EnvVarSource |
EnvVarSource.Builder.getDefaultInstanceForType() |
EnvVarSource |
EnvVarOrBuilder.getValueSource()
Source for the environment variable's value.
|
EnvVarSource |
EnvVar.getValueSource()
Source for the environment variable's value.
|
EnvVarSource |
EnvVar.Builder.getValueSource()
Source for the environment variable's value.
|
static EnvVarSource |
EnvVarSource.parseDelimitedFrom(InputStream input) |
static EnvVarSource |
EnvVarSource.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvVarSource |
EnvVarSource.parseFrom(byte[] data) |
static EnvVarSource |
EnvVarSource.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvVarSource |
EnvVarSource.parseFrom(ByteBuffer data) |
static EnvVarSource |
EnvVarSource.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvVarSource |
EnvVarSource.parseFrom(com.google.protobuf.ByteString data) |
static EnvVarSource |
EnvVarSource.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvVarSource |
EnvVarSource.parseFrom(com.google.protobuf.CodedInputStream input) |
static EnvVarSource |
EnvVarSource.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvVarSource |
EnvVarSource.parseFrom(InputStream input) |
static EnvVarSource |
EnvVarSource.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<EnvVarSource> |
EnvVarSource.getParserForType() |
static com.google.protobuf.Parser<EnvVarSource> |
EnvVarSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
EnvVarSource.Builder |
EnvVarSource.Builder.mergeFrom(EnvVarSource other) |
EnvVar.Builder |
EnvVar.Builder.mergeValueSource(EnvVarSource value)
Source for the environment variable's value.
|
static EnvVarSource.Builder |
EnvVarSource.newBuilder(EnvVarSource prototype) |
EnvVar.Builder |
EnvVar.Builder.setValueSource(EnvVarSource value)
Source for the environment variable's value.
|
Copyright © 2025 Google LLC. All rights reserved.