Class InstantSnapshotResourceStatus.Builder (1.93.0)

public static final class InstantSnapshotResourceStatus.Builder extends GeneratedMessage.Builder<InstantSnapshotResourceStatus.Builder> implements InstantSnapshotResourceStatusOrBuilder

Protobuf type google.cloud.compute.v1.InstantSnapshotResourceStatus

Static Methods

getDescriptor()

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

Methods

build()

public InstantSnapshotResourceStatus build()
Returns
Type Description
InstantSnapshotResourceStatus

buildPartial()

public InstantSnapshotResourceStatus buildPartial()
Returns
Type Description
InstantSnapshotResourceStatus

clear()

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

clearStorageSizeBytes()

public InstantSnapshotResourceStatus.Builder clearStorageSizeBytes()

[Output Only] The storage size of this instant snapshot.

optional int64 storage_size_bytes = 387548913;

Returns
Type Description
InstantSnapshotResourceStatus.Builder

This builder for chaining.

getDefaultInstanceForType()

public InstantSnapshotResourceStatus getDefaultInstanceForType()
Returns
Type Description
InstantSnapshotResourceStatus

getDescriptorForType()

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

getStorageSizeBytes()

public long getStorageSizeBytes()

[Output Only] The storage size of this instant snapshot.

optional int64 storage_size_bytes = 387548913;

Returns
Type Description
long

The storageSizeBytes.

hasStorageSizeBytes()

public boolean hasStorageSizeBytes()

[Output Only] The storage size of this instant snapshot.

optional int64 storage_size_bytes = 387548913;

Returns
Type Description
boolean

Whether the storageSizeBytes field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(InstantSnapshotResourceStatus other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setStorageSizeBytes(long value)

public InstantSnapshotResourceStatus.Builder setStorageSizeBytes(long value)

[Output Only] The storage size of this instant snapshot.

optional int64 storage_size_bytes = 387548913;

Parameter
Name Description
value long

The storageSizeBytes to set.

Returns
Type Description
InstantSnapshotResourceStatus.Builder

This builder for chaining.