public static final class ResourceList.Builder extends GeneratedMessage.Builder<ResourceList.Builder> implements ResourceListOrBuilderResourceList contains container resource requirements.
Protobuf type google.cloud.gkehub.policycontroller.v1beta.ResourceList
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ResourceList.BuilderImplements
ResourceListOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ResourceList build()| Returns | |
|---|---|
| Type | Description |
ResourceList |
|
buildPartial()
public ResourceList buildPartial()| Returns | |
|---|---|
| Type | Description |
ResourceList |
|
clear()
public ResourceList.Builder clear()| Returns | |
|---|---|
| Type | Description |
ResourceList.Builder |
|
clearCpu()
public ResourceList.Builder clearCpu()CPU requirement expressed in Kubernetes resource units.
optional string cpu = 2;
| Returns | |
|---|---|
| Type | Description |
ResourceList.Builder |
This builder for chaining. |
clearMemory()
public ResourceList.Builder clearMemory()Memory requirement expressed in Kubernetes resource units.
optional string memory = 1;
| Returns | |
|---|---|
| Type | Description |
ResourceList.Builder |
This builder for chaining. |
getCpu()
public String getCpu()CPU requirement expressed in Kubernetes resource units.
optional string cpu = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The cpu. |
getCpuBytes()
public ByteString getCpuBytes()CPU requirement expressed in Kubernetes resource units.
optional string cpu = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cpu. |
getDefaultInstanceForType()
public ResourceList getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ResourceList |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMemory()
public String getMemory()Memory requirement expressed in Kubernetes resource units.
optional string memory = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The memory. |
getMemoryBytes()
public ByteString getMemoryBytes()Memory requirement expressed in Kubernetes resource units.
optional string memory = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for memory. |
hasCpu()
public boolean hasCpu()CPU requirement expressed in Kubernetes resource units.
optional string cpu = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cpu field is set. |
hasMemory()
public boolean hasMemory()Memory requirement expressed in Kubernetes resource units.
optional string memory = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the memory field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ResourceList other)
public ResourceList.Builder mergeFrom(ResourceList other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceList |
| Returns | |
|---|---|
| Type | Description |
ResourceList.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ResourceList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ResourceList.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ResourceList.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ResourceList.Builder |
|
setCpu(String value)
public ResourceList.Builder setCpu(String value)CPU requirement expressed in Kubernetes resource units.
optional string cpu = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe cpu to set. |
| Returns | |
|---|---|
| Type | Description |
ResourceList.Builder |
This builder for chaining. |
setCpuBytes(ByteString value)
public ResourceList.Builder setCpuBytes(ByteString value)CPU requirement expressed in Kubernetes resource units.
optional string cpu = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for cpu to set. |
| Returns | |
|---|---|
| Type | Description |
ResourceList.Builder |
This builder for chaining. |
setMemory(String value)
public ResourceList.Builder setMemory(String value)Memory requirement expressed in Kubernetes resource units.
optional string memory = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe memory to set. |
| Returns | |
|---|---|
| Type | Description |
ResourceList.Builder |
This builder for chaining. |
setMemoryBytes(ByteString value)
public ResourceList.Builder setMemoryBytes(ByteString value)Memory requirement expressed in Kubernetes resource units.
optional string memory = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for memory to set. |
| Returns | |
|---|---|
| Type | Description |
ResourceList.Builder |
This builder for chaining. |