Package com.google.cloud.compute.v1
Interface BulkInsertDiskResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BulkInsertDiskResource
,BulkInsertDiskResource.Builder
public interface BulkInsertDiskResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSourceConsistencyGroupPolicy()
The URL of the DiskConsistencyGroupPolicy for the group of disks to clone.com.google.protobuf.ByteString
getSourceConsistencyGroupPolicyBytes()
The URL of the DiskConsistencyGroupPolicy for the group of disks to clone.boolean
hasSourceConsistencyGroupPolicy()
The URL of the DiskConsistencyGroupPolicy for the group of disks to clone.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSourceConsistencyGroupPolicy
boolean hasSourceConsistencyGroupPolicy()
The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy
optional string source_consistency_group_policy = 19616093;
- Returns:
- Whether the sourceConsistencyGroupPolicy field is set.
-
getSourceConsistencyGroupPolicy
String getSourceConsistencyGroupPolicy()
The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy
optional string source_consistency_group_policy = 19616093;
- Returns:
- The sourceConsistencyGroupPolicy.
-
getSourceConsistencyGroupPolicyBytes
com.google.protobuf.ByteString getSourceConsistencyGroupPolicyBytes()
The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy
optional string source_consistency_group_policy = 19616093;
- Returns:
- The bytes for sourceConsistencyGroupPolicy.
-
-