public final class Authority extends GeneratedMessageV3 implements AuthorityOrBuilder
Static Fields
IDENTITY_PROVIDER_FIELD_NUMBER
public static final int IDENTITY_PROVIDER_FIELD_NUMBER
Field Value
ISSUER_FIELD_NUMBER
public static final int ISSUER_FIELD_NUMBER
Field Value
OIDC_JWKS_FIELD_NUMBER
public static final int OIDC_JWKS_FIELD_NUMBER
Field Value
WORKLOAD_IDENTITY_POOL_FIELD_NUMBER
public static final int WORKLOAD_IDENTITY_POOL_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Authority getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Authority.Builder newBuilder()
Returns
newBuilder(Authority prototype)
public static Authority.Builder newBuilder(Authority prototype)
Parameter
Returns
public static Authority parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Authority parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Authority parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Authority parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Authority parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Authority parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Authority parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Authority parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Authority parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Authority parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Authority parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Authority parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Authority> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Authority getDefaultInstanceForType()
Returns
getIdentityProvider()
public String getIdentityProvider()
Output only. An identity provider that reflects the issuer
in the workload identity
pool.
string identity_provider = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The identityProvider.
|
getIdentityProviderBytes()
public ByteString getIdentityProviderBytes()
Output only. An identity provider that reflects the issuer
in the workload identity
pool.
string identity_provider = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
ByteString | The bytes for identityProvider.
|
getIssuer()
public String getIssuer()
Optional. A JSON Web Token (JWT) issuer URI. issuer
must start with https://
and
be a valid URL with length <2000 characters.
If set, then Google will allow valid OIDC tokens from this issuer to
authenticate within the workload_identity_pool. OIDC discovery will be
performed on this URI to validate tokens from the issuer, unless
oidc_jwks
is set.
Clearing issuer
disables Workload Identity. issuer
cannot be directly
modified; it must be cleared (and Workload Identity disabled) before using
a new issuer (and re-enabling Workload Identity).
string issuer = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The issuer.
|
getIssuerBytes()
public ByteString getIssuerBytes()
Optional. A JSON Web Token (JWT) issuer URI. issuer
must start with https://
and
be a valid URL with length <2000 characters.
If set, then Google will allow valid OIDC tokens from this issuer to
authenticate within the workload_identity_pool. OIDC discovery will be
performed on this URI to validate tokens from the issuer, unless
oidc_jwks
is set.
Clearing issuer
disables Workload Identity. issuer
cannot be directly
modified; it must be cleared (and Workload Identity disabled) before using
a new issuer (and re-enabling Workload Identity).
string issuer = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
getOidcJwks()
public ByteString getOidcJwks()
Optional. OIDC verification keys for this Membership in JWKS format (RFC 7517).
When this field is set, OIDC discovery will NOT be performed on issuer
,
and instead OIDC tokens will be validated using this field.
bytes oidc_jwks = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
getParserForType()
public Parser<Authority> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getWorkloadIdentityPool()
public String getWorkloadIdentityPool()
Output only. The name of the workload identity pool in which issuer
will be
recognized.
There is a single Workload Identity Pool per Hub that is shared
between all Memberships that belong to that Hub. For a Hub hosted in
{PROJECT_ID}, the workload pool format is {PROJECT_ID}.hub.id.goog
,
although this is subject to change in newer versions of this API.
string workload_identity_pool = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The workloadIdentityPool.
|
getWorkloadIdentityPoolBytes()
public ByteString getWorkloadIdentityPoolBytes()
Output only. The name of the workload identity pool in which issuer
will be
recognized.
There is a single Workload Identity Pool per Hub that is shared
between all Memberships that belong to that Hub. For a Hub hosted in
{PROJECT_ID}, the workload pool format is {PROJECT_ID}.hub.id.goog
,
although this is subject to change in newer versions of this API.
string workload_identity_pool = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
ByteString | The bytes for workloadIdentityPool.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Authority.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Authority.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Authority.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions