All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sdkSettings.organization.branch.BranchCredentialsOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/sdkSettings/organization/branch/organization.branch.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.organization.branch;

public interface BranchCredentialsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.organization.branch.BranchCredentials)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string branch_key = 1 [json_name = "branchKey"];
   * @return The branchKey.
   */
  java.lang.String getBranchKey();
  /**
   * string branch_key = 1 [json_name = "branchKey"];
   * @return The bytes for branchKey.
   */
  com.google.protobuf.ByteString
      getBranchKeyBytes();

  /**
   * string branch_secret = 2 [json_name = "branchSecret"];
   * @return The branchSecret.
   */
  java.lang.String getBranchSecret();
  /**
   * string branch_secret = 2 [json_name = "branchSecret"];
   * @return The bytes for branchSecret.
   */
  com.google.protobuf.ByteString
      getBranchSecretBytes();

  /**
   * bool readonly = 3 [json_name = "readonly"];
   * @return The readonly.
   */
  boolean getReadonly();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy