public static interface Cluster.PscConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getPscEnabled()
Optional.
|
long |
getServiceOwnedProjectNumber()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getPscEnabled()
Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.
bool psc_enabled = 1 [(.google.api.field_behavior) = OPTIONAL];long getServiceOwnedProjectNumber()
Output only. The project number that needs to be allowlisted on the network attachment to enable outbound connectivity.
int64 service_owned_project_number = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.