public static final class InstanceQuota.Builder extends GeneratedMessage.Builder<InstanceQuota.Builder> implements InstanceQuotaOrBuilderA resource budget.
Protobuf type google.cloud.baremetalsolution.v2.InstanceQuota
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > InstanceQuota.BuilderImplements
InstanceQuotaOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public InstanceQuota build()| Returns | |
|---|---|
| Type | Description |
InstanceQuota |
|
buildPartial()
public InstanceQuota buildPartial()| Returns | |
|---|---|
| Type | Description |
InstanceQuota |
|
clear()
public InstanceQuota.Builder clear()| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
|
clearAvailableMachineCount()
public InstanceQuota.Builder clearAvailableMachineCount()Number of machines than can be created for the given location and instance_type.
int32 available_machine_count = 4;
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
clearGcpService()
public InstanceQuota.Builder clearGcpService()The gcp service of the provisioning quota.
string gcp_service = 5;
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
clearInstanceType() (deprecated)
public InstanceQuota.Builder clearInstanceType()Deprecated. google.cloud.baremetalsolution.v2.InstanceQuota.instance_type is deprecated. See google/cloud/baremetalsolution/v2/provisioning.proto;l=550
Instance type. Deprecated: use gcp_service.
string instance_type = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
clearLocation()
public InstanceQuota.Builder clearLocation()Location where the quota applies.
string location = 3;
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
clearName()
public InstanceQuota.Builder clearName()Output only. The name of the instance quota.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
getAvailableMachineCount()
public int getAvailableMachineCount()Number of machines than can be created for the given location and instance_type.
int32 available_machine_count = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The availableMachineCount. |
getDefaultInstanceForType()
public InstanceQuota getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InstanceQuota |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGcpService()
public String getGcpService()The gcp service of the provisioning quota.
string gcp_service = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The gcpService. |
getGcpServiceBytes()
public ByteString getGcpServiceBytes()The gcp service of the provisioning quota.
string gcp_service = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcpService. |
getInstanceType() (deprecated)
public String getInstanceType()Deprecated. google.cloud.baremetalsolution.v2.InstanceQuota.instance_type is deprecated. See google/cloud/baremetalsolution/v2/provisioning.proto;l=550
Instance type. Deprecated: use gcp_service.
string instance_type = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The instanceType. |
getInstanceTypeBytes() (deprecated)
public ByteString getInstanceTypeBytes()Deprecated. google.cloud.baremetalsolution.v2.InstanceQuota.instance_type is deprecated. See google/cloud/baremetalsolution/v2/provisioning.proto;l=550
Instance type. Deprecated: use gcp_service.
string instance_type = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceType. |
getLocation()
public String getLocation()Location where the quota applies.
string location = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public ByteString getLocationBytes()Location where the quota applies.
string location = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getName()
public String getName()Output only. The name of the instance quota.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Output only. The name of the instance quota.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(InstanceQuota other)
public InstanceQuota.Builder mergeFrom(InstanceQuota other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceQuota |
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InstanceQuota.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InstanceQuota.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
|
setAvailableMachineCount(int value)
public InstanceQuota.Builder setAvailableMachineCount(int value)Number of machines than can be created for the given location and instance_type.
int32 available_machine_count = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe availableMachineCount to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
setGcpService(String value)
public InstanceQuota.Builder setGcpService(String value)The gcp service of the provisioning quota.
string gcp_service = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe gcpService to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
setGcpServiceBytes(ByteString value)
public InstanceQuota.Builder setGcpServiceBytes(ByteString value)The gcp service of the provisioning quota.
string gcp_service = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for gcpService to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
setInstanceType(String value) (deprecated)
public InstanceQuota.Builder setInstanceType(String value)Deprecated. google.cloud.baremetalsolution.v2.InstanceQuota.instance_type is deprecated. See google/cloud/baremetalsolution/v2/provisioning.proto;l=550
Instance type. Deprecated: use gcp_service.
string instance_type = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe instanceType to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
setInstanceTypeBytes(ByteString value) (deprecated)
public InstanceQuota.Builder setInstanceTypeBytes(ByteString value)Deprecated. google.cloud.baremetalsolution.v2.InstanceQuota.instance_type is deprecated. See google/cloud/baremetalsolution/v2/provisioning.proto;l=550
Instance type. Deprecated: use gcp_service.
string instance_type = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for instanceType to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
setLocation(String value)
public InstanceQuota.Builder setLocation(String value)Location where the quota applies.
string location = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe location to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
setLocationBytes(ByteString value)
public InstanceQuota.Builder setLocationBytes(ByteString value)Location where the quota applies.
string location = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for location to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
setName(String value)
public InstanceQuota.Builder setName(String value)Output only. The name of the instance quota.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public InstanceQuota.Builder setNameBytes(ByteString value)Output only. The name of the instance quota.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
InstanceQuota.Builder |
This builder for chaining. |