Interface AclConfigOrBuilder (0.37.0)

public interface AclConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdpConfig()

public abstract IdpConfig getIdpConfig()

Identity provider config.

.google.cloud.discoveryengine.v1alpha.IdpConfig idp_config = 2;

Returns
TypeDescription
IdpConfig

The idpConfig.

getIdpConfigOrBuilder()

public abstract IdpConfigOrBuilder getIdpConfigOrBuilder()

Identity provider config.

.google.cloud.discoveryengine.v1alpha.IdpConfig idp_config = 2;

Returns
TypeDescription
IdpConfigOrBuilder

getName()

public abstract String getName()

Immutable. The full resource name of the acl configuration. Format: projects/{project}/locations/{location}/aclConfig.

This field must be a UTF-8 encoded string with a length limit of 1024 characters.

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Immutable. The full resource name of the acl configuration. Format: projects/{project}/locations/{location}/aclConfig.

This field must be a UTF-8 encoded string with a length limit of 1024 characters.

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for name.

hasIdpConfig()

public abstract boolean hasIdpConfig()

Identity provider config.

.google.cloud.discoveryengine.v1alpha.IdpConfig idp_config = 2;

Returns
TypeDescription
boolean

Whether the idpConfig field is set.