Struct google_api_proto::google::cloud::metastore::v1beta::UpdateMetadataImportRequest
source · pub struct UpdateMetadataImportRequest {
pub update_mask: Option<FieldMask>,
pub metadata_import: Option<MetadataImport>,
pub request_id: String,
}
Expand description
Request message for [DataprocMetastore.UpdateMetadataImport][google.cloud.metastore.v1beta.DataprocMetastore.UpdateMetadataImport].
Fields§
§update_mask: Option<FieldMask>
Required. A field mask used to specify the fields to be overwritten in the
metadata import resource by the update.
Fields specified in the update_mask
are relative to the resource (not
to the full request). A field is overwritten if it is in the mask.
metadata_import: Option<MetadataImport>
Required. The metadata import to update. The server only merges fields
in the import if they are specified in update_mask
.
The metadata import’s name
field is used to identify the metastore
import to be updated.
request_id: String
Optional. A request ID. Specify a unique request ID to allow the server to ignore the request if it has completed. The server will ignore subsequent requests that provide a duplicate request ID for at least 60 minutes after the first request.
For example, if an initial request times out, followed by another request with the same request ID, the server ignores the second request to prevent the creation of duplicate commitments.
The request ID must be a valid UUID A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.
Trait Implementations§
source§impl Clone for UpdateMetadataImportRequest
impl Clone for UpdateMetadataImportRequest
source§fn clone(&self) -> UpdateMetadataImportRequest
fn clone(&self) -> UpdateMetadataImportRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateMetadataImportRequest
impl Debug for UpdateMetadataImportRequest
source§impl Message for UpdateMetadataImportRequest
impl Message for UpdateMetadataImportRequest
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for UpdateMetadataImportRequest
impl PartialEq for UpdateMetadataImportRequest
source§fn eq(&self, other: &UpdateMetadataImportRequest) -> bool
fn eq(&self, other: &UpdateMetadataImportRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateMetadataImportRequest
Auto Trait Implementations§
impl Freeze for UpdateMetadataImportRequest
impl RefUnwindSafe for UpdateMetadataImportRequest
impl Send for UpdateMetadataImportRequest
impl Sync for UpdateMetadataImportRequest
impl Unpin for UpdateMetadataImportRequest
impl UnwindSafe for UpdateMetadataImportRequest
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