com.google.storage.control.v2.RenameFolderMetadataOrBuilder 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 RenameFolderMetadataOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.storage.control.v2.RenameFolderMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Generic metadata for the long running operation.
*
*
* .google.storage.control.v2.CommonLongRunningOperationMetadata common_metadata = 1;
*
* @return Whether the commonMetadata field is set.
*/
boolean hasCommonMetadata();
/**
*
*
*
* Generic metadata for the long running operation.
*
*
* .google.storage.control.v2.CommonLongRunningOperationMetadata common_metadata = 1;
*
* @return The commonMetadata.
*/
com.google.storage.control.v2.CommonLongRunningOperationMetadata getCommonMetadata();
/**
*
*
*
* Generic metadata for the long running operation.
*
*
* .google.storage.control.v2.CommonLongRunningOperationMetadata common_metadata = 1;
*/
com.google.storage.control.v2.CommonLongRunningOperationMetadataOrBuilder
getCommonMetadataOrBuilder();
/**
*
*
*
* The path of the source folder.
*
*
* string source_folder_id = 2;
*
* @return The sourceFolderId.
*/
java.lang.String getSourceFolderId();
/**
*
*
*
* The path of the source folder.
*
*
* string source_folder_id = 2;
*
* @return The bytes for sourceFolderId.
*/
com.google.protobuf.ByteString getSourceFolderIdBytes();
/**
*
*
*
* The path of the destination folder.
*
*
* string destination_folder_id = 3;
*
* @return The destinationFolderId.
*/
java.lang.String getDestinationFolderId();
/**
*
*
*
* The path of the destination folder.
*
*
* string destination_folder_id = 3;
*
* @return The bytes for destinationFolderId.
*/
com.google.protobuf.ByteString getDestinationFolderIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy