All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo Maven / Gradle / Ivy

There is a newer version: 5.0.7
Show newest version
/*
 * Copyright 2020 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/audit/audit_log.proto

package org.apache.rocketmq.shaded.com.google.cloud.audit;

/**
 *
 *
 * 
 * Authorization information for the operation.
 * 
* * Protobuf type {@code google.cloud.audit.AuthorizationInfo} */ public final class AuthorizationInfo extends org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.audit.AuthorizationInfo) AuthorizationInfoOrBuilder { private static final long serialVersionUID = 0L; // Use AuthorizationInfo.newBuilder() to construct. private AuthorizationInfo(org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AuthorizationInfo() { resource_ = ""; permission_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new AuthorizationInfo(); } @java.lang.Override public final org.apache.rocketmq.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AuthorizationInfo( org.apache.rocketmq.shaded.com.google.protobuf.CodedInputStream input, org.apache.rocketmq.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.rocketmq.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } org.apache.rocketmq.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = org.apache.rocketmq.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); resource_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); permission_ = s; break; } case 24: { granted_ = input.readBool(); break; } case 42: { org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource.Builder subBuilder = null; if (resourceAttributes_ != null) { subBuilder = resourceAttributes_.toBuilder(); } resourceAttributes_ = input.readMessage( org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(resourceAttributes_); resourceAttributes_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (org.apache.rocketmq.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (org.apache.rocketmq.shaded.com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new org.apache.rocketmq.shaded.com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final org.apache.rocketmq.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.apache.rocketmq.shaded.com.google.cloud.audit.AuditLogProto .internal_static_google_cloud_audit_AuthorizationInfo_descriptor; } @java.lang.Override protected org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.apache.rocketmq.shaded.com.google.cloud.audit.AuditLogProto .internal_static_google_cloud_audit_AuthorizationInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo.class, org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo.Builder.class); } public static final int RESOURCE_FIELD_NUMBER = 1; private volatile java.lang.Object resource_; /** * * *
   * The resource being accessed, as a REST-style or cloud resource string.
   * For example:
   *     bigquery.googleapis.com/projects/PROJECTID/datasets/DATASETID
   * or
   *     projects/PROJECTID/datasets/DATASETID
   * 
* * string resource = 1; * * @return The resource. */ @java.lang.Override public java.lang.String getResource() { java.lang.Object ref = resource_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.apache.rocketmq.shaded.com.google.protobuf.ByteString bs = (org.apache.rocketmq.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); resource_ = s; return s; } } /** * * *
   * The resource being accessed, as a REST-style or cloud resource string.
   * For example:
   *     bigquery.googleapis.com/projects/PROJECTID/datasets/DATASETID
   * or
   *     projects/PROJECTID/datasets/DATASETID
   * 
* * string resource = 1; * * @return The bytes for resource. */ @java.lang.Override public org.apache.rocketmq.shaded.com.google.protobuf.ByteString getResourceBytes() { java.lang.Object ref = resource_; if (ref instanceof java.lang.String) { org.apache.rocketmq.shaded.com.google.protobuf.ByteString b = org.apache.rocketmq.shaded.com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); resource_ = b; return b; } else { return (org.apache.rocketmq.shaded.com.google.protobuf.ByteString) ref; } } public static final int PERMISSION_FIELD_NUMBER = 2; private volatile java.lang.Object permission_; /** * * *
   * The required IAM permission.
   * 
* * string permission = 2; * * @return The permission. */ @java.lang.Override public java.lang.String getPermission() { java.lang.Object ref = permission_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { org.apache.rocketmq.shaded.com.google.protobuf.ByteString bs = (org.apache.rocketmq.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); permission_ = s; return s; } } /** * * *
   * The required IAM permission.
   * 
* * string permission = 2; * * @return The bytes for permission. */ @java.lang.Override public org.apache.rocketmq.shaded.com.google.protobuf.ByteString getPermissionBytes() { java.lang.Object ref = permission_; if (ref instanceof java.lang.String) { org.apache.rocketmq.shaded.com.google.protobuf.ByteString b = org.apache.rocketmq.shaded.com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); permission_ = b; return b; } else { return (org.apache.rocketmq.shaded.com.google.protobuf.ByteString) ref; } } public static final int GRANTED_FIELD_NUMBER = 3; private boolean granted_; /** * * *
   * Whether or not authorization for `resource` and `permission`
   * was granted.
   * 
* * bool granted = 3; * * @return The granted. */ @java.lang.Override public boolean getGranted() { return granted_; } public static final int RESOURCE_ATTRIBUTES_FIELD_NUMBER = 5; private org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource resourceAttributes_; /** * * *
   * Resource attributes used in IAM condition evaluation. This field contains
   * resource attributes like resource type and resource name.
   * To get the whole view of the attributes used in IAM
   * condition evaluation, the user must also look into
   * `AuditLog.request_metadata.request_attributes`.
   * 
* * .google.rpc.context.AttributeContext.Resource resource_attributes = 5; * * @return Whether the resourceAttributes field is set. */ @java.lang.Override public boolean hasResourceAttributes() { return resourceAttributes_ != null; } /** * * *
   * Resource attributes used in IAM condition evaluation. This field contains
   * resource attributes like resource type and resource name.
   * To get the whole view of the attributes used in IAM
   * condition evaluation, the user must also look into
   * `AuditLog.request_metadata.request_attributes`.
   * 
* * .google.rpc.context.AttributeContext.Resource resource_attributes = 5; * * @return The resourceAttributes. */ @java.lang.Override public org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource getResourceAttributes() { return resourceAttributes_ == null ? org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource.getDefaultInstance() : resourceAttributes_; } /** * * *
   * Resource attributes used in IAM condition evaluation. This field contains
   * resource attributes like resource type and resource name.
   * To get the whole view of the attributes used in IAM
   * condition evaluation, the user must also look into
   * `AuditLog.request_metadata.request_attributes`.
   * 
* * .google.rpc.context.AttributeContext.Resource resource_attributes = 5; */ @java.lang.Override public org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.ResourceOrBuilder getResourceAttributesOrBuilder() { return getResourceAttributes(); } 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(org.apache.rocketmq.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.isStringEmpty(resource_)) { org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 1, resource_); } if (!org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.isStringEmpty(permission_)) { org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.writeString(output, 2, permission_); } if (granted_ != false) { output.writeBool(3, granted_); } if (resourceAttributes_ != null) { output.writeMessage(5, getResourceAttributes()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.isStringEmpty(resource_)) { size += org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(1, resource_); } if (!org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.isStringEmpty(permission_)) { size += org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.computeStringSize(2, permission_); } if (granted_ != false) { size += org.apache.rocketmq.shaded.com.google.protobuf.CodedOutputStream.computeBoolSize(3, granted_); } if (resourceAttributes_ != null) { size += org.apache.rocketmq.shaded.com.google.protobuf.CodedOutputStream.computeMessageSize(5, getResourceAttributes()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo)) { return super.equals(obj); } org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo other = (org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo) obj; if (!getResource().equals(other.getResource())) return false; if (!getPermission().equals(other.getPermission())) return false; if (getGranted() != other.getGranted()) return false; if (hasResourceAttributes() != other.hasResourceAttributes()) return false; if (hasResourceAttributes()) { if (!getResourceAttributes().equals(other.getResourceAttributes())) return false; } if (!unknownFields.equals(other.unknownFields)) 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) + RESOURCE_FIELD_NUMBER; hash = (53 * hash) + getResource().hashCode(); hash = (37 * hash) + PERMISSION_FIELD_NUMBER; hash = (53 * hash) + getPermission().hashCode(); hash = (37 * hash) + GRANTED_FIELD_NUMBER; hash = (53 * hash) + org.apache.rocketmq.shaded.com.google.protobuf.Internal.hashBoolean(getGranted()); if (hasResourceAttributes()) { hash = (37 * hash) + RESOURCE_ATTRIBUTES_FIELD_NUMBER; hash = (53 * hash) + getResourceAttributes().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parseFrom(java.nio.ByteBuffer data) throws org.apache.rocketmq.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parseFrom( java.nio.ByteBuffer data, org.apache.rocketmq.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.rocketmq.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parseFrom( org.apache.rocketmq.shaded.com.google.protobuf.ByteString data) throws org.apache.rocketmq.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parseFrom( org.apache.rocketmq.shaded.com.google.protobuf.ByteString data, org.apache.rocketmq.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.rocketmq.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parseFrom(byte[] data) throws org.apache.rocketmq.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parseFrom( byte[] data, org.apache.rocketmq.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.rocketmq.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parseFrom( java.io.InputStream input, org.apache.rocketmq.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parseDelimitedFrom( java.io.InputStream input) throws java.io.IOException { return org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parseDelimitedFrom( java.io.InputStream input, org.apache.rocketmq.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( PARSER, input, extensionRegistry); } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parseFrom( org.apache.rocketmq.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parseFrom( org.apache.rocketmq.shaded.com.google.protobuf.CodedInputStream input, org.apache.rocketmq.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.apache.rocketmq.shaded.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(org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo 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(org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * * *
   * Authorization information for the operation.
   * 
* * Protobuf type {@code google.cloud.audit.AuthorizationInfo} */ public static final class Builder extends org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.audit.AuthorizationInfo) org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfoOrBuilder { public static final org.apache.rocketmq.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.apache.rocketmq.shaded.com.google.cloud.audit.AuditLogProto .internal_static_google_cloud_audit_AuthorizationInfo_descriptor; } @java.lang.Override protected org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.apache.rocketmq.shaded.com.google.cloud.audit.AuditLogProto .internal_static_google_cloud_audit_AuthorizationInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo.class, org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo.Builder.class); } // Construct using org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.apache.rocketmq.shaded.com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} } @java.lang.Override public Builder clear() { super.clear(); resource_ = ""; permission_ = ""; granted_ = false; if (resourceAttributesBuilder_ == null) { resourceAttributes_ = null; } else { resourceAttributes_ = null; resourceAttributesBuilder_ = null; } return this; } @java.lang.Override public org.apache.rocketmq.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.apache.rocketmq.shaded.com.google.cloud.audit.AuditLogProto .internal_static_google_cloud_audit_AuthorizationInfo_descriptor; } @java.lang.Override public org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo getDefaultInstanceForType() { return org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo.getDefaultInstance(); } @java.lang.Override public org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo build() { org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo buildPartial() { org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo result = new org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo(this); result.resource_ = resource_; result.permission_ = permission_; result.granted_ = granted_; if (resourceAttributesBuilder_ == null) { result.resourceAttributes_ = resourceAttributes_; } else { result.resourceAttributes_ = resourceAttributesBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( org.apache.rocketmq.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField(org.apache.rocketmq.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof(org.apache.rocketmq.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( org.apache.rocketmq.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( org.apache.rocketmq.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(org.apache.rocketmq.shaded.com.google.protobuf.Message other) { if (other instanceof org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo) { return mergeFrom((org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo other) { if (other == org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo.getDefaultInstance()) return this; if (!other.getResource().isEmpty()) { resource_ = other.resource_; onChanged(); } if (!other.getPermission().isEmpty()) { permission_ = other.permission_; onChanged(); } if (other.getGranted() != false) { setGranted(other.getGranted()); } if (other.hasResourceAttributes()) { mergeResourceAttributes(other.getResourceAttributes()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( org.apache.rocketmq.shaded.com.google.protobuf.CodedInputStream input, org.apache.rocketmq.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.apache.rocketmq.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object resource_ = ""; /** * * *
     * The resource being accessed, as a REST-style or cloud resource string.
     * For example:
     *     bigquery.googleapis.com/projects/PROJECTID/datasets/DATASETID
     * or
     *     projects/PROJECTID/datasets/DATASETID
     * 
* * string resource = 1; * * @return The resource. */ public java.lang.String getResource() { java.lang.Object ref = resource_; if (!(ref instanceof java.lang.String)) { org.apache.rocketmq.shaded.com.google.protobuf.ByteString bs = (org.apache.rocketmq.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); resource_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * The resource being accessed, as a REST-style or cloud resource string.
     * For example:
     *     bigquery.googleapis.com/projects/PROJECTID/datasets/DATASETID
     * or
     *     projects/PROJECTID/datasets/DATASETID
     * 
* * string resource = 1; * * @return The bytes for resource. */ public org.apache.rocketmq.shaded.com.google.protobuf.ByteString getResourceBytes() { java.lang.Object ref = resource_; if (ref instanceof String) { org.apache.rocketmq.shaded.com.google.protobuf.ByteString b = org.apache.rocketmq.shaded.com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); resource_ = b; return b; } else { return (org.apache.rocketmq.shaded.com.google.protobuf.ByteString) ref; } } /** * * *
     * The resource being accessed, as a REST-style or cloud resource string.
     * For example:
     *     bigquery.googleapis.com/projects/PROJECTID/datasets/DATASETID
     * or
     *     projects/PROJECTID/datasets/DATASETID
     * 
* * string resource = 1; * * @param value The resource to set. * @return This builder for chaining. */ public Builder setResource(java.lang.String value) { if (value == null) { throw new NullPointerException(); } resource_ = value; onChanged(); return this; } /** * * *
     * The resource being accessed, as a REST-style or cloud resource string.
     * For example:
     *     bigquery.googleapis.com/projects/PROJECTID/datasets/DATASETID
     * or
     *     projects/PROJECTID/datasets/DATASETID
     * 
* * string resource = 1; * * @return This builder for chaining. */ public Builder clearResource() { resource_ = getDefaultInstance().getResource(); onChanged(); return this; } /** * * *
     * The resource being accessed, as a REST-style or cloud resource string.
     * For example:
     *     bigquery.googleapis.com/projects/PROJECTID/datasets/DATASETID
     * or
     *     projects/PROJECTID/datasets/DATASETID
     * 
* * string resource = 1; * * @param value The bytes for resource to set. * @return This builder for chaining. */ public Builder setResourceBytes(org.apache.rocketmq.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); resource_ = value; onChanged(); return this; } private java.lang.Object permission_ = ""; /** * * *
     * The required IAM permission.
     * 
* * string permission = 2; * * @return The permission. */ public java.lang.String getPermission() { java.lang.Object ref = permission_; if (!(ref instanceof java.lang.String)) { org.apache.rocketmq.shaded.com.google.protobuf.ByteString bs = (org.apache.rocketmq.shaded.com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); permission_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * The required IAM permission.
     * 
* * string permission = 2; * * @return The bytes for permission. */ public org.apache.rocketmq.shaded.com.google.protobuf.ByteString getPermissionBytes() { java.lang.Object ref = permission_; if (ref instanceof String) { org.apache.rocketmq.shaded.com.google.protobuf.ByteString b = org.apache.rocketmq.shaded.com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); permission_ = b; return b; } else { return (org.apache.rocketmq.shaded.com.google.protobuf.ByteString) ref; } } /** * * *
     * The required IAM permission.
     * 
* * string permission = 2; * * @param value The permission to set. * @return This builder for chaining. */ public Builder setPermission(java.lang.String value) { if (value == null) { throw new NullPointerException(); } permission_ = value; onChanged(); return this; } /** * * *
     * The required IAM permission.
     * 
* * string permission = 2; * * @return This builder for chaining. */ public Builder clearPermission() { permission_ = getDefaultInstance().getPermission(); onChanged(); return this; } /** * * *
     * The required IAM permission.
     * 
* * string permission = 2; * * @param value The bytes for permission to set. * @return This builder for chaining. */ public Builder setPermissionBytes(org.apache.rocketmq.shaded.com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); permission_ = value; onChanged(); return this; } private boolean granted_; /** * * *
     * Whether or not authorization for `resource` and `permission`
     * was granted.
     * 
* * bool granted = 3; * * @return The granted. */ @java.lang.Override public boolean getGranted() { return granted_; } /** * * *
     * Whether or not authorization for `resource` and `permission`
     * was granted.
     * 
* * bool granted = 3; * * @param value The granted to set. * @return This builder for chaining. */ public Builder setGranted(boolean value) { granted_ = value; onChanged(); return this; } /** * * *
     * Whether or not authorization for `resource` and `permission`
     * was granted.
     * 
* * bool granted = 3; * * @return This builder for chaining. */ public Builder clearGranted() { granted_ = false; onChanged(); return this; } private org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource resourceAttributes_; private org.apache.rocketmq.shaded.com.google.protobuf.SingleFieldBuilderV3< org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource, org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource.Builder, org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.ResourceOrBuilder> resourceAttributesBuilder_; /** * * *
     * Resource attributes used in IAM condition evaluation. This field contains
     * resource attributes like resource type and resource name.
     * To get the whole view of the attributes used in IAM
     * condition evaluation, the user must also look into
     * `AuditLog.request_metadata.request_attributes`.
     * 
* * .google.rpc.context.AttributeContext.Resource resource_attributes = 5; * * @return Whether the resourceAttributes field is set. */ public boolean hasResourceAttributes() { return resourceAttributesBuilder_ != null || resourceAttributes_ != null; } /** * * *
     * Resource attributes used in IAM condition evaluation. This field contains
     * resource attributes like resource type and resource name.
     * To get the whole view of the attributes used in IAM
     * condition evaluation, the user must also look into
     * `AuditLog.request_metadata.request_attributes`.
     * 
* * .google.rpc.context.AttributeContext.Resource resource_attributes = 5; * * @return The resourceAttributes. */ public org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource getResourceAttributes() { if (resourceAttributesBuilder_ == null) { return resourceAttributes_ == null ? org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource.getDefaultInstance() : resourceAttributes_; } else { return resourceAttributesBuilder_.getMessage(); } } /** * * *
     * Resource attributes used in IAM condition evaluation. This field contains
     * resource attributes like resource type and resource name.
     * To get the whole view of the attributes used in IAM
     * condition evaluation, the user must also look into
     * `AuditLog.request_metadata.request_attributes`.
     * 
* * .google.rpc.context.AttributeContext.Resource resource_attributes = 5; */ public Builder setResourceAttributes(org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource value) { if (resourceAttributesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } resourceAttributes_ = value; onChanged(); } else { resourceAttributesBuilder_.setMessage(value); } return this; } /** * * *
     * Resource attributes used in IAM condition evaluation. This field contains
     * resource attributes like resource type and resource name.
     * To get the whole view of the attributes used in IAM
     * condition evaluation, the user must also look into
     * `AuditLog.request_metadata.request_attributes`.
     * 
* * .google.rpc.context.AttributeContext.Resource resource_attributes = 5; */ public Builder setResourceAttributes( org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource.Builder builderForValue) { if (resourceAttributesBuilder_ == null) { resourceAttributes_ = builderForValue.build(); onChanged(); } else { resourceAttributesBuilder_.setMessage(builderForValue.build()); } return this; } /** * * *
     * Resource attributes used in IAM condition evaluation. This field contains
     * resource attributes like resource type and resource name.
     * To get the whole view of the attributes used in IAM
     * condition evaluation, the user must also look into
     * `AuditLog.request_metadata.request_attributes`.
     * 
* * .google.rpc.context.AttributeContext.Resource resource_attributes = 5; */ public Builder mergeResourceAttributes(org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource value) { if (resourceAttributesBuilder_ == null) { if (resourceAttributes_ != null) { resourceAttributes_ = org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource.newBuilder(resourceAttributes_) .mergeFrom(value) .buildPartial(); } else { resourceAttributes_ = value; } onChanged(); } else { resourceAttributesBuilder_.mergeFrom(value); } return this; } /** * * *
     * Resource attributes used in IAM condition evaluation. This field contains
     * resource attributes like resource type and resource name.
     * To get the whole view of the attributes used in IAM
     * condition evaluation, the user must also look into
     * `AuditLog.request_metadata.request_attributes`.
     * 
* * .google.rpc.context.AttributeContext.Resource resource_attributes = 5; */ public Builder clearResourceAttributes() { if (resourceAttributesBuilder_ == null) { resourceAttributes_ = null; onChanged(); } else { resourceAttributes_ = null; resourceAttributesBuilder_ = null; } return this; } /** * * *
     * Resource attributes used in IAM condition evaluation. This field contains
     * resource attributes like resource type and resource name.
     * To get the whole view of the attributes used in IAM
     * condition evaluation, the user must also look into
     * `AuditLog.request_metadata.request_attributes`.
     * 
* * .google.rpc.context.AttributeContext.Resource resource_attributes = 5; */ public org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource.Builder getResourceAttributesBuilder() { onChanged(); return getResourceAttributesFieldBuilder().getBuilder(); } /** * * *
     * Resource attributes used in IAM condition evaluation. This field contains
     * resource attributes like resource type and resource name.
     * To get the whole view of the attributes used in IAM
     * condition evaluation, the user must also look into
     * `AuditLog.request_metadata.request_attributes`.
     * 
* * .google.rpc.context.AttributeContext.Resource resource_attributes = 5; */ public org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.ResourceOrBuilder getResourceAttributesOrBuilder() { if (resourceAttributesBuilder_ != null) { return resourceAttributesBuilder_.getMessageOrBuilder(); } else { return resourceAttributes_ == null ? org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource.getDefaultInstance() : resourceAttributes_; } } /** * * *
     * Resource attributes used in IAM condition evaluation. This field contains
     * resource attributes like resource type and resource name.
     * To get the whole view of the attributes used in IAM
     * condition evaluation, the user must also look into
     * `AuditLog.request_metadata.request_attributes`.
     * 
* * .google.rpc.context.AttributeContext.Resource resource_attributes = 5; */ private org.apache.rocketmq.shaded.com.google.protobuf.SingleFieldBuilderV3< org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource, org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource.Builder, org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.ResourceOrBuilder> getResourceAttributesFieldBuilder() { if (resourceAttributesBuilder_ == null) { resourceAttributesBuilder_ = new org.apache.rocketmq.shaded.com.google.protobuf.SingleFieldBuilderV3< org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource, org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.Resource.Builder, org.apache.rocketmq.shaded.com.google.rpc.context.AttributeContext.ResourceOrBuilder>( getResourceAttributes(), getParentForChildren(), isClean()); resourceAttributes_ = null; } return resourceAttributesBuilder_; } @java.lang.Override public final Builder setUnknownFields(final org.apache.rocketmq.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final org.apache.rocketmq.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.cloud.audit.AuthorizationInfo) } // @@protoc_insertion_point(class_scope:google.cloud.audit.AuthorizationInfo) private static final org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo(); } public static org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.apache.rocketmq.shaded.com.google.protobuf.Parser PARSER = new org.apache.rocketmq.shaded.com.google.protobuf.AbstractParser() { @java.lang.Override public AuthorizationInfo parsePartialFrom( org.apache.rocketmq.shaded.com.google.protobuf.CodedInputStream input, org.apache.rocketmq.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.rocketmq.shaded.com.google.protobuf.InvalidProtocolBufferException { return new AuthorizationInfo(input, extensionRegistry); } }; public static org.apache.rocketmq.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.apache.rocketmq.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public org.apache.rocketmq.shaded.com.google.cloud.audit.AuthorizationInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy