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.
|
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.Copyright © 2024 Google LLC. All rights reserved.