Codota Logo
UIServiceGrpc$UIServiceMethodDescriptorSupplier.<init>
Code IndexAdd Codota to your IDE (free)

How to use
feast.core.UIServiceGrpc$UIServiceMethodDescriptorSupplier
constructor

Best Java code snippets using feast.core.UIServiceGrpc$UIServiceMethodDescriptorSupplier.<init> (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
OutputStreamWriter o =
  • Codota IconOutputStream out;new OutputStreamWriter(out)
  • Codota IconOutputStream out;String charsetName;new OutputStreamWriter(out, charsetName)
  • Codota IconHttpURLConnection connection;new OutputStreamWriter(connection.getOutputStream())
  • Smart code suggestions by Codota
}
origin: gojektech/feast

public static io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest,
  feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse> getGetEntityMethod() {
 io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest, feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse> getGetEntityMethod;
 if ((getGetEntityMethod = UIServiceGrpc.getGetEntityMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getGetEntityMethod = UIServiceGrpc.getGetEntityMethod) == null) {
    UIServiceGrpc.getGetEntityMethod = getGetEntityMethod = 
      io.grpc.MethodDescriptor.<feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest, feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "GetEntity"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("GetEntity"))
        .build();
    }
   }
  }
  return getGetEntityMethod;
}
origin: gojektech/feast

public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
  feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse> getListFeatureGroupsMethod() {
 io.grpc.MethodDescriptor<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse> getListFeatureGroupsMethod;
 if ((getListFeatureGroupsMethod = UIServiceGrpc.getListFeatureGroupsMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getListFeatureGroupsMethod = UIServiceGrpc.getListFeatureGroupsMethod) == null) {
    UIServiceGrpc.getListFeatureGroupsMethod = getListFeatureGroupsMethod = 
      io.grpc.MethodDescriptor.<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "ListFeatureGroups"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        com.google.protobuf.Empty.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("ListFeatureGroups"))
        .build();
    }
   }
  }
  return getListFeatureGroupsMethod;
}
origin: gojektech/feast

public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
  feast.core.UIServiceProto.UIServiceTypes.ListStorageResponse> getListStorageMethod() {
 io.grpc.MethodDescriptor<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListStorageResponse> getListStorageMethod;
 if ((getListStorageMethod = UIServiceGrpc.getListStorageMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getListStorageMethod = UIServiceGrpc.getListStorageMethod) == null) {
    UIServiceGrpc.getListStorageMethod = getListStorageMethod = 
      io.grpc.MethodDescriptor.<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListStorageResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "ListStorage"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        com.google.protobuf.Empty.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.ListStorageResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("ListStorage"))
        .build();
    }
   }
  }
  return getListStorageMethod;
}
origin: gojektech/feast

@io.grpc.stub.annotations.RpcMethod(
  fullMethodName = SERVICE_NAME + '/' + "GetEntity",
  requestType = feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest.class,
  responseType = feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse.class,
  methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest,
  feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse> getGetEntityMethod() {
 io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest, feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse> getGetEntityMethod;
 if ((getGetEntityMethod = UIServiceGrpc.getGetEntityMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getGetEntityMethod = UIServiceGrpc.getGetEntityMethod) == null) {
    UIServiceGrpc.getGetEntityMethod = getGetEntityMethod = 
      io.grpc.MethodDescriptor.<feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest, feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "GetEntity"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("GetEntity"))
        .build();
    }
   }
  }
  return getGetEntityMethod;
}
origin: gojektech/feast

@io.grpc.stub.annotations.RpcMethod(
  fullMethodName = SERVICE_NAME + '/' + "ListEntities",
  requestType = com.google.protobuf.Empty.class,
  responseType = feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse.class,
  methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
  feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse> getListEntitiesMethod() {
 io.grpc.MethodDescriptor<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse> getListEntitiesMethod;
 if ((getListEntitiesMethod = UIServiceGrpc.getListEntitiesMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getListEntitiesMethod = UIServiceGrpc.getListEntitiesMethod) == null) {
    UIServiceGrpc.getListEntitiesMethod = getListEntitiesMethod = 
      io.grpc.MethodDescriptor.<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "ListEntities"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        com.google.protobuf.Empty.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("ListEntities"))
        .build();
    }
   }
  }
  return getListEntitiesMethod;
}
origin: gojektech/feast

