public interface ExtensionPrivateServiceConnectConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceDirectory()
Required.
|
com.google.protobuf.ByteString |
getServiceDirectoryBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServiceDirectory()
Required. The Service Directory resource name in which the service
endpoints associated to the extension are registered. Format:
`projects/{project_id}/locations/{location_id}/namespaces/{namespace_id}/services/{service_id}`
- The Vertex AI Extension Service Agent
(https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
should be granted `servicedirectory.viewer` and
`servicedirectory.pscAuthorizedService` roles on the resource.
string service_directory = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getServiceDirectoryBytes()
Required. The Service Directory resource name in which the service
endpoints associated to the extension are registered. Format:
`projects/{project_id}/locations/{location_id}/namespaces/{namespace_id}/services/{service_id}`
- The Vertex AI Extension Service Agent
(https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
should be granted `servicedirectory.viewer` and
`servicedirectory.pscAuthorizedService` roles on the resource.
string service_directory = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2025 Google LLC. All rights reserved.