All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.backupdr.v1.BackupApplianceLockInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
/*
 * 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/backupdr/v1/backupvault.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.backupdr.v1;

public interface BackupApplianceLockInfoOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.backupdr.v1.BackupApplianceLockInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. The ID of the backup/recovery appliance that created this lock.
   * 
* * int64 backup_appliance_id = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The backupApplianceId. */ long getBackupApplianceId(); /** * * *
   * Required. The name of the backup/recovery appliance that created this lock.
   * 
* * string backup_appliance_name = 2 [(.google.api.field_behavior) = REQUIRED]; * * @return The backupApplianceName. */ java.lang.String getBackupApplianceName(); /** * * *
   * Required. The name of the backup/recovery appliance that created this lock.
   * 
* * string backup_appliance_name = 2 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for backupApplianceName. */ com.google.protobuf.ByteString getBackupApplianceNameBytes(); /** * * *
   * Required. The reason for the lock: e.g. MOUNT/RESTORE/BACKUP/etc.  The
   * value of this string is only meaningful to the client and it is not
   * interpreted by the BackupVault service.
   * 
* * string lock_reason = 5 [(.google.api.field_behavior) = REQUIRED]; * * @return The lockReason. */ java.lang.String getLockReason(); /** * * *
   * Required. The reason for the lock: e.g. MOUNT/RESTORE/BACKUP/etc.  The
   * value of this string is only meaningful to the client and it is not
   * interpreted by the BackupVault service.
   * 
* * string lock_reason = 5 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for lockReason. */ com.google.protobuf.ByteString getLockReasonBytes(); /** * * *
   * The job name on the backup/recovery appliance that created this lock.
   * 
* * string job_name = 6; * * @return Whether the jobName field is set. */ boolean hasJobName(); /** * * *
   * The job name on the backup/recovery appliance that created this lock.
   * 
* * string job_name = 6; * * @return The jobName. */ java.lang.String getJobName(); /** * * *
   * The job name on the backup/recovery appliance that created this lock.
   * 
* * string job_name = 6; * * @return The bytes for jobName. */ com.google.protobuf.ByteString getJobNameBytes(); /** * * *
   * The image name that depends on this Backup.
   * 
* * string backup_image = 7; * * @return Whether the backupImage field is set. */ boolean hasBackupImage(); /** * * *
   * The image name that depends on this Backup.
   * 
* * string backup_image = 7; * * @return The backupImage. */ java.lang.String getBackupImage(); /** * * *
   * The image name that depends on this Backup.
   * 
* * string backup_image = 7; * * @return The bytes for backupImage. */ com.google.protobuf.ByteString getBackupImageBytes(); /** * * *
   * The SLA on the backup/recovery appliance that owns the lock.
   * 
* * int64 sla_id = 8; * * @return Whether the slaId field is set. */ boolean hasSlaId(); /** * * *
   * The SLA on the backup/recovery appliance that owns the lock.
   * 
* * int64 sla_id = 8; * * @return The slaId. */ long getSlaId(); com.google.cloud.backupdr.v1.BackupApplianceLockInfo.LockSourceCase getLockSourceCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy