Package com.google.pubsub.v1
Interface IngestionDataSourceSettingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IngestionDataSourceSettings,IngestionDataSourceSettings.Builder
public interface IngestionDataSourceSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.Optional.Optional.Optional.Optional.Optional.Optional.Optional.Optional.Optional.Optional.booleanOptional.booleanOptional.booleanOptional.booleanOptional.booleanOptional.booleanOptional.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
-
hasAwsKinesis
boolean hasAwsKinesis()Optional. Amazon Kinesis Data Streams.
.google.pubsub.v1.IngestionDataSourceSettings.AwsKinesis aws_kinesis = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the awsKinesis field is set.
-
getAwsKinesis
IngestionDataSourceSettings.AwsKinesis getAwsKinesis()Optional. Amazon Kinesis Data Streams.
.google.pubsub.v1.IngestionDataSourceSettings.AwsKinesis aws_kinesis = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The awsKinesis.
-
getAwsKinesisOrBuilder
IngestionDataSourceSettings.AwsKinesisOrBuilder getAwsKinesisOrBuilder()Optional. Amazon Kinesis Data Streams.
.google.pubsub.v1.IngestionDataSourceSettings.AwsKinesis aws_kinesis = 1 [(.google.api.field_behavior) = OPTIONAL]; -
hasCloudStorage
boolean hasCloudStorage()Optional. Cloud Storage.
.google.pubsub.v1.IngestionDataSourceSettings.CloudStorage cloud_storage = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the cloudStorage field is set.
-
getCloudStorage
IngestionDataSourceSettings.CloudStorage getCloudStorage()Optional. Cloud Storage.
.google.pubsub.v1.IngestionDataSourceSettings.CloudStorage cloud_storage = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The cloudStorage.
-
getCloudStorageOrBuilder
IngestionDataSourceSettings.CloudStorageOrBuilder getCloudStorageOrBuilder()Optional. Cloud Storage.
.google.pubsub.v1.IngestionDataSourceSettings.CloudStorage cloud_storage = 2 [(.google.api.field_behavior) = OPTIONAL]; -
hasAzureEventHubs
boolean hasAzureEventHubs()Optional. Azure Event Hubs.
.google.pubsub.v1.IngestionDataSourceSettings.AzureEventHubs azure_event_hubs = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the azureEventHubs field is set.
-
getAzureEventHubs
IngestionDataSourceSettings.AzureEventHubs getAzureEventHubs()Optional. Azure Event Hubs.
.google.pubsub.v1.IngestionDataSourceSettings.AzureEventHubs azure_event_hubs = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The azureEventHubs.
-
getAzureEventHubsOrBuilder
IngestionDataSourceSettings.AzureEventHubsOrBuilder getAzureEventHubsOrBuilder()Optional. Azure Event Hubs.
.google.pubsub.v1.IngestionDataSourceSettings.AzureEventHubs azure_event_hubs = 3 [(.google.api.field_behavior) = OPTIONAL]; -
hasAwsMsk
boolean hasAwsMsk()Optional. Amazon MSK.
.google.pubsub.v1.IngestionDataSourceSettings.AwsMsk aws_msk = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the awsMsk field is set.
-
getAwsMsk
IngestionDataSourceSettings.AwsMsk getAwsMsk()Optional. Amazon MSK.
.google.pubsub.v1.IngestionDataSourceSettings.AwsMsk aws_msk = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The awsMsk.
-
getAwsMskOrBuilder
IngestionDataSourceSettings.AwsMskOrBuilder getAwsMskOrBuilder()Optional. Amazon MSK.
.google.pubsub.v1.IngestionDataSourceSettings.AwsMsk aws_msk = 5 [(.google.api.field_behavior) = OPTIONAL]; -
hasConfluentCloud
boolean hasConfluentCloud()Optional. Confluent Cloud.
.google.pubsub.v1.IngestionDataSourceSettings.ConfluentCloud confluent_cloud = 6 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the confluentCloud field is set.
-
getConfluentCloud
IngestionDataSourceSettings.ConfluentCloud getConfluentCloud()Optional. Confluent Cloud.
.google.pubsub.v1.IngestionDataSourceSettings.ConfluentCloud confluent_cloud = 6 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The confluentCloud.
-
getConfluentCloudOrBuilder
IngestionDataSourceSettings.ConfluentCloudOrBuilder getConfluentCloudOrBuilder()Optional. Confluent Cloud.
.google.pubsub.v1.IngestionDataSourceSettings.ConfluentCloud confluent_cloud = 6 [(.google.api.field_behavior) = OPTIONAL]; -
hasPlatformLogsSettings
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:
- Whether the platformLogsSettings field is set.
-
getPlatformLogsSettings
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:
- The platformLogsSettings.
-
getPlatformLogsSettingsOrBuilder
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]; -
getSourceCase
IngestionDataSourceSettings.SourceCase getSourceCase()
-