Interface BranchCredentialsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    BranchCredentials, BranchCredentials.Builder

    public interface BranchCredentialsOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBranchKey()
      string branch_key = 1 [json_name = "branchKey"];
      com.google.protobuf.ByteString getBranchKeyBytes()
      string branch_key = 1 [json_name = "branchKey"];
      java.lang.String getBranchSecret()
      string branch_secret = 2 [json_name = "branchSecret"];
      com.google.protobuf.ByteString getBranchSecretBytes()
      string branch_secret = 2 [json_name = "branchSecret"];
      boolean getReadonly()
      bool readonly = 3 [json_name = "readonly"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getBranchKey

        java.lang.String getBranchKey()
        string branch_key = 1 [json_name = "branchKey"];
        Returns:
        The branchKey.
      • getBranchKeyBytes

        com.google.protobuf.ByteString getBranchKeyBytes()
        string branch_key = 1 [json_name = "branchKey"];
        Returns:
        The bytes for branchKey.
      • getBranchSecret

        java.lang.String getBranchSecret()
        string branch_secret = 2 [json_name = "branchSecret"];
        Returns:
        The branchSecret.
      • getBranchSecretBytes

        com.google.protobuf.ByteString getBranchSecretBytes()
        string branch_secret = 2 [json_name = "branchSecret"];
        Returns:
        The bytes for branchSecret.
      • getReadonly

        boolean getReadonly()
        bool readonly = 3 [json_name = "readonly"];
        Returns:
        The readonly.