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 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

       Optional. Amazon Kinesis Data Streams.
       
      .google.pubsub.v1.IngestionDataSourceSettings.AwsKinesis aws_kinesis = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The awsKinesis.
    • getAwsKinesisOrBuilder

       Optional. Amazon Kinesis Data Streams.
       
      .google.pubsub.v1.IngestionDataSourceSettings.AwsKinesis aws_kinesis = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getSourceCase