-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitAgent.AvailabilityResponseOrBuilder
public final class LivekitAgent.AvailabilityResponse.Builder extends GeneratedMessageLite.Builder<LivekitAgent.AvailabilityResponse, LivekitAgent.AvailabilityResponse.Builder> implements LivekitAgent.AvailabilityResponseOrBuilder
Protobuf type
{@code livekit.AvailabilityResponse}
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class livekit.LivekitAgent.AvailabilityResponseOrBuilder
containsParticipantAttributes, getParticipantAttributesOrDefault, getParticipantAttributesOrThrow -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getJobIdBytes
ByteString getJobIdBytes()
string job_id = 1;
-
setJobId
LivekitAgent.AvailabilityResponse.Builder setJobId(String value)
string job_id = 1;- Parameters:
value- The jobId to set.
-
clearJobId
LivekitAgent.AvailabilityResponse.Builder clearJobId()
string job_id = 1;
-
setJobIdBytes
LivekitAgent.AvailabilityResponse.Builder setJobIdBytes(ByteString value)
string job_id = 1;- Parameters:
value- The bytes for jobId to set.
-
getAvailable
boolean getAvailable()
bool available = 2;
-
setAvailable
LivekitAgent.AvailabilityResponse.Builder setAvailable(boolean value)
bool available = 2;- Parameters:
value- The available to set.
-
clearAvailable
LivekitAgent.AvailabilityResponse.Builder clearAvailable()
bool available = 2;
-
getSupportsResume
boolean getSupportsResume()
bool supports_resume = 3;
-
setSupportsResume
LivekitAgent.AvailabilityResponse.Builder setSupportsResume(boolean value)
bool supports_resume = 3;- Parameters:
value- The supportsResume to set.
-
clearSupportsResume
LivekitAgent.AvailabilityResponse.Builder clearSupportsResume()
bool supports_resume = 3;
-
getTerminate
boolean getTerminate()
bool terminate = 8;
-
setTerminate
LivekitAgent.AvailabilityResponse.Builder setTerminate(boolean value)
bool terminate = 8;- Parameters:
value- The terminate to set.
-
clearTerminate
LivekitAgent.AvailabilityResponse.Builder clearTerminate()
bool terminate = 8;
-
getParticipantName
String getParticipantName()
string participant_name = 4;
-
getParticipantNameBytes
ByteString getParticipantNameBytes()
string participant_name = 4;
-
setParticipantName
LivekitAgent.AvailabilityResponse.Builder setParticipantName(String value)
string participant_name = 4;- Parameters:
value- The participantName to set.
-
clearParticipantName
LivekitAgent.AvailabilityResponse.Builder clearParticipantName()
string participant_name = 4;
-
setParticipantNameBytes
LivekitAgent.AvailabilityResponse.Builder setParticipantNameBytes(ByteString value)
string participant_name = 4;- Parameters:
value- The bytes for participantName to set.
-
getParticipantIdentity
String getParticipantIdentity()
string participant_identity = 5;
-
getParticipantIdentityBytes
ByteString getParticipantIdentityBytes()
string participant_identity = 5;
-
setParticipantIdentity
LivekitAgent.AvailabilityResponse.Builder setParticipantIdentity(String value)
string participant_identity = 5;- Parameters:
value- The participantIdentity to set.
-
clearParticipantIdentity
LivekitAgent.AvailabilityResponse.Builder clearParticipantIdentity()
string participant_identity = 5;
-
setParticipantIdentityBytes
LivekitAgent.AvailabilityResponse.Builder setParticipantIdentityBytes(ByteString value)
string participant_identity = 5;- Parameters:
value- The bytes for participantIdentity to set.
-
getParticipantMetadata
String getParticipantMetadata()
string participant_metadata = 6;
-
getParticipantMetadataBytes
ByteString getParticipantMetadataBytes()
string participant_metadata = 6;
-
setParticipantMetadata
LivekitAgent.AvailabilityResponse.Builder setParticipantMetadata(String value)
string participant_metadata = 6;- Parameters:
value- The participantMetadata to set.
-
clearParticipantMetadata
LivekitAgent.AvailabilityResponse.Builder clearParticipantMetadata()
string participant_metadata = 6;
-
setParticipantMetadataBytes
LivekitAgent.AvailabilityResponse.Builder setParticipantMetadataBytes(ByteString value)
string participant_metadata = 6;- Parameters:
value- The bytes for participantMetadata to set.
-
getParticipantAttributesCount
int getParticipantAttributesCount()
NEXT_ID: 9map<string, string> participant_attributes = 7;
-
containsParticipantAttributes
boolean containsParticipantAttributes(String key)
NEXT_ID: 9map<string, string> participant_attributes = 7;
-
clearParticipantAttributes
LivekitAgent.AvailabilityResponse.Builder clearParticipantAttributes()
-
removeParticipantAttributes
LivekitAgent.AvailabilityResponse.Builder removeParticipantAttributes(String key)
NEXT_ID: 9map<string, string> participant_attributes = 7;
-
getParticipantAttributes
@Deprecated() Map<String, String> getParticipantAttributes()
Use getParticipantAttributesMap instead.
-
getParticipantAttributesMap
Map<String, String> getParticipantAttributesMap()
NEXT_ID: 9map<string, string> participant_attributes = 7;
-
getParticipantAttributesOrDefault
String getParticipantAttributesOrDefault(String key, String defaultValue)
NEXT_ID: 9map<string, string> participant_attributes = 7;
-
getParticipantAttributesOrThrow
String getParticipantAttributesOrThrow(String key)
NEXT_ID: 9map<string, string> participant_attributes = 7;
-
putParticipantAttributes
LivekitAgent.AvailabilityResponse.Builder putParticipantAttributes(String key, String value)
NEXT_ID: 9map<string, string> participant_attributes = 7;
-
putAllParticipantAttributes
LivekitAgent.AvailabilityResponse.Builder putAllParticipantAttributes(Map<String, String> values)
NEXT_ID: 9map<string, string> participant_attributes = 7;
-
-
-
-