Class GetParticipantRequest.Builder (0.50.0)

public static final class GetParticipantRequest.Builder extends GeneratedMessage.Builder<GetParticipantRequest.Builder> implements GetParticipantRequestOrBuilder

Request to get a participant.

Protobuf type google.apps.meet.v2beta.GetParticipantRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetParticipantRequest build()
Returns
Type Description
GetParticipantRequest

buildPartial()

public GetParticipantRequest buildPartial()
Returns
Type Description
GetParticipantRequest

clear()

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

clearName()

public GetParticipantRequest.Builder clearName()

Required. Resource name of the participant.

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

Returns
Type Description
GetParticipantRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetParticipantRequest getDefaultInstanceForType()
Returns
Type Description
GetParticipantRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Resource name of the participant.

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 participant.

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(GetParticipantRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetParticipantRequest.Builder setName(String value)

Required. Resource name of the participant.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetParticipantRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetParticipantRequest.Builder setNameBytes(ByteString value)

Required. Resource name of the participant.

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
GetParticipantRequest.Builder

This builder for chaining.