Class Environment.InfrastructureSpec.ComputeResources.Builder (1.0.1)

public static final class Environment.InfrastructureSpec.ComputeResources.Builder extends GeneratedMessageV3.Builder<Environment.InfrastructureSpec.ComputeResources.Builder> implements Environment.InfrastructureSpec.ComputeResourcesOrBuilder

Compute resources associated with the analyze interactive workloads.

Protobuf type google.cloud.dataplex.v1.Environment.InfrastructureSpec.ComputeResources

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Environment.InfrastructureSpec.ComputeResources.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Environment.InfrastructureSpec.ComputeResources.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder
Overrides

build()

public Environment.InfrastructureSpec.ComputeResources build()
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources

buildPartial()

public Environment.InfrastructureSpec.ComputeResources buildPartial()
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources

clear()

public Environment.InfrastructureSpec.ComputeResources.Builder clear()
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder
Overrides

clearDiskSizeGb()

public Environment.InfrastructureSpec.ComputeResources.Builder clearDiskSizeGb()

Optional. Size in GB of the disk. Default is 100 GB.

int32 disk_size_gb = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Environment.InfrastructureSpec.ComputeResources.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder
Overrides

clearMaxNodeCount()

public Environment.InfrastructureSpec.ComputeResources.Builder clearMaxNodeCount()

Optional. Max configurable nodes. If max_node_count > node_count, then auto-scaling is enabled.

int32 max_node_count = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder

This builder for chaining.

clearNodeCount()

public Environment.InfrastructureSpec.ComputeResources.Builder clearNodeCount()

Optional. Total number of nodes in the sessions created for this environment.

int32 node_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Environment.InfrastructureSpec.ComputeResources.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder
Overrides

clone()

public Environment.InfrastructureSpec.ComputeResources.Builder clone()
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder
Overrides

getDefaultInstanceForType()

public Environment.InfrastructureSpec.ComputeResources getDefaultInstanceForType()
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDiskSizeGb()

public int getDiskSizeGb()

Optional. Size in GB of the disk. Default is 100 GB.

int32 disk_size_gb = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The diskSizeGb.

getMaxNodeCount()

public int getMaxNodeCount()

Optional. Max configurable nodes. If max_node_count > node_count, then auto-scaling is enabled.

int32 max_node_count = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The maxNodeCount.

getNodeCount()

public int getNodeCount()

Optional. Total number of nodes in the sessions created for this environment.

int32 node_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The nodeCount.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Environment.InfrastructureSpec.ComputeResources other)

public Environment.InfrastructureSpec.ComputeResources.Builder mergeFrom(Environment.InfrastructureSpec.ComputeResources other)
Parameter
NameDescription
otherEnvironment.InfrastructureSpec.ComputeResources
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Environment.InfrastructureSpec.ComputeResources.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Environment.InfrastructureSpec.ComputeResources.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Environment.InfrastructureSpec.ComputeResources.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder
Overrides

setDiskSizeGb(int value)

public Environment.InfrastructureSpec.ComputeResources.Builder setDiskSizeGb(int value)

Optional. Size in GB of the disk. Default is 100 GB.

int32 disk_size_gb = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueint

The diskSizeGb to set.

Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Environment.InfrastructureSpec.ComputeResources.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder
Overrides

setMaxNodeCount(int value)

public Environment.InfrastructureSpec.ComputeResources.Builder setMaxNodeCount(int value)

Optional. Max configurable nodes. If max_node_count > node_count, then auto-scaling is enabled.

int32 max_node_count = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueint

The maxNodeCount to set.

Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder

This builder for chaining.

setNodeCount(int value)

public Environment.InfrastructureSpec.ComputeResources.Builder setNodeCount(int value)

Optional. Total number of nodes in the sessions created for this environment.

int32 node_count = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueint

The nodeCount to set.

Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Environment.InfrastructureSpec.ComputeResources.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Environment.InfrastructureSpec.ComputeResources.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Environment.InfrastructureSpec.ComputeResources.Builder
Overrides