Uses of Class
com.google.cloud.dataproc.v1.RuntimeInfo.Builder
-
Packages that use RuntimeInfo.Builder Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of RuntimeInfo.Builder in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return RuntimeInfo.Builder Modifier and Type Method Description RuntimeInfo.Builder
RuntimeInfo.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
RuntimeInfo.Builder
RuntimeInfo.Builder. clear()
RuntimeInfo.Builder
RuntimeInfo.Builder. clearApproximateUsage()
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. clearCurrentUsage()
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. clearDiagnosticOutputUri()
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. clearEndpoints()
RuntimeInfo.Builder
RuntimeInfo.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
RuntimeInfo.Builder
RuntimeInfo.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
RuntimeInfo.Builder
RuntimeInfo.Builder. clearOutputUri()
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. clone()
RuntimeInfo.Builder
Batch.Builder. getRuntimeInfoBuilder()
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. mergeApproximateUsage(UsageMetrics value)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. mergeCurrentUsage(UsageSnapshot value)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. mergeFrom(RuntimeInfo other)
RuntimeInfo.Builder
RuntimeInfo.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RuntimeInfo.Builder
RuntimeInfo.Builder. mergeFrom(com.google.protobuf.Message other)
RuntimeInfo.Builder
RuntimeInfo.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static RuntimeInfo.Builder
RuntimeInfo. newBuilder()
static RuntimeInfo.Builder
RuntimeInfo. newBuilder(RuntimeInfo prototype)
RuntimeInfo.Builder
RuntimeInfo. newBuilderForType()
protected RuntimeInfo.Builder
RuntimeInfo. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
RuntimeInfo.Builder
RuntimeInfo.Builder. putAllEndpoints(Map<String,String> values)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. putEndpoints(String key, String value)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. removeEndpoints(String key)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. setApproximateUsage(UsageMetrics value)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. setApproximateUsage(UsageMetrics.Builder builderForValue)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. setCurrentUsage(UsageSnapshot value)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. setCurrentUsage(UsageSnapshot.Builder builderForValue)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. setDiagnosticOutputUri(String value)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. setDiagnosticOutputUriBytes(com.google.protobuf.ByteString value)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
RuntimeInfo.Builder
RuntimeInfo.Builder. setOutputUri(String value)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. setOutputUriBytes(com.google.protobuf.ByteString value)
Output only.RuntimeInfo.Builder
RuntimeInfo.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
RuntimeInfo.Builder
RuntimeInfo.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
RuntimeInfo.Builder
RuntimeInfo. toBuilder()
Methods in com.google.cloud.dataproc.v1 with parameters of type RuntimeInfo.Builder Modifier and Type Method Description Batch.Builder
Batch.Builder. setRuntimeInfo(RuntimeInfo.Builder builderForValue)
Output only.
-