Class GetParticipantSessionRequest.Builder (0.50.0)

public static final class GetParticipantSessionRequest.Builder extends GeneratedMessage.Builder<GetParticipantSessionRequest.Builder> implements GetParticipantSessionRequestOrBuilder

Request to get a participant session.

Protobuf type google.apps.meet.v2beta.GetParticipantSessionRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetParticipantSessionRequest build()
Returns
Type Description
GetParticipantSessionRequest

buildPartial()

public GetParticipantSessionRequest buildPartial()
Returns
Type Description
GetParticipantSessionRequest

clear()

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

clearName()

public GetParticipantSessionRequest.Builder clearName()

Required. Resource name of the participant.

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

Returns
Type Description
GetParticipantSessionRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetParticipantSessionRequest getDefaultInstanceForType()
Returns
Type Description
GetParticipantSessionRequest

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetParticipantSessionRequest.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
GetParticipantSessionRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetParticipantSessionRequest.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
GetParticipantSessionRequest.Builder

This builder for chaining.