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