Class UsageMetrics.Builder (4.80.0)

public static final class UsageMetrics.Builder extends GeneratedMessage.Builder<UsageMetrics.Builder> implements UsageMetricsOrBuilder

Usage metrics represent approximate total resources consumed by a workload.

Protobuf type google.cloud.dataproc.v1.UsageMetrics

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public UsageMetrics build()
Returns
Type Description
UsageMetrics

buildPartial()

public UsageMetrics buildPartial()
Returns
Type Description
UsageMetrics

clear()

public UsageMetrics.Builder clear()
Returns
Type Description
UsageMetrics.Builder
Overrides

clearAcceleratorType()

public UsageMetrics.Builder clearAcceleratorType()

Optional. Accelerator type being used, if any

string accelerator_type = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UsageMetrics.Builder

This builder for chaining.

clearMilliAcceleratorSeconds()

public UsageMetrics.Builder clearMilliAcceleratorSeconds()

Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing).

int64 milli_accelerator_seconds = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UsageMetrics.Builder

This builder for chaining.

clearMilliDcuSeconds()

public UsageMetrics.Builder clearMilliDcuSeconds()

Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing).

int64 milli_dcu_seconds = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UsageMetrics.Builder

This builder for chaining.

clearShuffleStorageGbSeconds()

public UsageMetrics.Builder clearShuffleStorageGbSeconds()

Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing).

int64 shuffle_storage_gb_seconds = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UsageMetrics.Builder

This builder for chaining.

getAcceleratorType()

public String getAcceleratorType()

Optional. Accelerator type being used, if any

string accelerator_type = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The acceleratorType.

getAcceleratorTypeBytes()

public ByteString getAcceleratorTypeBytes()

Optional. Accelerator type being used, if any

string accelerator_type = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for acceleratorType.

getDefaultInstanceForType()

public UsageMetrics getDefaultInstanceForType()
Returns
Type Description
UsageMetrics

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMilliAcceleratorSeconds()

public long getMilliAcceleratorSeconds()

Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing).

int64 milli_accelerator_seconds = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The milliAcceleratorSeconds.

getMilliDcuSeconds()

public long getMilliDcuSeconds()

Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing).

int64 milli_dcu_seconds = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The milliDcuSeconds.

getShuffleStorageGbSeconds()

public long getShuffleStorageGbSeconds()

Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing).

int64 shuffle_storage_gb_seconds = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The shuffleStorageGbSeconds.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UsageMetrics other)

public UsageMetrics.Builder mergeFrom(UsageMetrics other)
Parameter
Name Description
other UsageMetrics
Returns
Type Description
UsageMetrics.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UsageMetrics.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UsageMetrics.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UsageMetrics.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UsageMetrics.Builder
Overrides

setAcceleratorType(String value)

public UsageMetrics.Builder setAcceleratorType(String value)

Optional. Accelerator type being used, if any

string accelerator_type = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The acceleratorType to set.

Returns
Type Description
UsageMetrics.Builder

This builder for chaining.

setAcceleratorTypeBytes(ByteString value)

public UsageMetrics.Builder setAcceleratorTypeBytes(ByteString value)

Optional. Accelerator type being used, if any

string accelerator_type = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for acceleratorType to set.

Returns
Type Description
UsageMetrics.Builder

This builder for chaining.

setMilliAcceleratorSeconds(long value)

public UsageMetrics.Builder setMilliAcceleratorSeconds(long value)

Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing).

int64 milli_accelerator_seconds = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value long

The milliAcceleratorSeconds to set.

Returns
Type Description
UsageMetrics.Builder

This builder for chaining.

setMilliDcuSeconds(long value)

public UsageMetrics.Builder setMilliDcuSeconds(long value)

Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing).

int64 milli_dcu_seconds = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value long

The milliDcuSeconds to set.

Returns
Type Description
UsageMetrics.Builder

This builder for chaining.

setShuffleStorageGbSeconds(long value)

public UsageMetrics.Builder setShuffleStorageGbSeconds(long value)

Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing).

int64 shuffle_storage_gb_seconds = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value long

The shuffleStorageGbSeconds to set.

Returns
Type Description
UsageMetrics.Builder

This builder for chaining.