Packages

c

com.google.pubsub.v1

IngestionDataSourceSettings

final class IngestionDataSourceSettings extends GeneratedMessageV3 with IngestionDataSourceSettingsOrBuilder

Settings for an ingestion data source on a topic.

Protobuf type google.pubsub.v1.IngestionDataSourceSettings

Source
IngestionDataSourceSettings.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IngestionDataSourceSettings
  2. IngestionDataSourceSettingsOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    IngestionDataSourceSettings → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  11. def getAwsKinesis(): AwsKinesis

    Optional. Amazon Kinesis Data Streams.
    

    Optional. Amazon Kinesis Data Streams.
    

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

    returns

    The awsKinesis.

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  12. def getAwsKinesisOrBuilder(): AwsKinesisOrBuilder

    Optional. Amazon Kinesis Data Streams.
    

    Optional. Amazon Kinesis Data Streams.
    

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

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  13. def getAwsMsk(): AwsMsk

    Optional. Amazon MSK.
    

    Optional. Amazon MSK.
    

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

    returns

    The awsMsk.

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  14. def getAwsMskOrBuilder(): AwsMskOrBuilder

    Optional. Amazon MSK.
    

    Optional. Amazon MSK.
    

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

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  15. def getAzureEventHubs(): AzureEventHubs

    Optional. Azure Event Hubs.
    

    Optional. Azure Event Hubs.
    

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

    returns

    The azureEventHubs.

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  16. def getAzureEventHubsOrBuilder(): AzureEventHubsOrBuilder

    Optional. Azure Event Hubs.
    

    Optional. Azure Event Hubs.
    

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

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getCloudStorage(): CloudStorage

    Optional. Cloud Storage.
    

    Optional. Cloud Storage.
    

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

    returns

    The cloudStorage.

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  19. def getCloudStorageOrBuilder(): CloudStorageOrBuilder

    Optional. Cloud Storage.
    

    Optional. Cloud Storage.
    

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

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  20. def getConfluentCloud(): ConfluentCloud

    Optional. Confluent Cloud.
    

    Optional. Confluent Cloud.
    

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

    returns

    The confluentCloud.

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  21. def getConfluentCloudOrBuilder(): ConfluentCloudOrBuilder

    Optional. Confluent Cloud.
    

    Optional. Confluent Cloud.
    

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

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  22. def getDefaultInstanceForType(): IngestionDataSourceSettings
    Definition Classes
    IngestionDataSourceSettings → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  23. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  24. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  25. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  26. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  27. def getParserForType(): Parser[IngestionDataSourceSettings]
    Definition Classes
    IngestionDataSourceSettings → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  28. def getPlatformLogsSettings(): PlatformLogsSettings

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

    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.

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  29. def getPlatformLogsSettingsOrBuilder(): PlatformLogsSettingsOrBuilder

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

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

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  30. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  31. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  32. def getSerializedSize(): Int
    Definition Classes
    IngestionDataSourceSettings → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  33. def getSourceCase(): SourceCase
  34. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  35. def hasAwsKinesis(): Boolean

    Optional. Amazon Kinesis Data Streams.
    

    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.

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  36. def hasAwsMsk(): Boolean

    Optional. Amazon MSK.
    

    Optional. Amazon MSK.
    

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

    returns

    Whether the awsMsk field is set.

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  37. def hasAzureEventHubs(): Boolean

    Optional. Azure Event Hubs.
    

    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.

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  38. def hasCloudStorage(): Boolean

    Optional. Cloud Storage.
    

    Optional. Cloud Storage.
    

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

    returns

    Whether the cloudStorage field is set.

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  39. def hasConfluentCloud(): Boolean

    Optional. Confluent Cloud.
    

    Optional. Confluent Cloud.
    

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

    returns

    Whether the confluentCloud field is set.

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  40. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  41. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  42. def hasPlatformLogsSettings(): Boolean

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

    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.

    Definition Classes
    IngestionDataSourceSettingsIngestionDataSourceSettingsOrBuilder
    Annotations
    @Override()
  43. def hashCode(): Int
    Definition Classes
    IngestionDataSourceSettings → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  44. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[v1]
    Definition Classes
    IngestionDataSourceSettings → GeneratedMessageV3
    Annotations
    @Override()
  45. def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  46. final def isInitialized(): Boolean
    Definition Classes
    IngestionDataSourceSettings → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. def makeExtensionsImmutable(): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[v1]
    Definition Classes
    IngestionDataSourceSettings → GeneratedMessageV3
    Annotations
    @Override()
  51. def newBuilderForType(): Builder
    Definition Classes
    IngestionDataSourceSettings → Message → MessageLite
    Annotations
    @Override()
  52. def newBuilderForType(arg0: BuilderParent): Builder
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  53. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[v1]
    Definition Classes
    IngestionDataSourceSettings → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. def parseUnknownField(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  57. def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. def toBuilder(): Builder
    Definition Classes
    IngestionDataSourceSettings → Message → MessageLite
    Annotations
    @Override()
  60. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  61. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  62. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  66. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  67. def writeReplace(): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  68. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    IngestionDataSourceSettings → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  69. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Deprecated Value Members

  1. def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
    Deprecated

Inherited from GeneratedMessageV3

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped