Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.clarifai.grpc.api.V2Grpc Maven / Gradle / Ivy
package com.clarifai.grpc.api;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: proto/clarifai/api/service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class V2Grpc {
private V2Grpc() {}
public static final String SERVICE_NAME = "clarifai.api.V2";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getListConceptRelationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListConceptRelations",
requestType = com.clarifai.grpc.api.ListConceptRelationsRequest.class,
responseType = com.clarifai.grpc.api.MultiConceptRelationResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListConceptRelationsMethod() {
io.grpc.MethodDescriptor getListConceptRelationsMethod;
if ((getListConceptRelationsMethod = V2Grpc.getListConceptRelationsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListConceptRelationsMethod = V2Grpc.getListConceptRelationsMethod) == null) {
V2Grpc.getListConceptRelationsMethod = getListConceptRelationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListConceptRelations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListConceptRelationsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiConceptRelationResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListConceptRelations"))
.build();
}
}
}
return getListConceptRelationsMethod;
}
private static volatile io.grpc.MethodDescriptor getPostConceptRelationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostConceptRelations",
requestType = com.clarifai.grpc.api.PostConceptRelationsRequest.class,
responseType = com.clarifai.grpc.api.MultiConceptRelationResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostConceptRelationsMethod() {
io.grpc.MethodDescriptor getPostConceptRelationsMethod;
if ((getPostConceptRelationsMethod = V2Grpc.getPostConceptRelationsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostConceptRelationsMethod = V2Grpc.getPostConceptRelationsMethod) == null) {
V2Grpc.getPostConceptRelationsMethod = getPostConceptRelationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostConceptRelations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostConceptRelationsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiConceptRelationResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostConceptRelations"))
.build();
}
}
}
return getPostConceptRelationsMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteConceptRelationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "DeleteConceptRelations",
requestType = com.clarifai.grpc.api.DeleteConceptRelationsRequest.class,
responseType = com.clarifai.grpc.api.status.BaseResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteConceptRelationsMethod() {
io.grpc.MethodDescriptor getDeleteConceptRelationsMethod;
if ((getDeleteConceptRelationsMethod = V2Grpc.getDeleteConceptRelationsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getDeleteConceptRelationsMethod = V2Grpc.getDeleteConceptRelationsMethod) == null) {
V2Grpc.getDeleteConceptRelationsMethod = getDeleteConceptRelationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteConceptRelations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.DeleteConceptRelationsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.status.BaseResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("DeleteConceptRelations"))
.build();
}
}
}
return getDeleteConceptRelationsMethod;
}
private static volatile io.grpc.MethodDescriptor getGetConceptCountsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetConceptCounts",
requestType = com.clarifai.grpc.api.GetConceptCountsRequest.class,
responseType = com.clarifai.grpc.api.MultiConceptCountResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetConceptCountsMethod() {
io.grpc.MethodDescriptor getGetConceptCountsMethod;
if ((getGetConceptCountsMethod = V2Grpc.getGetConceptCountsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetConceptCountsMethod = V2Grpc.getGetConceptCountsMethod) == null) {
V2Grpc.getGetConceptCountsMethod = getGetConceptCountsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetConceptCounts"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetConceptCountsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiConceptCountResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetConceptCounts"))
.build();
}
}
}
return getGetConceptCountsMethod;
}
private static volatile io.grpc.MethodDescriptor getGetConceptMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetConcept",
requestType = com.clarifai.grpc.api.GetConceptRequest.class,
responseType = com.clarifai.grpc.api.SingleConceptResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetConceptMethod() {
io.grpc.MethodDescriptor getGetConceptMethod;
if ((getGetConceptMethod = V2Grpc.getGetConceptMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetConceptMethod = V2Grpc.getGetConceptMethod) == null) {
V2Grpc.getGetConceptMethod = getGetConceptMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetConcept"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetConceptRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.SingleConceptResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetConcept"))
.build();
}
}
}
return getGetConceptMethod;
}
private static volatile io.grpc.MethodDescriptor getListConceptsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListConcepts",
requestType = com.clarifai.grpc.api.ListConceptsRequest.class,
responseType = com.clarifai.grpc.api.MultiConceptResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListConceptsMethod() {
io.grpc.MethodDescriptor getListConceptsMethod;
if ((getListConceptsMethod = V2Grpc.getListConceptsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListConceptsMethod = V2Grpc.getListConceptsMethod) == null) {
V2Grpc.getListConceptsMethod = getListConceptsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListConcepts"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListConceptsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiConceptResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListConcepts"))
.build();
}
}
}
return getListConceptsMethod;
}
private static volatile io.grpc.MethodDescriptor getListModelConceptsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListModelConcepts",
requestType = com.clarifai.grpc.api.ListModelConceptsRequest.class,
responseType = com.clarifai.grpc.api.MultiConceptResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListModelConceptsMethod() {
io.grpc.MethodDescriptor getListModelConceptsMethod;
if ((getListModelConceptsMethod = V2Grpc.getListModelConceptsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListModelConceptsMethod = V2Grpc.getListModelConceptsMethod) == null) {
V2Grpc.getListModelConceptsMethod = getListModelConceptsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListModelConcepts"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListModelConceptsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiConceptResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListModelConcepts"))
.build();
}
}
}
return getListModelConceptsMethod;
}
private static volatile io.grpc.MethodDescriptor getPostConceptsSearchesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostConceptsSearches",
requestType = com.clarifai.grpc.api.PostConceptsSearchesRequest.class,
responseType = com.clarifai.grpc.api.MultiConceptResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostConceptsSearchesMethod() {
io.grpc.MethodDescriptor getPostConceptsSearchesMethod;
if ((getPostConceptsSearchesMethod = V2Grpc.getPostConceptsSearchesMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostConceptsSearchesMethod = V2Grpc.getPostConceptsSearchesMethod) == null) {
V2Grpc.getPostConceptsSearchesMethod = getPostConceptsSearchesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostConceptsSearches"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostConceptsSearchesRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiConceptResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostConceptsSearches"))
.build();
}
}
}
return getPostConceptsSearchesMethod;
}
private static volatile io.grpc.MethodDescriptor getPostConceptsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostConcepts",
requestType = com.clarifai.grpc.api.PostConceptsRequest.class,
responseType = com.clarifai.grpc.api.MultiConceptResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostConceptsMethod() {
io.grpc.MethodDescriptor getPostConceptsMethod;
if ((getPostConceptsMethod = V2Grpc.getPostConceptsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostConceptsMethod = V2Grpc.getPostConceptsMethod) == null) {
V2Grpc.getPostConceptsMethod = getPostConceptsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostConcepts"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostConceptsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiConceptResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostConcepts"))
.build();
}
}
}
return getPostConceptsMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchConceptsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PatchConcepts",
requestType = com.clarifai.grpc.api.PatchConceptsRequest.class,
responseType = com.clarifai.grpc.api.MultiConceptResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchConceptsMethod() {
io.grpc.MethodDescriptor getPatchConceptsMethod;
if ((getPatchConceptsMethod = V2Grpc.getPatchConceptsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPatchConceptsMethod = V2Grpc.getPatchConceptsMethod) == null) {
V2Grpc.getPatchConceptsMethod = getPatchConceptsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PatchConcepts"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PatchConceptsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiConceptResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PatchConcepts"))
.build();
}
}
}
return getPatchConceptsMethod;
}
private static volatile io.grpc.MethodDescriptor getGetConceptLanguageMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetConceptLanguage",
requestType = com.clarifai.grpc.api.GetConceptLanguageRequest.class,
responseType = com.clarifai.grpc.api.SingleConceptLanguageResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetConceptLanguageMethod() {
io.grpc.MethodDescriptor getGetConceptLanguageMethod;
if ((getGetConceptLanguageMethod = V2Grpc.getGetConceptLanguageMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetConceptLanguageMethod = V2Grpc.getGetConceptLanguageMethod) == null) {
V2Grpc.getGetConceptLanguageMethod = getGetConceptLanguageMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetConceptLanguage"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetConceptLanguageRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.SingleConceptLanguageResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetConceptLanguage"))
.build();
}
}
}
return getGetConceptLanguageMethod;
}
private static volatile io.grpc.MethodDescriptor getListConceptLanguagesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListConceptLanguages",
requestType = com.clarifai.grpc.api.ListConceptLanguagesRequest.class,
responseType = com.clarifai.grpc.api.MultiConceptLanguageResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListConceptLanguagesMethod() {
io.grpc.MethodDescriptor getListConceptLanguagesMethod;
if ((getListConceptLanguagesMethod = V2Grpc.getListConceptLanguagesMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListConceptLanguagesMethod = V2Grpc.getListConceptLanguagesMethod) == null) {
V2Grpc.getListConceptLanguagesMethod = getListConceptLanguagesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListConceptLanguages"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListConceptLanguagesRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiConceptLanguageResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListConceptLanguages"))
.build();
}
}
}
return getListConceptLanguagesMethod;
}
private static volatile io.grpc.MethodDescriptor getPostConceptLanguagesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostConceptLanguages",
requestType = com.clarifai.grpc.api.PostConceptLanguagesRequest.class,
responseType = com.clarifai.grpc.api.MultiConceptLanguageResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostConceptLanguagesMethod() {
io.grpc.MethodDescriptor getPostConceptLanguagesMethod;
if ((getPostConceptLanguagesMethod = V2Grpc.getPostConceptLanguagesMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostConceptLanguagesMethod = V2Grpc.getPostConceptLanguagesMethod) == null) {
V2Grpc.getPostConceptLanguagesMethod = getPostConceptLanguagesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostConceptLanguages"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostConceptLanguagesRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiConceptLanguageResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostConceptLanguages"))
.build();
}
}
}
return getPostConceptLanguagesMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchConceptLanguagesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PatchConceptLanguages",
requestType = com.clarifai.grpc.api.PatchConceptLanguagesRequest.class,
responseType = com.clarifai.grpc.api.MultiConceptLanguageResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchConceptLanguagesMethod() {
io.grpc.MethodDescriptor getPatchConceptLanguagesMethod;
if ((getPatchConceptLanguagesMethod = V2Grpc.getPatchConceptLanguagesMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPatchConceptLanguagesMethod = V2Grpc.getPatchConceptLanguagesMethod) == null) {
V2Grpc.getPatchConceptLanguagesMethod = getPatchConceptLanguagesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PatchConceptLanguages"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PatchConceptLanguagesRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiConceptLanguageResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PatchConceptLanguages"))
.build();
}
}
}
return getPatchConceptLanguagesMethod;
}
private static volatile io.grpc.MethodDescriptor getListKnowledgeGraphsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListKnowledgeGraphs",
requestType = com.clarifai.grpc.api.ListKnowledgeGraphsRequest.class,
responseType = com.clarifai.grpc.api.MultiKnowledgeGraphResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListKnowledgeGraphsMethod() {
io.grpc.MethodDescriptor getListKnowledgeGraphsMethod;
if ((getListKnowledgeGraphsMethod = V2Grpc.getListKnowledgeGraphsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListKnowledgeGraphsMethod = V2Grpc.getListKnowledgeGraphsMethod) == null) {
V2Grpc.getListKnowledgeGraphsMethod = getListKnowledgeGraphsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListKnowledgeGraphs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListKnowledgeGraphsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiKnowledgeGraphResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListKnowledgeGraphs"))
.build();
}
}
}
return getListKnowledgeGraphsMethod;
}
private static volatile io.grpc.MethodDescriptor getPostKnowledgeGraphsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostKnowledgeGraphs",
requestType = com.clarifai.grpc.api.PostKnowledgeGraphsRequest.class,
responseType = com.clarifai.grpc.api.MultiKnowledgeGraphResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostKnowledgeGraphsMethod() {
io.grpc.MethodDescriptor getPostKnowledgeGraphsMethod;
if ((getPostKnowledgeGraphsMethod = V2Grpc.getPostKnowledgeGraphsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostKnowledgeGraphsMethod = V2Grpc.getPostKnowledgeGraphsMethod) == null) {
V2Grpc.getPostKnowledgeGraphsMethod = getPostKnowledgeGraphsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostKnowledgeGraphs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostKnowledgeGraphsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiKnowledgeGraphResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostKnowledgeGraphs"))
.build();
}
}
}
return getPostKnowledgeGraphsMethod;
}
private static volatile io.grpc.MethodDescriptor getPostConceptMappingJobsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostConceptMappingJobs",
requestType = com.clarifai.grpc.api.PostConceptMappingJobsRequest.class,
responseType = com.clarifai.grpc.api.MultiConceptMappingJobResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostConceptMappingJobsMethod() {
io.grpc.MethodDescriptor getPostConceptMappingJobsMethod;
if ((getPostConceptMappingJobsMethod = V2Grpc.getPostConceptMappingJobsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostConceptMappingJobsMethod = V2Grpc.getPostConceptMappingJobsMethod) == null) {
V2Grpc.getPostConceptMappingJobsMethod = getPostConceptMappingJobsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostConceptMappingJobs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostConceptMappingJobsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiConceptMappingJobResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostConceptMappingJobs"))
.build();
}
}
}
return getPostConceptMappingJobsMethod;
}
private static volatile io.grpc.MethodDescriptor getGetAnnotationMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetAnnotation",
requestType = com.clarifai.grpc.api.GetAnnotationRequest.class,
responseType = com.clarifai.grpc.api.SingleAnnotationResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetAnnotationMethod() {
io.grpc.MethodDescriptor getGetAnnotationMethod;
if ((getGetAnnotationMethod = V2Grpc.getGetAnnotationMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetAnnotationMethod = V2Grpc.getGetAnnotationMethod) == null) {
V2Grpc.getGetAnnotationMethod = getGetAnnotationMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetAnnotation"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetAnnotationRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.SingleAnnotationResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetAnnotation"))
.build();
}
}
}
return getGetAnnotationMethod;
}
private static volatile io.grpc.MethodDescriptor getListAnnotationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListAnnotations",
requestType = com.clarifai.grpc.api.ListAnnotationsRequest.class,
responseType = com.clarifai.grpc.api.MultiAnnotationResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListAnnotationsMethod() {
io.grpc.MethodDescriptor getListAnnotationsMethod;
if ((getListAnnotationsMethod = V2Grpc.getListAnnotationsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListAnnotationsMethod = V2Grpc.getListAnnotationsMethod) == null) {
V2Grpc.getListAnnotationsMethod = getListAnnotationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListAnnotations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListAnnotationsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiAnnotationResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListAnnotations"))
.build();
}
}
}
return getListAnnotationsMethod;
}
private static volatile io.grpc.MethodDescriptor getPostAnnotationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostAnnotations",
requestType = com.clarifai.grpc.api.PostAnnotationsRequest.class,
responseType = com.clarifai.grpc.api.MultiAnnotationResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostAnnotationsMethod() {
io.grpc.MethodDescriptor getPostAnnotationsMethod;
if ((getPostAnnotationsMethod = V2Grpc.getPostAnnotationsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostAnnotationsMethod = V2Grpc.getPostAnnotationsMethod) == null) {
V2Grpc.getPostAnnotationsMethod = getPostAnnotationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostAnnotations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostAnnotationsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiAnnotationResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostAnnotations"))
.build();
}
}
}
return getPostAnnotationsMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchAnnotationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PatchAnnotations",
requestType = com.clarifai.grpc.api.PatchAnnotationsRequest.class,
responseType = com.clarifai.grpc.api.MultiAnnotationResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchAnnotationsMethod() {
io.grpc.MethodDescriptor getPatchAnnotationsMethod;
if ((getPatchAnnotationsMethod = V2Grpc.getPatchAnnotationsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPatchAnnotationsMethod = V2Grpc.getPatchAnnotationsMethod) == null) {
V2Grpc.getPatchAnnotationsMethod = getPatchAnnotationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PatchAnnotations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PatchAnnotationsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiAnnotationResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PatchAnnotations"))
.build();
}
}
}
return getPatchAnnotationsMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchAnnotationsStatusMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PatchAnnotationsStatus",
requestType = com.clarifai.grpc.api.PatchAnnotationsStatusRequest.class,
responseType = com.clarifai.grpc.api.PatchAnnotationsStatusResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchAnnotationsStatusMethod() {
io.grpc.MethodDescriptor getPatchAnnotationsStatusMethod;
if ((getPatchAnnotationsStatusMethod = V2Grpc.getPatchAnnotationsStatusMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPatchAnnotationsStatusMethod = V2Grpc.getPatchAnnotationsStatusMethod) == null) {
V2Grpc.getPatchAnnotationsStatusMethod = getPatchAnnotationsStatusMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PatchAnnotationsStatus"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PatchAnnotationsStatusRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PatchAnnotationsStatusResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PatchAnnotationsStatus"))
.build();
}
}
}
return getPatchAnnotationsStatusMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteAnnotationMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "DeleteAnnotation",
requestType = com.clarifai.grpc.api.DeleteAnnotationRequest.class,
responseType = com.clarifai.grpc.api.status.BaseResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteAnnotationMethod() {
io.grpc.MethodDescriptor getDeleteAnnotationMethod;
if ((getDeleteAnnotationMethod = V2Grpc.getDeleteAnnotationMethod) == null) {
synchronized (V2Grpc.class) {
if ((getDeleteAnnotationMethod = V2Grpc.getDeleteAnnotationMethod) == null) {
V2Grpc.getDeleteAnnotationMethod = getDeleteAnnotationMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteAnnotation"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.DeleteAnnotationRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.status.BaseResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("DeleteAnnotation"))
.build();
}
}
}
return getDeleteAnnotationMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteAnnotationsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "DeleteAnnotations",
requestType = com.clarifai.grpc.api.DeleteAnnotationsRequest.class,
responseType = com.clarifai.grpc.api.status.BaseResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteAnnotationsMethod() {
io.grpc.MethodDescriptor getDeleteAnnotationsMethod;
if ((getDeleteAnnotationsMethod = V2Grpc.getDeleteAnnotationsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getDeleteAnnotationsMethod = V2Grpc.getDeleteAnnotationsMethod) == null) {
V2Grpc.getDeleteAnnotationsMethod = getDeleteAnnotationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteAnnotations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.DeleteAnnotationsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.status.BaseResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("DeleteAnnotations"))
.build();
}
}
}
return getDeleteAnnotationsMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchAnnotationsSearchesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PatchAnnotationsSearches",
requestType = com.clarifai.grpc.api.PatchAnnotationsSearchesRequest.class,
responseType = com.clarifai.grpc.api.MultiSearchResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchAnnotationsSearchesMethod() {
io.grpc.MethodDescriptor getPatchAnnotationsSearchesMethod;
if ((getPatchAnnotationsSearchesMethod = V2Grpc.getPatchAnnotationsSearchesMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPatchAnnotationsSearchesMethod = V2Grpc.getPatchAnnotationsSearchesMethod) == null) {
V2Grpc.getPatchAnnotationsSearchesMethod = getPatchAnnotationsSearchesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PatchAnnotationsSearches"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PatchAnnotationsSearchesRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiSearchResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PatchAnnotationsSearches"))
.build();
}
}
}
return getPatchAnnotationsSearchesMethod;
}
private static volatile io.grpc.MethodDescriptor getPostAnnotationsSearchesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostAnnotationsSearches",
requestType = com.clarifai.grpc.api.PostAnnotationsSearchesRequest.class,
responseType = com.clarifai.grpc.api.MultiSearchResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostAnnotationsSearchesMethod() {
io.grpc.MethodDescriptor getPostAnnotationsSearchesMethod;
if ((getPostAnnotationsSearchesMethod = V2Grpc.getPostAnnotationsSearchesMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostAnnotationsSearchesMethod = V2Grpc.getPostAnnotationsSearchesMethod) == null) {
V2Grpc.getPostAnnotationsSearchesMethod = getPostAnnotationsSearchesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostAnnotationsSearches"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostAnnotationsSearchesRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiSearchResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostAnnotationsSearches"))
.build();
}
}
}
return getPostAnnotationsSearchesMethod;
}
private static volatile io.grpc.MethodDescriptor getListAnnotationWorkersMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListAnnotationWorkers",
requestType = com.clarifai.grpc.api.ListAnnotationWorkersRequest.class,
responseType = com.clarifai.grpc.api.MultiWorkerResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListAnnotationWorkersMethod() {
io.grpc.MethodDescriptor getListAnnotationWorkersMethod;
if ((getListAnnotationWorkersMethod = V2Grpc.getListAnnotationWorkersMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListAnnotationWorkersMethod = V2Grpc.getListAnnotationWorkersMethod) == null) {
V2Grpc.getListAnnotationWorkersMethod = getListAnnotationWorkersMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListAnnotationWorkers"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListAnnotationWorkersRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiWorkerResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListAnnotationWorkers"))
.build();
}
}
}
return getListAnnotationWorkersMethod;
}
private static volatile io.grpc.MethodDescriptor getGetInputCountMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetInputCount",
requestType = com.clarifai.grpc.api.GetInputCountRequest.class,
responseType = com.clarifai.grpc.api.SingleInputCountResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetInputCountMethod() {
io.grpc.MethodDescriptor getGetInputCountMethod;
if ((getGetInputCountMethod = V2Grpc.getGetInputCountMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetInputCountMethod = V2Grpc.getGetInputCountMethod) == null) {
V2Grpc.getGetInputCountMethod = getGetInputCountMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetInputCount"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetInputCountRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.SingleInputCountResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetInputCount"))
.build();
}
}
}
return getGetInputCountMethod;
}
private static volatile io.grpc.MethodDescriptor getStreamInputsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "StreamInputs",
requestType = com.clarifai.grpc.api.StreamInputsRequest.class,
responseType = com.clarifai.grpc.api.MultiInputResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getStreamInputsMethod() {
io.grpc.MethodDescriptor getStreamInputsMethod;
if ((getStreamInputsMethod = V2Grpc.getStreamInputsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getStreamInputsMethod = V2Grpc.getStreamInputsMethod) == null) {
V2Grpc.getStreamInputsMethod = getStreamInputsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamInputs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.StreamInputsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiInputResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("StreamInputs"))
.build();
}
}
}
return getStreamInputsMethod;
}
private static volatile io.grpc.MethodDescriptor getGetInputSamplesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetInputSamples",
requestType = com.clarifai.grpc.api.GetInputSamplesRequest.class,
responseType = com.clarifai.grpc.api.MultiInputAnnotationResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetInputSamplesMethod() {
io.grpc.MethodDescriptor getGetInputSamplesMethod;
if ((getGetInputSamplesMethod = V2Grpc.getGetInputSamplesMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetInputSamplesMethod = V2Grpc.getGetInputSamplesMethod) == null) {
V2Grpc.getGetInputSamplesMethod = getGetInputSamplesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetInputSamples"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetInputSamplesRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiInputAnnotationResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetInputSamples"))
.build();
}
}
}
return getGetInputSamplesMethod;
}
private static volatile io.grpc.MethodDescriptor getGetInputMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetInput",
requestType = com.clarifai.grpc.api.GetInputRequest.class,
responseType = com.clarifai.grpc.api.SingleInputResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetInputMethod() {
io.grpc.MethodDescriptor getGetInputMethod;
if ((getGetInputMethod = V2Grpc.getGetInputMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetInputMethod = V2Grpc.getGetInputMethod) == null) {
V2Grpc.getGetInputMethod = getGetInputMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetInput"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetInputRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.SingleInputResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetInput"))
.build();
}
}
}
return getGetInputMethod;
}
private static volatile io.grpc.MethodDescriptor getGetInputVideoManifestMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetInputVideoManifest",
requestType = com.clarifai.grpc.api.GetVideoManifestRequest.class,
responseType = com.clarifai.grpc.api.GetVideoManifestResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetInputVideoManifestMethod() {
io.grpc.MethodDescriptor getGetInputVideoManifestMethod;
if ((getGetInputVideoManifestMethod = V2Grpc.getGetInputVideoManifestMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetInputVideoManifestMethod = V2Grpc.getGetInputVideoManifestMethod) == null) {
V2Grpc.getGetInputVideoManifestMethod = getGetInputVideoManifestMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetInputVideoManifest"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetVideoManifestRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetVideoManifestResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetInputVideoManifest"))
.build();
}
}
}
return getGetInputVideoManifestMethod;
}
private static volatile io.grpc.MethodDescriptor getListInputsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListInputs",
requestType = com.clarifai.grpc.api.ListInputsRequest.class,
responseType = com.clarifai.grpc.api.MultiInputResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListInputsMethod() {
io.grpc.MethodDescriptor getListInputsMethod;
if ((getListInputsMethod = V2Grpc.getListInputsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListInputsMethod = V2Grpc.getListInputsMethod) == null) {
V2Grpc.getListInputsMethod = getListInputsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListInputs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListInputsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiInputResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListInputs"))
.build();
}
}
}
return getListInputsMethod;
}
private static volatile io.grpc.MethodDescriptor getPostInputsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostInputs",
requestType = com.clarifai.grpc.api.PostInputsRequest.class,
responseType = com.clarifai.grpc.api.MultiInputResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostInputsMethod() {
io.grpc.MethodDescriptor getPostInputsMethod;
if ((getPostInputsMethod = V2Grpc.getPostInputsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostInputsMethod = V2Grpc.getPostInputsMethod) == null) {
V2Grpc.getPostInputsMethod = getPostInputsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostInputs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostInputsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiInputResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostInputs"))
.build();
}
}
}
return getPostInputsMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchInputsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PatchInputs",
requestType = com.clarifai.grpc.api.PatchInputsRequest.class,
responseType = com.clarifai.grpc.api.MultiInputResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchInputsMethod() {
io.grpc.MethodDescriptor getPatchInputsMethod;
if ((getPatchInputsMethod = V2Grpc.getPatchInputsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPatchInputsMethod = V2Grpc.getPatchInputsMethod) == null) {
V2Grpc.getPatchInputsMethod = getPatchInputsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PatchInputs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PatchInputsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiInputResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PatchInputs"))
.build();
}
}
}
return getPatchInputsMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteInputMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "DeleteInput",
requestType = com.clarifai.grpc.api.DeleteInputRequest.class,
responseType = com.clarifai.grpc.api.status.BaseResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteInputMethod() {
io.grpc.MethodDescriptor getDeleteInputMethod;
if ((getDeleteInputMethod = V2Grpc.getDeleteInputMethod) == null) {
synchronized (V2Grpc.class) {
if ((getDeleteInputMethod = V2Grpc.getDeleteInputMethod) == null) {
V2Grpc.getDeleteInputMethod = getDeleteInputMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteInput"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.DeleteInputRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.status.BaseResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("DeleteInput"))
.build();
}
}
}
return getDeleteInputMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteInputsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "DeleteInputs",
requestType = com.clarifai.grpc.api.DeleteInputsRequest.class,
responseType = com.clarifai.grpc.api.status.BaseResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteInputsMethod() {
io.grpc.MethodDescriptor getDeleteInputsMethod;
if ((getDeleteInputsMethod = V2Grpc.getDeleteInputsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getDeleteInputsMethod = V2Grpc.getDeleteInputsMethod) == null) {
V2Grpc.getDeleteInputsMethod = getDeleteInputsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteInputs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.DeleteInputsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.status.BaseResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("DeleteInputs"))
.build();
}
}
}
return getDeleteInputsMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchInputsSearchesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PatchInputsSearches",
requestType = com.clarifai.grpc.api.PatchInputsSearchesRequest.class,
responseType = com.clarifai.grpc.api.MultiSearchResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchInputsSearchesMethod() {
io.grpc.MethodDescriptor getPatchInputsSearchesMethod;
if ((getPatchInputsSearchesMethod = V2Grpc.getPatchInputsSearchesMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPatchInputsSearchesMethod = V2Grpc.getPatchInputsSearchesMethod) == null) {
V2Grpc.getPatchInputsSearchesMethod = getPatchInputsSearchesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PatchInputsSearches"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PatchInputsSearchesRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiSearchResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PatchInputsSearches"))
.build();
}
}
}
return getPatchInputsSearchesMethod;
}
private static volatile io.grpc.MethodDescriptor getPostInputsSearchesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostInputsSearches",
requestType = com.clarifai.grpc.api.PostInputsSearchesRequest.class,
responseType = com.clarifai.grpc.api.MultiSearchResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostInputsSearchesMethod() {
io.grpc.MethodDescriptor getPostInputsSearchesMethod;
if ((getPostInputsSearchesMethod = V2Grpc.getPostInputsSearchesMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostInputsSearchesMethod = V2Grpc.getPostInputsSearchesMethod) == null) {
V2Grpc.getPostInputsSearchesMethod = getPostInputsSearchesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostInputsSearches"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostInputsSearchesRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiSearchResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostInputsSearches"))
.build();
}
}
}
return getPostInputsSearchesMethod;
}
private static volatile io.grpc.MethodDescriptor getPostModelOutputsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostModelOutputs",
requestType = com.clarifai.grpc.api.PostModelOutputsRequest.class,
responseType = com.clarifai.grpc.api.MultiOutputResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostModelOutputsMethod() {
io.grpc.MethodDescriptor getPostModelOutputsMethod;
if ((getPostModelOutputsMethod = V2Grpc.getPostModelOutputsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostModelOutputsMethod = V2Grpc.getPostModelOutputsMethod) == null) {
V2Grpc.getPostModelOutputsMethod = getPostModelOutputsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostModelOutputs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostModelOutputsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiOutputResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostModelOutputs"))
.build();
}
}
}
return getPostModelOutputsMethod;
}
private static volatile io.grpc.MethodDescriptor getGenerateModelOutputsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GenerateModelOutputs",
requestType = com.clarifai.grpc.api.PostModelOutputsRequest.class,
responseType = com.clarifai.grpc.api.MultiOutputResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getGenerateModelOutputsMethod() {
io.grpc.MethodDescriptor getGenerateModelOutputsMethod;
if ((getGenerateModelOutputsMethod = V2Grpc.getGenerateModelOutputsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGenerateModelOutputsMethod = V2Grpc.getGenerateModelOutputsMethod) == null) {
V2Grpc.getGenerateModelOutputsMethod = getGenerateModelOutputsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GenerateModelOutputs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostModelOutputsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiOutputResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GenerateModelOutputs"))
.build();
}
}
}
return getGenerateModelOutputsMethod;
}
private static volatile io.grpc.MethodDescriptor getStreamModelOutputsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "StreamModelOutputs",
requestType = com.clarifai.grpc.api.PostModelOutputsRequest.class,
responseType = com.clarifai.grpc.api.MultiOutputResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
public static io.grpc.MethodDescriptor getStreamModelOutputsMethod() {
io.grpc.MethodDescriptor getStreamModelOutputsMethod;
if ((getStreamModelOutputsMethod = V2Grpc.getStreamModelOutputsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getStreamModelOutputsMethod = V2Grpc.getStreamModelOutputsMethod) == null) {
V2Grpc.getStreamModelOutputsMethod = getStreamModelOutputsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "StreamModelOutputs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostModelOutputsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiOutputResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("StreamModelOutputs"))
.build();
}
}
}
return getStreamModelOutputsMethod;
}
private static volatile io.grpc.MethodDescriptor getListDatasetsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListDatasets",
requestType = com.clarifai.grpc.api.ListDatasetsRequest.class,
responseType = com.clarifai.grpc.api.MultiDatasetResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListDatasetsMethod() {
io.grpc.MethodDescriptor getListDatasetsMethod;
if ((getListDatasetsMethod = V2Grpc.getListDatasetsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListDatasetsMethod = V2Grpc.getListDatasetsMethod) == null) {
V2Grpc.getListDatasetsMethod = getListDatasetsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListDatasets"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListDatasetsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiDatasetResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListDatasets"))
.build();
}
}
}
return getListDatasetsMethod;
}
private static volatile io.grpc.MethodDescriptor getGetDatasetMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetDataset",
requestType = com.clarifai.grpc.api.GetDatasetRequest.class,
responseType = com.clarifai.grpc.api.SingleDatasetResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetDatasetMethod() {
io.grpc.MethodDescriptor getGetDatasetMethod;
if ((getGetDatasetMethod = V2Grpc.getGetDatasetMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetDatasetMethod = V2Grpc.getGetDatasetMethod) == null) {
V2Grpc.getGetDatasetMethod = getGetDatasetMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetDataset"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetDatasetRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.SingleDatasetResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetDataset"))
.build();
}
}
}
return getGetDatasetMethod;
}
private static volatile io.grpc.MethodDescriptor getPostDatasetsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostDatasets",
requestType = com.clarifai.grpc.api.PostDatasetsRequest.class,
responseType = com.clarifai.grpc.api.MultiDatasetResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostDatasetsMethod() {
io.grpc.MethodDescriptor getPostDatasetsMethod;
if ((getPostDatasetsMethod = V2Grpc.getPostDatasetsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostDatasetsMethod = V2Grpc.getPostDatasetsMethod) == null) {
V2Grpc.getPostDatasetsMethod = getPostDatasetsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostDatasets"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostDatasetsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiDatasetResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostDatasets"))
.build();
}
}
}
return getPostDatasetsMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchDatasetsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PatchDatasets",
requestType = com.clarifai.grpc.api.PatchDatasetsRequest.class,
responseType = com.clarifai.grpc.api.MultiDatasetResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchDatasetsMethod() {
io.grpc.MethodDescriptor getPatchDatasetsMethod;
if ((getPatchDatasetsMethod = V2Grpc.getPatchDatasetsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPatchDatasetsMethod = V2Grpc.getPatchDatasetsMethod) == null) {
V2Grpc.getPatchDatasetsMethod = getPatchDatasetsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PatchDatasets"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PatchDatasetsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiDatasetResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PatchDatasets"))
.build();
}
}
}
return getPatchDatasetsMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteDatasetsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "DeleteDatasets",
requestType = com.clarifai.grpc.api.DeleteDatasetsRequest.class,
responseType = com.clarifai.grpc.api.status.BaseResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteDatasetsMethod() {
io.grpc.MethodDescriptor getDeleteDatasetsMethod;
if ((getDeleteDatasetsMethod = V2Grpc.getDeleteDatasetsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getDeleteDatasetsMethod = V2Grpc.getDeleteDatasetsMethod) == null) {
V2Grpc.getDeleteDatasetsMethod = getDeleteDatasetsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteDatasets"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.DeleteDatasetsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.status.BaseResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("DeleteDatasets"))
.build();
}
}
}
return getDeleteDatasetsMethod;
}
private static volatile io.grpc.MethodDescriptor getListDatasetInputsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListDatasetInputs",
requestType = com.clarifai.grpc.api.ListDatasetInputsRequest.class,
responseType = com.clarifai.grpc.api.MultiDatasetInputResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListDatasetInputsMethod() {
io.grpc.MethodDescriptor getListDatasetInputsMethod;
if ((getListDatasetInputsMethod = V2Grpc.getListDatasetInputsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListDatasetInputsMethod = V2Grpc.getListDatasetInputsMethod) == null) {
V2Grpc.getListDatasetInputsMethod = getListDatasetInputsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListDatasetInputs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListDatasetInputsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiDatasetInputResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListDatasetInputs"))
.build();
}
}
}
return getListDatasetInputsMethod;
}
private static volatile io.grpc.MethodDescriptor getGetDatasetInputMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetDatasetInput",
requestType = com.clarifai.grpc.api.GetDatasetInputRequest.class,
responseType = com.clarifai.grpc.api.SingleDatasetInputResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetDatasetInputMethod() {
io.grpc.MethodDescriptor getGetDatasetInputMethod;
if ((getGetDatasetInputMethod = V2Grpc.getGetDatasetInputMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetDatasetInputMethod = V2Grpc.getGetDatasetInputMethod) == null) {
V2Grpc.getGetDatasetInputMethod = getGetDatasetInputMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetDatasetInput"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetDatasetInputRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.SingleDatasetInputResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetDatasetInput"))
.build();
}
}
}
return getGetDatasetInputMethod;
}
private static volatile io.grpc.MethodDescriptor getPostDatasetInputsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostDatasetInputs",
requestType = com.clarifai.grpc.api.PostDatasetInputsRequest.class,
responseType = com.clarifai.grpc.api.MultiDatasetInputResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostDatasetInputsMethod() {
io.grpc.MethodDescriptor getPostDatasetInputsMethod;
if ((getPostDatasetInputsMethod = V2Grpc.getPostDatasetInputsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostDatasetInputsMethod = V2Grpc.getPostDatasetInputsMethod) == null) {
V2Grpc.getPostDatasetInputsMethod = getPostDatasetInputsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostDatasetInputs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostDatasetInputsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiDatasetInputResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostDatasetInputs"))
.build();
}
}
}
return getPostDatasetInputsMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteDatasetInputsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "DeleteDatasetInputs",
requestType = com.clarifai.grpc.api.DeleteDatasetInputsRequest.class,
responseType = com.clarifai.grpc.api.status.BaseResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteDatasetInputsMethod() {
io.grpc.MethodDescriptor getDeleteDatasetInputsMethod;
if ((getDeleteDatasetInputsMethod = V2Grpc.getDeleteDatasetInputsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getDeleteDatasetInputsMethod = V2Grpc.getDeleteDatasetInputsMethod) == null) {
V2Grpc.getDeleteDatasetInputsMethod = getDeleteDatasetInputsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteDatasetInputs"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.DeleteDatasetInputsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.status.BaseResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("DeleteDatasetInputs"))
.build();
}
}
}
return getDeleteDatasetInputsMethod;
}
private static volatile io.grpc.MethodDescriptor getListDatasetVersionsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListDatasetVersions",
requestType = com.clarifai.grpc.api.ListDatasetVersionsRequest.class,
responseType = com.clarifai.grpc.api.MultiDatasetVersionResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListDatasetVersionsMethod() {
io.grpc.MethodDescriptor getListDatasetVersionsMethod;
if ((getListDatasetVersionsMethod = V2Grpc.getListDatasetVersionsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListDatasetVersionsMethod = V2Grpc.getListDatasetVersionsMethod) == null) {
V2Grpc.getListDatasetVersionsMethod = getListDatasetVersionsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListDatasetVersions"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListDatasetVersionsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiDatasetVersionResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListDatasetVersions"))
.build();
}
}
}
return getListDatasetVersionsMethod;
}
private static volatile io.grpc.MethodDescriptor getGetDatasetVersionMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetDatasetVersion",
requestType = com.clarifai.grpc.api.GetDatasetVersionRequest.class,
responseType = com.clarifai.grpc.api.SingleDatasetVersionResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetDatasetVersionMethod() {
io.grpc.MethodDescriptor getGetDatasetVersionMethod;
if ((getGetDatasetVersionMethod = V2Grpc.getGetDatasetVersionMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetDatasetVersionMethod = V2Grpc.getGetDatasetVersionMethod) == null) {
V2Grpc.getGetDatasetVersionMethod = getGetDatasetVersionMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetDatasetVersion"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetDatasetVersionRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.SingleDatasetVersionResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetDatasetVersion"))
.build();
}
}
}
return getGetDatasetVersionMethod;
}
private static volatile io.grpc.MethodDescriptor getListDatasetVersionMetricsGroupsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListDatasetVersionMetricsGroups",
requestType = com.clarifai.grpc.api.ListDatasetVersionMetricsGroupsRequest.class,
responseType = com.clarifai.grpc.api.MultiDatasetVersionMetricsGroupResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListDatasetVersionMetricsGroupsMethod() {
io.grpc.MethodDescriptor getListDatasetVersionMetricsGroupsMethod;
if ((getListDatasetVersionMetricsGroupsMethod = V2Grpc.getListDatasetVersionMetricsGroupsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListDatasetVersionMetricsGroupsMethod = V2Grpc.getListDatasetVersionMetricsGroupsMethod) == null) {
V2Grpc.getListDatasetVersionMetricsGroupsMethod = getListDatasetVersionMetricsGroupsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListDatasetVersionMetricsGroups"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListDatasetVersionMetricsGroupsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiDatasetVersionMetricsGroupResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListDatasetVersionMetricsGroups"))
.build();
}
}
}
return getListDatasetVersionMetricsGroupsMethod;
}
private static volatile io.grpc.MethodDescriptor getPostDatasetVersionsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PostDatasetVersions",
requestType = com.clarifai.grpc.api.PostDatasetVersionsRequest.class,
responseType = com.clarifai.grpc.api.MultiDatasetVersionResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPostDatasetVersionsMethod() {
io.grpc.MethodDescriptor getPostDatasetVersionsMethod;
if ((getPostDatasetVersionsMethod = V2Grpc.getPostDatasetVersionsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPostDatasetVersionsMethod = V2Grpc.getPostDatasetVersionsMethod) == null) {
V2Grpc.getPostDatasetVersionsMethod = getPostDatasetVersionsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PostDatasetVersions"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PostDatasetVersionsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiDatasetVersionResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PostDatasetVersions"))
.build();
}
}
}
return getPostDatasetVersionsMethod;
}
private static volatile io.grpc.MethodDescriptor getPatchDatasetVersionsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PatchDatasetVersions",
requestType = com.clarifai.grpc.api.PatchDatasetVersionsRequest.class,
responseType = com.clarifai.grpc.api.MultiDatasetVersionResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPatchDatasetVersionsMethod() {
io.grpc.MethodDescriptor getPatchDatasetVersionsMethod;
if ((getPatchDatasetVersionsMethod = V2Grpc.getPatchDatasetVersionsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPatchDatasetVersionsMethod = V2Grpc.getPatchDatasetVersionsMethod) == null) {
V2Grpc.getPatchDatasetVersionsMethod = getPatchDatasetVersionsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PatchDatasetVersions"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PatchDatasetVersionsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiDatasetVersionResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PatchDatasetVersions"))
.build();
}
}
}
return getPatchDatasetVersionsMethod;
}
private static volatile io.grpc.MethodDescriptor getDeleteDatasetVersionsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "DeleteDatasetVersions",
requestType = com.clarifai.grpc.api.DeleteDatasetVersionsRequest.class,
responseType = com.clarifai.grpc.api.status.BaseResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getDeleteDatasetVersionsMethod() {
io.grpc.MethodDescriptor getDeleteDatasetVersionsMethod;
if ((getDeleteDatasetVersionsMethod = V2Grpc.getDeleteDatasetVersionsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getDeleteDatasetVersionsMethod = V2Grpc.getDeleteDatasetVersionsMethod) == null) {
V2Grpc.getDeleteDatasetVersionsMethod = getDeleteDatasetVersionsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteDatasetVersions"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.DeleteDatasetVersionsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.status.BaseResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("DeleteDatasetVersions"))
.build();
}
}
}
return getDeleteDatasetVersionsMethod;
}
private static volatile io.grpc.MethodDescriptor getPutDatasetVersionExportsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "PutDatasetVersionExports",
requestType = com.clarifai.grpc.api.PutDatasetVersionExportsRequest.class,
responseType = com.clarifai.grpc.api.MultiDatasetVersionExportResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getPutDatasetVersionExportsMethod() {
io.grpc.MethodDescriptor getPutDatasetVersionExportsMethod;
if ((getPutDatasetVersionExportsMethod = V2Grpc.getPutDatasetVersionExportsMethod) == null) {
synchronized (V2Grpc.class) {
if ((getPutDatasetVersionExportsMethod = V2Grpc.getPutDatasetVersionExportsMethod) == null) {
V2Grpc.getPutDatasetVersionExportsMethod = getPutDatasetVersionExportsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "PutDatasetVersionExports"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.PutDatasetVersionExportsRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiDatasetVersionExportResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("PutDatasetVersionExports"))
.build();
}
}
}
return getPutDatasetVersionExportsMethod;
}
private static volatile io.grpc.MethodDescriptor getGetModelTypeMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetModelType",
requestType = com.clarifai.grpc.api.GetModelTypeRequest.class,
responseType = com.clarifai.grpc.api.SingleModelTypeResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetModelTypeMethod() {
io.grpc.MethodDescriptor getGetModelTypeMethod;
if ((getGetModelTypeMethod = V2Grpc.getGetModelTypeMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetModelTypeMethod = V2Grpc.getGetModelTypeMethod) == null) {
V2Grpc.getGetModelTypeMethod = getGetModelTypeMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetModelType"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetModelTypeRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.SingleModelTypeResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetModelType"))
.build();
}
}
}
return getGetModelTypeMethod;
}
private static volatile io.grpc.MethodDescriptor getListOpenSourceLicensesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListOpenSourceLicenses",
requestType = com.clarifai.grpc.api.ListOpenSourceLicensesRequest.class,
responseType = com.clarifai.grpc.api.ListOpenSourceLicensesResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListOpenSourceLicensesMethod() {
io.grpc.MethodDescriptor getListOpenSourceLicensesMethod;
if ((getListOpenSourceLicensesMethod = V2Grpc.getListOpenSourceLicensesMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListOpenSourceLicensesMethod = V2Grpc.getListOpenSourceLicensesMethod) == null) {
V2Grpc.getListOpenSourceLicensesMethod = getListOpenSourceLicensesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListOpenSourceLicenses"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListOpenSourceLicensesRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListOpenSourceLicensesResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListOpenSourceLicenses"))
.build();
}
}
}
return getListOpenSourceLicensesMethod;
}
private static volatile io.grpc.MethodDescriptor getListModelTypesMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ListModelTypes",
requestType = com.clarifai.grpc.api.ListModelTypesRequest.class,
responseType = com.clarifai.grpc.api.MultiModelTypeResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getListModelTypesMethod() {
io.grpc.MethodDescriptor getListModelTypesMethod;
if ((getListModelTypesMethod = V2Grpc.getListModelTypesMethod) == null) {
synchronized (V2Grpc.class) {
if ((getListModelTypesMethod = V2Grpc.getListModelTypesMethod) == null) {
V2Grpc.getListModelTypesMethod = getListModelTypesMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListModelTypes"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.ListModelTypesRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.MultiModelTypeResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("ListModelTypes"))
.build();
}
}
}
return getListModelTypesMethod;
}
private static volatile io.grpc.MethodDescriptor getGetModelMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetModel",
requestType = com.clarifai.grpc.api.GetModelRequest.class,
responseType = com.clarifai.grpc.api.SingleModelResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetModelMethod() {
io.grpc.MethodDescriptor getGetModelMethod;
if ((getGetModelMethod = V2Grpc.getGetModelMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetModelMethod = V2Grpc.getGetModelMethod) == null) {
V2Grpc.getGetModelMethod = getGetModelMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetModel"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.GetModelRequest.getDefaultInstance()))
.setResponseMarshaller(com.clarifai.channel.ClarifaiChannel.INSTANCE.marshaller(
com.clarifai.grpc.api.SingleModelResponse.getDefaultInstance()))
.setSchemaDescriptor(new V2MethodDescriptorSupplier("GetModel"))
.build();
}
}
}
return getGetModelMethod;
}
private static volatile io.grpc.MethodDescriptor getGetModelOutputInfoMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetModelOutputInfo",
requestType = com.clarifai.grpc.api.GetModelRequest.class,
responseType = com.clarifai.grpc.api.SingleModelResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetModelOutputInfoMethod() {
io.grpc.MethodDescriptor getGetModelOutputInfoMethod;
if ((getGetModelOutputInfoMethod = V2Grpc.getGetModelOutputInfoMethod) == null) {
synchronized (V2Grpc.class) {
if ((getGetModelOutputInfoMethod = V2Grpc.getGetModelOutputInfoMethod) == null) {
V2Grpc.getGetModelOutputInfoMethod = getGetModelOutputInfoMethod =
io.grpc.MethodDescriptor.