Class: Google::Cloud::PubSub::V1::IngestionDataSourceSettings::AwsMsk

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/pubsub/v1/pubsub.rb

Overview

Ingestion settings for Amazon MSK.

Defined Under Namespace

Modules: State

Instance Attribute Summary collapse

Instance Attribute Details

#aws_role_arn::String



349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 349

class AwsMsk
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible states for managed ingestion from Amazon MSK.
  module State
    # Default value. This value is unused.
    STATE_UNSPECIFIED = 0

    # Ingestion is active.
    ACTIVE = 1

    # Permission denied encountered while consuming data from Amazon MSK.
    MSK_PERMISSION_DENIED = 2

    # Permission denied encountered while publishing to the topic.
    PUBLISH_PERMISSION_DENIED = 3

    # The provided MSK cluster wasn't found.
    CLUSTER_NOT_FOUND = 4

    # The provided topic wasn't found.
    TOPIC_NOT_FOUND = 5
  end
end

#cluster_arn::String



349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 349

class AwsMsk
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible states for managed ingestion from Amazon MSK.
  module State
    # Default value. This value is unused.
    STATE_UNSPECIFIED = 0

    # Ingestion is active.
    ACTIVE = 1

    # Permission denied encountered while consuming data from Amazon MSK.
    MSK_PERMISSION_DENIED = 2

    # Permission denied encountered while publishing to the topic.
    PUBLISH_PERMISSION_DENIED = 3

    # The provided MSK cluster wasn't found.
    CLUSTER_NOT_FOUND = 4

    # The provided topic wasn't found.
    TOPIC_NOT_FOUND = 5
  end
end

#gcp_service_account::String



349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 349

class AwsMsk
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible states for managed ingestion from Amazon MSK.
  module State
    # Default value. This value is unused.
    STATE_UNSPECIFIED = 0

    # Ingestion is active.
    ACTIVE = 1

    # Permission denied encountered while consuming data from Amazon MSK.
    MSK_PERMISSION_DENIED = 2

    # Permission denied encountered while publishing to the topic.
    PUBLISH_PERMISSION_DENIED = 3

    # The provided MSK cluster wasn't found.
    CLUSTER_NOT_FOUND = 4

    # The provided topic wasn't found.
    TOPIC_NOT_FOUND = 5
  end
end

#state::Google::Cloud::PubSub::V1::IngestionDataSourceSettings::AwsMsk::State (readonly)



349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 349

class AwsMsk
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible states for managed ingestion from Amazon MSK.
  module State
    # Default value. This value is unused.
    STATE_UNSPECIFIED = 0

    # Ingestion is active.
    ACTIVE = 1

    # Permission denied encountered while consuming data from Amazon MSK.
    MSK_PERMISSION_DENIED = 2

    # Permission denied encountered while publishing to the topic.
    PUBLISH_PERMISSION_DENIED = 3

    # The provided MSK cluster wasn't found.
    CLUSTER_NOT_FOUND = 4

    # The provided topic wasn't found.
    TOPIC_NOT_FOUND = 5
  end
end

#topic::String



349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 349

class AwsMsk
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Possible states for managed ingestion from Amazon MSK.
  module State
    # Default value. This value is unused.
    STATE_UNSPECIFIED = 0

    # Ingestion is active.
    ACTIVE = 1

    # Permission denied encountered while consuming data from Amazon MSK.
    MSK_PERMISSION_DENIED = 2

    # Permission denied encountered while publishing to the topic.
    PUBLISH_PERMISSION_DENIED = 3

    # The provided MSK cluster wasn't found.
    CLUSTER_NOT_FOUND = 4

    # The provided topic wasn't found.
    TOPIC_NOT_FOUND = 5
  end
end