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

com.google.api.AuthenticationRule Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/auth.proto

package com.google.api;

/**
 * 
 * Authentication rules for the service.
 * By default, if a method has any authentication requirements, every request
 * must include a valid credential matching one of the requirements.
 * It's an error to include more than one kind of credential in a single
 * request.
 * If a method doesn't have any auth requirements, request credentials will be
 * ignored.
 * 
* * Protobuf type {@code google.api.AuthenticationRule} */ public final class AuthenticationRule extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.AuthenticationRule) AuthenticationRuleOrBuilder { private static final long serialVersionUID = 0L; // Use AuthenticationRule.newBuilder() to construct. private AuthenticationRule(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AuthenticationRule() { selector_ = ""; requirements_ = java.util.Collections.emptyList(); } @Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AuthenticationRule( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { String s = input.readStringRequireUtf8(); selector_ = s; break; } case 18: { OAuthRequirements.Builder subBuilder = null; if (oauth_ != null) { subBuilder = oauth_.toBuilder(); } oauth_ = input.readMessage(OAuthRequirements.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(oauth_); oauth_ = subBuilder.buildPartial(); } break; } case 40: { allowWithoutCredential_ = input.readBool(); break; } case 58: { if (!((mutable_bitField0_ & 0x00000008) != 0)) { requirements_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000008; } requirements_.add( input.readMessage(AuthRequirement.parser(), extensionRegistry)); break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000008) != 0)) { requirements_ = java.util.Collections.unmodifiableList(requirements_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return AuthProto.internal_static_google_api_AuthenticationRule_descriptor; } @Override protected FieldAccessorTable internalGetFieldAccessorTable() { return AuthProto.internal_static_google_api_AuthenticationRule_fieldAccessorTable .ensureFieldAccessorsInitialized( AuthenticationRule.class, Builder.class); } private int bitField0_; public static final int SELECTOR_FIELD_NUMBER = 1; private volatile Object selector_; /** *
   * Selects the methods to which this rule applies.
   * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
   * 
* * string selector = 1; */ public String getSelector() { Object ref = selector_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); selector_ = s; return s; } } /** *
   * Selects the methods to which this rule applies.
   * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
   * 
* * string selector = 1; */ public com.google.protobuf.ByteString getSelectorBytes() { Object ref = selector_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (String) ref); selector_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int OAUTH_FIELD_NUMBER = 2; private OAuthRequirements oauth_; /** *
   * The requirements for OAuth credentials.
   * 
* * .google.api.OAuthRequirements oauth = 2; */ public boolean hasOauth() { return oauth_ != null; } /** *
   * The requirements for OAuth credentials.
   * 
* * .google.api.OAuthRequirements oauth = 2; */ public OAuthRequirements getOauth() { return oauth_ == null ? OAuthRequirements.getDefaultInstance() : oauth_; } /** *
   * The requirements for OAuth credentials.
   * 
* * .google.api.OAuthRequirements oauth = 2; */ public com.google.api.OAuthRequirementsOrBuilder getOauthOrBuilder() { return getOauth(); } public static final int ALLOW_WITHOUT_CREDENTIAL_FIELD_NUMBER = 5; private boolean allowWithoutCredential_; /** *
   * If true, the service accepts API keys without any other credential.
   * 
* * bool allow_without_credential = 5; */ public boolean getAllowWithoutCredential() { return allowWithoutCredential_; } public static final int REQUIREMENTS_FIELD_NUMBER = 7; private java.util.List requirements_; /** *
   * Requirements for additional authentication providers.
   * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public java.util.List getRequirementsList() { return requirements_; } /** *
   * Requirements for additional authentication providers.
   * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public java.util.List getRequirementsOrBuilderList() { return requirements_; } /** *
   * Requirements for additional authentication providers.
   * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public int getRequirementsCount() { return requirements_.size(); } /** *
   * Requirements for additional authentication providers.
   * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public AuthRequirement getRequirements(int index) { return requirements_.get(index); } /** *
   * Requirements for additional authentication providers.
   * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public com.google.api.AuthRequirementOrBuilder getRequirementsOrBuilder( int index) { return requirements_.get(index); } private byte memoizedIsInitialized = -1; @Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getSelectorBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, selector_); } if (oauth_ != null) { output.writeMessage(2, getOauth()); } if (allowWithoutCredential_ != false) { output.writeBool(5, allowWithoutCredential_); } for (int i = 0; i < requirements_.size(); i++) { output.writeMessage(7, requirements_.get(i)); } unknownFields.writeTo(output); } @Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getSelectorBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, selector_); } if (oauth_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getOauth()); } if (allowWithoutCredential_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(5, allowWithoutCredential_); } for (int i = 0; i < requirements_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, requirements_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @Override public boolean equals(final Object obj) { if (obj == this) { return true; } if (!(obj instanceof AuthenticationRule)) { return super.equals(obj); } AuthenticationRule other = (AuthenticationRule) obj; if (!getSelector() .equals(other.getSelector())) return false; if (hasOauth() != other.hasOauth()) return false; if (hasOauth()) { if (!getOauth() .equals(other.getOauth())) return false; } if (getAllowWithoutCredential() != other.getAllowWithoutCredential()) return false; if (!getRequirementsList() .equals(other.getRequirementsList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + SELECTOR_FIELD_NUMBER; hash = (53 * hash) + getSelector().hashCode(); if (hasOauth()) { hash = (37 * hash) + OAUTH_FIELD_NUMBER; hash = (53 * hash) + getOauth().hashCode(); } hash = (37 * hash) + ALLOW_WITHOUT_CREDENTIAL_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getAllowWithoutCredential()); if (getRequirementsCount() > 0) { hash = (37 * hash) + REQUIREMENTS_FIELD_NUMBER; hash = (53 * hash) + getRequirementsList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static AuthenticationRule parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static AuthenticationRule parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static AuthenticationRule parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static AuthenticationRule parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static AuthenticationRule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static AuthenticationRule parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static AuthenticationRule parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static AuthenticationRule 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 AuthenticationRule parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static AuthenticationRule 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 AuthenticationRule parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static AuthenticationRule parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(AuthenticationRule prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @Override protected Builder newBuilderForType( BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * Authentication rules for the service.
   * By default, if a method has any authentication requirements, every request
   * must include a valid credential matching one of the requirements.
   * It's an error to include more than one kind of credential in a single
   * request.
   * If a method doesn't have any auth requirements, request credentials will be
   * ignored.
   * 
* * Protobuf type {@code google.api.AuthenticationRule} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.AuthenticationRule) com.google.api.AuthenticationRuleOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return AuthProto.internal_static_google_api_AuthenticationRule_descriptor; } @Override protected FieldAccessorTable internalGetFieldAccessorTable() { return AuthProto.internal_static_google_api_AuthenticationRule_fieldAccessorTable .ensureFieldAccessorsInitialized( AuthenticationRule.class, Builder.class); } // Construct using com.google.api.AuthenticationRule.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getRequirementsFieldBuilder(); } } @Override public Builder clear() { super.clear(); selector_ = ""; if (oauthBuilder_ == null) { oauth_ = null; } else { oauth_ = null; oauthBuilder_ = null; } allowWithoutCredential_ = false; if (requirementsBuilder_ == null) { requirements_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); } else { requirementsBuilder_.clear(); } return this; } @Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return AuthProto.internal_static_google_api_AuthenticationRule_descriptor; } @Override public AuthenticationRule getDefaultInstanceForType() { return AuthenticationRule.getDefaultInstance(); } @Override public AuthenticationRule build() { AuthenticationRule result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @Override public AuthenticationRule buildPartial() { AuthenticationRule result = new AuthenticationRule(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.selector_ = selector_; if (oauthBuilder_ == null) { result.oauth_ = oauth_; } else { result.oauth_ = oauthBuilder_.build(); } result.allowWithoutCredential_ = allowWithoutCredential_; if (requirementsBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0)) { requirements_ = java.util.Collections.unmodifiableList(requirements_); bitField0_ = (bitField0_ & ~0x00000008); } result.requirements_ = requirements_; } else { result.requirements_ = requirementsBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } @Override public Builder clone() { return super.clone(); } @Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return super.setField(field, value); } @Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return super.setRepeatedField(field, index, value); } @Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return super.addRepeatedField(field, value); } @Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof AuthenticationRule) { return mergeFrom((AuthenticationRule)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(AuthenticationRule other) { if (other == AuthenticationRule.getDefaultInstance()) return this; if (!other.getSelector().isEmpty()) { selector_ = other.selector_; onChanged(); } if (other.hasOauth()) { mergeOauth(other.getOauth()); } if (other.getAllowWithoutCredential() != false) { setAllowWithoutCredential(other.getAllowWithoutCredential()); } if (requirementsBuilder_ == null) { if (!other.requirements_.isEmpty()) { if (requirements_.isEmpty()) { requirements_ = other.requirements_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureRequirementsIsMutable(); requirements_.addAll(other.requirements_); } onChanged(); } } else { if (!other.requirements_.isEmpty()) { if (requirementsBuilder_.isEmpty()) { requirementsBuilder_.dispose(); requirementsBuilder_ = null; requirements_ = other.requirements_; bitField0_ = (bitField0_ & ~0x00000008); requirementsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getRequirementsFieldBuilder() : null; } else { requirementsBuilder_.addAllMessages(other.requirements_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @Override public final boolean isInitialized() { return true; } @Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { AuthenticationRule parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (AuthenticationRule) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private Object selector_ = ""; /** *
     * Selects the methods to which this rule applies.
     * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
     * 
* * string selector = 1; */ public String getSelector() { Object ref = selector_; if (!(ref instanceof String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); selector_ = s; return s; } else { return (String) ref; } } /** *
     * Selects the methods to which this rule applies.
     * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
     * 
* * string selector = 1; */ public com.google.protobuf.ByteString getSelectorBytes() { Object ref = selector_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (String) ref); selector_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Selects the methods to which this rule applies.
     * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
     * 
