com.dimajix.flowman.kernel.proto.session.CreateSessionRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: session.proto
package com.dimajix.flowman.kernel.proto.session;
public interface CreateSessionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.session.CreateSessionRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional string workspace = 1;
* @return Whether the workspace field is set.
*/
boolean hasWorkspace();
/**
* optional string workspace = 1;
* @return The workspace.
*/
java.lang.String getWorkspace();
/**
* optional string workspace = 1;
* @return The bytes for workspace.
*/
com.dimajix.shaded.protobuf.ByteString
getWorkspaceBytes();
/**
* optional string name = 2;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* optional string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
* optional string name = 2;
* @return The bytes for name.
*/
com.dimajix.shaded.protobuf.ByteString
getNameBytes();
/**
* optional string projectName = 3;
* @return Whether the projectName field is set.
*/
boolean hasProjectName();
/**
* optional string projectName = 3;
* @return The projectName.
*/
java.lang.String getProjectName();
/**
* optional string projectName = 3;
* @return The bytes for projectName.
*/
com.dimajix.shaded.protobuf.ByteString
getProjectNameBytes();
/**
* optional string projectLocation = 4;
* @return Whether the projectLocation field is set.
*/
boolean hasProjectLocation();
/**
* optional string projectLocation = 4;
* @return The projectLocation.
*/
java.lang.String getProjectLocation();
/**
* optional string projectLocation = 4;
* @return The bytes for projectLocation.
*/
com.dimajix.shaded.protobuf.ByteString
getProjectLocationBytes();
/**
* repeated string profiles = 5;
* @return A list containing the profiles.
*/
java.util.List
getProfilesList();
/**
* repeated string profiles = 5;
* @return The count of profiles.
*/
int getProfilesCount();
/**
* repeated string profiles = 5;
* @param index The index of the element to return.
* @return The profiles at the given index.
*/
java.lang.String getProfiles(int index);
/**
* repeated string profiles = 5;
* @param index The index of the value to return.
* @return The bytes of the profiles at the given index.
*/
com.dimajix.shaded.protobuf.ByteString
getProfilesBytes(int index);
/**
* map<string, string> config = 6;
*/
int getConfigCount();
/**
* map<string, string> config = 6;
*/
boolean containsConfig(
java.lang.String key);
/**
* Use {@link #getConfigMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getConfig();
/**
* map<string, string> config = 6;
*/
java.util.Map
getConfigMap();
/**
* map<string, string> config = 6;
*/
/* nullable */
java.lang.String getConfigOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> config = 6;
*/
java.lang.String getConfigOrThrow(
java.lang.String key);
/**
* map<string, string> environment = 7;
*/
int getEnvironmentCount();
/**
* map<string, string> environment = 7;
*/
boolean containsEnvironment(
java.lang.String key);
/**
* Use {@link #getEnvironmentMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getEnvironment();
/**
* map<string, string> environment = 7;
*/
java.util.Map
getEnvironmentMap();
/**
* map<string, string> environment = 7;
*/
/* nullable */
java.lang.String getEnvironmentOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> environment = 7;
*/
java.lang.String getEnvironmentOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy