com.google.storage.control.v2.StorageLayoutOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-storage-control-v2 Show documentation
Show all versions of proto-google-cloud-storage-control-v2 Show documentation
Proto library for proto-google-cloud-storage-control-v2
/*
* 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/storage/control/v2/storage_control.proto
// Protobuf Java Version: 3.25.4
package com.google.storage.control.v2;
public interface StorageLayoutOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.storage.control.v2.StorageLayout)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Output only. The name of the StorageLayout resource.
* Format: `projects/{project}/buckets/{bucket}/storageLayout`
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Output only. The name of the StorageLayout resource.
* Format: `projects/{project}/buckets/{bucket}/storageLayout`
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Output only. The location of the bucket.
*
*
* string location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The location.
*/
java.lang.String getLocation();
/**
*
*
*
* Output only. The location of the bucket.
*
*
* string location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for location.
*/
com.google.protobuf.ByteString getLocationBytes();
/**
*
*
*
* Output only. The location type of the bucket (region, dual-region,
* multi-region, etc).
*
*
* string location_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The locationType.
*/
java.lang.String getLocationType();
/**
*
*
*
* Output only. The location type of the bucket (region, dual-region,
* multi-region, etc).
*
*
* string location_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for locationType.
*/
com.google.protobuf.ByteString getLocationTypeBytes();
/**
*
*
*
* Output only. The data placement configuration for custom dual region. If
* there is no configuration, this is not a custom dual region bucket.
*
*
*
* .google.storage.control.v2.StorageLayout.CustomPlacementConfig custom_placement_config = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the customPlacementConfig field is set.
*/
boolean hasCustomPlacementConfig();
/**
*
*
*
* Output only. The data placement configuration for custom dual region. If
* there is no configuration, this is not a custom dual region bucket.
*
*
*
* .google.storage.control.v2.StorageLayout.CustomPlacementConfig custom_placement_config = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The customPlacementConfig.
*/
com.google.storage.control.v2.StorageLayout.CustomPlacementConfig getCustomPlacementConfig();
/**
*
*
*
* Output only. The data placement configuration for custom dual region. If
* there is no configuration, this is not a custom dual region bucket.
*
*
*
* .google.storage.control.v2.StorageLayout.CustomPlacementConfig custom_placement_config = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.storage.control.v2.StorageLayout.CustomPlacementConfigOrBuilder
getCustomPlacementConfigOrBuilder();
/**
*
*
*
* Output only. The bucket's hierarchical namespace configuration. If there is
* no configuration, the hierarchical namespace is disabled.
*
*
*
* .google.storage.control.v2.StorageLayout.HierarchicalNamespace hierarchical_namespace = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the hierarchicalNamespace field is set.
*/
boolean hasHierarchicalNamespace();
/**
*
*
*
* Output only. The bucket's hierarchical namespace configuration. If there is
* no configuration, the hierarchical namespace is disabled.
*
*
*
* .google.storage.control.v2.StorageLayout.HierarchicalNamespace hierarchical_namespace = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The hierarchicalNamespace.
*/
com.google.storage.control.v2.StorageLayout.HierarchicalNamespace getHierarchicalNamespace();
/**
*
*
*
* Output only. The bucket's hierarchical namespace configuration. If there is
* no configuration, the hierarchical namespace is disabled.
*
*
*
* .google.storage.control.v2.StorageLayout.HierarchicalNamespace hierarchical_namespace = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.storage.control.v2.StorageLayout.HierarchicalNamespaceOrBuilder
getHierarchicalNamespaceOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy