
com.google.cloud.compute.v1.ResourcePolicySnapshotSchedulePolicySnapshotPropertiesOrBuilder 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 ResourcePolicySnapshotSchedulePolicySnapshotPropertiesOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.ResourcePolicySnapshotSchedulePolicySnapshotProperties)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Chain name that the snapshot is created in.
*
*
* optional string chain_name = 68644169;
*
* @return Whether the chainName field is set.
*/
boolean hasChainName();
/**
*
*
*
* Chain name that the snapshot is created in.
*
*
* optional string chain_name = 68644169;
*
* @return The chainName.
*/
java.lang.String getChainName();
/**
*
*
*
* Chain name that the snapshot is created in.
*
*
* optional string chain_name = 68644169;
*
* @return The bytes for chainName.
*/
com.google.protobuf.ByteString getChainNameBytes();
/**
*
*
*
* Indication to perform a 'guest aware' snapshot.
*
*
* optional bool guest_flush = 385550813;
*
* @return Whether the guestFlush field is set.
*/
boolean hasGuestFlush();
/**
*
*
*
* Indication to perform a 'guest aware' snapshot.
*
*
* optional bool guest_flush = 385550813;
*
* @return The guestFlush.
*/
boolean getGuestFlush();
/**
*
*
*
* Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
*
*
* map<string, string> labels = 500195327;
*/
int getLabelsCount();
/**
*
*
*
* Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
*
*
* map<string, string> labels = 500195327;
*/
boolean containsLabels(java.lang.String key);
/** Use {@link #getLabelsMap()} instead. */
@java.lang.Deprecated
java.util.Map getLabels();
/**
*
*
*
* Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
*
*
* map<string, string> labels = 500195327;
*/
java.util.Map getLabelsMap();
/**
*
*
*
* Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
*
*
* map<string, string> labels = 500195327;
*/
/* nullable */
java.lang.String getLabelsOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
*
*
*
* Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
*
*
* map<string, string> labels = 500195327;
*/
java.lang.String getLabelsOrThrow(java.lang.String key);
/**
*
*
*
* Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
*
*
* repeated string storage_locations = 328005274;
*
* @return A list containing the storageLocations.
*/
java.util.List getStorageLocationsList();
/**
*
*
*
* Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
*
*
* repeated string storage_locations = 328005274;
*
* @return The count of storageLocations.
*/
int getStorageLocationsCount();
/**
*
*
*
* Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
*
*
* repeated string storage_locations = 328005274;
*
* @param index The index of the element to return.
* @return The storageLocations at the given index.
*/
java.lang.String getStorageLocations(int index);
/**
*
*
*
* Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
*
*
* repeated string storage_locations = 328005274;
*
* @param index The index of the value to return.
* @return The bytes of the storageLocations at the given index.
*/
com.google.protobuf.ByteString getStorageLocationsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy