com.dimajix.flowman.kernel.proto.workspace.CreateWorkspaceRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: workspace.proto
package com.dimajix.flowman.kernel.proto.workspace;
public interface CreateWorkspaceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.workspace.CreateWorkspaceRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional string id = 1;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
* optional string id = 1;
* @return The bytes for id.
*/
com.dimajix.shaded.protobuf.ByteString
getIdBytes();
/**
* 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();
/**
* bool ifNotExists = 3;
* @return The ifNotExists.
*/
boolean getIfNotExists();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy