com.clarifai.grpc.api.PatchNodepoolsRequestOrBuilder 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 PatchNodepoolsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PatchNodepoolsRequest)
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 compute_cluster_id = 2;
* @return The computeClusterId.
*/
java.lang.String getComputeClusterId();
/**
* string compute_cluster_id = 2;
* @return The bytes for computeClusterId.
*/
com.google.protobuf.ByteString
getComputeClusterIdBytes();
/**
* repeated .clarifai.api.Nodepool nodepools = 3;
*/
java.util.List
getNodepoolsList();
/**
* repeated .clarifai.api.Nodepool nodepools = 3;
*/
com.clarifai.grpc.api.Nodepool getNodepools(int index);
/**
* repeated .clarifai.api.Nodepool nodepools = 3;
*/
int getNodepoolsCount();
/**
* repeated .clarifai.api.Nodepool nodepools = 3;
*/
java.util.List extends com.clarifai.grpc.api.NodepoolOrBuilder>
getNodepoolsOrBuilderList();
/**
* repeated .clarifai.api.Nodepool nodepools = 3;
*/
com.clarifai.grpc.api.NodepoolOrBuilder getNodepoolsOrBuilder(
int index);
/**
*
* The action to perform on the patched objects
* For now actions 'merge', 'overwrite', and 'remove' are supported
*
*
* string action = 4;
* @return The action.
*/
java.lang.String getAction();
/**
*
* The action to perform on the patched objects
* For now actions 'merge', 'overwrite', and 'remove' are supported
*
*
* string action = 4;
* @return The bytes for action.
*/
com.google.protobuf.ByteString
getActionBytes();
}