public interface AclConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIdpConfig()
public abstract IdpConfig getIdpConfig()Identity provider config.
.google.cloud.discoveryengine.v1alpha.IdpConfig idp_config = 2;
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
The idpConfig. |
getIdpConfigOrBuilder()
public abstract IdpConfigOrBuilder getIdpConfigOrBuilder()Identity provider config.
.google.cloud.discoveryengine.v1alpha.IdpConfig idp_config = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasIdpConfig()
public abstract boolean hasIdpConfig()Identity provider config.
.google.cloud.discoveryengine.v1alpha.IdpConfig idp_config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the idpConfig field is set. |