Uses of Class
com.google.cloud.dataproc.v1.PeripheralsConfig
-
Packages that use PeripheralsConfig Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of PeripheralsConfig in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return PeripheralsConfig Modifier and Type Method Description PeripheralsConfig
PeripheralsConfig.Builder. build()
PeripheralsConfig
PeripheralsConfig.Builder. buildPartial()
static PeripheralsConfig
PeripheralsConfig. getDefaultInstance()
PeripheralsConfig
PeripheralsConfig.Builder. getDefaultInstanceForType()
PeripheralsConfig
PeripheralsConfig. getDefaultInstanceForType()
PeripheralsConfig
EnvironmentConfig.Builder. getPeripheralsConfig()
Optional.PeripheralsConfig
EnvironmentConfig. getPeripheralsConfig()
Optional.PeripheralsConfig
EnvironmentConfigOrBuilder. getPeripheralsConfig()
Optional.static PeripheralsConfig
PeripheralsConfig. parseDelimitedFrom(InputStream input)
static PeripheralsConfig
PeripheralsConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PeripheralsConfig
PeripheralsConfig. parseFrom(byte[] data)
static PeripheralsConfig
PeripheralsConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PeripheralsConfig
PeripheralsConfig. parseFrom(com.google.protobuf.ByteString data)
static PeripheralsConfig
PeripheralsConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PeripheralsConfig
PeripheralsConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static PeripheralsConfig
PeripheralsConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PeripheralsConfig
PeripheralsConfig. parseFrom(InputStream input)
static PeripheralsConfig
PeripheralsConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PeripheralsConfig
PeripheralsConfig. parseFrom(ByteBuffer data)
static PeripheralsConfig
PeripheralsConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type PeripheralsConfig Modifier and Type Method Description com.google.protobuf.Parser<PeripheralsConfig>
PeripheralsConfig. getParserForType()
static com.google.protobuf.Parser<PeripheralsConfig>
PeripheralsConfig. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type PeripheralsConfig Modifier and Type Method Description PeripheralsConfig.Builder
PeripheralsConfig.Builder. mergeFrom(PeripheralsConfig other)
EnvironmentConfig.Builder
EnvironmentConfig.Builder. mergePeripheralsConfig(PeripheralsConfig value)
Optional.static PeripheralsConfig.Builder
PeripheralsConfig. newBuilder(PeripheralsConfig prototype)
EnvironmentConfig.Builder
EnvironmentConfig.Builder. setPeripheralsConfig(PeripheralsConfig value)
Optional.
-