public static interface IngestionDataSourceSettings.AzureEventHubsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClientId()
public abstract 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 abstract 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.  | 
      
getEventHub()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.  | 
      
getResourceGroup()
public abstract 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 abstract 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.  | 
      
getState()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
IngestionDataSourceSettings.AzureEventHubs.State | 
        The state.  | 
      
getStateValue()
public abstract 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 abstract String getSubscriptionId()Optional. The Azure subscription id.
 string subscription_id = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The subscriptionId.  | 
      
getSubscriptionIdBytes()
public abstract 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 abstract 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 abstract 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.  |