* * string selector = 1; */ public Builder setSelector( String value) { if (value == null) { throw new NullPointerException(); } selector_ = value; onChanged(); return this; } /** *
     * Selects the methods to which this rule applies.
     * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
     * 
* * string selector = 1; */ public Builder clearSelector() { selector_ = getDefaultInstance().getSelector(); onChanged(); return this; } /** *
     * Selects the methods to which this rule applies.
     * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
     * 
* * string selector = 1; */ public Builder setSelectorBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); selector_ = value; onChanged(); return this; } private OAuthRequirements oauth_; private com.google.protobuf.SingleFieldBuilderV3< OAuthRequirements, OAuthRequirements.Builder, com.google.api.OAuthRequirementsOrBuilder> oauthBuilder_; /** *
     * The requirements for OAuth credentials.
     * 
* * .google.api.OAuthRequirements oauth = 2; */ public boolean hasOauth() { return oauthBuilder_ != null || oauth_ != null; } /** *
     * The requirements for OAuth credentials.
     * 
* * .google.api.OAuthRequirements oauth = 2; */ public OAuthRequirements getOauth() { if (oauthBuilder_ == null) { return oauth_ == null ? OAuthRequirements.getDefaultInstance() : oauth_; } else { return oauthBuilder_.getMessage(); } } /** *
     * The requirements for OAuth credentials.
     * 
* * .google.api.OAuthRequirements oauth = 2; */ public Builder setOauth(OAuthRequirements value) { if (oauthBuilder_ == null) { if (value == null) { throw new NullPointerException(); } oauth_ = value; onChanged(); } else { oauthBuilder_.setMessage(value); } return this; } /** *
     * The requirements for OAuth credentials.
     * 
* * .google.api.OAuthRequirements oauth = 2; */ public Builder setOauth( OAuthRequirements.Builder builderForValue) { if (oauthBuilder_ == null) { oauth_ = builderForValue.build(); onChanged(); } else { oauthBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * The requirements for OAuth credentials.
     * 
* * .google.api.OAuthRequirements oauth = 2; */ public Builder mergeOauth(OAuthRequirements value) { if (oauthBuilder_ == null) { if (oauth_ != null) { oauth_ = OAuthRequirements.newBuilder(oauth_).mergeFrom(value).buildPartial(); } else { oauth_ = value; } onChanged(); } else { oauthBuilder_.mergeFrom(value); } return this; } /** *
     * The requirements for OAuth credentials.
     * 
* * .google.api.OAuthRequirements oauth = 2; */ public Builder clearOauth() { if (oauthBuilder_ == null) { oauth_ = null; onChanged(); } else { oauth_ = null; oauthBuilder_ = null; } return this; } /** *
     * The requirements for OAuth credentials.
     * 
* * .google.api.OAuthRequirements oauth = 2; */ public OAuthRequirements.Builder getOauthBuilder() { onChanged(); return getOauthFieldBuilder().getBuilder(); } /** *
     * The requirements for OAuth credentials.
     * 
* * .google.api.OAuthRequirements oauth = 2; */ public com.google.api.OAuthRequirementsOrBuilder getOauthOrBuilder() { if (oauthBuilder_ != null) { return oauthBuilder_.getMessageOrBuilder(); } else { return oauth_ == null ? OAuthRequirements.getDefaultInstance() : oauth_; } } /** *
     * The requirements for OAuth credentials.
     * 
* * .google.api.OAuthRequirements oauth = 2; */ private com.google.protobuf.SingleFieldBuilderV3< OAuthRequirements, OAuthRequirements.Builder, com.google.api.OAuthRequirementsOrBuilder> getOauthFieldBuilder() { if (oauthBuilder_ == null) { oauthBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< OAuthRequirements, OAuthRequirements.Builder, com.google.api.OAuthRequirementsOrBuilder>( getOauth(), getParentForChildren(), isClean()); oauth_ = null; } return oauthBuilder_; } private boolean allowWithoutCredential_ ; /** *
     * If true, the service accepts API keys without any other credential.
     * 
* * bool allow_without_credential = 5; */ public boolean getAllowWithoutCredential() { return allowWithoutCredential_; } /** *
     * If true, the service accepts API keys without any other credential.
     * 
* * bool allow_without_credential = 5; */ public Builder setAllowWithoutCredential(boolean value) { allowWithoutCredential_ = value; onChanged(); return this; } /** *
     * If true, the service accepts API keys without any other credential.
     * 
* * bool allow_without_credential = 5; */ public Builder clearAllowWithoutCredential() { allowWithoutCredential_ = false; onChanged(); return this; } private java.util.List requirements_ = java.util.Collections.emptyList(); private void ensureRequirementsIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { requirements_ = new java.util.ArrayList(requirements_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilderV3< AuthRequirement, AuthRequirement.Builder, com.google.api.AuthRequirementOrBuilder> requirementsBuilder_; /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public java.util.List getRequirementsList() { if (requirementsBuilder_ == null) { return java.util.Collections.unmodifiableList(requirements_); } else { return requirementsBuilder_.getMessageList(); } } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public int getRequirementsCount() { if (requirementsBuilder_ == null) { return requirements_.size(); } else { return requirementsBuilder_.getCount(); } } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public AuthRequirement getRequirements(int index) { if (requirementsBuilder_ == null) { return requirements_.get(index); } else { return requirementsBuilder_.getMessage(index); } } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public Builder setRequirements( int index, AuthRequirement value) { if (requirementsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRequirementsIsMutable(); requirements_.set(index, value); onChanged(); } else { requirementsBuilder_.setMessage(index, value); } return this; } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public Builder setRequirements( int index, AuthRequirement.Builder builderForValue) { if (requirementsBuilder_ == null) { ensureRequirementsIsMutable(); requirements_.set(index, builderForValue.build()); onChanged(); } else { requirementsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public Builder addRequirements(AuthRequirement value) { if (requirementsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRequirementsIsMutable(); requirements_.add(value); onChanged(); } else { requirementsBuilder_.addMessage(value); } return this; } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public Builder addRequirements( int index, AuthRequirement value) { if (requirementsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRequirementsIsMutable(); requirements_.add(index, value); onChanged(); } else { requirementsBuilder_.addMessage(index, value); } return this; } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public Builder addRequirements( AuthRequirement.Builder builderForValue) { if (requirementsBuilder_ == null) { ensureRequirementsIsMutable(); requirements_.add(builderForValue.build()); onChanged(); } else { requirementsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public Builder addRequirements( int index, AuthRequirement.Builder builderForValue) { if (requirementsBuilder_ == null) { ensureRequirementsIsMutable(); requirements_.add(index, builderForValue.build()); onChanged(); } else { requirementsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public Builder addAllRequirements( Iterable values) { if (requirementsBuilder_ == null) { ensureRequirementsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, requirements_); onChanged(); } else { requirementsBuilder_.addAllMessages(values); } return this; } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public Builder clearRequirements() { if (requirementsBuilder_ == null) { requirements_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { requirementsBuilder_.clear(); } return this; } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public Builder removeRequirements(int index) { if (requirementsBuilder_ == null) { ensureRequirementsIsMutable(); requirements_.remove(index); onChanged(); } else { requirementsBuilder_.remove(index); } return this; } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public AuthRequirement.Builder getRequirementsBuilder( int index) { return getRequirementsFieldBuilder().getBuilder(index); } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public com.google.api.AuthRequirementOrBuilder getRequirementsOrBuilder( int index) { if (requirementsBuilder_ == null) { return requirements_.get(index); } else { return requirementsBuilder_.getMessageOrBuilder(index); } } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public java.util.List getRequirementsOrBuilderList() { if (requirementsBuilder_ != null) { return requirementsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(requirements_); } } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public AuthRequirement.Builder addRequirementsBuilder() { return getRequirementsFieldBuilder().addBuilder( AuthRequirement.getDefaultInstance()); } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public AuthRequirement.Builder addRequirementsBuilder( int index) { return getRequirementsFieldBuilder().addBuilder( index, AuthRequirement.getDefaultInstance()); } /** *
     * Requirements for additional authentication providers.
     * 
* * repeated .google.api.AuthRequirement requirements = 7; */ public java.util.List getRequirementsBuilderList() { return getRequirementsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< AuthRequirement, AuthRequirement.Builder, com.google.api.AuthRequirementOrBuilder> getRequirementsFieldBuilder() { if (requirementsBuilder_ == null) { requirementsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< AuthRequirement, AuthRequirement.Builder, com.google.api.AuthRequirementOrBuilder>( requirements_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); requirements_ = null; } return requirementsBuilder_; } @Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.api.AuthenticationRule) } // @@protoc_insertion_point(class_scope:google.api.AuthenticationRule) private static final AuthenticationRule DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new AuthenticationRule(); } public static AuthenticationRule getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @Override public AuthenticationRule parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new AuthenticationRule(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @Override public AuthenticationRule getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy