Class PslReadDataSourceOptions (1.0.0)

publicabstractclass PslReadDataSourceOptionsimplementsSerializable

Inheritance

java.lang.Object > PslReadDataSourceOptions

Implements

Serializable

Static Methods

builder()

publicstaticPslReadDataSourceOptions.Builderbuilder()
Returns
Type Description
PslReadDataSourceOptions.Builder

fromProperties(Map<String,String> properties)

publicstaticPslReadDataSourceOptionsfromProperties(Map<String,String>properties)
Parameter
Name Description
properties Map<String,String>
Returns
Type Description
PslReadDataSourceOptions

Constructors

PslReadDataSourceOptions()

publicPslReadDataSourceOptions()

Methods

credentialsKey()

publicabstractStringcredentialsKey()
Returns
Type Description
String

flowControlSettings()

publicabstractFlowControlSettingsflowControlSettings()
Returns
Type Description
com.google.cloud.pubsublite.cloudpubsub.FlowControlSettings

maxMessagesPerBatch()

publicabstractlongmaxMessagesPerBatch()
Returns
Type Description
long

subscriptionPath()

publicabstractSubscriptionPathsubscriptionPath()
Returns
Type Description
com.google.cloud.pubsublite.SubscriptionPath

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.