Uses of Class
com.google.cloud.orchestration.airflow.service.v1beta1.SoftwareConfig
-
Packages that use SoftwareConfig Package Description com.google.cloud.orchestration.airflow.service.v1beta1 A client to Cloud Composer API -
-
Uses of SoftwareConfig in com.google.cloud.orchestration.airflow.service.v1beta1
Methods in com.google.cloud.orchestration.airflow.service.v1beta1 that return SoftwareConfig Modifier and Type Method Description SoftwareConfig
SoftwareConfig.Builder. build()
SoftwareConfig
SoftwareConfig.Builder. buildPartial()
static SoftwareConfig
SoftwareConfig. getDefaultInstance()
SoftwareConfig
SoftwareConfig.Builder. getDefaultInstanceForType()
SoftwareConfig
SoftwareConfig. getDefaultInstanceForType()
SoftwareConfig
EnvironmentConfig.Builder. getSoftwareConfig()
The configuration settings for software inside the environment.SoftwareConfig
EnvironmentConfig. getSoftwareConfig()
The configuration settings for software inside the environment.SoftwareConfig
EnvironmentConfigOrBuilder. getSoftwareConfig()
The configuration settings for software inside the environment.static SoftwareConfig
SoftwareConfig. parseDelimitedFrom(InputStream input)
static SoftwareConfig
SoftwareConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SoftwareConfig
SoftwareConfig. parseFrom(byte[] data)
static SoftwareConfig
SoftwareConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SoftwareConfig
SoftwareConfig. parseFrom(com.google.protobuf.ByteString data)
static SoftwareConfig
SoftwareConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SoftwareConfig
SoftwareConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static SoftwareConfig
SoftwareConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SoftwareConfig
SoftwareConfig. parseFrom(InputStream input)
static SoftwareConfig
SoftwareConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SoftwareConfig
SoftwareConfig. parseFrom(ByteBuffer data)
static SoftwareConfig
SoftwareConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.orchestration.airflow.service.v1beta1 that return types with arguments of type SoftwareConfig Modifier and Type Method Description com.google.protobuf.Parser<SoftwareConfig>
SoftwareConfig. getParserForType()
static com.google.protobuf.Parser<SoftwareConfig>
SoftwareConfig. parser()
Methods in com.google.cloud.orchestration.airflow.service.v1beta1 with parameters of type SoftwareConfig Modifier and Type Method Description SoftwareConfig.Builder
SoftwareConfig.Builder. mergeFrom(SoftwareConfig other)
EnvironmentConfig.Builder
EnvironmentConfig.Builder. mergeSoftwareConfig(SoftwareConfig value)
The configuration settings for software inside the environment.static SoftwareConfig.Builder
SoftwareConfig. newBuilder(SoftwareConfig prototype)
EnvironmentConfig.Builder
EnvironmentConfig.Builder. setSoftwareConfig(SoftwareConfig value)
The configuration settings for software inside the environment.
-