Package mux.spaces.internal
Interface AcrSubmit.AcrScoreRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AcrSubmit.AcrScoreRequest
,AcrSubmit.AcrScoreRequest.Builder
- Enclosing class:
- AcrSubmit
public static interface AcrSubmit.AcrScoreRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcrSubmit.AcrScoreRequest.AcrScore
getAcrScore()
.mux.spaces.internal.AcrScoreRequest.AcrScore acr_score = 5;
int
getAcrScoreValue()
.mux.spaces.internal.AcrScoreRequest.AcrScore acr_score = 5;
java.lang.String
getConnectionId()
string connection_id = 1;
com.google.protobuf.ByteString
getConnectionIdBytes()
string connection_id = 1;
java.lang.String
getJwt()
string jwt = 6;
com.google.protobuf.ByteString
getJwtBytes()
string jwt = 6;
java.lang.String
getParticipantId()
string participant_id = 4;
com.google.protobuf.ByteString
getParticipantIdBytes()
string participant_id = 4;
java.lang.String
getSessionId()
string session_id = 2;
com.google.protobuf.ByteString
getSessionIdBytes()
string session_id = 2;
java.lang.String
getSpaceId()
string space_id = 3;
com.google.protobuf.ByteString
getSpaceIdBytes()
string space_id = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConnectionId
java.lang.String getConnectionId()
string connection_id = 1;
- Returns:
- The connectionId.
-
getConnectionIdBytes
com.google.protobuf.ByteString getConnectionIdBytes()
string connection_id = 1;
- Returns:
- The bytes for connectionId.
-
getSessionId
java.lang.String getSessionId()
string session_id = 2;
- Returns:
- The sessionId.
-
getSessionIdBytes
com.google.protobuf.ByteString getSessionIdBytes()
string session_id = 2;
- Returns:
- The bytes for sessionId.
-
getSpaceId
java.lang.String getSpaceId()
string space_id = 3;
- Returns:
- The spaceId.
-
getSpaceIdBytes
com.google.protobuf.ByteString getSpaceIdBytes()
string space_id = 3;
- Returns:
- The bytes for spaceId.
-
getParticipantId
java.lang.String getParticipantId()
string participant_id = 4;
- Returns:
- The participantId.
-
getParticipantIdBytes
com.google.protobuf.ByteString getParticipantIdBytes()
string participant_id = 4;
- Returns:
- The bytes for participantId.
-
getAcrScoreValue
int getAcrScoreValue()
.mux.spaces.internal.AcrScoreRequest.AcrScore acr_score = 5;
- Returns:
- The enum numeric value on the wire for acrScore.
-
getAcrScore
AcrSubmit.AcrScoreRequest.AcrScore getAcrScore()
.mux.spaces.internal.AcrScoreRequest.AcrScore acr_score = 5;
- Returns:
- The acrScore.
-
getJwt
java.lang.String getJwt()
string jwt = 6;
- Returns:
- The jwt.
-
getJwtBytes
com.google.protobuf.ByteString getJwtBytes()
string jwt = 6;
- Returns:
- The bytes for jwt.
-
-