Interface RegisterRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
RegisterRequest,RegisterRequest.Builder
public interface RegisterRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BranchCredentialsgetBranch().streamlayer.sdkSettings.organization.branch.BranchCredentials branch = 2 [json_name = "branch"];java.lang.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];booleanhasBranch().streamlayer.sdkSettings.organization.branch.BranchCredentials branch = 2 [json_name = "branch"];
-
-
-
Method Detail
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
hasBranch
boolean hasBranch()
.streamlayer.sdkSettings.organization.branch.BranchCredentials branch = 2 [json_name = "branch"];- Returns:
- Whether the branch field is set.
-
getBranch
BranchCredentials getBranch()
.streamlayer.sdkSettings.organization.branch.BranchCredentials branch = 2 [json_name = "branch"];- Returns:
- The branch.
-
-