public interface DnsPeeringConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
Required.
|
com.google.protobuf.ByteString |
getDomainBytes()
Required.
|
String |
getTargetNetwork()
Required.
|
com.google.protobuf.ByteString |
getTargetNetworkBytes()
Required.
|
String |
getTargetProject()
Required.
|
com.google.protobuf.ByteString |
getTargetProjectBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDomain()
Required. The DNS name suffix of the zone being peered to, e.g., "my-internal-domain.corp.". Must end with a dot.
string domain = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDomainBytes()
Required. The DNS name suffix of the zone being peered to, e.g., "my-internal-domain.corp.". Must end with a dot.
string domain = 1 [(.google.api.field_behavior) = REQUIRED];String getTargetProject()
Required. The project ID hosting the Cloud DNS managed zone that contains the 'domain'. The Vertex AI Service Agent requires the dns.peer role on this project.
string target_project = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTargetProjectBytes()
Required. The project ID hosting the Cloud DNS managed zone that contains the 'domain'. The Vertex AI Service Agent requires the dns.peer role on this project.
string target_project = 2 [(.google.api.field_behavior) = REQUIRED];String getTargetNetwork()
Required. The VPC network name in the target_project where the DNS zone specified by 'domain' is visible.
string target_network = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTargetNetworkBytes()
Required. The VPC network name in the target_project where the DNS zone specified by 'domain' is visible.
string target_network = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.