Uses of Class
com.google.cloud.dataproc.v1.EnvironmentConfig
-
Packages that use EnvironmentConfig Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of EnvironmentConfig in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return EnvironmentConfig Modifier and Type Method Description EnvironmentConfig
EnvironmentConfig.Builder. build()
EnvironmentConfig
EnvironmentConfig.Builder. buildPartial()
static EnvironmentConfig
EnvironmentConfig. getDefaultInstance()
EnvironmentConfig
EnvironmentConfig.Builder. getDefaultInstanceForType()
EnvironmentConfig
EnvironmentConfig. getDefaultInstanceForType()
EnvironmentConfig
Batch.Builder. getEnvironmentConfig()
Optional.EnvironmentConfig
Batch. getEnvironmentConfig()
Optional.EnvironmentConfig
BatchOrBuilder. getEnvironmentConfig()
Optional.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.dataproc.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.dataproc.v1 with parameters of type EnvironmentConfig Modifier and Type Method Description Batch.Builder
Batch.Builder. mergeEnvironmentConfig(EnvironmentConfig value)
Optional.EnvironmentConfig.Builder
EnvironmentConfig.Builder. mergeFrom(EnvironmentConfig other)
static EnvironmentConfig.Builder
EnvironmentConfig. newBuilder(EnvironmentConfig prototype)
Batch.Builder
Batch.Builder. setEnvironmentConfig(EnvironmentConfig value)
Optional.
-