Class Listing.PubSubTopicSource (0.61.0)

public static final class Listing.PubSubTopicSource extends GeneratedMessageV3 implements Listing.PubSubTopicSourceOrBuilder

Pub/Sub topic source.

Protobuf type google.cloud.bigquery.analyticshub.v1.Listing.PubSubTopicSource

Static Fields

DATA_AFFINITY_REGIONS_FIELD_NUMBER

public static final int DATA_AFFINITY_REGIONS_FIELD_NUMBER
Field Value
Type Description
int

TOPIC_FIELD_NUMBER

public static final int TOPIC_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Listing.PubSubTopicSource getDefaultInstance()
Returns
Type Description
Listing.PubSubTopicSource

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Listing.PubSubTopicSource.Builder newBuilder()
Returns
Type Description
Listing.PubSubTopicSource.Builder

newBuilder(Listing.PubSubTopicSource prototype)

public static Listing.PubSubTopicSource.Builder newBuilder(Listing.PubSubTopicSource prototype)
Parameter
Name Description
prototype Listing.PubSubTopicSource
Returns
Type Description
Listing.PubSubTopicSource.Builder

parseDelimitedFrom(InputStream input)

public static Listing.PubSubTopicSource parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Listing.PubSubTopicSource
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Listing.PubSubTopicSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Listing.PubSubTopicSource
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Listing.PubSubTopicSource parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Listing.PubSubTopicSource
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Listing.PubSubTopicSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Listing.PubSubTopicSource
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Listing.PubSubTopicSource parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Listing.PubSubTopicSource
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Listing.PubSubTopicSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Listing.PubSubTopicSource
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Listing.PubSubTopicSource parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Listing.PubSubTopicSource
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Listing.PubSubTopicSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Listing.PubSubTopicSource
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Listing.PubSubTopicSource parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Listing.PubSubTopicSource
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Listing.PubSubTopicSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Listing.PubSubTopicSource
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Listing.PubSubTopicSource parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Listing.PubSubTopicSource
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Listing.PubSubTopicSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Listing.PubSubTopicSource
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Listing.PubSubTopicSource> parser()
Returns
Type Description
Parser<PubSubTopicSource>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataAffinityRegions(int index)

public String getDataAffinityRegions(int index)

Optional. Region hint on where the data might be published. Data affinity regions are modifiable. See https://cloud.google.com/about/locations for full listing of possible Cloud regions.

repeated string data_affinity_regions = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The dataAffinityRegions at the given index.

getDataAffinityRegionsBytes(int index)

public ByteString getDataAffinityRegionsBytes(int index)

Optional. Region hint on where the data might be published. Data affinity regions are modifiable. See https://cloud.google.com/about/locations for full listing of possible Cloud regions.

repeated string data_affinity_regions = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the dataAffinityRegions at the given index.

getDataAffinityRegionsCount()

public int getDataAffinityRegionsCount()

Optional. Region hint on where the data might be published. Data affinity regions are modifiable. See https://cloud.google.com/about/locations for full listing of possible Cloud regions.

repeated string data_affinity_regions = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of dataAffinityRegions.

getDataAffinityRegionsList()

public ProtocolStringList getDataAffinityRegionsList()

Optional. Region hint on where the data might be published. Data affinity regions are modifiable. See https://cloud.google.com/about/locations for full listing of possible Cloud regions.

repeated string data_affinity_regions = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the dataAffinityRegions.

getDefaultInstanceForType()

public Listing.PubSubTopicSource getDefaultInstanceForType()
Returns
Type Description
Listing.PubSubTopicSource

getParserForType()

public Parser<Listing.PubSubTopicSource> getParserForType()
Returns
Type Description
Parser<PubSubTopicSource>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTopic()

public String getTopic()

Required. Resource name of the Pub/Sub topic source for this listing. e.g. projects/myproject/topics/topicId

string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The topic.

getTopicBytes()

public ByteString getTopicBytes()

Required. Resource name of the Pub/Sub topic source for this listing. e.g. projects/myproject/topics/topicId

string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for topic.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Listing.PubSubTopicSource.Builder newBuilderForType()
Returns
Type Description
Listing.PubSubTopicSource.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Listing.PubSubTopicSource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Listing.PubSubTopicSource.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Listing.PubSubTopicSource.Builder toBuilder()
Returns
Type Description
Listing.PubSubTopicSource.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException