public static final class SplitCapacityCommitmentRequest.Builder extends GeneratedMessage.Builder<SplitCapacityCommitmentRequest.Builder> implements SplitCapacityCommitmentRequestOrBuilderThe request for ReservationService.SplitCapacityCommitment.
Protobuf type google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SplitCapacityCommitmentRequest.BuilderImplements
SplitCapacityCommitmentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SplitCapacityCommitmentRequest build()| Returns | |
|---|---|
| Type | Description |
SplitCapacityCommitmentRequest |
|
buildPartial()
public SplitCapacityCommitmentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
SplitCapacityCommitmentRequest |
|
clear()
public SplitCapacityCommitmentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
SplitCapacityCommitmentRequest.Builder |
|
clearName()
public SplitCapacityCommitmentRequest.Builder clearName() Required. The resource name e.g.,:
projects/myproject/locations/US/capacityCommitments/123
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
SplitCapacityCommitmentRequest.Builder |
This builder for chaining. |
clearSlotCount()
public SplitCapacityCommitmentRequest.Builder clearSlotCount()Number of slots in the capacity commitment after the split.
int64 slot_count = 2;
| Returns | |
|---|---|
| Type | Description |
SplitCapacityCommitmentRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SplitCapacityCommitmentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SplitCapacityCommitmentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. The resource name e.g.,:
projects/myproject/locations/US/capacityCommitments/123
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. The resource name e.g.,:
projects/myproject/locations/US/capacityCommitments/123
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSlotCount()
public long getSlotCount()Number of slots in the capacity commitment after the split.
int64 slot_count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The slotCount. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SplitCapacityCommitmentRequest other)
public SplitCapacityCommitmentRequest.Builder mergeFrom(SplitCapacityCommitmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SplitCapacityCommitmentRequest |
| Returns | |
|---|---|
| Type | Description |
SplitCapacityCommitmentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SplitCapacityCommitmentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SplitCapacityCommitmentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SplitCapacityCommitmentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SplitCapacityCommitmentRequest.Builder |
|
setName(String value)
public SplitCapacityCommitmentRequest.Builder setName(String value) Required. The resource name e.g.,:
projects/myproject/locations/US/capacityCommitments/123
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
SplitCapacityCommitmentRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public SplitCapacityCommitmentRequest.Builder setNameBytes(ByteString value) Required. The resource name e.g.,:
projects/myproject/locations/US/capacityCommitments/123
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
SplitCapacityCommitmentRequest.Builder |
This builder for chaining. |
setSlotCount(long value)
public SplitCapacityCommitmentRequest.Builder setSlotCount(long value)Number of slots in the capacity commitment after the split.
int64 slot_count = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe slotCount to set. |
| Returns | |
|---|---|
| Type | Description |
SplitCapacityCommitmentRequest.Builder |
This builder for chaining. |