public static io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest,
  feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse> getGetStorageMethod() {
 io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest, feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse> getGetStorageMethod;
 if ((getGetStorageMethod = UIServiceGrpc.getGetStorageMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getGetStorageMethod = UIServiceGrpc.getGetStorageMethod) == null) {
    UIServiceGrpc.getGetStorageMethod = getGetStorageMethod = 
      io.grpc.MethodDescriptor.<feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest, feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "GetStorage"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("GetStorage"))
        .build();
    }
   }
  }
  return getGetStorageMethod;
}
origin: gojektech/feast

@io.grpc.stub.annotations.RpcMethod(
  fullMethodName = SERVICE_NAME + '/' + "GetStorage",
  requestType = feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest.class,
  responseType = feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse.class,
  methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest,
  feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse> getGetStorageMethod() {
 io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest, feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse> getGetStorageMethod;
 if ((getGetStorageMethod = UIServiceGrpc.getGetStorageMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getGetStorageMethod = UIServiceGrpc.getGetStorageMethod) == null) {
    UIServiceGrpc.getGetStorageMethod = getGetStorageMethod = 
      io.grpc.MethodDescriptor.<feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest, feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "GetStorage"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("GetStorage"))
        .build();
    }
   }
  }
  return getGetStorageMethod;
}
origin: gojek/feast

@io.grpc.stub.annotations.RpcMethod(
  fullMethodName = SERVICE_NAME + '/' + "GetEntity",
  requestType = feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest.class,
  responseType = feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse.class,
  methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest,
  feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse> getGetEntityMethod() {
 io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest, feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse> getGetEntityMethod;
 if ((getGetEntityMethod = UIServiceGrpc.getGetEntityMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getGetEntityMethod = UIServiceGrpc.getGetEntityMethod) == null) {
    UIServiceGrpc.getGetEntityMethod = getGetEntityMethod = 
      io.grpc.MethodDescriptor.<feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest, feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "GetEntity"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetEntityRequest.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetEntityResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("GetEntity"))
        .build();
    }
   }
  }
  return getGetEntityMethod;
}
origin: gojek/feast

@io.grpc.stub.annotations.RpcMethod(
  fullMethodName = SERVICE_NAME + '/' + "ListEntities",
  requestType = com.google.protobuf.Empty.class,
  responseType = feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse.class,
  methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
  feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse> getListEntitiesMethod() {
 io.grpc.MethodDescriptor<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse> getListEntitiesMethod;
 if ((getListEntitiesMethod = UIServiceGrpc.getListEntitiesMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getListEntitiesMethod = UIServiceGrpc.getListEntitiesMethod) == null) {
    UIServiceGrpc.getListEntitiesMethod = getListEntitiesMethod = 
      io.grpc.MethodDescriptor.<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "ListEntities"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        com.google.protobuf.Empty.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("ListEntities"))
        .build();
    }
   }
  }
  return getListEntitiesMethod;
}
origin: gojek/feast

@io.grpc.stub.annotations.RpcMethod(
  fullMethodName = SERVICE_NAME + '/' + "ListStorage",
  requestType = com.google.protobuf.Empty.class,
  responseType = feast.core.UIServiceProto.UIServiceTypes.ListStorageResponse.class,
  methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
  feast.core.UIServiceProto.UIServiceTypes.ListStorageResponse> getListStorageMethod() {
 io.grpc.MethodDescriptor<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListStorageResponse> getListStorageMethod;
 if ((getListStorageMethod = UIServiceGrpc.getListStorageMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getListStorageMethod = UIServiceGrpc.getListStorageMethod) == null) {
    UIServiceGrpc.getListStorageMethod = getListStorageMethod = 
      io.grpc.MethodDescriptor.<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListStorageResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "ListStorage"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        com.google.protobuf.Empty.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.ListStorageResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("ListStorage"))
        .build();
    }
   }
  }
  return getListStorageMethod;
}
origin: gojek/feast

@io.grpc.stub.annotations.RpcMethod(
  fullMethodName = SERVICE_NAME + '/' + "ListFeatureGroups",
  requestType = com.google.protobuf.Empty.class,
  responseType = feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse.class,
  methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
  feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse> getListFeatureGroupsMethod() {
 io.grpc.MethodDescriptor<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse> getListFeatureGroupsMethod;
 if ((getListFeatureGroupsMethod = UIServiceGrpc.getListFeatureGroupsMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getListFeatureGroupsMethod = UIServiceGrpc.getListFeatureGroupsMethod) == null) {
    UIServiceGrpc.getListFeatureGroupsMethod = getListFeatureGroupsMethod = 
      io.grpc.MethodDescriptor.<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "ListFeatureGroups"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        com.google.protobuf.Empty.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("ListFeatureGroups"))
        .build();
    }
   }
  }
  return getListFeatureGroupsMethod;
}
origin: gojektech/feast

