| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationRule.Builder |
AuthenticationRule.Builder.addAllRequirements(Iterable<? extends AuthRequirement> values)
Requirements for additional authentication providers.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AuthenticationRule.Builder |
AuthenticationRule.Builder.addRequirements(AuthRequirement.Builder builderForValue)
Requirements for additional authentication providers.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.addRequirements(AuthRequirement value)
Requirements for additional authentication providers.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.addRequirements(int index,
AuthRequirement.Builder builderForValue)
Requirements for additional authentication providers.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.addRequirements(int index,
AuthRequirement value)
Requirements for additional authentication providers.
|
AuthenticationRule.Builder |
Authentication.Builder.addRulesBuilder()
A list of authentication rules that apply to individual API methods.
|
AuthenticationRule.Builder |
Authentication.Builder.addRulesBuilder(int index)
A list of authentication rules that apply to individual API methods.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.clear() |
AuthenticationRule.Builder |
AuthenticationRule.Builder.clearAllowWithoutCredential()
If true, the service accepts API keys without any other credential.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AuthenticationRule.Builder |
AuthenticationRule.Builder.clearOauth()
The requirements for OAuth credentials.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AuthenticationRule.Builder |
AuthenticationRule.Builder.clearRequirements()
Requirements for additional authentication providers.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.clearSelector()
Selects the methods to which this rule applies.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.clone() |
AuthenticationRule.Builder |
Authentication.Builder.getRulesBuilder(int index)
A list of authentication rules that apply to individual API methods.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.mergeFrom(AuthenticationRule other) |
AuthenticationRule.Builder |
AuthenticationRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthenticationRule.Builder |
AuthenticationRule.Builder.mergeFrom(com.google.protobuf.Message other) |
AuthenticationRule.Builder |
AuthenticationRule.Builder.mergeOauth(OAuthRequirements value)
The requirements for OAuth credentials.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AuthenticationRule.Builder |
AuthenticationRule.newBuilder() |
static AuthenticationRule.Builder |
AuthenticationRule.newBuilder(AuthenticationRule prototype) |
AuthenticationRule.Builder |
AuthenticationRule.newBuilderForType() |
protected AuthenticationRule.Builder |
AuthenticationRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AuthenticationRule.Builder |
AuthenticationRule.Builder.removeRequirements(int index)
Requirements for additional authentication providers.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.setAllowWithoutCredential(boolean value)
If true, the service accepts API keys without any other credential.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AuthenticationRule.Builder |
AuthenticationRule.Builder.setOauth(OAuthRequirements.Builder builderForValue)
The requirements for OAuth credentials.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.setOauth(OAuthRequirements value)
The requirements for OAuth credentials.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AuthenticationRule.Builder |
AuthenticationRule.Builder.setRequirements(int index,
AuthRequirement.Builder builderForValue)
Requirements for additional authentication providers.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.setRequirements(int index,
AuthRequirement value)
Requirements for additional authentication providers.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.setSelector(String value)
Selects the methods to which this rule applies.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.setSelectorBytes(com.google.protobuf.ByteString value)
Selects the methods to which this rule applies.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AuthenticationRule.Builder |
AuthenticationRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationRule.Builder> |
Authentication.Builder.getRulesBuilderList()
A list of authentication rules that apply to individual API methods.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication.Builder |
Authentication.Builder.addRules(AuthenticationRule.Builder builderForValue)
A list of authentication rules that apply to individual API methods.
|
Authentication.Builder |
Authentication.Builder.addRules(int index,
AuthenticationRule.Builder builderForValue)
A list of authentication rules that apply to individual API methods.
|
Authentication.Builder |
Authentication.Builder.setRules(int index,
AuthenticationRule.Builder builderForValue)
A list of authentication rules that apply to individual API methods.
|
Copyright © 2022 Google LLC. All rights reserved.