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.
* The Fetch service resolves or fetches assets referenced by URI and
* Qualifiers, returning a Digest for the content in
* [ContentAddressableStorage][build.bazel.remote.execution.v2.ContentAddressableStorage].
* As with other services in the Remote Execution API, any call may return an
* error with a [RetryInfo][google.rpc.RetryInfo] error detail providing
* information about when the client should retry the request; clients SHOULD
* respect the information provided.
*
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.65.0)",
comments = "Source: build/bazel/remote/asset/v1/remote_asset.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class FetchGrpc {
private FetchGrpc() {}
public static final java.lang.String SERVICE_NAME = "build.bazel.remote.asset.v1.Fetch";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getFetchBlobMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "FetchBlob",
requestType = build.bazel.remote.asset.v1.FetchBlobRequest.class,
responseType = build.bazel.remote.asset.v1.FetchBlobResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getFetchBlobMethod() {
io.grpc.MethodDescriptor getFetchBlobMethod;
if ((getFetchBlobMethod = FetchGrpc.getFetchBlobMethod) == null) {
synchronized (FetchGrpc.class) {
if ((getFetchBlobMethod = FetchGrpc.getFetchBlobMethod) == null) {
FetchGrpc.getFetchBlobMethod = getFetchBlobMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "FetchBlob"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
build.bazel.remote.asset.v1.FetchBlobRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
build.bazel.remote.asset.v1.FetchBlobResponse.getDefaultInstance()))
.setSchemaDescriptor(new FetchMethodDescriptorSupplier("FetchBlob"))
.build();
}
}
}
return getFetchBlobMethod;
}
private static volatile io.grpc.MethodDescriptor getFetchDirectoryMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "FetchDirectory",
requestType = build.bazel.remote.asset.v1.FetchDirectoryRequest.class,
responseType = build.bazel.remote.asset.v1.FetchDirectoryResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getFetchDirectoryMethod() {
io.grpc.MethodDescriptor getFetchDirectoryMethod;
if ((getFetchDirectoryMethod = FetchGrpc.getFetchDirectoryMethod) == null) {
synchronized (FetchGrpc.class) {
if ((getFetchDirectoryMethod = FetchGrpc.getFetchDirectoryMethod) == null) {
FetchGrpc.getFetchDirectoryMethod = getFetchDirectoryMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "FetchDirectory"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
build.bazel.remote.asset.v1.FetchDirectoryRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
build.bazel.remote.asset.v1.FetchDirectoryResponse.getDefaultInstance()))
.setSchemaDescriptor(new FetchMethodDescriptorSupplier("FetchDirectory"))
.build();
}
}
}
return getFetchDirectoryMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static FetchStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public FetchStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new FetchStub(channel, callOptions);
}
};
return FetchStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static FetchBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public FetchBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new FetchBlockingStub(channel, callOptions);
}
};
return FetchBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static FetchFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public FetchFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new FetchFutureStub(channel, callOptions);
}
};
return FetchFutureStub.newStub(factory, channel);
}
/**
*
* The Fetch service resolves or fetches assets referenced by URI and
* Qualifiers, returning a Digest for the content in
* [ContentAddressableStorage][build.bazel.remote.execution.v2.ContentAddressableStorage].
* As with other services in the Remote Execution API, any call may return an
* error with a [RetryInfo][google.rpc.RetryInfo] error detail providing
* information about when the client should retry the request; clients SHOULD
* respect the information provided.
*
*/
public interface AsyncService {
/**
*
* Resolve or fetch referenced assets, making them available to the caller and
* other consumers in the [ContentAddressableStorage][build.bazel.remote.execution.v2.ContentAddressableStorage].
* Servers *MAY* fetch content that they do not already have cached, for any
* URLs they support.
* Servers *SHOULD* ensure that referenced files are present in the CAS at the
* time of the response, and (if supported) that they will remain available
* for a reasonable period of time. The lifetimes of the referenced blobs *SHOULD*
* be increased if necessary and applicable.
* In the event that a client receives a reference to content that is no
* longer present, it *MAY* re-issue the request with
* `oldest_content_accepted` set to a more recent timestamp than the original
* attempt, to induce a re-fetch from origin.
* Servers *MAY* cache fetched content and reuse it for subsequent requests,
* subject to `oldest_content_accepted`.
* Servers *MAY* support the complementary [Push][build.bazel.remote.asset.v1.Push]
* API and allow content to be directly inserted for use in future fetch
* responses.
* Servers *MUST* ensure Fetch'd content matches all the specified
* qualifiers except in the case of previously Push'd resources, for which
* the server *MAY* trust the pushing client to have set the qualifiers
* correctly, without validation.
* Servers not implementing the complementary [Push][build.bazel.remote.asset.v1.Push]
* API *MUST* reject requests containing qualifiers it does not support.
* Servers *MAY* transform assets as part of the fetch. For example a
* tarball fetched by [FetchDirectory][build.bazel.remote.asset.v1.Fetch.FetchDirectory]
* might be unpacked, or a Git repository
* fetched by [FetchBlob][build.bazel.remote.asset.v1.Fetch.FetchBlob]
* might be passed through `git-archive`.
* Errors handling the requested assets will be returned as gRPC Status errors
* here; errors outside the server's control will be returned inline in the
* `status` field of the response (see comment there for details).
* The possible RPC errors include:
* * `INVALID_ARGUMENT`: One or more arguments were invalid, such as a
* qualifier that is not supported by the server.
* * `RESOURCE_EXHAUSTED`: There is insufficient quota of some resource to
* perform the requested operation. The client may retry after a delay.
* * `UNAVAILABLE`: Due to a transient condition the operation could not be
* completed. The client should retry.
* * `INTERNAL`: An internal error occurred while performing the operation.
* The client should retry.
* * `DEADLINE_EXCEEDED`: The fetch could not be completed within the given
* RPC deadline. The client should retry for at least as long as the value
* provided in `timeout` field of the request.
* In the case of unsupported qualifiers, the server *SHOULD* additionally
* send a [BadRequest][google.rpc.BadRequest] error detail where, for each
* unsupported qualifier, there is a `FieldViolation` with a `field` of
* `qualifiers.name` and a `description` of `"{qualifier}" not supported`
* indicating the name of the unsupported qualifier.
*
*/
default void fetchBlob(build.bazel.remote.asset.v1.FetchBlobRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getFetchBlobMethod(), responseObserver);
}
/**
*/
default void fetchDirectory(build.bazel.remote.asset.v1.FetchDirectoryRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getFetchDirectoryMethod(), responseObserver);
}
}
/**
* Base class for the server implementation of the service Fetch.
*
* The Fetch service resolves or fetches assets referenced by URI and
* Qualifiers, returning a Digest for the content in
* [ContentAddressableStorage][build.bazel.remote.execution.v2.ContentAddressableStorage].
* As with other services in the Remote Execution API, any call may return an
* error with a [RetryInfo][google.rpc.RetryInfo] error detail providing
* information about when the client should retry the request; clients SHOULD
* respect the information provided.
*
*/
public static abstract class FetchImplBase
implements io.grpc.BindableService, AsyncService {
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return FetchGrpc.bindService(this);
}
}
/**
* A stub to allow clients to do asynchronous rpc calls to service Fetch.
*
* The Fetch service resolves or fetches assets referenced by URI and
* Qualifiers, returning a Digest for the content in
* [ContentAddressableStorage][build.bazel.remote.execution.v2.ContentAddressableStorage].
* As with other services in the Remote Execution API, any call may return an
* error with a [RetryInfo][google.rpc.RetryInfo] error detail providing
* information about when the client should retry the request; clients SHOULD
* respect the information provided.
*
*/
public static final class FetchStub
extends io.grpc.stub.AbstractAsyncStub {
private FetchStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected FetchStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new FetchStub(channel, callOptions);
}
/**
*
* Resolve or fetch referenced assets, making them available to the caller and
* other consumers in the [ContentAddressableStorage][build.bazel.remote.execution.v2.ContentAddressableStorage].
* Servers *MAY* fetch content that they do not already have cached, for any
* URLs they support.
* Servers *SHOULD* ensure that referenced files are present in the CAS at the
* time of the response, and (if supported) that they will remain available
* for a reasonable period of time. The lifetimes of the referenced blobs *SHOULD*
* be increased if necessary and applicable.
* In the event that a client receives a reference to content that is no
* longer present, it *MAY* re-issue the request with
* `oldest_content_accepted` set to a more recent timestamp than the original
* attempt, to induce a re-fetch from origin.
* Servers *MAY* cache fetched content and reuse it for subsequent requests,
* subject to `oldest_content_accepted`.
* Servers *MAY* support the complementary [Push][build.bazel.remote.asset.v1.Push]
* API and allow content to be directly inserted for use in future fetch
* responses.
* Servers *MUST* ensure Fetch'd content matches all the specified
* qualifiers except in the case of previously Push'd resources, for which
* the server *MAY* trust the pushing client to have set the qualifiers
* correctly, without validation.
* Servers not implementing the complementary [Push][build.bazel.remote.asset.v1.Push]
* API *MUST* reject requests containing qualifiers it does not support.
* Servers *MAY* transform assets as part of the fetch. For example a
* tarball fetched by [FetchDirectory][build.bazel.remote.asset.v1.Fetch.FetchDirectory]
* might be unpacked, or a Git repository
* fetched by [FetchBlob][build.bazel.remote.asset.v1.Fetch.FetchBlob]
* might be passed through `git-archive`.
* Errors handling the requested assets will be returned as gRPC Status errors
* here; errors outside the server's control will be returned inline in the
* `status` field of the response (see comment there for details).
* The possible RPC errors include:
* * `INVALID_ARGUMENT`: One or more arguments were invalid, such as a
* qualifier that is not supported by the server.
* * `RESOURCE_EXHAUSTED`: There is insufficient quota of some resource to
* perform the requested operation. The client may retry after a delay.
* * `UNAVAILABLE`: Due to a transient condition the operation could not be
* completed. The client should retry.
* * `INTERNAL`: An internal error occurred while performing the operation.
* The client should retry.
* * `DEADLINE_EXCEEDED`: The fetch could not be completed within the given
* RPC deadline. The client should retry for at least as long as the value
* provided in `timeout` field of the request.
* In the case of unsupported qualifiers, the server *SHOULD* additionally
* send a [BadRequest][google.rpc.BadRequest] error detail where, for each
* unsupported qualifier, there is a `FieldViolation` with a `field` of
* `qualifiers.name` and a `description` of `"{qualifier}" not supported`
* indicating the name of the unsupported qualifier.
*
*/
public void fetchBlob(build.bazel.remote.asset.v1.FetchBlobRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getFetchBlobMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void fetchDirectory(build.bazel.remote.asset.v1.FetchDirectoryRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getFetchDirectoryMethod(), getCallOptions()), request, responseObserver);
}
}
/**
* A stub to allow clients to do synchronous rpc calls to service Fetch.
*
* The Fetch service resolves or fetches assets referenced by URI and
* Qualifiers, returning a Digest for the content in
* [ContentAddressableStorage][build.bazel.remote.execution.v2.ContentAddressableStorage].
* As with other services in the Remote Execution API, any call may return an
* error with a [RetryInfo][google.rpc.RetryInfo] error detail providing
* information about when the client should retry the request; clients SHOULD
* respect the information provided.
*
*/
public static final class FetchBlockingStub
extends io.grpc.stub.AbstractBlockingStub {
private FetchBlockingStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected FetchBlockingStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new FetchBlockingStub(channel, callOptions);
}
/**
*
* Resolve or fetch referenced assets, making them available to the caller and
* other consumers in the [ContentAddressableStorage][build.bazel.remote.execution.v2.ContentAddressableStorage].
* Servers *MAY* fetch content that they do not already have cached, for any
* URLs they support.
* Servers *SHOULD* ensure that referenced files are present in the CAS at the
* time of the response, and (if supported) that they will remain available
* for a reasonable period of time. The lifetimes of the referenced blobs *SHOULD*
* be increased if necessary and applicable.
* In the event that a client receives a reference to content that is no
* longer present, it *MAY* re-issue the request with
* `oldest_content_accepted` set to a more recent timestamp than the original
* attempt, to induce a re-fetch from origin.
* Servers *MAY* cache fetched content and reuse it for subsequent requests,
* subject to `oldest_content_accepted`.
* Servers *MAY* support the complementary [Push][build.bazel.remote.asset.v1.Push]
* API and allow content to be directly inserted for use in future fetch
* responses.
* Servers *MUST* ensure Fetch'd content matches all the specified
* qualifiers except in the case of previously Push'd resources, for which
* the server *MAY* trust the pushing client to have set the qualifiers
* correctly, without validation.
* Servers not implementing the complementary [Push][build.bazel.remote.asset.v1.Push]
* API *MUST* reject requests containing qualifiers it does not support.
* Servers *MAY* transform assets as part of the fetch. For example a
* tarball fetched by [FetchDirectory][build.bazel.remote.asset.v1.Fetch.FetchDirectory]
* might be unpacked, or a Git repository
* fetched by [FetchBlob][build.bazel.remote.asset.v1.Fetch.FetchBlob]
* might be passed through `git-archive`.
* Errors handling the requested assets will be returned as gRPC Status errors
* here; errors outside the server's control will be returned inline in the
* `status` field of the response (see comment there for details).
* The possible RPC errors include:
* * `INVALID_ARGUMENT`: One or more arguments were invalid, such as a
* qualifier that is not supported by the server.
* * `RESOURCE_EXHAUSTED`: There is insufficient quota of some resource to
* perform the requested operation. The client may retry after a delay.
* * `UNAVAILABLE`: Due to a transient condition the operation could not be
* completed. The client should retry.
* * `INTERNAL`: An internal error occurred while performing the operation.
* The client should retry.
* * `DEADLINE_EXCEEDED`: The fetch could not be completed within the given
* RPC deadline. The client should retry for at least as long as the value
* provided in `timeout` field of the request.
* In the case of unsupported qualifiers, the server *SHOULD* additionally
* send a [BadRequest][google.rpc.BadRequest] error detail where, for each
* unsupported qualifier, there is a `FieldViolation` with a `field` of
* `qualifiers.name` and a `description` of `"{qualifier}" not supported`
* indicating the name of the unsupported qualifier.
*
*/
public build.bazel.remote.asset.v1.FetchBlobResponse fetchBlob(build.bazel.remote.asset.v1.FetchBlobRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getFetchBlobMethod(), getCallOptions(), request);
}
/**
*/
public build.bazel.remote.asset.v1.FetchDirectoryResponse fetchDirectory(build.bazel.remote.asset.v1.FetchDirectoryRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getFetchDirectoryMethod(), getCallOptions(), request);
}
}
/**
* A stub to allow clients to do ListenableFuture-style rpc calls to service Fetch.
*
* The Fetch service resolves or fetches assets referenced by URI and
* Qualifiers, returning a Digest for the content in
* [ContentAddressableStorage][build.bazel.remote.execution.v2.ContentAddressableStorage].
* As with other services in the Remote Execution API, any call may return an
* error with a [RetryInfo][google.rpc.RetryInfo] error detail providing
* information about when the client should retry the request; clients SHOULD
* respect the information provided.
*
*/
public static final class FetchFutureStub
extends io.grpc.stub.AbstractFutureStub {
private FetchFutureStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected FetchFutureStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new FetchFutureStub(channel, callOptions);
}
/**
*
* Resolve or fetch referenced assets, making them available to the caller and
* other consumers in the [ContentAddressableStorage][build.bazel.remote.execution.v2.ContentAddressableStorage].
* Servers *MAY* fetch content that they do not already have cached, for any
* URLs they support.
* Servers *SHOULD* ensure that referenced files are present in the CAS at the
* time of the response, and (if supported) that they will remain available
* for a reasonable period of time. The lifetimes of the referenced blobs *SHOULD*
* be increased if necessary and applicable.
* In the event that a client receives a reference to content that is no
* longer present, it *MAY* re-issue the request with
* `oldest_content_accepted` set to a more recent timestamp than the original
* attempt, to induce a re-fetch from origin.
* Servers *MAY* cache fetched content and reuse it for subsequent requests,
* subject to `oldest_content_accepted`.
* Servers *MAY* support the complementary [Push][build.bazel.remote.asset.v1.Push]
* API and allow content to be directly inserted for use in future fetch
* responses.
* Servers *MUST* ensure Fetch'd content matches all the specified
* qualifiers except in the case of previously Push'd resources, for which
* the server *MAY* trust the pushing client to have set the qualifiers
* correctly, without validation.
* Servers not implementing the complementary [Push][build.bazel.remote.asset.v1.Push]
* API *MUST* reject requests containing qualifiers it does not support.
* Servers *MAY* transform assets as part of the fetch. For example a
* tarball fetched by [FetchDirectory][build.bazel.remote.asset.v1.Fetch.FetchDirectory]
* might be unpacked, or a Git repository
* fetched by [FetchBlob][build.bazel.remote.asset.v1.Fetch.FetchBlob]
* might be passed through `git-archive`.
* Errors handling the requested assets will be returned as gRPC Status errors
* here; errors outside the server's control will be returned inline in the
* `status` field of the response (see comment there for details).
* The possible RPC errors include:
* * `INVALID_ARGUMENT`: One or more arguments were invalid, such as a
* qualifier that is not supported by the server.
* * `RESOURCE_EXHAUSTED`: There is insufficient quota of some resource to
* perform the requested operation. The client may retry after a delay.
* * `UNAVAILABLE`: Due to a transient condition the operation could not be
* completed. The client should retry.
* * `INTERNAL`: An internal error occurred while performing the operation.
* The client should retry.
* * `DEADLINE_EXCEEDED`: The fetch could not be completed within the given
* RPC deadline. The client should retry for at least as long as the value
* provided in `timeout` field of the request.
* In the case of unsupported qualifiers, the server *SHOULD* additionally
* send a [BadRequest][google.rpc.BadRequest] error detail where, for each
* unsupported qualifier, there is a `FieldViolation` with a `field` of
* `qualifiers.name` and a `description` of `"{qualifier}" not supported`
* indicating the name of the unsupported qualifier.
*
*/
public com.google.common.util.concurrent.ListenableFuture fetchBlob(
build.bazel.remote.asset.v1.FetchBlobRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getFetchBlobMethod(), getCallOptions()), request);
}
/**
*/
public com.google.common.util.concurrent.ListenableFuture fetchDirectory(
build.bazel.remote.asset.v1.FetchDirectoryRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getFetchDirectoryMethod(), getCallOptions()), request);
}
}
private static final int METHODID_FETCH_BLOB = 0;
private static final int METHODID_FETCH_DIRECTORY = 1;
private static final class MethodHandlers implements
io.grpc.stub.ServerCalls.UnaryMethod,
io.grpc.stub.ServerCalls.ServerStreamingMethod,
io.grpc.stub.ServerCalls.ClientStreamingMethod,
io.grpc.stub.ServerCalls.BidiStreamingMethod {
private final AsyncService serviceImpl;
private final int methodId;
MethodHandlers(AsyncService serviceImpl, int methodId) {
this.serviceImpl = serviceImpl;
this.methodId = methodId;
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
case METHODID_FETCH_BLOB:
serviceImpl.fetchBlob((build.bazel.remote.asset.v1.FetchBlobRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_FETCH_DIRECTORY:
serviceImpl.fetchDirectory((build.bazel.remote.asset.v1.FetchDirectoryRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
default:
throw new AssertionError();
}
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public io.grpc.stub.StreamObserver invoke(
io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
default:
throw new AssertionError();
}
}
}
public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getFetchBlobMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
build.bazel.remote.asset.v1.FetchBlobRequest,
build.bazel.remote.asset.v1.FetchBlobResponse>(
service, METHODID_FETCH_BLOB)))
.addMethod(
getFetchDirectoryMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
build.bazel.remote.asset.v1.FetchDirectoryRequest,
build.bazel.remote.asset.v1.FetchDirectoryResponse>(
service, METHODID_FETCH_DIRECTORY)))
.build();
}
private static abstract class FetchBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
FetchBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return build.bazel.remote.asset.v1.RemoteAssetProto.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("Fetch");
}
}
private static final class FetchFileDescriptorSupplier
extends FetchBaseDescriptorSupplier {
FetchFileDescriptorSupplier() {}
}
private static final class FetchMethodDescriptorSupplier
extends FetchBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final java.lang.String methodName;
FetchMethodDescriptorSupplier(java.lang.String methodName) {
this.methodName = methodName;
}
@java.lang.Override
public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() {
return getServiceDescriptor().findMethodByName(methodName);
}
}
private static volatile io.grpc.ServiceDescriptor serviceDescriptor;
public static io.grpc.ServiceDescriptor getServiceDescriptor() {
io.grpc.ServiceDescriptor result = serviceDescriptor;
if (result == null) {
synchronized (FetchGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new FetchFileDescriptorSupplier())
.addMethod(getFetchBlobMethod())
.addMethod(getFetchDirectoryMethod())
.build();
}
}
}
return result;
}
}