Uses of Class
com.google.cloud.orchestration.airflow.service.v1.EnvironmentConfig
-
Packages that use EnvironmentConfig Package Description com.google.cloud.orchestration.airflow.service.v1 A client to Cloud Composer API -
-
Uses of EnvironmentConfig in com.google.cloud.orchestration.airflow.service.v1
Methods in com.google.cloud.orchestration.airflow.service.v1 that return EnvironmentConfig Modifier and Type Method Description EnvironmentConfig
EnvironmentConfig.Builder. build()
EnvironmentConfig
EnvironmentConfig.Builder. buildPartial()
EnvironmentConfig
Environment.Builder. getConfig()
Configuration parameters for this environment.EnvironmentConfig
Environment. getConfig()
Configuration parameters for this environment.EnvironmentConfig
EnvironmentOrBuilder. getConfig()
Configuration parameters for this environment.static EnvironmentConfig
EnvironmentConfig. getDefaultInstance()
EnvironmentConfig
EnvironmentConfig.Builder. getDefaultInstanceForType()
EnvironmentConfig
EnvironmentConfig. getDefaultInstanceForType()
static EnvironmentConfig
EnvironmentConfig. parseDelimitedFrom(InputStream input)
static EnvironmentConfig
EnvironmentConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentConfig
EnvironmentConfig. parseFrom(byte[] data)
static EnvironmentConfig
EnvironmentConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentConfig
EnvironmentConfig. parseFrom(com.google.protobuf.ByteString data)
static EnvironmentConfig
EnvironmentConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentConfig
EnvironmentConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static EnvironmentConfig
EnvironmentConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentConfig
EnvironmentConfig. parseFrom(InputStream input)
static EnvironmentConfig
EnvironmentConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentConfig
EnvironmentConfig. parseFrom(ByteBuffer data)
static EnvironmentConfig
EnvironmentConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.orchestration.airflow.service.v1 that return types with arguments of type EnvironmentConfig Modifier and Type Method Description com.google.protobuf.Parser<EnvironmentConfig>
EnvironmentConfig. getParserForType()
static com.google.protobuf.Parser<EnvironmentConfig>
EnvironmentConfig. parser()
Methods in com.google.cloud.orchestration.airflow.service.v1 with parameters of type EnvironmentConfig Modifier and Type Method Description Environment.Builder
Environment.Builder. mergeConfig(EnvironmentConfig value)
Configuration parameters for this environment.EnvironmentConfig.Builder
EnvironmentConfig.Builder. mergeFrom(EnvironmentConfig other)
static EnvironmentConfig.Builder
EnvironmentConfig. newBuilder(EnvironmentConfig prototype)
Environment.Builder
Environment.Builder. setConfig(EnvironmentConfig value)
Configuration parameters for this environment.
-