com.dimajix.flowman.kernel.proto.workspace.WorkspaceDetailsOrBuilder 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 WorkspaceDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.workspace.WorkspaceDetails)
com.google.protobuf.MessageOrBuilder {
/**
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
* 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();
/**
* repeated string projects = 3;
* @return A list containing the projects.
*/
java.util.List
getProjectsList();
/**
* repeated string projects = 3;
* @return The count of projects.
*/
int getProjectsCount();
/**
* repeated string projects = 3;
* @param index The index of the element to return.
* @return The projects at the given index.
*/
java.lang.String getProjects(int index);
/**
* repeated string projects = 3;
* @param index The index of the value to return.
* @return The bytes of the projects at the given index.
*/
com.dimajix.shaded.protobuf.ByteString
getProjectsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy