Interface ReconfigureTrustRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReconfigureTrustRequest,ReconfigureTrustRequest.Builder
public interface ReconfigureTrustRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.StringgetTargetDnsIpAddresses(int index)Required.com.google.protobuf.ByteStringgetTargetDnsIpAddressesBytes(int index)Required.intgetTargetDnsIpAddressesCount()Required.List<String>getTargetDnsIpAddressesList()Required.StringgetTargetDomainName()Required.com.google.protobuf.ByteStringgetTargetDomainNameBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String 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) = { ... }- Returns:
- The name.
-
getNameBytes
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) = { ... }- Returns:
- The bytes for name.
-
getTargetDomainName
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];- Returns:
- The targetDomainName.
-
getTargetDomainNameBytes
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];- Returns:
- The bytes for targetDomainName.
-
getTargetDnsIpAddressesList
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];- Returns:
- A list containing the targetDnsIpAddresses.
-
getTargetDnsIpAddressesCount
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];- Returns:
- The count of targetDnsIpAddresses.
-
getTargetDnsIpAddresses
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];- Parameters:
index- The index of the element to return.- Returns:
- The targetDnsIpAddresses at the given index.
-
getTargetDnsIpAddressesBytes
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];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the targetDnsIpAddresses at the given index.
-
-