org.finos.tracdap.config.TenantConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracdap-api-config Show documentation
Show all versions of tracdap-api-config Show documentation
TRAC D.A.P. config library, contains data structures used for config files (and other config sources)
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: tracdap/config/platform.proto
// Protobuf Java Version: 4.28.2
package org.finos.tracdap.config;
public interface TenantConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:tracdap.config.TenantConfig)
com.google.protobuf.MessageOrBuilder {
/**
* optional string defaultBucket = 1;
* @return Whether the defaultBucket field is set.
*/
boolean hasDefaultBucket();
/**
* optional string defaultBucket = 1;
* @return The defaultBucket.
*/
java.lang.String getDefaultBucket();
/**
* optional string defaultBucket = 1;
* @return The bytes for defaultBucket.
*/
com.google.protobuf.ByteString
getDefaultBucketBytes();
/**
* optional string defaultFormat = 2;
* @return Whether the defaultFormat field is set.
*/
boolean hasDefaultFormat();
/**
* optional string defaultFormat = 2;
* @return The defaultFormat.
*/
java.lang.String getDefaultFormat();
/**
* optional string defaultFormat = 2;
* @return The bytes for defaultFormat.
*/
com.google.protobuf.ByteString
getDefaultFormatBytes();
}