public static final class ResolveAppConnectionsResponse.AppConnectionDetails.Builder extends GeneratedMessageV3.Builder<ResolveAppConnectionsResponse.AppConnectionDetails.Builder> implements ResolveAppConnectionsResponse.AppConnectionDetailsOrBuilder
   
   Details of the AppConnection.
 Protobuf type 
 google.cloud.beyondcorp.appconnections.v1.ResolveAppConnectionsResponse.AppConnectionDetails
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addAllRecentMigVms(Iterable<String> values)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder addAllRecentMigVms(Iterable<String> values)
   
   If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
 https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
 repeated string recent_mig_vms = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<String>
 The recentMigVms to add. | 
    
  
  
  
  addRecentMigVms(String value)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder addRecentMigVms(String value)
   
   If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
 https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
 repeated string recent_mig_vms = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The recentMigVms to add. | 
    
  
  
  
  addRecentMigVmsBytes(ByteString value)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder addRecentMigVmsBytes(ByteString value)
   
   If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
 https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
 repeated string recent_mig_vms = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes of the recentMigVms to add. | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ResolveAppConnectionsResponse.AppConnectionDetails build()
   
  
  
  buildPartial()
  
    public ResolveAppConnectionsResponse.AppConnectionDetails buildPartial()
   
  
  
  clear()
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder clear()
   
  
  Overrides
  
  
  clearAppConnection()
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder clearAppConnection()
   
   A BeyondCorp AppConnection in the project.
 .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
clearField(Descriptors.FieldDescriptor field)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearRecentMigVms()
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder clearRecentMigVms()
   
   If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
 https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
 repeated string recent_mig_vms = 2;
clone()
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder clone()
   
  
  Overrides
  
  
  getAppConnection()
  
    public AppConnection getAppConnection()
   
   A BeyondCorp AppConnection in the project.
 .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
getAppConnectionBuilder()
  
    public AppConnection.Builder getAppConnectionBuilder()
   
   A BeyondCorp AppConnection in the project.
 .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
getAppConnectionOrBuilder()
  
    public AppConnectionOrBuilder getAppConnectionOrBuilder()
   
   A BeyondCorp AppConnection in the project.
 .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
getDefaultInstanceForType()
  
    public ResolveAppConnectionsResponse.AppConnectionDetails getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getRecentMigVms(int index)
  
    public String getRecentMigVms(int index)
   
   If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
 https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
 repeated string recent_mig_vms = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the element to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The recentMigVms at the given index. | 
    
  
  
  getRecentMigVmsBytes(int index)
  
    public ByteString getRecentMigVmsBytes(int index)
   
   If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
 https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
 repeated string recent_mig_vms = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 The index of the value to return. | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes of the recentMigVms at the given index. | 
    
  
  
  getRecentMigVmsCount()
  
    public int getRecentMigVmsCount()
   
   If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
 https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
 repeated string recent_mig_vms = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The count of recentMigVms. | 
    
  
  
  getRecentMigVmsList()
  
    public ProtocolStringList getRecentMigVmsList()
   
   If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
 https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
 repeated string recent_mig_vms = 2;
hasAppConnection()
  
    public boolean hasAppConnection()
   
   A BeyondCorp AppConnection in the project.
 .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the appConnection field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeAppConnection(AppConnection value)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder mergeAppConnection(AppConnection value)
   
   A BeyondCorp AppConnection in the project.
 .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
mergeFrom(ResolveAppConnectionsResponse.AppConnectionDetails other)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder mergeFrom(ResolveAppConnectionsResponse.AppConnectionDetails other)
   
  
  
  
  
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ResolveAppConnectionsResponse.AppConnectionDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setAppConnection(AppConnection value)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder setAppConnection(AppConnection value)
   
   A BeyondCorp AppConnection in the project.
 .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
setAppConnection(AppConnection.Builder builderForValue)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder setAppConnection(AppConnection.Builder builderForValue)
   
   A BeyondCorp AppConnection in the project.
 .google.cloud.beyondcorp.appconnections.v1.AppConnection app_connection = 1;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setRecentMigVms(int index, String value)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder setRecentMigVms(int index, String value)
   
   If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
 https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}.
 repeated string recent_mig_vms = 2;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 The index to set the value at. | 
      
        | value | String
 The recentMigVms to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ResolveAppConnectionsResponse.AppConnectionDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ResolveAppConnectionsResponse.AppConnectionDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides