Class GetTopicRequest.Builder (0.39.0)

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

Request for GetTopic.

Protobuf type google.cloud.managedkafka.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

clearName()

public GetTopicRequest.Builder clearName()

Required. The name of the topic whose configuration to return. Structured like: projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}.

string name = 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

getName()

public String getName()

Required. The name of the topic whose configuration to return. Structured like: projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the topic whose configuration to return. Structured like: projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}.

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetTopicRequest other)

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

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

setName(String value)

public GetTopicRequest.Builder setName(String value)

Required. The name of the topic whose configuration to return. Structured like: projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetTopicRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetTopicRequest.Builder setNameBytes(ByteString value)

Required. The name of the topic whose configuration to return. Structured like: projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetTopicRequest.Builder

This builder for chaining.