Class ReconfigureTrustRequest (0.3.7) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.3.7keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   final   class  ReconfigureTrustRequest   extends   GeneratedMessageV3   implements   ReconfigureTrustRequestOrBuilder  
   Request message for
 ReconfigureTrust 
 Protobuf type google.cloud.managedidentities.v1.ReconfigureTrustRequest
Fields
   
  
  
    
public   static   final   int   NAME_FIELD_NUMBER  
  Field Value 
  
  
  
    
public   static   final   int   TARGET_DNS_IP_ADDRESSES_FIELD_NUMBER  
  Field Value 
  
  TARGET_DOMAIN_NAME_FIELD_NUMBER 
  
    
public   static   final   int   TARGET_DOMAIN_NAME_FIELD_NUMBER  
  Field Value 
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  
    
public   static   ReconfigureTrustRequest   getDefaultInstance ()  
  Returns 
  
  
    
public   ReconfigureTrustRequest   getDefaultInstanceForType ()  
  Returns 
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  Returns 
  
   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 
  
    
      
        Type Description  
      
        String The name.
 
     
  
  
    
public   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 
  
  
    
public   Parser<ReconfigureTrustRequest>   getParserForType ()  
  Returns 
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  Returns 
  
  Overrides 
  
  
    
public   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];
 
Parameter 
  
    
      
        Name Description  
      
        index int The index of the element to return.
 
     
  
  Returns 
  
    
      
        Type Description  
      
        String The targetDnsIpAddresses at the given index.
 
     
  
  
    
public   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];
 
Parameter 
  
    
      
        Name Description  
      
        index int The index of the value to return.
 
     
  
  Returns 
  
    
      
        Type Description  
      
        ByteString The bytes of the targetDnsIpAddresses at the given index.
 
     
  
  
    
public   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 
  
    
      
        Type Description  
      
        int The count of targetDnsIpAddresses.
 
     
  
  
    
public   ProtocolStringList   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 
  
  getTargetDomainName() 
  
    
public   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 
  
    
      
        Type Description  
      
        String The targetDomainName.
 
     
  
  getTargetDomainNameBytes() 
  
    
public   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 
  
    
      
        Type Description  
      
        ByteString The bytes for targetDomainName.
 
     
  
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
  Returns 
  
  Overrides 
  
  Returns 
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  
    
public   static   ReconfigureTrustRequest . Builder   newBuilder ()  
  Returns 
  
  
    
public   static   ReconfigureTrustRequest . Builder   newBuilder ( ReconfigureTrustRequest   prototype )  
  Parameter 
  
  Returns 
  
  
    
public   ReconfigureTrustRequest . Builder   newBuilderForType ()  
  Returns 
  
  
    
protected   ReconfigureTrustRequest . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  
    
public   static   ReconfigureTrustRequest   parseDelimitedFrom ( InputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ReconfigureTrustRequest   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ReconfigureTrustRequest   parseFrom ( byte []   data )  
  Parameter 
  
    
      
        Name Description  
      
        data byte [] 
     
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ReconfigureTrustRequest   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ReconfigureTrustRequest   parseFrom ( ByteString   data )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ReconfigureTrustRequest   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ReconfigureTrustRequest   parseFrom ( CodedInputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ReconfigureTrustRequest   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ReconfigureTrustRequest   parseFrom ( InputStream   input )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ReconfigureTrustRequest   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ReconfigureTrustRequest   parseFrom ( ByteBuffer   data )  
  Parameter 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   ReconfigureTrustRequest   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Exceptions 
  
  
    
public   static   Parser<ReconfigureTrustRequest>   parser ()  
  Returns 
  
  
    
public   ReconfigureTrustRequest . Builder   toBuilder ()  
  Returns 
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  Parameter 
  
  Overrides 
  
  Exceptions 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]