Uses of Class
com.google.cloud.dataproc.v1.SoftwareConfig
-
Packages that use SoftwareConfig Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of SoftwareConfig in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 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
ClusterConfig.Builder. getSoftwareConfig()
Optional.SoftwareConfig
ClusterConfig. getSoftwareConfig()
Optional.SoftwareConfig
ClusterConfigOrBuilder. getSoftwareConfig()
Optional.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.dataproc.v1 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.dataproc.v1 with parameters of type SoftwareConfig Modifier and Type Method Description SoftwareConfig.Builder
SoftwareConfig.Builder. mergeFrom(SoftwareConfig other)
ClusterConfig.Builder
ClusterConfig.Builder. mergeSoftwareConfig(SoftwareConfig value)
Optional.static SoftwareConfig.Builder
SoftwareConfig. newBuilder(SoftwareConfig prototype)
ClusterConfig.Builder
ClusterConfig.Builder. setSoftwareConfig(SoftwareConfig value)
Optional.
-