public static final class Instance.PerformanceLimits.Builder extends GeneratedMessage.Builder<Instance.PerformanceLimits.Builder> implements Instance.PerformanceLimitsOrBuilderThe enforced performance limits, calculated from the instance's performance configuration.
Protobuf type google.cloud.filestore.v1.Instance.PerformanceLimits
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Instance.PerformanceLimits.BuilderImplements
Instance.PerformanceLimitsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Instance.PerformanceLimits build()| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits |
|
buildPartial()
public Instance.PerformanceLimits buildPartial()| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits |
|
clear()
public Instance.PerformanceLimits.Builder clear()| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
|
clearMaxIops()
public Instance.PerformanceLimits.Builder clearMaxIops()Output only. The max IOPS.
int64 max_iops = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
This builder for chaining. |
clearMaxReadIops()
public Instance.PerformanceLimits.Builder clearMaxReadIops()Output only. The max read IOPS.
int64 max_read_iops = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
This builder for chaining. |
clearMaxReadThroughputBps()
public Instance.PerformanceLimits.Builder clearMaxReadThroughputBps()Output only. The max read throughput in bytes per second.
int64 max_read_throughput_bps = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
This builder for chaining. |
clearMaxWriteIops()
public Instance.PerformanceLimits.Builder clearMaxWriteIops()Output only. The max write IOPS.
int64 max_write_iops = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
This builder for chaining. |
clearMaxWriteThroughputBps()
public Instance.PerformanceLimits.Builder clearMaxWriteThroughputBps()Output only. The max write throughput in bytes per second.
int64 max_write_throughput_bps = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Instance.PerformanceLimits getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMaxIops()
public long getMaxIops()Output only. The max IOPS.
int64 max_iops = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The maxIops. |
getMaxReadIops()
public long getMaxReadIops()Output only. The max read IOPS.
int64 max_read_iops = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The maxReadIops. |
getMaxReadThroughputBps()
public long getMaxReadThroughputBps()Output only. The max read throughput in bytes per second.
int64 max_read_throughput_bps = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The maxReadThroughputBps. |
getMaxWriteIops()
public long getMaxWriteIops()Output only. The max write IOPS.
int64 max_write_iops = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The maxWriteIops. |
getMaxWriteThroughputBps()
public long getMaxWriteThroughputBps()Output only. The max write throughput in bytes per second.
int64 max_write_throughput_bps = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The maxWriteThroughputBps. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Instance.PerformanceLimits other)
public Instance.PerformanceLimits.Builder mergeFrom(Instance.PerformanceLimits other)| Parameter | |
|---|---|
| Name | Description |
other |
Instance.PerformanceLimits |
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Instance.PerformanceLimits.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Instance.PerformanceLimits.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
|
setMaxIops(long value)
public Instance.PerformanceLimits.Builder setMaxIops(long value)Output only. The max IOPS.
int64 max_iops = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe maxIops to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
This builder for chaining. |
setMaxReadIops(long value)
public Instance.PerformanceLimits.Builder setMaxReadIops(long value)Output only. The max read IOPS.
int64 max_read_iops = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe maxReadIops to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
This builder for chaining. |
setMaxReadThroughputBps(long value)
public Instance.PerformanceLimits.Builder setMaxReadThroughputBps(long value)Output only. The max read throughput in bytes per second.
int64 max_read_throughput_bps = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe maxReadThroughputBps to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
This builder for chaining. |
setMaxWriteIops(long value)
public Instance.PerformanceLimits.Builder setMaxWriteIops(long value)Output only. The max write IOPS.
int64 max_write_iops = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe maxWriteIops to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
This builder for chaining. |
setMaxWriteThroughputBps(long value)
public Instance.PerformanceLimits.Builder setMaxWriteThroughputBps(long value)Output only. The max write throughput in bytes per second.
int64 max_write_throughput_bps = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe maxWriteThroughputBps to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.PerformanceLimits.Builder |
This builder for chaining. |