All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarifai.grpc.api.DeleteWorkflowVersionsRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/service.proto

package com.clarifai.grpc.api;

public interface DeleteWorkflowVersionsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.DeleteWorkflowVersionsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .clarifai.api.UserAppIDSet user_app_id = 1;
   * @return Whether the userAppId field is set.
   */
  boolean hasUserAppId();
  /**
   * .clarifai.api.UserAppIDSet user_app_id = 1;
   * @return The userAppId.
   */
  com.clarifai.grpc.api.UserAppIDSet getUserAppId();
  /**
   * .clarifai.api.UserAppIDSet user_app_id = 1;
   */
  com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder();

  /**
   * 
   * The id of the workflow that has the requested versions to delete.
   * 
* * string workflow_id = 2; * @return The workflowId. */ java.lang.String getWorkflowId(); /** *
   * The id of the workflow that has the requested versions to delete.
   * 
* * string workflow_id = 2; * @return The bytes for workflowId. */ com.google.protobuf.ByteString getWorkflowIdBytes(); /** *
   * Delete the versions identified by these ids
   * 
* * repeated string workflow_version_ids = 3; * @return A list containing the workflowVersionIds. */ java.util.List getWorkflowVersionIdsList(); /** *
   * Delete the versions identified by these ids
   * 
* * repeated string workflow_version_ids = 3; * @return The count of workflowVersionIds. */ int getWorkflowVersionIdsCount(); /** *
   * Delete the versions identified by these ids
   * 
* * repeated string workflow_version_ids = 3; * @param index The index of the element to return. * @return The workflowVersionIds at the given index. */ java.lang.String getWorkflowVersionIds(int index); /** *
   * Delete the versions identified by these ids
   * 
* * repeated string workflow_version_ids = 3; * @param index The index of the value to return. * @return The bytes of the workflowVersionIds at the given index. */ com.google.protobuf.ByteString getWorkflowVersionIdsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy