- 1.61.0 (latest)
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.2.0
public static final class Instance.PerformanceLimits.Builder extends GeneratedMessageV3.Builder<Instance.PerformanceLimits.Builder> implements Instance.PerformanceLimitsOrBuilder
The enforced performance limits, calculated from the instance's performance configuration.
Protobuf type google.cloud.filestore.v1beta1.Instance.PerformanceLimits
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Instance.PerformanceLimits.BuilderImplements
Instance.PerformanceLimitsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Instance.PerformanceLimits.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Instance.PerformanceLimits.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public Instance.PerformanceLimits.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Instance.PerformanceLimits.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Instance.PerformanceLimits.Builder |
clone()
public Instance.PerformanceLimits.Builder clone()
Returns | |
---|---|
Type | Description |
Instance.PerformanceLimits.Builder |
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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Instance.PerformanceLimits.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Instance.PerformanceLimits.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Instance.PerformanceLimits.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
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 |
long The 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 |
long The 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 |
long The 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 |
long The 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 |
long The maxWriteThroughputBps to set. |
Returns | |
---|---|
Type | Description |
Instance.PerformanceLimits.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Instance.PerformanceLimits.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Instance.PerformanceLimits.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Instance.PerformanceLimits.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Instance.PerformanceLimits.Builder |