| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
AuthProvider |
AuthProvider.Builder.build() |
AuthProvider |
AuthProvider.Builder.buildPartial() |
static AuthProvider |
AuthProvider.getDefaultInstance() |
AuthProvider |
AuthProvider.getDefaultInstanceForType() |
AuthProvider |
AuthProvider.Builder.getDefaultInstanceForType() |
AuthProvider |
AuthenticationOrBuilder.getProviders(int index)
Defines a set of authentication providers that a service supports.
|
AuthProvider |
Authentication.getProviders(int index)
Defines a set of authentication providers that a service supports.
|
AuthProvider |
Authentication.Builder.getProviders(int index)
Defines a set of authentication providers that a service supports.
|
static AuthProvider |
AuthProvider.parseDelimitedFrom(InputStream input) |
static AuthProvider |
AuthProvider.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthProvider |
AuthProvider.parseFrom(byte[] data) |
static AuthProvider |
AuthProvider.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthProvider |
AuthProvider.parseFrom(ByteBuffer data) |
static AuthProvider |
AuthProvider.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthProvider |
AuthProvider.parseFrom(com.google.protobuf.ByteString data) |
static AuthProvider |
AuthProvider.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthProvider |
AuthProvider.parseFrom(com.google.protobuf.CodedInputStream input) |
static AuthProvider |
AuthProvider.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthProvider |
AuthProvider.parseFrom(InputStream input) |
static AuthProvider |
AuthProvider.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AuthProvider> |
AuthProvider.getParserForType() |
List<AuthProvider> |
AuthenticationOrBuilder.getProvidersList()
Defines a set of authentication providers that a service supports.
|
List<AuthProvider> |
Authentication.getProvidersList()
Defines a set of authentication providers that a service supports.
|
List<AuthProvider> |
Authentication.Builder.getProvidersList()
Defines a set of authentication providers that a service supports.
|
static com.google.protobuf.Parser<AuthProvider> |
AuthProvider.parser() |
| Modifier and Type | Method and Description |
|---|---|
Authentication.Builder |
Authentication.Builder.addProviders(AuthProvider value)
Defines a set of authentication providers that a service supports.
|
Authentication.Builder |
Authentication.Builder.addProviders(int index,
AuthProvider value)
Defines a set of authentication providers that a service supports.
|
AuthProvider.Builder |
AuthProvider.Builder.mergeFrom(AuthProvider other) |
static AuthProvider.Builder |
AuthProvider.newBuilder(AuthProvider prototype) |
Authentication.Builder |
Authentication.Builder.setProviders(int index,
AuthProvider value)
Defines a set of authentication providers that a service supports.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication.Builder |
Authentication.Builder.addAllProviders(Iterable<? extends AuthProvider> values)
Defines a set of authentication providers that a service supports.
|
Copyright © 2020 Google LLC. All rights reserved.