public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
  feast.core.UIServiceProto.UIServiceTypes.ListFeaturesResponse> getListFeaturesMethod() {
 io.grpc.MethodDescriptor<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListFeaturesResponse> getListFeaturesMethod;
 if ((getListFeaturesMethod = UIServiceGrpc.getListFeaturesMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getListFeaturesMethod = UIServiceGrpc.getListFeaturesMethod) == null) {
    UIServiceGrpc.getListFeaturesMethod = getListFeaturesMethod = 
      io.grpc.MethodDescriptor.<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListFeaturesResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "ListFeatures"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        com.google.protobuf.Empty.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.ListFeaturesResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("ListFeatures"))
        .build();
    }
   }
  }
  return getListFeaturesMethod;
}
origin: gojek/feast

@io.grpc.stub.annotations.RpcMethod(
  fullMethodName = SERVICE_NAME + '/' + "ListFeatures",
  requestType = com.google.protobuf.Empty.class,
  responseType = feast.core.UIServiceProto.UIServiceTypes.ListFeaturesResponse.class,
  methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
  feast.core.UIServiceProto.UIServiceTypes.ListFeaturesResponse> getListFeaturesMethod() {
 io.grpc.MethodDescriptor<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListFeaturesResponse> getListFeaturesMethod;
 if ((getListFeaturesMethod = UIServiceGrpc.getListFeaturesMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getListFeaturesMethod = UIServiceGrpc.getListFeaturesMethod) == null) {
    UIServiceGrpc.getListFeaturesMethod = getListFeaturesMethod = 
      io.grpc.MethodDescriptor.<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListFeaturesResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "ListFeatures"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        com.google.protobuf.Empty.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.ListFeaturesResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("ListFeatures"))
        .build();
    }
   }
  }
  return getListFeaturesMethod;
}
origin: gojektech/feast

public static io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest,
  feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse> getGetFeatureGroupMethod() {
 io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest, feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse> getGetFeatureGroupMethod;
 if ((getGetFeatureGroupMethod = UIServiceGrpc.getGetFeatureGroupMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getGetFeatureGroupMethod = UIServiceGrpc.getGetFeatureGroupMethod) == null) {
    UIServiceGrpc.getGetFeatureGroupMethod = getGetFeatureGroupMethod = 
      io.grpc.MethodDescriptor.<feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest, feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "GetFeatureGroup"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("GetFeatureGroup"))
        .build();
    }
   }
  }
  return getGetFeatureGroupMethod;
}
origin: gojektech/feast

@io.grpc.stub.annotations.RpcMethod(
  fullMethodName = SERVICE_NAME + '/' + "ListFeatureGroups",
  requestType = com.google.protobuf.Empty.class,
  responseType = feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse.class,
  methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
  feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse> getListFeatureGroupsMethod() {
 io.grpc.MethodDescriptor<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse> getListFeatureGroupsMethod;
 if ((getListFeatureGroupsMethod = UIServiceGrpc.getListFeatureGroupsMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getListFeatureGroupsMethod = UIServiceGrpc.getListFeatureGroupsMethod) == null) {
    UIServiceGrpc.getListFeatureGroupsMethod = getListFeatureGroupsMethod = 
      io.grpc.MethodDescriptor.<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "ListFeatureGroups"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        com.google.protobuf.Empty.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.ListFeatureGroupsResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("ListFeatureGroups"))
        .build();
    }
   }
  }
  return getListFeatureGroupsMethod;
}
origin: gojektech/feast

public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
  feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse> getListEntitiesMethod() {
 io.grpc.MethodDescriptor<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse> getListEntitiesMethod;
 if ((getListEntitiesMethod = UIServiceGrpc.getListEntitiesMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getListEntitiesMethod = UIServiceGrpc.getListEntitiesMethod) == null) {
    UIServiceGrpc.getListEntitiesMethod = getListEntitiesMethod = 
      io.grpc.MethodDescriptor.<com.google.protobuf.Empty, feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "ListEntities"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        com.google.protobuf.Empty.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.ListEntitiesResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("ListEntities"))
        .build();
    }
   }
  }
  return getListEntitiesMethod;
}
origin: gojek/feast

