main.java.com.streamlayer.sdkSettings.organization.branch.BranchCredentialsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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();
}