| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationRule |
AuthenticationRule.Builder.build() |
AuthenticationRule |
AuthenticationRule.Builder.buildPartial() |
static AuthenticationRule |
AuthenticationRule.getDefaultInstance() |
AuthenticationRule |
AuthenticationRule.getDefaultInstanceForType() |
AuthenticationRule |
AuthenticationRule.Builder.getDefaultInstanceForType() |
AuthenticationRule |
AuthenticationOrBuilder.getRules(int index)
A list of authentication rules that apply to individual API methods.
|
AuthenticationRule |
Authentication.getRules(int index)
A list of authentication rules that apply to individual API methods.
|
AuthenticationRule |
Authentication.Builder.getRules(int index)
A list of authentication rules that apply to individual API methods.
|
static AuthenticationRule |
AuthenticationRule.parseDelimitedFrom(InputStream input) |
static AuthenticationRule |
AuthenticationRule.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationRule |
AuthenticationRule.parseFrom(byte[] data) |
static AuthenticationRule |
AuthenticationRule.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationRule |
AuthenticationRule.parseFrom(ByteBuffer data) |
static AuthenticationRule |
AuthenticationRule.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationRule |
AuthenticationRule.parseFrom(com.google.protobuf.ByteString data) |
static AuthenticationRule |
AuthenticationRule.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationRule |
AuthenticationRule.parseFrom(com.google.protobuf.CodedInputStream input) |
static AuthenticationRule |
AuthenticationRule.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationRule |
AuthenticationRule.parseFrom(InputStream input) |
static AuthenticationRule |
AuthenticationRule.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AuthenticationRule> |
AuthenticationRule.getParserForType() |
List<AuthenticationRule> |
AuthenticationOrBuilder.getRulesList()
A list of authentication rules that apply to individual API methods.
|
List<AuthenticationRule> |
Authentication.getRulesList()
A list of authentication rules that apply to individual API methods.
|
List<AuthenticationRule> |
Authentication.Builder.getRulesList()
A list of authentication rules that apply to individual API methods.
|
static com.google.protobuf.Parser<AuthenticationRule> |
AuthenticationRule.parser() |
| Modifier and Type | Method and Description |
|---|---|
Authentication.Builder |
Authentication.Builder.addRules(AuthenticationRule value)
A list of authentication rules that apply to individual API methods.
|
Authentication.Builder |
Authentication.Builder.addRules(int index,
AuthenticationRule value)
A list of authentication rules that apply to individual API methods.
|
AuthenticationRule.Builder |
AuthenticationRule.Builder.mergeFrom(AuthenticationRule other) |
static AuthenticationRule.Builder |
AuthenticationRule.newBuilder(AuthenticationRule prototype) |
Authentication.Builder |
Authentication.Builder.setRules(int index,
AuthenticationRule value)
A list of authentication rules that apply to individual API methods.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication.Builder |
Authentication.Builder.addAllRules(Iterable<? extends AuthenticationRule> values)
A list of authentication rules that apply to individual API methods.
|
Copyright © 2020 Google LLC. All rights reserved.