public interface ReconfigureTrustRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getTargetDnsIpAddresses(int index)
Required.
|
com.google.protobuf.ByteString |
getTargetDnsIpAddressesBytes(int index)
Required.
|
int |
getTargetDnsIpAddressesCount()
Required.
|
List<String> |
getTargetDnsIpAddressesList()
Required.
|
String |
getTargetDomainName()
Required.
|
com.google.protobuf.ByteString |
getTargetDomainNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The resource domain name, project name and location using the form:
`projects/{project_id}/locations/global/domains/{domain_name}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The resource domain name, project name and location using the form:
`projects/{project_id}/locations/global/domains/{domain_name}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getTargetDomainName()
Required. The fully-qualified target domain name which will be in trust with current domain.
string target_domain_name = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTargetDomainNameBytes()
Required. The fully-qualified target domain name which will be in trust with current domain.
string target_domain_name = 2 [(.google.api.field_behavior) = REQUIRED];List<String> getTargetDnsIpAddressesList()
Required. The target DNS server IP addresses to resolve the remote domain involved in the trust.
repeated string target_dns_ip_addresses = 3 [(.google.api.field_behavior) = REQUIRED];
int getTargetDnsIpAddressesCount()
Required. The target DNS server IP addresses to resolve the remote domain involved in the trust.
repeated string target_dns_ip_addresses = 3 [(.google.api.field_behavior) = REQUIRED];
String getTargetDnsIpAddresses(int index)
Required. The target DNS server IP addresses to resolve the remote domain involved in the trust.
repeated string target_dns_ip_addresses = 3 [(.google.api.field_behavior) = REQUIRED];
index - The index of the element to return.com.google.protobuf.ByteString getTargetDnsIpAddressesBytes(int index)
Required. The target DNS server IP addresses to resolve the remote domain involved in the trust.
repeated string target_dns_ip_addresses = 3 [(.google.api.field_behavior) = REQUIRED];
index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.