public static final class GetTopicRequest.Builder extends GeneratedMessageV3.Builder<GetTopicRequest.Builder> implements GetTopicRequestOrBuilder
Request for GetTopic.
Protobuf type google.cloud.pubsublite.v1.GetTopicRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetTopicRequest.BuilderImplements
GetTopicRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetTopicRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetTopicRequest.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public GetTopicRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
GetTopicRequest.Builder |
clearName()
public GetTopicRequest.Builder clearName()
Required. The name of the topic whose configuration to return.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
GetTopicRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetTopicRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
GetTopicRequest.Builder |
clone()
public GetTopicRequest.Builder clone()
Returns | |
---|---|
Type | Description |
GetTopicRequest.Builder |
getDefaultInstanceForType()
public GetTopicRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GetTopicRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. The name of the topic whose configuration to return.
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.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GetTopicRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
GetTopicRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetTopicRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetTopicRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetTopicRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetTopicRequest.Builder |
setName(String value)
public GetTopicRequest.Builder setName(String value)
Required. The name of the topic whose configuration to return.
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.
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. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetTopicRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
GetTopicRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetTopicRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetTopicRequest.Builder |