Interface CreateChannelRequest.CreateChannelRequestDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CreateChannelRequest.CreateChannelRequestData,CreateChannelRequest.CreateChannelRequestData.Builder
- Enclosing class:
- CreateChannelRequest
public static interface CreateChannelRequest.CreateChannelRequestDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateChannelRequest.CreateChannelRequestAttributesgetAttributes().streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];java.lang.StringgetType()'channel'com.google.protobuf.ByteStringgetTypeBytes()'channel'booleanhasAttributes().streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];
-
-
-
Method Detail
-
getType
java.lang.String getType()
'channel'
string type = 1 [json_name = "type"];- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
'channel'
string type = 1 [json_name = "type"];- Returns:
- The bytes for type.
-
hasAttributes
boolean hasAttributes()
.streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
CreateChannelRequest.CreateChannelRequestAttributes getAttributes()
.streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];- Returns:
- The attributes.
-
-