Interface Service.GetWorkspace.ResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.GetWorkspace.Response, Service.GetWorkspace.Response.Builder
Enclosing class:
Service.GetWorkspace

public static interface Service.GetWorkspace.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Metadata describing the requested workspace.
    Metadata describing the requested workspace.
    boolean
    Metadata describing the requested workspace.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasWorkspace

      boolean hasWorkspace()
       Metadata describing the requested workspace.
       
      optional .mlflow.Workspace workspace = 1;
      Returns:
      Whether the workspace field is set.
    • getWorkspace

      Service.Workspace getWorkspace()
       Metadata describing the requested workspace.
       
      optional .mlflow.Workspace workspace = 1;
      Returns:
      The workspace.
    • getWorkspaceOrBuilder

      Service.WorkspaceOrBuilder getWorkspaceOrBuilder()
       Metadata describing the requested workspace.
       
      optional .mlflow.Workspace workspace = 1;