com.google.cloud.backupdr.v1.GcpResourceOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-backupdr-v1 Show documentation
Show all versions of proto-google-cloud-backupdr-v1 Show documentation
Proto library for google-cloud-backupdr
/*
* 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 GcpResourceOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.backupdr.v1.GcpResource)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Name of the Google Cloud resource.
*
*
* string gcp_resourcename = 1;
*
* @return The gcpResourcename.
*/
java.lang.String getGcpResourcename();
/**
*
*
*
* Name of the Google Cloud resource.
*
*
* string gcp_resourcename = 1;
*
* @return The bytes for gcpResourcename.
*/
com.google.protobuf.ByteString getGcpResourcenameBytes();
/**
*
*
*
* Location of the resource: <region>/<zone>/"global"/"unspecified".
*
*
* string location = 2;
*
* @return The location.
*/
java.lang.String getLocation();
/**
*
*
*
* Location of the resource: <region>/<zone>/"global"/"unspecified".
*
*
* string location = 2;
*
* @return The bytes for location.
*/
com.google.protobuf.ByteString getLocationBytes();
/**
*
*
*
* Type of the resource. Use the Unified Resource Type,
* eg. compute.googleapis.com/Instance.
*
*
* string type = 3;
*
* @return The type.
*/
java.lang.String getType();
/**
*
*
*
* Type of the resource. Use the Unified Resource Type,
* eg. compute.googleapis.com/Instance.
*
*
* string type = 3;
*
* @return The bytes for type.
*/
com.google.protobuf.ByteString getTypeBytes();
}