public interface AclConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IdpConfig |
getIdpConfig()
Identity provider config.
|
IdpConfigOrBuilder |
getIdpConfigOrBuilder()
Identity provider config.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
boolean |
hasIdpConfig()
Identity provider config.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];com.google.protobuf.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];boolean hasIdpConfig()
Identity provider config.
.google.cloud.discoveryengine.v1alpha.IdpConfig idp_config = 2;IdpConfig getIdpConfig()
Identity provider config.
.google.cloud.discoveryengine.v1alpha.IdpConfig idp_config = 2;IdpConfigOrBuilder getIdpConfigOrBuilder()
Identity provider config.
.google.cloud.discoveryengine.v1alpha.IdpConfig idp_config = 2;Copyright © 2024 Google LLC. All rights reserved.