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.events.cloud.dataplex.v1.Environment.InfrastructureSpec.ComputeResources
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Environment.InfrastructureSpec.ComputeResources.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Environment.InfrastructureSpec.ComputeResources.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder |
build()
public Environment.InfrastructureSpec.ComputeResources build()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources |
buildPartial()
public Environment.InfrastructureSpec.ComputeResources buildPartial()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources |
clear()
public Environment.InfrastructureSpec.ComputeResources.Builder clear()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder |
clearDiskSizeGb()
public Environment.InfrastructureSpec.ComputeResources.Builder clearDiskSizeGb()
Optional. Size in GB of the disk. Default is 100 GB.
int32 disk_size_gb = 1;
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Environment.InfrastructureSpec.ComputeResources.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder |
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;
Returns | |
---|---|
Type | Description |
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;
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Environment.InfrastructureSpec.ComputeResources.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder |
clone()
public Environment.InfrastructureSpec.ComputeResources.Builder clone()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder |
getDefaultInstanceForType()
public Environment.InfrastructureSpec.ComputeResources getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDiskSizeGb()
public int getDiskSizeGb()
Optional. Size in GB of the disk. Default is 100 GB.
int32 disk_size_gb = 1;
Returns | |
---|---|
Type | Description |
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;
Returns | |
---|---|
Type | Description |
int | The maxNodeCount. |
getNodeCount()
public int getNodeCount()
Optional. Total number of nodes in the sessions created for this environment.
int32 node_count = 2;
Returns | |
---|---|
Type | Description |
int | The nodeCount. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Environment.InfrastructureSpec.ComputeResources other)
public Environment.InfrastructureSpec.ComputeResources.Builder mergeFrom(Environment.InfrastructureSpec.ComputeResources other)
Parameter | |
---|---|
Name | Description |
other | Environment.InfrastructureSpec.ComputeResources |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Environment.InfrastructureSpec.ComputeResources.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Environment.InfrastructureSpec.ComputeResources.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Environment.InfrastructureSpec.ComputeResources.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder |
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;
Parameter | |
---|---|
Name | Description |
value | int The diskSizeGb to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder |
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;
Parameter | |
---|---|
Name | Description |
value | int The maxNodeCount to set. |
Returns | |
---|---|
Type | Description |
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;
Parameter | |
---|---|
Name | Description |
value | int The nodeCount to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Environment.InfrastructureSpec.ComputeResources.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.ComputeResources.Builder |