Package com.google.pubsub.v1
Interface IngestionDataSourceSettings.AzureEventHubsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IngestionDataSourceSettings.AzureEventHubs,IngestionDataSourceSettings.AzureEventHubs.Builder
- Enclosing class:
- IngestionDataSourceSettings
public static interface IngestionDataSourceSettings.AzureEventHubsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.getState()Output only.intOutput only.Optional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStateValue
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:
- The enum numeric value on the wire for 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:
- The state.
-
getResourceGroup
String getResourceGroup()Optional. Name of the resource group within the azure subscription.
string resource_group = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The resourceGroup.
-
getResourceGroupBytes
com.google.protobuf.ByteString getResourceGroupBytes()Optional. Name of the resource group within the azure subscription.
string resource_group = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for resourceGroup.
-
getNamespace
String getNamespace()Optional. The name of the Event Hubs namespace.
string namespace = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()Optional. The name of the Event Hubs namespace.
string namespace = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for namespace.
-
getEventHub
String getEventHub()Optional. The name of the Event Hub.
string event_hub = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The eventHub.
-
getEventHubBytes
com.google.protobuf.ByteString getEventHubBytes()Optional. The name of the Event Hub.
string event_hub = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for eventHub.
-
getClientId
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:
- The clientId.
-
getClientIdBytes
com.google.protobuf.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:
- The bytes for clientId.
-
getTenantId
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:
- The tenantId.
-
getTenantIdBytes
com.google.protobuf.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:
- The bytes for tenantId.
-
getSubscriptionId
String getSubscriptionId()Optional. The Azure subscription id.
string subscription_id = 7 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The subscriptionId.
-
getSubscriptionIdBytes
com.google.protobuf.ByteString getSubscriptionIdBytes()Optional. The Azure subscription id.
string subscription_id = 7 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for subscriptionId.
-
getGcpServiceAccount
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:
- The gcpServiceAccount.
-
getGcpServiceAccountBytes
com.google.protobuf.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:
- The bytes for gcpServiceAccount.
-