public final class UsageMetrics extends GeneratedMessageV3 implements UsageMetricsOrBuilder
Usage metrics represent approximate total resources consumed by a workload.
Protobuf type google.cloud.dataproc.v1.UsageMetrics
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ACCELERATOR_TYPE_FIELD_NUMBER
public static final int ACCELERATOR_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MILLI_ACCELERATOR_SECONDS_FIELD_NUMBER
public static final int MILLI_ACCELERATOR_SECONDS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MILLI_DCU_SECONDS_FIELD_NUMBER
public static final int MILLI_DCU_SECONDS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SHUFFLE_STORAGE_GB_SECONDS_FIELD_NUMBER
public static final int SHUFFLE_STORAGE_GB_SECONDS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static UsageMetrics getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static UsageMetrics.Builder newBuilder()
newBuilder(UsageMetrics prototype)
public static UsageMetrics.Builder newBuilder(UsageMetrics prototype)
public static UsageMetrics parseDelimitedFrom(InputStream input)
public static UsageMetrics parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static UsageMetrics parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UsageMetrics parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static UsageMetrics parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UsageMetrics parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UsageMetrics parseFrom(CodedInputStream input)
public static UsageMetrics parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UsageMetrics parseFrom(InputStream input)
public static UsageMetrics parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static UsageMetrics parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UsageMetrics parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<UsageMetrics> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
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()
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.
|
getParserForType()
public Parser<UsageMetrics> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public UsageMetrics.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UsageMetrics.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public UsageMetrics.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides