Struct google_api_proto::google::genomics::v1::reference_service_v1_client::ReferenceServiceV1Client
source · pub struct ReferenceServiceV1Client<T> { /* private fields */ }
Implementations§
source§impl<T> ReferenceServiceV1Client<T>where
T: GrpcService<BoxBody>,
T::Error: Into<StdError>,
T::ResponseBody: Body<Data = Bytes> + Send + 'static,
<T::ResponseBody as Body>::Error: Into<StdError> + Send,
impl<T> ReferenceServiceV1Client<T>where
T: GrpcService<BoxBody>,
T::Error: Into<StdError>,
T::ResponseBody: Body<Data = Bytes> + Send + 'static,
<T::ResponseBody as Body>::Error: Into<StdError> + Send,
pub fn new(inner: T) -> Self
pub fn with_origin(inner: T, origin: Uri) -> Self
pub fn with_interceptor<F>(
inner: T,
interceptor: F,
) -> ReferenceServiceV1Client<InterceptedService<T, F>>where
F: Interceptor,
T::ResponseBody: Default,
T: Service<Request<BoxBody>, Response = Response<<T as GrpcService<BoxBody>>::ResponseBody>>,
<T as Service<Request<BoxBody>>>::Error: Into<StdError> + Send + Sync,
sourcepub fn send_compressed(self, encoding: CompressionEncoding) -> Self
pub fn send_compressed(self, encoding: CompressionEncoding) -> Self
Compress requests with the given encoding.
This requires the server to support it otherwise it might respond with an error.
sourcepub fn accept_compressed(self, encoding: CompressionEncoding) -> Self
pub fn accept_compressed(self, encoding: CompressionEncoding) -> Self
Enable decompressing responses.
sourcepub fn max_decoding_message_size(self, limit: usize) -> Self
pub fn max_decoding_message_size(self, limit: usize) -> Self
Limits the maximum size of a decoded message.
Default: 4MB
sourcepub fn max_encoding_message_size(self, limit: usize) -> Self
pub fn max_encoding_message_size(self, limit: usize) -> Self
Limits the maximum size of an encoded message.
Default: usize::MAX
sourcepub async fn search_reference_sets(
&mut self,
request: impl IntoRequest<SearchReferenceSetsRequest>,
) -> Result<Response<SearchReferenceSetsResponse>, Status>
pub async fn search_reference_sets( &mut self, request: impl IntoRequest<SearchReferenceSetsRequest>, ) -> Result<Response<SearchReferenceSetsResponse>, Status>
Searches for reference sets which match the given criteria.
For the definitions of references and other genomics resources, see Fundamentals of Google Genomics
Implements GlobalAllianceApi.searchReferenceSets
sourcepub async fn get_reference_set(
&mut self,
request: impl IntoRequest<GetReferenceSetRequest>,
) -> Result<Response<ReferenceSet>, Status>
pub async fn get_reference_set( &mut self, request: impl IntoRequest<GetReferenceSetRequest>, ) -> Result<Response<ReferenceSet>, Status>
Gets a reference set.
For the definitions of references and other genomics resources, see Fundamentals of Google Genomics
Implements GlobalAllianceApi.getReferenceSet.
sourcepub async fn search_references(
&mut self,
request: impl IntoRequest<SearchReferencesRequest>,
) -> Result<Response<SearchReferencesResponse>, Status>
pub async fn search_references( &mut self, request: impl IntoRequest<SearchReferencesRequest>, ) -> Result<Response<SearchReferencesResponse>, Status>
Searches for references which match the given criteria.
For the definitions of references and other genomics resources, see Fundamentals of Google Genomics
Implements GlobalAllianceApi.searchReferences.
sourcepub async fn get_reference(
&mut self,
request: impl IntoRequest<GetReferenceRequest>,
) -> Result<Response<Reference>, Status>
pub async fn get_reference( &mut self, request: impl IntoRequest<GetReferenceRequest>, ) -> Result<Response<Reference>, Status>
Gets a reference.
For the definitions of references and other genomics resources, see Fundamentals of Google Genomics
Implements GlobalAllianceApi.getReference.
sourcepub async fn list_bases(
&mut self,
request: impl IntoRequest<ListBasesRequest>,
) -> Result<Response<ListBasesResponse>, Status>
pub async fn list_bases( &mut self, request: impl IntoRequest<ListBasesRequest>, ) -> Result<Response<ListBasesResponse>, Status>
Lists the bases in a reference, optionally restricted to a range.
For the definitions of references and other genomics resources, see Fundamentals of Google Genomics
Implements GlobalAllianceApi.getReferenceBases.
Trait Implementations§
source§impl<T: Clone> Clone for ReferenceServiceV1Client<T>
impl<T: Clone> Clone for ReferenceServiceV1Client<T>
source§fn clone(&self) -> ReferenceServiceV1Client<T>
fn clone(&self) -> ReferenceServiceV1Client<T>
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreAuto Trait Implementations§
impl<T> !Freeze for ReferenceServiceV1Client<T>
impl<T> RefUnwindSafe for ReferenceServiceV1Client<T>where
T: RefUnwindSafe,
impl<T> Send for ReferenceServiceV1Client<T>where
T: Send,
impl<T> Sync for ReferenceServiceV1Client<T>where
T: Sync,
impl<T> Unpin for ReferenceServiceV1Client<T>where
T: Unpin,
impl<T> UnwindSafe for ReferenceServiceV1Client<T>where
T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request