Class IngestionDataSourceSettings.AzureEventHubs (1.142.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.142.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  IngestionDataSourceSettings . AzureEventHubs   extends   GeneratedMessageV3   implements   IngestionDataSourceSettings . AzureEventHubsOrBuilder  
   Ingestion settings for Azure Event Hubs.
 Protobuf type google.pubsub.v1.IngestionDataSourceSettings.AzureEventHubs
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  CLIENT_ID_FIELD_NUMBER 
  
    
public   static   final   int   CLIENT_ID_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  EVENT_HUB_FIELD_NUMBER 
  
    
public   static   final   int   EVENT_HUB_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  GCP_SERVICE_ACCOUNT_FIELD_NUMBER 
  
    
public   static   final   int   GCP_SERVICE_ACCOUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  NAMESPACE_FIELD_NUMBER 
  
    
public   static   final   int   NAMESPACE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  RESOURCE_GROUP_FIELD_NUMBER 
  
    
public   static   final   int   RESOURCE_GROUP_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  STATE_FIELD_NUMBER 
  
    
public   static   final   int   STATE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  SUBSCRIPTION_ID_FIELD_NUMBER 
  
    
public   static   final   int   SUBSCRIPTION_ID_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  TENANT_ID_FIELD_NUMBER 
  
    
public   static   final   int   TENANT_ID_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs . Builder   newBuilder ()  
  
  newBuilder(IngestionDataSourceSettings.AzureEventHubs prototype) 
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs . Builder   newBuilder ( IngestionDataSourceSettings . AzureEventHubs   prototype )  
  
  
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   IngestionDataSourceSettings . AzureEventHubs   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<IngestionDataSourceSettings . AzureEventHubs >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getClientId() 
  
    
public   String   getClientId ()  
   Optional. The client id of the Azure application that is being used to
 authenticate Pub/Sub.
 string client_id = 5 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        String The clientId.
 
     
  
  getClientIdBytes() 
  
    
public   ByteString   getClientIdBytes ()  
   Optional. The client id of the Azure application that is being used to
 authenticate Pub/Sub.
 string client_id = 5 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for clientId.
 
     
  
  getDefaultInstanceForType() 
  
    
public   IngestionDataSourceSettings . AzureEventHubs   getDefaultInstanceForType ()  
  
  getEventHub() 
  
    
public   String   getEventHub ()  
   Optional. The name of the Event Hub.
 string event_hub = 4 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        String The eventHub.
 
     
  
  getEventHubBytes() 
  
    
public   ByteString   getEventHubBytes ()  
   Optional. The name of the Event Hub.
 string event_hub = 4 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for eventHub.
 
     
  
  getGcpServiceAccount() 
  
    
public   String   getGcpServiceAccount ()  
   Optional. The GCP service account to be used for Federated Identity
 authentication.
 string gcp_service_account = 8 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        String The gcpServiceAccount.
 
     
  
  getGcpServiceAccountBytes() 
  
    
public   ByteString   getGcpServiceAccountBytes ()  
   Optional. The GCP service account to be used for Federated Identity
 authentication.
 string gcp_service_account = 8 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for gcpServiceAccount.
 
     
  
  getNamespace() 
  
    
public   String   getNamespace ()  
   Optional. The name of the Event Hubs namespace.
 string namespace = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        String The namespace.
 
     
  
  getNamespaceBytes() 
  
    
public   ByteString   getNamespaceBytes ()  
   Optional. The name of the Event Hubs namespace.
 string namespace = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for namespace.
 
     
  
  getParserForType() 
  
    
public   Parser<IngestionDataSourceSettings . AzureEventHubs >  getParserForType ()  
  
  Overrides 
  
  getResourceGroup() 
  
    
public   String   getResourceGroup ()  
   Optional. Name of the resource group within the azure subscription.
 string resource_group = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        String The resourceGroup.
 
     
  
  getResourceGroupBytes() 
  
    
public   ByteString   getResourceGroupBytes ()  
   Optional. Name of the resource group within the azure subscription.
 string resource_group = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for resourceGroup.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getState() 
  
    
public   IngestionDataSourceSettings . AzureEventHubs . State   getState ()  
   Output only. An output-only field that indicates the state of the Event
 Hubs ingestion source.
 
 .google.pubsub.v1.IngestionDataSourceSettings.AzureEventHubs.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getStateValue() 
  
    
public   int   getStateValue ()  
   Output only. An output-only field that indicates the state of the Event
 Hubs ingestion source.
 
 .google.pubsub.v1.IngestionDataSourceSettings.AzureEventHubs.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for state.
 
     
  
  getSubscriptionId() 
  
    
public   String   getSubscriptionId ()  
   Optional. The Azure subscription id.
 string subscription_id = 7 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        String The subscriptionId.
 
     
  
  getSubscriptionIdBytes() 
  
    
public   ByteString   getSubscriptionIdBytes ()  
   Optional. The Azure subscription id.
 string subscription_id = 7 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for subscriptionId.
 
     
  
  getTenantId() 
  
    
public   String   getTenantId ()  
   Optional. The tenant id of the Azure application that is being used to
 authenticate Pub/Sub.
 string tenant_id = 6 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        String The tenantId.
 
     
  
  getTenantIdBytes() 
  
    
public   ByteString   getTenantIdBytes ()  
   Optional. The tenant id of the Azure application that is being used to
 authenticate Pub/Sub.
 string tenant_id = 6 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for tenantId.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   IngestionDataSourceSettings . AzureEventHubs . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   IngestionDataSourceSettings . AzureEventHubs . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   IngestionDataSourceSettings . AzureEventHubs . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  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-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."],[],[]]