Interface WorkloadIdentityConfigOrBuilder (1.105.0)

public interface WorkloadIdentityConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentity()

public abstract String getIdentity()

optional string identity = 401109182;

Returns
Type Description
String

The identity.

getIdentityBytes()

public abstract ByteString getIdentityBytes()

optional string identity = 401109182;

Returns
Type Description
ByteString

The bytes for identity.

getIdentityCertificateEnabled()

public abstract boolean getIdentityCertificateEnabled()

optional bool identity_certificate_enabled = 342892440;

Returns
Type Description
boolean

The identityCertificateEnabled.

hasIdentity()

public abstract boolean hasIdentity()

optional string identity = 401109182;

Returns
Type Description
boolean

Whether the identity field is set.

hasIdentityCertificateEnabled()

public abstract boolean hasIdentityCertificateEnabled()

optional bool identity_certificate_enabled = 342892440;

Returns
Type Description
boolean

Whether the identityCertificateEnabled field is set.