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