@io.grpc.stub.annotations.RpcMethod(
  fullMethodName = SERVICE_NAME + '/' + "GetStorage",
  requestType = feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest.class,
  responseType = feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse.class,
  methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest,
  feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse> getGetStorageMethod() {
 io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest, feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse> getGetStorageMethod;
 if ((getGetStorageMethod = UIServiceGrpc.getGetStorageMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getGetStorageMethod = UIServiceGrpc.getGetStorageMethod) == null) {
    UIServiceGrpc.getGetStorageMethod = getGetStorageMethod = 
      io.grpc.MethodDescriptor.<feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest, feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "GetStorage"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetStorageRequest.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetStorageResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("GetStorage"))
        .build();
    }
   }
  }
  return getGetStorageMethod;
}
origin: gojektech/feast

public static io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetFeatureRequest,
  feast.core.UIServiceProto.UIServiceTypes.GetFeatureResponse> getGetFeatureMethod() {
 io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetFeatureRequest, feast.core.UIServiceProto.UIServiceTypes.GetFeatureResponse> getGetFeatureMethod;
 if ((getGetFeatureMethod = UIServiceGrpc.getGetFeatureMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getGetFeatureMethod = UIServiceGrpc.getGetFeatureMethod) == null) {
    UIServiceGrpc.getGetFeatureMethod = getGetFeatureMethod = 
      io.grpc.MethodDescriptor.<feast.core.UIServiceProto.UIServiceTypes.GetFeatureRequest, feast.core.UIServiceProto.UIServiceTypes.GetFeatureResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "GetFeature"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetFeatureRequest.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetFeatureResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("GetFeature"))
        .build();
    }
   }
  }
  return getGetFeatureMethod;
}
origin: gojek/feast

@io.grpc.stub.annotations.RpcMethod(
  fullMethodName = SERVICE_NAME + '/' + "GetFeatureGroup",
  requestType = feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest.class,
  responseType = feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse.class,
  methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest,
  feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse> getGetFeatureGroupMethod() {
 io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest, feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse> getGetFeatureGroupMethod;
 if ((getGetFeatureGroupMethod = UIServiceGrpc.getGetFeatureGroupMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getGetFeatureGroupMethod = UIServiceGrpc.getGetFeatureGroupMethod) == null) {
    UIServiceGrpc.getGetFeatureGroupMethod = getGetFeatureGroupMethod = 
      io.grpc.MethodDescriptor.<feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest, feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "GetFeatureGroup"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("GetFeatureGroup"))
        .build();
    }
   }
  }
  return getGetFeatureGroupMethod;
}
origin: gojektech/feast

@io.grpc.stub.annotations.RpcMethod(
  fullMethodName = SERVICE_NAME + '/' + "GetFeatureGroup",
  requestType = feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest.class,
  responseType = feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse.class,
  methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest,
  feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse> getGetFeatureGroupMethod() {
 io.grpc.MethodDescriptor<feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest, feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse> getGetFeatureGroupMethod;
 if ((getGetFeatureGroupMethod = UIServiceGrpc.getGetFeatureGroupMethod) == null) {
  synchronized (UIServiceGrpc.class) {
   if ((getGetFeatureGroupMethod = UIServiceGrpc.getGetFeatureGroupMethod) == null) {
    UIServiceGrpc.getGetFeatureGroupMethod = getGetFeatureGroupMethod = 
      io.grpc.MethodDescriptor.<feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest, feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse>newBuilder()
      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
      .setFullMethodName(generateFullMethodName(
        "feast.core.UIService", "GetFeatureGroup"))
      .setSampledToLocalTracing(true)
      .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupRequest.getDefaultInstance()))
      .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
        feast.core.UIServiceProto.UIServiceTypes.GetFeatureGroupResponse.getDefaultInstance()))
        .setSchemaDescriptor(new UIServiceMethodDescriptorSupplier("GetFeatureGroup"))
        .build();
    }
   }
  }
  return getGetFeatureGroupMethod;
}
feast.coreUIServiceGrpc$UIServiceMethodDescriptorSupplier<init>

Popular methods of UIServiceGrpc$UIServiceMethodDescriptorSupplier

  • getServiceDescriptor

Popular in Java

  • Updating database using SQL prepared statement
  • getApplicationContext (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • Kernel (java.awt.image)
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • List (java.util)
    A List is a collection which maintains an ordering for its elements. Every element in the List has a
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • ResourceBundle (java.util)
    Resource bundles contain locale-specific objects. When your program needs a locale-specific resource
  • TreeSet (java.util)
    A NavigableSet implementation based on a TreeMap. The elements are ordered using their Comparable, o
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now