public interface PrivateServiceConnectConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnablePrivateServiceConnect()
Required.
|
String |
getProjectAllowlist(int index)
A list of Projects from which the forwarding rule will target the service
attachment.
|
com.google.protobuf.ByteString |
getProjectAllowlistBytes(int index)
A list of Projects from which the forwarding rule will target the service
attachment.
|
int |
getProjectAllowlistCount()
A list of Projects from which the forwarding rule will target the service
attachment.
|
List<String> |
getProjectAllowlistList()
A list of Projects from which the forwarding rule will target the service
attachment.
|
PSCAutomationConfig |
getPscAutomationConfigs(int index)
Optional.
|
int |
getPscAutomationConfigsCount()
Optional.
|
List<PSCAutomationConfig> |
getPscAutomationConfigsList()
Optional.
|
PSCAutomationConfigOrBuilder |
getPscAutomationConfigsOrBuilder(int index)
Optional.
|
List<? extends PSCAutomationConfigOrBuilder> |
getPscAutomationConfigsOrBuilderList()
Optional.
|
String |
getServiceAttachment()
Output only.
|
com.google.protobuf.ByteString |
getServiceAttachmentBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnablePrivateServiceConnect()
Required. If true, expose the IndexEndpoint via private service connect.
bool enable_private_service_connect = 1 [(.google.api.field_behavior) = REQUIRED];List<String> getProjectAllowlistList()
A list of Projects from which the forwarding rule will target the service attachment.
repeated string project_allowlist = 2;int getProjectAllowlistCount()
A list of Projects from which the forwarding rule will target the service attachment.
repeated string project_allowlist = 2;String getProjectAllowlist(int index)
A list of Projects from which the forwarding rule will target the service attachment.
repeated string project_allowlist = 2;index - The index of the element to return.com.google.protobuf.ByteString getProjectAllowlistBytes(int index)
A list of Projects from which the forwarding rule will target the service attachment.
repeated string project_allowlist = 2;index - The index of the value to return.List<PSCAutomationConfig> getPscAutomationConfigsList()
Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.
repeated .google.cloud.aiplatform.v1.PSCAutomationConfig psc_automation_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
PSCAutomationConfig getPscAutomationConfigs(int index)
Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.
repeated .google.cloud.aiplatform.v1.PSCAutomationConfig psc_automation_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
int getPscAutomationConfigsCount()
Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.
repeated .google.cloud.aiplatform.v1.PSCAutomationConfig psc_automation_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
List<? extends PSCAutomationConfigOrBuilder> getPscAutomationConfigsOrBuilderList()
Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.
repeated .google.cloud.aiplatform.v1.PSCAutomationConfig psc_automation_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
PSCAutomationConfigOrBuilder getPscAutomationConfigsOrBuilder(int index)
Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.
repeated .google.cloud.aiplatform.v1.PSCAutomationConfig psc_automation_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
String getServiceAttachment()
Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.
string service_attachment = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getServiceAttachmentBytes()
Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.
string service_attachment = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.