Authentication.Builder |
Authentication.Builder.addAllProviders(java.lang.Iterable<? extends AuthProvider> values) |
Defines a set of authentication providers that a service supports.
|
Authentication.Builder |
Authentication.Builder.addAllRules(java.lang.Iterable<? extends AuthenticationRule> values) |
A list of authentication rules that apply to individual API methods.
|
Authentication.Builder |
Authentication.Builder.addProviders(int index,
AuthProvider value) |
Defines a set of authentication providers that a service supports.
|
Authentication.Builder |
Authentication.Builder.addProviders(int index,
AuthProvider.Builder builderForValue) |
Defines a set of authentication providers that a service supports.
|
Authentication.Builder |
Authentication.Builder.addProviders(AuthProvider value) |
Defines a set of authentication providers that a service supports.
|
Authentication.Builder |
Authentication.Builder.addProviders(AuthProvider.Builder builderForValue) |
Defines a set of authentication providers that a service supports.
|
Authentication.Builder |
Authentication.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Authentication.Builder |
Authentication.Builder.addRules(int index,
AuthenticationRule value) |
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.addRules(AuthenticationRule value) |
A list of authentication rules that apply to individual API methods.
|
Authentication.Builder |
Authentication.Builder.addRules(AuthenticationRule.Builder builderForValue) |
A list of authentication rules that apply to individual API methods.
|
Authentication.Builder |
Authentication.Builder.clear() |
|
Authentication.Builder |
Authentication.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Authentication.Builder |
Authentication.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Authentication.Builder |
Authentication.Builder.clearProviders() |
Defines a set of authentication providers that a service supports.
|
Authentication.Builder |
Authentication.Builder.clearRules() |
A list of authentication rules that apply to individual API methods.
|
Authentication.Builder |
Authentication.Builder.clone() |
|
Authentication.Builder |
Service.Builder.getAuthenticationBuilder() |
Auth configuration.
|
Authentication.Builder |
Authentication.Builder.mergeFrom(Authentication other) |
|
Authentication.Builder |
Authentication.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Authentication.Builder |
Authentication.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Authentication.Builder |
Authentication.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Authentication.Builder |
Authentication.newBuilder() |
|
static Authentication.Builder |
Authentication.newBuilder(Authentication prototype) |
|
Authentication.Builder |
Authentication.newBuilderForType() |
|
protected Authentication.Builder |
Authentication.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Authentication.Builder |
Authentication.Builder.removeProviders(int index) |
Defines a set of authentication providers that a service supports.
|
Authentication.Builder |
Authentication.Builder.removeRules(int index) |
A list of authentication rules that apply to individual API methods.
|
Authentication.Builder |
Authentication.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Authentication.Builder |
Authentication.Builder.setProviders(int index,
AuthProvider value) |
Defines a set of authentication providers that a service supports.
|
Authentication.Builder |
Authentication.Builder.setProviders(int index,
AuthProvider.Builder builderForValue) |
Defines a set of authentication providers that a service supports.
|
Authentication.Builder |
Authentication.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
Authentication.Builder |
Authentication.Builder.setRules(int index,
AuthenticationRule value) |
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.
|
Authentication.Builder |
Authentication.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Authentication.Builder |
Authentication.toBuilder() |
|