public static final class PushConfig.OidcToken extends GeneratedMessageV3 implements PushConfig.OidcTokenOrBuilder
Contains information needed for generating an
OpenID Connect
token.
Protobuf type google.pubsub.v1.PushConfig.OidcToken
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AUDIENCE_FIELD_NUMBER
public static final int AUDIENCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER
public static final int SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static PushConfig.OidcToken getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static PushConfig.OidcToken.Builder newBuilder()
newBuilder(PushConfig.OidcToken prototype)
public static PushConfig.OidcToken.Builder newBuilder(PushConfig.OidcToken prototype)
public static PushConfig.OidcToken parseDelimitedFrom(InputStream input)
public static PushConfig.OidcToken parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static PushConfig.OidcToken parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PushConfig.OidcToken parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static PushConfig.OidcToken parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PushConfig.OidcToken parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PushConfig.OidcToken parseFrom(CodedInputStream input)
public static PushConfig.OidcToken parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PushConfig.OidcToken parseFrom(InputStream input)
public static PushConfig.OidcToken parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static PushConfig.OidcToken parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PushConfig.OidcToken parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<PushConfig.OidcToken> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAudience()
public String getAudience()
Optional. Audience to be used when generating OIDC token. The audience
claim identifies the recipients that the JWT is intended for. The
audience value is a single case-sensitive string. Having multiple values
(array) for the audience field is not supported. More info about the OIDC
JWT token audience here:
https://tools.ietf.org/html/rfc7519#section-4.1.3 Note: if not specified,
the Push endpoint URL will be used.
string audience = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The audience.
|
getAudienceBytes()
public ByteString getAudienceBytes()
Optional. Audience to be used when generating OIDC token. The audience
claim identifies the recipients that the JWT is intended for. The
audience value is a single case-sensitive string. Having multiple values
(array) for the audience field is not supported. More info about the OIDC
JWT token audience here:
https://tools.ietf.org/html/rfc7519#section-4.1.3 Note: if not specified,
the Push endpoint URL will be used.
string audience = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for audience.
|
getDefaultInstanceForType()
public PushConfig.OidcToken getDefaultInstanceForType()
getParserForType()
public Parser<PushConfig.OidcToken> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getServiceAccountEmail()
public String getServiceAccountEmail()
Optional. Service account
email
used for generating the OIDC token. For more information
on setting up authentication, see
Push subscriptions.
string service_account_email = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The serviceAccountEmail.
|
getServiceAccountEmailBytes()
public ByteString getServiceAccountEmailBytes()
Optional. Service account
email
used for generating the OIDC token. For more information
on setting up authentication, see
Push subscriptions.
string service_account_email = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for serviceAccountEmail.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public PushConfig.OidcToken.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PushConfig.OidcToken.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public PushConfig.OidcToken.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides