public static final class GetAttachmentRequest.Builder extends GeneratedMessageV3.Builder<GetAttachmentRequest.Builder> implements GetAttachmentRequestOrBuilder
Request to get an attachment.
Protobuf type google.chat.v1.GetAttachmentRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetAttachmentRequest.BuilderImplements
GetAttachmentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetAttachmentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
build()
public GetAttachmentRequest build()
Returns | |
---|---|
Type | Description |
GetAttachmentRequest |
buildPartial()
public GetAttachmentRequest buildPartial()
Returns | |
---|---|
Type | Description |
GetAttachmentRequest |
clear()
public GetAttachmentRequest.Builder clear()
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetAttachmentRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
clearName()
public GetAttachmentRequest.Builder clearName()
Required. Resource name of the attachment, in the form
spaces/*/messages/*/attachments/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetAttachmentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
clone()
public GetAttachmentRequest.Builder clone()
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
getDefaultInstanceForType()
public GetAttachmentRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GetAttachmentRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. Resource name of the attachment, in the form
spaces/*/messages/*/attachments/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. Resource name of the attachment, in the form
spaces/*/messages/*/attachments/*
.
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(GetAttachmentRequest other)
public GetAttachmentRequest.Builder mergeFrom(GetAttachmentRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetAttachmentRequest |
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetAttachmentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GetAttachmentRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetAttachmentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetAttachmentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
setName(String value)
public GetAttachmentRequest.Builder setName(String value)
Required. Resource name of the attachment, in the form
spaces/*/messages/*/attachments/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetAttachmentRequest.Builder setNameBytes(ByteString value)
Required. Resource name of the attachment, in the form
spaces/*/messages/*/attachments/*
.
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 |
GetAttachmentRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetAttachmentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetAttachmentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetAttachmentRequest.Builder |