Class GrpcService.GoogleGrpc.CallCredentials
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- io.envoyproxy.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,GrpcService.GoogleGrpc.CallCredentialsOrBuilder
,java.io.Serializable
- Enclosing class:
- GrpcService.GoogleGrpc
public static final class GrpcService.GoogleGrpc.CallCredentials extends com.google.protobuf.GeneratedMessage implements GrpcService.GoogleGrpc.CallCredentialsOrBuilder
[#next-free-field: 8]
Protobuf typeenvoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GrpcService.GoogleGrpc.CallCredentials.Builder
[#next-free-field: 8]static class
GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase
static class
GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentials
Protobuf typeenvoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentials
static interface
GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentialsOrBuilder
static class
GrpcService.GoogleGrpc.CallCredentials.MetadataCredentialsFromPlugin
Protobuf typeenvoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.MetadataCredentialsFromPlugin
static interface
GrpcService.GoogleGrpc.CallCredentials.MetadataCredentialsFromPluginOrBuilder
static class
GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentials
Protobuf typeenvoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentials
static interface
GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentialsOrBuilder
static class
GrpcService.GoogleGrpc.CallCredentials.StsService
Security token service configuration that allows Google gRPC to fetch security token from an OAuth 2.0 authorization server.static interface
GrpcService.GoogleGrpc.CallCredentials.StsServiceOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T extends java.lang.Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACCESS_TOKEN_FIELD_NUMBER
private java.lang.Object
credentialSpecifier_
private int
credentialSpecifierCase_
private static GrpcService.GoogleGrpc.CallCredentials
DEFAULT_INSTANCE
static int
FROM_PLUGIN_FIELD_NUMBER
static int
GOOGLE_COMPUTE_ENGINE_FIELD_NUMBER
static int
GOOGLE_IAM_FIELD_NUMBER
static int
GOOGLE_REFRESH_TOKEN_FIELD_NUMBER
private byte
memoizedIsInitialized
private static com.google.protobuf.Parser<GrpcService.GoogleGrpc.CallCredentials>
PARSER
private static long
serialVersionUID
static int
SERVICE_ACCOUNT_JWT_ACCESS_FIELD_NUMBER
static int
STS_SERVICE_FIELD_NUMBER
-
Constructor Summary
Constructors Modifier Constructor Description private
CallCredentials()
private
CallCredentials(com.google.protobuf.GeneratedMessage.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getAccessToken()
Access token credentials.com.google.protobuf.ByteString
getAccessTokenBytes()
Access token credentials.GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase
getCredentialSpecifierCase()
static GrpcService.GoogleGrpc.CallCredentials
getDefaultInstance()
GrpcService.GoogleGrpc.CallCredentials
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
GrpcService.GoogleGrpc.CallCredentials.MetadataCredentialsFromPlugin
getFromPlugin()
Custom authenticator credentials.GrpcService.GoogleGrpc.CallCredentials.MetadataCredentialsFromPluginOrBuilder
getFromPluginOrBuilder()
Custom authenticator credentials.com.google.protobuf.Empty
getGoogleComputeEngine()
Google Compute Engine credentials.com.google.protobuf.EmptyOrBuilder
getGoogleComputeEngineOrBuilder()
Google Compute Engine credentials.GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentials
getGoogleIam()
Google IAM credentials.GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentialsOrBuilder
getGoogleIamOrBuilder()
Google IAM credentials.java.lang.String
getGoogleRefreshToken()
Google refresh token credentials.com.google.protobuf.ByteString
getGoogleRefreshTokenBytes()
Google refresh token credentials.com.google.protobuf.Parser<GrpcService.GoogleGrpc.CallCredentials>
getParserForType()
int
getSerializedSize()
GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentials
getServiceAccountJwtAccess()
Service Account JWT Access credentials.GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentialsOrBuilder
getServiceAccountJwtAccessOrBuilder()
Service Account JWT Access credentials.GrpcService.GoogleGrpc.CallCredentials.StsService
getStsService()
Custom security token service which implements OAuth 2.0 token exchange.GrpcService.GoogleGrpc.CallCredentials.StsServiceOrBuilder
getStsServiceOrBuilder()
Custom security token service which implements OAuth 2.0 token exchange.boolean
hasAccessToken()
Access token credentials.boolean
hasFromPlugin()
Custom authenticator credentials.boolean
hasGoogleComputeEngine()
Google Compute Engine credentials.boolean
hasGoogleIam()
Google IAM credentials.boolean
hasGoogleRefreshToken()
Google refresh token credentials.int
hashCode()
boolean
hasServiceAccountJwtAccess()
Service Account JWT Access credentials.boolean
hasStsService()
Custom security token service which implements OAuth 2.0 token exchange.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static GrpcService.GoogleGrpc.CallCredentials.Builder
newBuilder()
static GrpcService.GoogleGrpc.CallCredentials.Builder
newBuilder(GrpcService.GoogleGrpc.CallCredentials prototype)
GrpcService.GoogleGrpc.CallCredentials.Builder
newBuilderForType()
protected GrpcService.GoogleGrpc.CallCredentials.Builder
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
static GrpcService.GoogleGrpc.CallCredentials
parseDelimitedFrom(java.io.InputStream input)
static GrpcService.GoogleGrpc.CallCredentials
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcService.GoogleGrpc.CallCredentials
parseFrom(byte[] data)
static GrpcService.GoogleGrpc.CallCredentials
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcService.GoogleGrpc.CallCredentials
parseFrom(com.google.protobuf.ByteString data)
static GrpcService.GoogleGrpc.CallCredentials
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcService.GoogleGrpc.CallCredentials
parseFrom(com.google.protobuf.CodedInputStream input)
static GrpcService.GoogleGrpc.CallCredentials
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcService.GoogleGrpc.CallCredentials
parseFrom(java.io.InputStream input)
static GrpcService.GoogleGrpc.CallCredentials
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GrpcService.GoogleGrpc.CallCredentials
parseFrom(java.nio.ByteBuffer data)
static GrpcService.GoogleGrpc.CallCredentials
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<GrpcService.GoogleGrpc.CallCredentials>
parser()
GrpcService.GoogleGrpc.CallCredentials.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
credentialSpecifierCase_
private int credentialSpecifierCase_
-
credentialSpecifier_
private java.lang.Object credentialSpecifier_
-
ACCESS_TOKEN_FIELD_NUMBER
public static final int ACCESS_TOKEN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GOOGLE_COMPUTE_ENGINE_FIELD_NUMBER
public static final int GOOGLE_COMPUTE_ENGINE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GOOGLE_REFRESH_TOKEN_FIELD_NUMBER
public static final int GOOGLE_REFRESH_TOKEN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVICE_ACCOUNT_JWT_ACCESS_FIELD_NUMBER
public static final int SERVICE_ACCOUNT_JWT_ACCESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GOOGLE_IAM_FIELD_NUMBER
public static final int GOOGLE_IAM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FROM_PLUGIN_FIELD_NUMBER
public static final int FROM_PLUGIN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STS_SERVICE_FIELD_NUMBER
public static final int STS_SERVICE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final GrpcService.GoogleGrpc.CallCredentials DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<GrpcService.GoogleGrpc.CallCredentials> PARSER
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage
-
getCredentialSpecifierCase
public GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase getCredentialSpecifierCase()
- Specified by:
getCredentialSpecifierCase
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
-
hasAccessToken
public boolean hasAccessToken()
Access token credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#ad3a80da696ffdaea943f0f858d7a360d.
string access_token = 1;
- Specified by:
hasAccessToken
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- Whether the accessToken field is set.
-
getAccessToken
public java.lang.String getAccessToken()
Access token credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#ad3a80da696ffdaea943f0f858d7a360d.
string access_token = 1;
- Specified by:
getAccessToken
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- The accessToken.
-
getAccessTokenBytes
public com.google.protobuf.ByteString getAccessTokenBytes()
Access token credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#ad3a80da696ffdaea943f0f858d7a360d.
string access_token = 1;
- Specified by:
getAccessTokenBytes
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- The bytes for accessToken.
-
hasGoogleComputeEngine
public boolean hasGoogleComputeEngine()
Google Compute Engine credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a6beb3ac70ff94bd2ebbd89b8f21d1f61
.google.protobuf.Empty google_compute_engine = 2;
- Specified by:
hasGoogleComputeEngine
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- Whether the googleComputeEngine field is set.
-
getGoogleComputeEngine
public com.google.protobuf.Empty getGoogleComputeEngine()
Google Compute Engine credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a6beb3ac70ff94bd2ebbd89b8f21d1f61
.google.protobuf.Empty google_compute_engine = 2;
- Specified by:
getGoogleComputeEngine
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- The googleComputeEngine.
-
getGoogleComputeEngineOrBuilder
public com.google.protobuf.EmptyOrBuilder getGoogleComputeEngineOrBuilder()
Google Compute Engine credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a6beb3ac70ff94bd2ebbd89b8f21d1f61
.google.protobuf.Empty google_compute_engine = 2;
- Specified by:
getGoogleComputeEngineOrBuilder
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
-
hasGoogleRefreshToken
public boolean hasGoogleRefreshToken()
Google refresh token credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a96901c997b91bc6513b08491e0dca37c.
string google_refresh_token = 3;
- Specified by:
hasGoogleRefreshToken
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- Whether the googleRefreshToken field is set.
-
getGoogleRefreshToken
public java.lang.String getGoogleRefreshToken()
Google refresh token credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a96901c997b91bc6513b08491e0dca37c.
string google_refresh_token = 3;
- Specified by:
getGoogleRefreshToken
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- The googleRefreshToken.
-
getGoogleRefreshTokenBytes
public com.google.protobuf.ByteString getGoogleRefreshTokenBytes()
Google refresh token credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a96901c997b91bc6513b08491e0dca37c.
string google_refresh_token = 3;
- Specified by:
getGoogleRefreshTokenBytes
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- The bytes for googleRefreshToken.
-
hasServiceAccountJwtAccess
public boolean hasServiceAccountJwtAccess()
Service Account JWT Access credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a92a9f959d6102461f66ee973d8e9d3aa.
.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentials service_account_jwt_access = 4;
- Specified by:
hasServiceAccountJwtAccess
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- Whether the serviceAccountJwtAccess field is set.
-
getServiceAccountJwtAccess
public GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentials getServiceAccountJwtAccess()
Service Account JWT Access credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a92a9f959d6102461f66ee973d8e9d3aa.
.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentials service_account_jwt_access = 4;
- Specified by:
getServiceAccountJwtAccess
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- The serviceAccountJwtAccess.
-
getServiceAccountJwtAccessOrBuilder
public GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentialsOrBuilder getServiceAccountJwtAccessOrBuilder()
Service Account JWT Access credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a92a9f959d6102461f66ee973d8e9d3aa.
.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentials service_account_jwt_access = 4;
- Specified by:
getServiceAccountJwtAccessOrBuilder
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
-
hasGoogleIam
public boolean hasGoogleIam()
Google IAM credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a9fc1fc101b41e680d47028166e76f9d0.
.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentials google_iam = 5;
- Specified by:
hasGoogleIam
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- Whether the googleIam field is set.
-
getGoogleIam
public GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentials getGoogleIam()
Google IAM credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a9fc1fc101b41e680d47028166e76f9d0.
.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentials google_iam = 5;
- Specified by:
getGoogleIam
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- The googleIam.
-
getGoogleIamOrBuilder
public GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentialsOrBuilder getGoogleIamOrBuilder()
Google IAM credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a9fc1fc101b41e680d47028166e76f9d0.
.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentials google_iam = 5;
- Specified by:
getGoogleIamOrBuilder
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
-
hasFromPlugin
public boolean hasFromPlugin()
Custom authenticator credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a823c6a4b19ffc71fb33e90154ee2ad07. https://grpc.io/docs/guides/auth.html#extending-grpc-to-support-other-authentication-mechanisms.
.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.MetadataCredentialsFromPlugin from_plugin = 6;
- Specified by:
hasFromPlugin
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- Whether the fromPlugin field is set.
-
getFromPlugin
public GrpcService.GoogleGrpc.CallCredentials.MetadataCredentialsFromPlugin getFromPlugin()
Custom authenticator credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a823c6a4b19ffc71fb33e90154ee2ad07. https://grpc.io/docs/guides/auth.html#extending-grpc-to-support-other-authentication-mechanisms.
.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.MetadataCredentialsFromPlugin from_plugin = 6;
- Specified by:
getFromPlugin
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- The fromPlugin.
-
getFromPluginOrBuilder
public GrpcService.GoogleGrpc.CallCredentials.MetadataCredentialsFromPluginOrBuilder getFromPluginOrBuilder()
Custom authenticator credentials. https://grpc.io/grpc/cpp/namespacegrpc.html#a823c6a4b19ffc71fb33e90154ee2ad07. https://grpc.io/docs/guides/auth.html#extending-grpc-to-support-other-authentication-mechanisms.
.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.MetadataCredentialsFromPlugin from_plugin = 6;
- Specified by:
getFromPluginOrBuilder
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
-
hasStsService
public boolean hasStsService()
Custom security token service which implements OAuth 2.0 token exchange. https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16 See https://github.com/grpc/grpc/pull/19587.
.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.StsService sts_service = 7;
- Specified by:
hasStsService
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- Whether the stsService field is set.
-
getStsService
public GrpcService.GoogleGrpc.CallCredentials.StsService getStsService()
Custom security token service which implements OAuth 2.0 token exchange. https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16 See https://github.com/grpc/grpc/pull/19587.
.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.StsService sts_service = 7;
- Specified by:
getStsService
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
- Returns:
- The stsService.
-
getStsServiceOrBuilder
public GrpcService.GoogleGrpc.CallCredentials.StsServiceOrBuilder getStsServiceOrBuilder()
Custom security token service which implements OAuth 2.0 token exchange. https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16 See https://github.com/grpc/grpc/pull/19587.
.envoy.config.core.v3.GrpcService.GoogleGrpc.CallCredentials.StsService sts_service = 7;
- Specified by:
getStsServiceOrBuilder
in interfaceGrpcService.GoogleGrpc.CallCredentialsOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static GrpcService.GoogleGrpc.CallCredentials parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc.CallCredentials parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc.CallCredentials parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc.CallCredentials parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc.CallCredentials parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc.CallCredentials parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GrpcService.GoogleGrpc.CallCredentials parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static GrpcService.GoogleGrpc.CallCredentials parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static GrpcService.GoogleGrpc.CallCredentials parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static GrpcService.GoogleGrpc.CallCredentials parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static GrpcService.GoogleGrpc.CallCredentials parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static GrpcService.GoogleGrpc.CallCredentials parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public GrpcService.GoogleGrpc.CallCredentials.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static GrpcService.GoogleGrpc.CallCredentials.Builder newBuilder()
-
newBuilder
public static GrpcService.GoogleGrpc.CallCredentials.Builder newBuilder(GrpcService.GoogleGrpc.CallCredentials prototype)
-
toBuilder
public GrpcService.GoogleGrpc.CallCredentials.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected GrpcService.GoogleGrpc.CallCredentials.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
- Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
public static GrpcService.GoogleGrpc.CallCredentials getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<GrpcService.GoogleGrpc.CallCredentials> parser()
-
getParserForType
public com.google.protobuf.Parser<GrpcService.GoogleGrpc.CallCredentials> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public GrpcService.GoogleGrpc.CallCredentials getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-