public static final class DeleteGlossaryResponse.Builder extends GeneratedMessageV3.Builder<DeleteGlossaryResponse.Builder> implements DeleteGlossaryResponseOrBuilder
Stored in the google.longrunning.Operation.response field returned by DeleteGlossary.
Protobuf type google.cloud.translation.v3beta1.DeleteGlossaryResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeleteGlossaryResponse.BuilderImplements
DeleteGlossaryResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteGlossaryResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteGlossaryResponse.Builder |
build()
public DeleteGlossaryResponse build()
Type | Description |
DeleteGlossaryResponse |
buildPartial()
public DeleteGlossaryResponse buildPartial()
Type | Description |
DeleteGlossaryResponse |
clear()
public DeleteGlossaryResponse.Builder clear()
Type | Description |
DeleteGlossaryResponse.Builder |
clearEndTime()
public DeleteGlossaryResponse.Builder clearEndTime()
The time when the glossary deletion is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
DeleteGlossaryResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public DeleteGlossaryResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DeleteGlossaryResponse.Builder |
clearName()
public DeleteGlossaryResponse.Builder clearName()
The name of the deleted glossary.
string name = 1;
Type | Description |
DeleteGlossaryResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteGlossaryResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DeleteGlossaryResponse.Builder |
clearSubmitTime()
public DeleteGlossaryResponse.Builder clearSubmitTime()
The time when the operation was submitted to the server.
.google.protobuf.Timestamp submit_time = 2;
Type | Description |
DeleteGlossaryResponse.Builder |
clone()
public DeleteGlossaryResponse.Builder clone()
Type | Description |
DeleteGlossaryResponse.Builder |
getDefaultInstanceForType()
public DeleteGlossaryResponse getDefaultInstanceForType()
Type | Description |
DeleteGlossaryResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEndTime()
public Timestamp getEndTime()
The time when the glossary deletion is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
Timestamp | The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
The time when the glossary deletion is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
Builder |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
The time when the glossary deletion is finished and google.longrunning.Operation.done is set to true.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
TimestampOrBuilder |
getName()
public String getName()
The name of the deleted glossary.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The name of the deleted glossary.
string name = 1;
Type | Description |
ByteString | The bytes for name. |