public static final class ResourceLimit.Builder extends GeneratedMessage.Builder<ResourceLimit.Builder> implements ResourceLimitOrBuilderContains information about amount of some resource in the cluster. For memory, value should be in GB.
Protobuf type google.container.v1beta1.ResourceLimit
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ResourceLimit.BuilderImplements
ResourceLimitOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ResourceLimit build()| Returns | |
|---|---|
| Type | Description |
ResourceLimit |
|
buildPartial()
public ResourceLimit buildPartial()| Returns | |
|---|---|
| Type | Description |
ResourceLimit |
|
clear()
public ResourceLimit.Builder clear()| Returns | |
|---|---|
| Type | Description |
ResourceLimit.Builder |
|
clearMaximum()
public ResourceLimit.Builder clearMaximum()Maximum amount of the resource in the cluster.
int64 maximum = 3;
| Returns | |
|---|---|
| Type | Description |
ResourceLimit.Builder |
This builder for chaining. |
clearMinimum()
public ResourceLimit.Builder clearMinimum()Minimum amount of the resource in the cluster.
int64 minimum = 2;
| Returns | |
|---|---|
| Type | Description |
ResourceLimit.Builder |
This builder for chaining. |
clearResourceType()
public ResourceLimit.Builder clearResourceType()Resource name "cpu", "memory" or gpu-specific string.
string resource_type = 1;
| Returns | |
|---|---|
| Type | Description |
ResourceLimit.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ResourceLimit getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ResourceLimit |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMaximum()
public long getMaximum()Maximum amount of the resource in the cluster.
int64 maximum = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The maximum. |
getMinimum()
public long getMinimum()Minimum amount of the resource in the cluster.
int64 minimum = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The minimum. |
getResourceType()
public String getResourceType()Resource name "cpu", "memory" or gpu-specific string.
string resource_type = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The resourceType. |
getResourceTypeBytes()
public ByteString getResourceTypeBytes()Resource name "cpu", "memory" or gpu-specific string.
string resource_type = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceType. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ResourceLimit other)
public ResourceLimit.Builder mergeFrom(ResourceLimit other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceLimit |
| Returns | |
|---|---|
| Type | Description |
ResourceLimit.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ResourceLimit.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ResourceLimit.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ResourceLimit.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ResourceLimit.Builder |
|
setMaximum(long value)
public ResourceLimit.Builder setMaximum(long value)Maximum amount of the resource in the cluster.
int64 maximum = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe maximum to set. |
| Returns | |
|---|---|
| Type | Description |
ResourceLimit.Builder |
This builder for chaining. |
setMinimum(long value)
public ResourceLimit.Builder setMinimum(long value)Minimum amount of the resource in the cluster.
int64 minimum = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe minimum to set. |
| Returns | |
|---|---|
| Type | Description |
ResourceLimit.Builder |
This builder for chaining. |
setResourceType(String value)
public ResourceLimit.Builder setResourceType(String value)Resource name "cpu", "memory" or gpu-specific string.
string resource_type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe resourceType to set. |
| Returns | |
|---|---|
| Type | Description |
ResourceLimit.Builder |
This builder for chaining. |
setResourceTypeBytes(ByteString value)
public ResourceLimit.Builder setResourceTypeBytes(ByteString value)Resource name "cpu", "memory" or gpu-specific string.
string resource_type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for resourceType to set. |
| Returns | |
|---|---|
| Type | Description |
ResourceLimit.Builder |
This builder for chaining. |