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
      BranchCredentials getBranch()
      .streamlayer.sdkSettings.organization.branch.BranchCredentials branch = 2 [json_name = "branch"];
      java.lang.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      boolean hasBranch()
      .streamlayer.sdkSettings.organization.branch.BranchCredentials branch = 2 [json_name = "branch"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.