Home
last modified time | relevance | path

Searched defs:FetchDirectory (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bazelbuild-remote-apis/build/bazel/remote/asset/v1/
H A Dremote_asset.pb.go1355FetchDirectory(ctx context.Context, in *FetchDirectoryRequest, opts ...grpc.CallOption) (*FetchDir… methodSpec
1375 func (c *fetchClient) FetchDirectory(ctx context.Context, in *FetchDirectoryRequest, opts ...grpc.C… func
1444 FetchDirectory(context.Context, *FetchDirectoryRequest) (*FetchDirectoryResponse, error) methodSpec
1454 func (*UnimplementedFetchServer) FetchDirectory(context.Context, *FetchDirectoryRequest) (*FetchDir… func
H A Dremote_asset.proto147 rpc FetchDirectory(FetchDirectoryRequest) returns (FetchDirectoryResponse) { rpc