public interface ExtensionPrivateServiceConnectConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getServiceDirectory()
public abstract String 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
andservicedirectory.pscAuthorizedService
roles on the resource.
string service_directory = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The serviceDirectory. |
getServiceDirectoryBytes()
public abstract 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
andservicedirectory.pscAuthorizedService
roles on the resource.
string service_directory = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serviceDirectory. |