Interface IngestionDataSourceSettingsOrBuilder (1.136.0)

public interface IngestionDataSourceSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAwsKinesis()

public abstract IngestionDataSourceSettings.AwsKinesis getAwsKinesis()

Optional. Amazon Kinesis Data Streams.

.google.pubsub.v1.IngestionDataSourceSettings.AwsKinesis aws_kinesis = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
IngestionDataSourceSettings.AwsKinesis

The awsKinesis.

getAwsKinesisOrBuilder()

public abstract IngestionDataSourceSettings.AwsKinesisOrBuilder getAwsKinesisOrBuilder()

Optional. Amazon Kinesis Data Streams.

.google.pubsub.v1.IngestionDataSourceSettings.AwsKinesis aws_kinesis = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
IngestionDataSourceSettings.AwsKinesisOrBuilder

getAwsMsk()

public abstract IngestionDataSourceSettings.AwsMsk getAwsMsk()

Optional. Amazon MSK.

.google.pubsub.v1.IngestionDataSourceSettings.AwsMsk aws_msk = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
IngestionDataSourceSettings.AwsMsk

The awsMsk.

getAwsMskOrBuilder()

public abstract IngestionDataSourceSettings.AwsMskOrBuilder getAwsMskOrBuilder()

Optional. Amazon MSK.

.google.pubsub.v1.IngestionDataSourceSettings.AwsMsk aws_msk = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
IngestionDataSourceSettings.AwsMskOrBuilder

getAzureEventHubs()

public abstract IngestionDataSourceSettings.AzureEventHubs getAzureEventHubs()

Optional. Azure Event Hubs.

.google.pubsub.v1.IngestionDataSourceSettings.AzureEventHubs azure_event_hubs = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
IngestionDataSourceSettings.AzureEventHubs

The azureEventHubs.

getAzureEventHubsOrBuilder()

public abstract IngestionDataSourceSettings.AzureEventHubsOrBuilder getAzureEventHubsOrBuilder()

Optional. Azure Event Hubs.

.google.pubsub.v1.IngestionDataSourceSettings.AzureEventHubs azure_event_hubs = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
IngestionDataSourceSettings.AzureEventHubsOrBuilder

getCloudStorage()

public abstract IngestionDataSourceSettings.CloudStorage getCloudStorage()

Optional. Cloud Storage.

.google.pubsub.v1.IngestionDataSourceSettings.CloudStorage cloud_storage = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
IngestionDataSourceSettings.CloudStorage

The cloudStorage.

getCloudStorageOrBuilder()

public abstract IngestionDataSourceSettings.CloudStorageOrBuilder getCloudStorageOrBuilder()

Optional. Cloud Storage.

.google.pubsub.v1.IngestionDataSourceSettings.CloudStorage cloud_storage = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
IngestionDataSourceSettings.CloudStorageOrBuilder

getConfluentCloud()

public abstract IngestionDataSourceSettings.ConfluentCloud getConfluentCloud()

Optional. Confluent Cloud.

.google.pubsub.v1.IngestionDataSourceSettings.ConfluentCloud confluent_cloud = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
IngestionDataSourceSettings.ConfluentCloud

The confluentCloud.

getConfluentCloudOrBuilder()

public abstract IngestionDataSourceSettings.ConfluentCloudOrBuilder getConfluentCloudOrBuilder()

Optional. Confluent Cloud.

.google.pubsub.v1.IngestionDataSourceSettings.ConfluentCloud confluent_cloud = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
IngestionDataSourceSettings.ConfluentCloudOrBuilder

getPlatformLogsSettings()

public abstract PlatformLogsSettings getPlatformLogsSettings()

Optional. Platform Logs settings. If unset, no Platform Logs will be generated.

.google.pubsub.v1.PlatformLogsSettings platform_logs_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PlatformLogsSettings

The platformLogsSettings.

getPlatformLogsSettingsOrBuilder()

public abstract PlatformLogsSettingsOrBuilder getPlatformLogsSettingsOrBuilder()

Optional. Platform Logs settings. If unset, no Platform Logs will be generated.

.google.pubsub.v1.PlatformLogsSettings platform_logs_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PlatformLogsSettingsOrBuilder

getSourceCase()

public abstract IngestionDataSourceSettings.SourceCase getSourceCase()
Returns
Type Description
IngestionDataSourceSettings.SourceCase

hasAwsKinesis()

public abstract boolean hasAwsKinesis()

Optional. Amazon Kinesis Data Streams.

.google.pubsub.v1.IngestionDataSourceSettings.AwsKinesis aws_kinesis = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the awsKinesis field is set.

hasAwsMsk()

public abstract boolean hasAwsMsk()

Optional. Amazon MSK.

.google.pubsub.v1.IngestionDataSourceSettings.AwsMsk aws_msk = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the awsMsk field is set.

hasAzureEventHubs()

public abstract boolean hasAzureEventHubs()

Optional. Azure Event Hubs.

.google.pubsub.v1.IngestionDataSourceSettings.AzureEventHubs azure_event_hubs = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the azureEventHubs field is set.

hasCloudStorage()

public abstract boolean hasCloudStorage()

Optional. Cloud Storage.

.google.pubsub.v1.IngestionDataSourceSettings.CloudStorage cloud_storage = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the cloudStorage field is set.

hasConfluentCloud()

public abstract boolean hasConfluentCloud()

Optional. Confluent Cloud.

.google.pubsub.v1.IngestionDataSourceSettings.ConfluentCloud confluent_cloud = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the confluentCloud field is set.

hasPlatformLogsSettings()

public abstract boolean hasPlatformLogsSettings()

Optional. Platform Logs settings. If unset, no Platform Logs will be generated.

.google.pubsub.v1.PlatformLogsSettings platform_logs_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the platformLogsSettings field is set.