Class GetTopicRequest.Builder (1.147.0)

public static final class GetTopicRequest.Builder extends GeneratedMessage.Builder<GetTopicRequest.Builder> implements GetTopicRequestOrBuilder

Request for the GetTopic method.

Protobuf type google.pubsub.v1.GetTopicRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetTopicRequest build()
Returns
Type Description
GetTopicRequest

buildPartial()

public GetTopicRequest buildPartial()
Returns
Type Description
GetTopicRequest

clear()

public GetTopicRequest.Builder clear()
Returns
Type Description
GetTopicRequest.Builder
Overrides

clearTopic()

public GetTopicRequest.Builder clearTopic()

Required. The name of the topic to get. Format is projects/{project}/topics/{topic}.

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

Returns
Type Description
GetTopicRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetTopicRequest getDefaultInstanceForType()
Returns
Type Description
GetTopicRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getTopic()

public String getTopic()

Required. The name of the topic to get. Format is projects/{project}/topics/{topic}.

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

Returns
Type Description
String

The topic.

getTopicBytes()

public ByteString getTopicBytes()

Required. The name of the topic to get. Format is projects/{project}/topics/{topic}.

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

Returns
Type Description
ByteString

The bytes for topic.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetTopicRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetTopicRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetTopicRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetTopicRequest.Builder
Overrides

mergeFrom(GetTopicRequest other)

public GetTopicRequest.Builder mergeFrom(GetTopicRequest other)
Parameter
Name Description
other GetTopicRequest
Returns
Type Description
GetTopicRequest.Builder

setTopic(String value)

public GetTopicRequest.Builder setTopic(String value)

Required. The name of the topic to get. Format is projects/{project}/topics/{topic}.

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

Parameter
Name Description
value String

The topic to set.

Returns
Type Description
GetTopicRequest.Builder

This builder for chaining.

setTopicBytes(ByteString value)

public GetTopicRequest.Builder setTopicBytes(ByteString value)

Required. The name of the topic to get. Format is projects/{project}/topics/{topic}.

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

Parameter
Name Description
value ByteString

The bytes for topic to set.

Returns
Type Description
GetTopicRequest.Builder

This builder for chaining.