com.google.cloud.compute.v1.DiskAsyncReplicationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-compute-v1 Show documentation
Show all versions of proto-google-cloud-compute-v1 Show documentation
Proto library for google-cloud-compute
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface DiskAsyncReplicationOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.DiskAsyncReplication)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* [Output Only] URL of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.
*
*
* optional string consistency_group_policy = 1991097;
*
* @return Whether the consistencyGroupPolicy field is set.
*/
boolean hasConsistencyGroupPolicy();
/**
*
*
*
* [Output Only] URL of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.
*
*
* optional string consistency_group_policy = 1991097;
*
* @return The consistencyGroupPolicy.
*/
java.lang.String getConsistencyGroupPolicy();
/**
*
*
*
* [Output Only] URL of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.
*
*
* optional string consistency_group_policy = 1991097;
*
* @return The bytes for consistencyGroupPolicy.
*/
com.google.protobuf.ByteString getConsistencyGroupPolicyBytes();
/**
*
*
*
* [Output Only] ID of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.
*
*
* optional string consistency_group_policy_id = 261065057;
*
* @return Whether the consistencyGroupPolicyId field is set.
*/
boolean hasConsistencyGroupPolicyId();
/**
*
*
*
* [Output Only] ID of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.
*
*
* optional string consistency_group_policy_id = 261065057;
*
* @return The consistencyGroupPolicyId.
*/
java.lang.String getConsistencyGroupPolicyId();
/**
*
*
*
* [Output Only] ID of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.
*
*
* optional string consistency_group_policy_id = 261065057;
*
* @return The bytes for consistencyGroupPolicyId.
*/
com.google.protobuf.ByteString getConsistencyGroupPolicyIdBytes();
/**
*
*
*
* The other disk asynchronously replicated to or from the current disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk
*
*
* optional string disk = 3083677;
*
* @return Whether the disk field is set.
*/
boolean hasDisk();
/**
*
*
*
* The other disk asynchronously replicated to or from the current disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk
*
*
* optional string disk = 3083677;
*
* @return The disk.
*/
java.lang.String getDisk();
/**
*
*
*
* The other disk asynchronously replicated to or from the current disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk
*
*
* optional string disk = 3083677;
*
* @return The bytes for disk.
*/
com.google.protobuf.ByteString getDiskBytes();
/**
*
*
*
* [Output Only] The unique ID of the other disk asynchronously replicated to or from the current disk. This value identifies the exact disk that was used to create this replication. For example, if you started replicating the persistent disk from a disk that was later deleted and recreated under the same name, the disk ID would identify the exact version of the disk that was used.
*
*
* optional string disk_id = 60990205;
*
* @return Whether the diskId field is set.
*/
boolean hasDiskId();
/**
*
*
*
* [Output Only] The unique ID of the other disk asynchronously replicated to or from the current disk. This value identifies the exact disk that was used to create this replication. For example, if you started replicating the persistent disk from a disk that was later deleted and recreated under the same name, the disk ID would identify the exact version of the disk that was used.
*
*
* optional string disk_id = 60990205;
*
* @return The diskId.
*/
java.lang.String getDiskId();
/**
*
*
*
* [Output Only] The unique ID of the other disk asynchronously replicated to or from the current disk. This value identifies the exact disk that was used to create this replication. For example, if you started replicating the persistent disk from a disk that was later deleted and recreated under the same name, the disk ID would identify the exact version of the disk that was used.
*
*
* optional string disk_id = 60990205;
*
* @return The bytes for diskId.
*/
com.google.protobuf.ByteString getDiskIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy