public static final class BulkInsertDiskResource.Builder extends GeneratedMessage.Builder<BulkInsertDiskResource.Builder> implements BulkInsertDiskResourceOrBuilderA transient resource used in compute.disks.bulkInsert and compute.regionDisks.bulkInsert. It is only used to process requests and is not persisted.
Protobuf type google.cloud.compute.v1.BulkInsertDiskResource
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BulkInsertDiskResource.BuilderImplements
BulkInsertDiskResourceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public BulkInsertDiskResource build()| Returns | |
|---|---|
| Type | Description |
BulkInsertDiskResource |
|
buildPartial()
public BulkInsertDiskResource buildPartial()| Returns | |
|---|---|
| Type | Description |
BulkInsertDiskResource |
|
clear()
public BulkInsertDiskResource.Builder clear()| Returns | |
|---|---|
| Type | Description |
BulkInsertDiskResource.Builder |
|
clearSourceConsistencyGroupPolicy()
public BulkInsertDiskResource.Builder clearSourceConsistencyGroupPolicy()The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as:
- projects/project/regions/region/resourcePolicies/resourcePolicy
- regions/region/resourcePolicies/resourcePolicy
optional string source_consistency_group_policy = 19616093;
| Returns | |
|---|---|
| Type | Description |
BulkInsertDiskResource.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public BulkInsertDiskResource getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BulkInsertDiskResource |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getSourceConsistencyGroupPolicy()
public String getSourceConsistencyGroupPolicy()The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as:
- projects/project/regions/region/resourcePolicies/resourcePolicy
- regions/region/resourcePolicies/resourcePolicy
optional string source_consistency_group_policy = 19616093;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceConsistencyGroupPolicy. |
getSourceConsistencyGroupPolicyBytes()
public ByteString getSourceConsistencyGroupPolicyBytes()The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as:
- projects/project/regions/region/resourcePolicies/resourcePolicy
- regions/region/resourcePolicies/resourcePolicy
optional string source_consistency_group_policy = 19616093;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceConsistencyGroupPolicy. |
hasSourceConsistencyGroupPolicy()
public boolean hasSourceConsistencyGroupPolicy()The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as:
- projects/project/regions/region/resourcePolicies/resourcePolicy
- regions/region/resourcePolicies/resourcePolicy
optional string source_consistency_group_policy = 19616093;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sourceConsistencyGroupPolicy field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BulkInsertDiskResource other)
public BulkInsertDiskResource.Builder mergeFrom(BulkInsertDiskResource other)| Parameter | |
|---|---|
| Name | Description |
other |
BulkInsertDiskResource |
| Returns | |
|---|---|
| Type | Description |
BulkInsertDiskResource.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BulkInsertDiskResource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BulkInsertDiskResource.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BulkInsertDiskResource.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BulkInsertDiskResource.Builder |
|
setSourceConsistencyGroupPolicy(String value)
public BulkInsertDiskResource.Builder setSourceConsistencyGroupPolicy(String value)The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as:
- projects/project/regions/region/resourcePolicies/resourcePolicy
- regions/region/resourcePolicies/resourcePolicy
optional string source_consistency_group_policy = 19616093;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe sourceConsistencyGroupPolicy to set. |
| Returns | |
|---|---|
| Type | Description |
BulkInsertDiskResource.Builder |
This builder for chaining. |
setSourceConsistencyGroupPolicyBytes(ByteString value)
public BulkInsertDiskResource.Builder setSourceConsistencyGroupPolicyBytes(ByteString value)The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as:
- projects/project/regions/region/resourcePolicies/resourcePolicy
- regions/region/resourcePolicies/resourcePolicy
optional string source_consistency_group_policy = 19616093;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for sourceConsistencyGroupPolicy to set. |
| Returns | |
|---|---|
| Type | Description |
BulkInsertDiskResource.Builder |
This builder for chaining. |