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

com.clarifai.grpc.api.PatchModuleVersionsRequestOrBuilder 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 PatchModuleVersionsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.PatchModuleVersionsRequest)
    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();

  /**
   * string module_id = 2;
   * @return The moduleId.
   */
  java.lang.String getModuleId();
  /**
   * string module_id = 2;
   * @return The bytes for moduleId.
   */
  com.google.protobuf.ByteString
      getModuleIdBytes();

  /**
   * 
   * This allows you to modify the module version details.
   * ########## Supported fields ##########
   * - description
   * - id
   * - metadata.fields
   * - module_nav.module_sub_navs[].query_key
   * - module_nav.module_sub_navs[].query_value
   * - module_nav.module_sub_navs[].title
   * - module_nav.title
   * - notes
   * - visibility.gettable
   * 
* * repeated .clarifai.api.ModuleVersion module_versions = 3; */ java.util.List getModuleVersionsList(); /** *
   * This allows you to modify the module version details.
   * ########## Supported fields ##########
   * - description
   * - id
   * - metadata.fields
   * - module_nav.module_sub_navs[].query_key
   * - module_nav.module_sub_navs[].query_value
   * - module_nav.module_sub_navs[].title
   * - module_nav.title
   * - notes
   * - visibility.gettable
   * 
* * repeated .clarifai.api.ModuleVersion module_versions = 3; */ com.clarifai.grpc.api.ModuleVersion getModuleVersions(int index); /** *
   * This allows you to modify the module version details.
   * ########## Supported fields ##########
   * - description
   * - id
   * - metadata.fields
   * - module_nav.module_sub_navs[].query_key
   * - module_nav.module_sub_navs[].query_value
   * - module_nav.module_sub_navs[].title
   * - module_nav.title
   * - notes
   * - visibility.gettable
   * 
* * repeated .clarifai.api.ModuleVersion module_versions = 3; */ int getModuleVersionsCount(); /** *
   * This allows you to modify the module version details.
   * ########## Supported fields ##########
   * - description
   * - id
   * - metadata.fields
   * - module_nav.module_sub_navs[].query_key
   * - module_nav.module_sub_navs[].query_value
   * - module_nav.module_sub_navs[].title
   * - module_nav.title
   * - notes
   * - visibility.gettable
   * 
* * repeated .clarifai.api.ModuleVersion module_versions = 3; */ java.util.List getModuleVersionsOrBuilderList(); /** *
   * This allows you to modify the module version details.
   * ########## Supported fields ##########
   * - description
   * - id
   * - metadata.fields
   * - module_nav.module_sub_navs[].query_key
   * - module_nav.module_sub_navs[].query_value
   * - module_nav.module_sub_navs[].title
   * - module_nav.title
   * - notes
   * - visibility.gettable
   * 
* * repeated .clarifai.api.ModuleVersion module_versions = 3; */ com.clarifai.grpc.api.ModuleVersionOrBuilder getModuleVersionsOrBuilder( int index); /** *
   * The action to perform on the patched objects
   * For now only action 'merge' is supported
   * 
* * string action = 4; * @return The action. */ java.lang.String getAction(); /** *
   * The action to perform on the patched objects
   * For now only action 'merge' is supported
   * 
* * string action = 4; * @return The bytes for action. */ com.google.protobuf.ByteString getActionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy