Class Endpoint.Builder (0.31.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  Endpoint . Builder   extends   GeneratedMessageV3 . Builder<Endpoint . Builder >  implements   EndpointOrBuilder  
   The endpoint to be triggered for curation.
 The endpoint will be invoked with a request payload containing
 ApiMetadata .
 Response should contain curated data in the form of
 ApiMetadata .
 Protobuf type google.cloud.apihub.v1.Endpoint
    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
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Endpoint . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
  
  buildPartial() 
  
    
public   Endpoint   buildPartial ()  
  
  clear() 
  
    
public   Endpoint . Builder   clear ()  
  
  Overrides 
  
  clearApplicationIntegrationEndpointDetails() 
  
    
public   Endpoint . Builder   clearApplicationIntegrationEndpointDetails ()  
   Required. The details of the Application Integration endpoint to be
 triggered for curation.
 
 .google.cloud.apihub.v1.ApplicationIntegrationEndpointDetails application_integration_endpoint_details = 1 [(.google.api.field_behavior) = REQUIRED];
 
clearEndpointDetails() 
  
    
public   Endpoint . Builder   clearEndpointDetails ()  
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   Endpoint . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   Endpoint . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clone() 
  
    
public   Endpoint . Builder   clone ()  
  
  Overrides 
  
  getApplicationIntegrationEndpointDetails() 
  
    
public   ApplicationIntegrationEndpointDetails   getApplicationIntegrationEndpointDetails ()  
   Required. The details of the Application Integration endpoint to be
 triggered for curation.
 
 .google.cloud.apihub.v1.ApplicationIntegrationEndpointDetails application_integration_endpoint_details = 1 [(.google.api.field_behavior) = REQUIRED];
 
getApplicationIntegrationEndpointDetailsBuilder() 
  
    
public   ApplicationIntegrationEndpointDetails . Builder   getApplicationIntegrationEndpointDetailsBuilder ()  
   Required. The details of the Application Integration endpoint to be
 triggered for curation.
 
 .google.cloud.apihub.v1.ApplicationIntegrationEndpointDetails application_integration_endpoint_details = 1 [(.google.api.field_behavior) = REQUIRED];
 
getApplicationIntegrationEndpointDetailsOrBuilder() 
  
    
public   ApplicationIntegrationEndpointDetailsOrBuilder   getApplicationIntegrationEndpointDetailsOrBuilder ()  
   Required. The details of the Application Integration endpoint to be
 triggered for curation.
 
 .google.cloud.apihub.v1.ApplicationIntegrationEndpointDetails application_integration_endpoint_details = 1 [(.google.api.field_behavior) = REQUIRED];
 
getDefaultInstanceForType() 
  
    
public   Endpoint   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getEndpointDetailsCase() 
  
    
public   Endpoint . EndpointDetailsCase   getEndpointDetailsCase ()  
  
  hasApplicationIntegrationEndpointDetails() 
  
    
public   boolean   hasApplicationIntegrationEndpointDetails ()  
   Required. The details of the Application Integration endpoint to be
 triggered for curation.
 
 .google.cloud.apihub.v1.ApplicationIntegrationEndpointDetails application_integration_endpoint_details = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the applicationIntegrationEndpointDetails field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeApplicationIntegrationEndpointDetails(ApplicationIntegrationEndpointDetails value) 
  
    
public   Endpoint . Builder   mergeApplicationIntegrationEndpointDetails ( ApplicationIntegrationEndpointDetails   value )  
   Required. The details of the Application Integration endpoint to be
 triggered for curation.
 
 .google.cloud.apihub.v1.ApplicationIntegrationEndpointDetails application_integration_endpoint_details = 1 [(.google.api.field_behavior) = REQUIRED];
 
mergeFrom(Endpoint other) 
  
    
public   Endpoint . Builder   mergeFrom ( Endpoint   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherEndpoint  
     
  
  
  
    
public   Endpoint . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   Endpoint . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Endpoint . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setApplicationIntegrationEndpointDetails(ApplicationIntegrationEndpointDetails value) 
  
    
public   Endpoint . Builder   setApplicationIntegrationEndpointDetails ( ApplicationIntegrationEndpointDetails   value )  
   Required. The details of the Application Integration endpoint to be
 triggered for curation.
 
 .google.cloud.apihub.v1.ApplicationIntegrationEndpointDetails application_integration_endpoint_details = 1 [(.google.api.field_behavior) = REQUIRED];
 
setApplicationIntegrationEndpointDetails(ApplicationIntegrationEndpointDetails.Builder builderForValue) 
  
    
public   Endpoint . Builder   setApplicationIntegrationEndpointDetails ( ApplicationIntegrationEndpointDetails . Builder   builderForValue )  
   Required. The details of the Application Integration endpoint to be
 triggered for curation.
 
 .google.cloud.apihub.v1.ApplicationIntegrationEndpointDetails application_integration_endpoint_details = 1 [(.google.api.field_behavior) = REQUIRED];
 
setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Endpoint . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   Endpoint . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Endpoint . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-28 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-28 UTC."],[],[]]