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.
|
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.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.