com.google.storage.control.v2.Folder 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 2023 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
package com.google.storage.control.v2;
/**
*
*
*
* A folder.
*
*
* Protobuf type {@code google.storage.control.v2.Folder}
*/
public final class Folder extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.storage.control.v2.Folder)
FolderOrBuilder {
private static final long serialVersionUID = 0L;
// Use Folder.newBuilder() to construct.
private Folder(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Folder() {
name_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new Folder();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.storage.control.v2.StorageControlProto
.internal_static_google_storage_control_v2_Folder_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.storage.control.v2.StorageControlProto
.internal_static_google_storage_control_v2_Folder_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.storage.control.v2.Folder.class,
com.google.storage.control.v2.Folder.Builder.class);
}
public static final int NAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
*
*
*
* Identifier. The name of this folder.
* Format: `projects/{project}/buckets/{bucket}/folders/{folder}`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
}
}
/**
*
*
*
* Identifier. The name of this folder.
* Format: `projects/{project}/buckets/{bucket}/folders/{folder}`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int METAGENERATION_FIELD_NUMBER = 3;
private long metageneration_ = 0L;
/**
*
*
*
* Output only. The version of the metadata for this folder. Used for
* preconditions and for detecting changes in metadata.
*
*
* int64 metageneration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The metageneration.
*/
@java.lang.Override
public long getMetageneration() {
return metageneration_;
}
public static final int CREATE_TIME_FIELD_NUMBER = 4;
private com.google.protobuf.Timestamp createTime_;
/**
*
*
*
* Output only. The creation time of the folder.
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the createTime field is set.
*/
@java.lang.Override
public boolean hasCreateTime() {
return createTime_ != null;
}
/**
*
*
*
* Output only. The creation time of the folder.
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The createTime.
*/
@java.lang.Override
public com.google.protobuf.Timestamp getCreateTime() {
return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_;
}
/**
*
*
*
* Output only. The creation time of the folder.
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
@java.lang.Override
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_;
}
public static final int UPDATE_TIME_FIELD_NUMBER = 5;
private com.google.protobuf.Timestamp updateTime_;
/**
*
*
*
* Output only. The modification time of the folder.
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the updateTime field is set.
*/
@java.lang.Override
public boolean hasUpdateTime() {
return updateTime_ != null;
}
/**
*
*
*
* Output only. The modification time of the folder.
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The updateTime.
*/
@java.lang.Override
public com.google.protobuf.Timestamp getUpdateTime() {
return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_;
}
/**
*
*
*
* Output only. The modification time of the folder.
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
@java.lang.Override
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_;
}
public static final int PENDING_RENAME_INFO_FIELD_NUMBER = 7;
private com.google.storage.control.v2.PendingRenameInfo pendingRenameInfo_;
/**
*
*
*
* Output only. Only present if the folder is part of an ongoing RenameFolder
* operation. Contains information which can be used to query the operation
* status. The presence of this field also indicates all write operations are
* blocked for this folder, including folder, managed folder, and object
* operations.
*
*
*
* .google.storage.control.v2.PendingRenameInfo pending_rename_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the pendingRenameInfo field is set.
*/
@java.lang.Override
public boolean hasPendingRenameInfo() {
return pendingRenameInfo_ != null;
}
/**
*
*
*
* Output only. Only present if the folder is part of an ongoing RenameFolder
* operation. Contains information which can be used to query the operation
* status. The presence of this field also indicates all write operations are
* blocked for this folder, including folder, managed folder, and object
* operations.
*
*
*
* .google.storage.control.v2.PendingRenameInfo pending_rename_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The pendingRenameInfo.
*/
@java.lang.Override
public com.google.storage.control.v2.PendingRenameInfo getPendingRenameInfo() {
return pendingRenameInfo_ == null
? com.google.storage.control.v2.PendingRenameInfo.getDefaultInstance()
: pendingRenameInfo_;
}
/**
*
*
*
* Output only. Only present if the folder is part of an ongoing RenameFolder
* operation. Contains information which can be used to query the operation
* status. The presence of this field also indicates all write operations are
* blocked for this folder, including folder, managed folder, and object
* operations.
*
*
*
* .google.storage.control.v2.PendingRenameInfo pending_rename_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
@java.lang.Override
public com.google.storage.control.v2.PendingRenameInfoOrBuilder getPendingRenameInfoOrBuilder() {
return pendingRenameInfo_ == null
? com.google.storage.control.v2.PendingRenameInfo.getDefaultInstance()
: pendingRenameInfo_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (metageneration_ != 0L) {
output.writeInt64(3, metageneration_);
}
if (createTime_ != null) {
output.writeMessage(4, getCreateTime());
}
if (updateTime_ != null) {
output.writeMessage(5, getUpdateTime());
}
if (pendingRenameInfo_ != null) {
output.writeMessage(7, getPendingRenameInfo());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (metageneration_ != 0L) {
size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, metageneration_);
}
if (createTime_ != null) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getCreateTime());
}
if (updateTime_ != null) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getUpdateTime());
}
if (pendingRenameInfo_ != null) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getPendingRenameInfo());
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.storage.control.v2.Folder)) {
return super.equals(obj);
}
com.google.storage.control.v2.Folder other = (com.google.storage.control.v2.Folder) obj;
if (!getName().equals(other.getName())) return false;
if (getMetageneration() != other.getMetageneration()) return false;
if (hasCreateTime() != other.hasCreateTime()) return false;
if (hasCreateTime()) {
if (!getCreateTime().equals(other.getCreateTime())) return false;
}
if (hasUpdateTime() != other.hasUpdateTime()) return false;
if (hasUpdateTime()) {
if (!getUpdateTime().equals(other.getUpdateTime())) return false;
}
if (hasPendingRenameInfo() != other.hasPendingRenameInfo()) return false;
if (hasPendingRenameInfo()) {
if (!getPendingRenameInfo().equals(other.getPendingRenameInfo())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
hash = (37 * hash) + METAGENERATION_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getMetageneration());
if (hasCreateTime()) {
hash = (37 * hash) + CREATE_TIME_FIELD_NUMBER;
hash = (53 * hash) + getCreateTime().hashCode();
}
if (hasUpdateTime()) {
hash = (37 * hash) + UPDATE_TIME_FIELD_NUMBER;
hash = (53 * hash) + getUpdateTime().hashCode();
}
if (hasPendingRenameInfo()) {
hash = (37 * hash) + PENDING_RENAME_INFO_FIELD_NUMBER;
hash = (53 * hash) + getPendingRenameInfo().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.storage.control.v2.Folder parseFrom(java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.storage.control.v2.Folder parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.storage.control.v2.Folder parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.storage.control.v2.Folder parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.storage.control.v2.Folder parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.storage.control.v2.Folder parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.storage.control.v2.Folder parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.storage.control.v2.Folder parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.storage.control.v2.Folder parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.storage.control.v2.Folder parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.storage.control.v2.Folder parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.storage.control.v2.Folder parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() {
return newBuilder();
}
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.google.storage.control.v2.Folder prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*
*
* A folder.
*
*
* Protobuf type {@code google.storage.control.v2.Folder}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.storage.control.v2.Folder)
com.google.storage.control.v2.FolderOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.storage.control.v2.StorageControlProto
.internal_static_google_storage_control_v2_Folder_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.storage.control.v2.StorageControlProto
.internal_static_google_storage_control_v2_Folder_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.storage.control.v2.Folder.class,
com.google.storage.control.v2.Folder.Builder.class);
}
// Construct using com.google.storage.control.v2.Folder.newBuilder()
private Builder() {}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
name_ = "";
metageneration_ = 0L;
createTime_ = null;
if (createTimeBuilder_ != null) {
createTimeBuilder_.dispose();
createTimeBuilder_ = null;
}
updateTime_ = null;
if (updateTimeBuilder_ != null) {
updateTimeBuilder_.dispose();
updateTimeBuilder_ = null;
}
pendingRenameInfo_ = null;
if (pendingRenameInfoBuilder_ != null) {
pendingRenameInfoBuilder_.dispose();
pendingRenameInfoBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.storage.control.v2.StorageControlProto
.internal_static_google_storage_control_v2_Folder_descriptor;
}
@java.lang.Override
public com.google.storage.control.v2.Folder getDefaultInstanceForType() {
return com.google.storage.control.v2.Folder.getDefaultInstance();
}
@java.lang.Override
public com.google.storage.control.v2.Folder build() {
com.google.storage.control.v2.Folder result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.storage.control.v2.Folder buildPartial() {
com.google.storage.control.v2.Folder result = new com.google.storage.control.v2.Folder(this);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartial0(com.google.storage.control.v2.Folder result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.name_ = name_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.metageneration_ = metageneration_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.createTime_ = createTimeBuilder_ == null ? createTime_ : createTimeBuilder_.build();
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.updateTime_ = updateTimeBuilder_ == null ? updateTime_ : updateTimeBuilder_.build();
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.pendingRenameInfo_ =
pendingRenameInfoBuilder_ == null
? pendingRenameInfo_
: pendingRenameInfoBuilder_.build();
}
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.storage.control.v2.Folder) {
return mergeFrom((com.google.storage.control.v2.Folder) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.storage.control.v2.Folder other) {
if (other == com.google.storage.control.v2.Folder.getDefaultInstance()) return this;
if (!other.getName().isEmpty()) {
name_ = other.name_;
bitField0_ |= 0x00000001;
onChanged();
}
if (other.getMetageneration() != 0L) {
setMetageneration(other.getMetageneration());
}
if (other.hasCreateTime()) {
mergeCreateTime(other.getCreateTime());
}
if (other.hasUpdateTime()) {
mergeUpdateTime(other.getUpdateTime());
}
if (other.hasPendingRenameInfo()) {
mergePendingRenameInfo(other.getPendingRenameInfo());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10:
{
name_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 24:
{
metageneration_ = input.readInt64();
bitField0_ |= 0x00000002;
break;
} // case 24
case 34:
{
input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 34
case 42:
{
input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000008;
break;
} // case 42
case 58:
{
input.readMessage(
getPendingRenameInfoFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000010;
break;
} // case 58
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.lang.Object name_ = "";
/**
*
*
*
* Identifier. The name of this folder.
* Format: `projects/{project}/buckets/{bucket}/folders/{folder}`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* Identifier. The name of this folder.
* Format: `projects/{project}/buckets/{bucket}/folders/{folder}`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @return The bytes for name.
*/
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* Identifier. The name of this folder.
* Format: `projects/{project}/buckets/{bucket}/folders/{folder}`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
name_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Identifier. The name of this folder.
* Format: `projects/{project}/buckets/{bucket}/folders/{folder}`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
*
*
* Identifier. The name of this folder.
* Format: `projects/{project}/buckets/{bucket}/folders/{folder}`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
name_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private long metageneration_;
/**
*
*
*
* Output only. The version of the metadata for this folder. Used for
* preconditions and for detecting changes in metadata.
*
*
* int64 metageneration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The metageneration.
*/
@java.lang.Override
public long getMetageneration() {
return metageneration_;
}
/**
*
*
*
* Output only. The version of the metadata for this folder. Used for
* preconditions and for detecting changes in metadata.
*
*
* int64 metageneration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @param value The metageneration to set.
* @return This builder for chaining.
*/
public Builder setMetageneration(long value) {
metageneration_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Output only. The version of the metadata for this folder. Used for
* preconditions and for detecting changes in metadata.
*
*
* int64 metageneration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return This builder for chaining.
*/
public Builder clearMetageneration() {
bitField0_ = (bitField0_ & ~0x00000002);
metageneration_ = 0L;
onChanged();
return this;
}
private com.google.protobuf.Timestamp createTime_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
createTimeBuilder_;
/**
*
*
*
* Output only. The creation time of the folder.
*
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the createTime field is set.
*/
public boolean hasCreateTime() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
*
*
* Output only. The creation time of the folder.
*
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The createTime.
*/
public com.google.protobuf.Timestamp getCreateTime() {
if (createTimeBuilder_ == null) {
return createTime_ == null
? com.google.protobuf.Timestamp.getDefaultInstance()
: createTime_;
} else {
return createTimeBuilder_.getMessage();
}
}
/**
*
*
*
* Output only. The creation time of the folder.
*
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder setCreateTime(com.google.protobuf.Timestamp value) {
if (createTimeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
createTime_ = value;
} else {
createTimeBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* Output only. The creation time of the folder.
*
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) {
if (createTimeBuilder_ == null) {
createTime_ = builderForValue.build();
} else {
createTimeBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* Output only. The creation time of the folder.
*
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder mergeCreateTime(com.google.protobuf.Timestamp value) {
if (createTimeBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0)
&& createTime_ != null
&& createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
getCreateTimeBuilder().mergeFrom(value);
} else {
createTime_ = value;
}
} else {
createTimeBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* Output only. The creation time of the folder.
*
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder clearCreateTime() {
bitField0_ = (bitField0_ & ~0x00000004);
createTime_ = null;
if (createTimeBuilder_ != null) {
createTimeBuilder_.dispose();
createTimeBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* Output only. The creation time of the folder.
*
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getCreateTimeFieldBuilder().getBuilder();
}
/**
*
*
*
* Output only. The creation time of the folder.
*
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() {
if (createTimeBuilder_ != null) {
return createTimeBuilder_.getMessageOrBuilder();
} else {
return createTime_ == null
? com.google.protobuf.Timestamp.getDefaultInstance()
: createTime_;
}
}
/**
*
*
*
* Output only. The creation time of the folder.
*
*
*
* .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
getCreateTimeFieldBuilder() {
if (createTimeBuilder_ == null) {
createTimeBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>(
getCreateTime(), getParentForChildren(), isClean());
createTime_ = null;
}
return createTimeBuilder_;
}
private com.google.protobuf.Timestamp updateTime_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
updateTimeBuilder_;
/**
*
*
*
* Output only. The modification time of the folder.
*
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the updateTime field is set.
*/
public boolean hasUpdateTime() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
*
*
*
* Output only. The modification time of the folder.
*
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The updateTime.
*/
public com.google.protobuf.Timestamp getUpdateTime() {
if (updateTimeBuilder_ == null) {
return updateTime_ == null
? com.google.protobuf.Timestamp.getDefaultInstance()
: updateTime_;
} else {
return updateTimeBuilder_.getMessage();
}
}
/**
*
*
*
* Output only. The modification time of the folder.
*
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder setUpdateTime(com.google.protobuf.Timestamp value) {
if (updateTimeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
updateTime_ = value;
} else {
updateTimeBuilder_.setMessage(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* Output only. The modification time of the folder.
*
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) {
if (updateTimeBuilder_ == null) {
updateTime_ = builderForValue.build();
} else {
updateTimeBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* Output only. The modification time of the folder.
*
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) {
if (updateTimeBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0)
&& updateTime_ != null
&& updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
getUpdateTimeBuilder().mergeFrom(value);
} else {
updateTime_ = value;
}
} else {
updateTimeBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* Output only. The modification time of the folder.
*
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder clearUpdateTime() {
bitField0_ = (bitField0_ & ~0x00000008);
updateTime_ = null;
if (updateTimeBuilder_ != null) {
updateTimeBuilder_.dispose();
updateTimeBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* Output only. The modification time of the folder.
*
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getUpdateTimeFieldBuilder().getBuilder();
}
/**
*
*
*
* Output only. The modification time of the folder.
*
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() {
if (updateTimeBuilder_ != null) {
return updateTimeBuilder_.getMessageOrBuilder();
} else {
return updateTime_ == null
? com.google.protobuf.Timestamp.getDefaultInstance()
: updateTime_;
}
}
/**
*
*
*
* Output only. The modification time of the folder.
*
*
*
* .google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>
getUpdateTimeFieldBuilder() {
if (updateTimeBuilder_ == null) {
updateTimeBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp,
com.google.protobuf.Timestamp.Builder,
com.google.protobuf.TimestampOrBuilder>(
getUpdateTime(), getParentForChildren(), isClean());
updateTime_ = null;
}
return updateTimeBuilder_;
}
private com.google.storage.control.v2.PendingRenameInfo pendingRenameInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.storage.control.v2.PendingRenameInfo,
com.google.storage.control.v2.PendingRenameInfo.Builder,
com.google.storage.control.v2.PendingRenameInfoOrBuilder>
pendingRenameInfoBuilder_;
/**
*
*
*
* Output only. Only present if the folder is part of an ongoing RenameFolder
* operation. Contains information which can be used to query the operation
* status. The presence of this field also indicates all write operations are
* blocked for this folder, including folder, managed folder, and object
* operations.
*
*
*
* .google.storage.control.v2.PendingRenameInfo pending_rename_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the pendingRenameInfo field is set.
*/
public boolean hasPendingRenameInfo() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
*
*
*
* Output only. Only present if the folder is part of an ongoing RenameFolder
* operation. Contains information which can be used to query the operation
* status. The presence of this field also indicates all write operations are
* blocked for this folder, including folder, managed folder, and object
* operations.
*
*
*
* .google.storage.control.v2.PendingRenameInfo pending_rename_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The pendingRenameInfo.
*/
public com.google.storage.control.v2.PendingRenameInfo getPendingRenameInfo() {
if (pendingRenameInfoBuilder_ == null) {
return pendingRenameInfo_ == null
? com.google.storage.control.v2.PendingRenameInfo.getDefaultInstance()
: pendingRenameInfo_;
} else {
return pendingRenameInfoBuilder_.getMessage();
}
}
/**
*
*
*
* Output only. Only present if the folder is part of an ongoing RenameFolder
* operation. Contains information which can be used to query the operation
* status. The presence of this field also indicates all write operations are
* blocked for this folder, including folder, managed folder, and object
* operations.
*
*
*
* .google.storage.control.v2.PendingRenameInfo pending_rename_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder setPendingRenameInfo(com.google.storage.control.v2.PendingRenameInfo value) {
if (pendingRenameInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
pendingRenameInfo_ = value;
} else {
pendingRenameInfoBuilder_.setMessage(value);
}
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*
*
* Output only. Only present if the folder is part of an ongoing RenameFolder
* operation. Contains information which can be used to query the operation
* status. The presence of this field also indicates all write operations are
* blocked for this folder, including folder, managed folder, and object
* operations.
*
*
*
* .google.storage.control.v2.PendingRenameInfo pending_rename_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder setPendingRenameInfo(
com.google.storage.control.v2.PendingRenameInfo.Builder builderForValue) {
if (pendingRenameInfoBuilder_ == null) {
pendingRenameInfo_ = builderForValue.build();
} else {
pendingRenameInfoBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*
*
* Output only. Only present if the folder is part of an ongoing RenameFolder
* operation. Contains information which can be used to query the operation
* status. The presence of this field also indicates all write operations are
* blocked for this folder, including folder, managed folder, and object
* operations.
*
*
*
* .google.storage.control.v2.PendingRenameInfo pending_rename_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder mergePendingRenameInfo(com.google.storage.control.v2.PendingRenameInfo value) {
if (pendingRenameInfoBuilder_ == null) {
if (((bitField0_ & 0x00000010) != 0)
&& pendingRenameInfo_ != null
&& pendingRenameInfo_
!= com.google.storage.control.v2.PendingRenameInfo.getDefaultInstance()) {
getPendingRenameInfoBuilder().mergeFrom(value);
} else {
pendingRenameInfo_ = value;
}
} else {
pendingRenameInfoBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*
*
* Output only. Only present if the folder is part of an ongoing RenameFolder
* operation. Contains information which can be used to query the operation
* status. The presence of this field also indicates all write operations are
* blocked for this folder, including folder, managed folder, and object
* operations.
*
*
*
* .google.storage.control.v2.PendingRenameInfo pending_rename_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public Builder clearPendingRenameInfo() {
bitField0_ = (bitField0_ & ~0x00000010);
pendingRenameInfo_ = null;
if (pendingRenameInfoBuilder_ != null) {
pendingRenameInfoBuilder_.dispose();
pendingRenameInfoBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* Output only. Only present if the folder is part of an ongoing RenameFolder
* operation. Contains information which can be used to query the operation
* status. The presence of this field also indicates all write operations are
* blocked for this folder, including folder, managed folder, and object
* operations.
*
*
*
* .google.storage.control.v2.PendingRenameInfo pending_rename_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public com.google.storage.control.v2.PendingRenameInfo.Builder getPendingRenameInfoBuilder() {
bitField0_ |= 0x00000010;
onChanged();
return getPendingRenameInfoFieldBuilder().getBuilder();
}
/**
*
*
*
* Output only. Only present if the folder is part of an ongoing RenameFolder
* operation. Contains information which can be used to query the operation
* status. The presence of this field also indicates all write operations are
* blocked for this folder, including folder, managed folder, and object
* operations.
*
*
*
* .google.storage.control.v2.PendingRenameInfo pending_rename_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
public com.google.storage.control.v2.PendingRenameInfoOrBuilder
getPendingRenameInfoOrBuilder() {
if (pendingRenameInfoBuilder_ != null) {
return pendingRenameInfoBuilder_.getMessageOrBuilder();
} else {
return pendingRenameInfo_ == null
? com.google.storage.control.v2.PendingRenameInfo.getDefaultInstance()
: pendingRenameInfo_;
}
}
/**
*
*
*
* Output only. Only present if the folder is part of an ongoing RenameFolder
* operation. Contains information which can be used to query the operation
* status. The presence of this field also indicates all write operations are
* blocked for this folder, including folder, managed folder, and object
* operations.
*
*
*
* .google.storage.control.v2.PendingRenameInfo pending_rename_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.storage.control.v2.PendingRenameInfo,
com.google.storage.control.v2.PendingRenameInfo.Builder,
com.google.storage.control.v2.PendingRenameInfoOrBuilder>
getPendingRenameInfoFieldBuilder() {
if (pendingRenameInfoBuilder_ == null) {
pendingRenameInfoBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.storage.control.v2.PendingRenameInfo,
com.google.storage.control.v2.PendingRenameInfo.Builder,
com.google.storage.control.v2.PendingRenameInfoOrBuilder>(
getPendingRenameInfo(), getParentForChildren(), isClean());
pendingRenameInfo_ = null;
}
return pendingRenameInfoBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.storage.control.v2.Folder)
}
// @@protoc_insertion_point(class_scope:google.storage.control.v2.Folder)
private static final com.google.storage.control.v2.Folder DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.storage.control.v2.Folder();
}
public static com.google.storage.control.v2.Folder getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public Folder parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.storage.control.v2.Folder getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy