Struct google_api_proto::google::cloud::metastore::v1::RestoreServiceRequest
source · pub struct RestoreServiceRequest {
pub service: String,
pub backup: String,
pub restore_type: i32,
pub request_id: String,
}
Expand description
Request message for [DataprocMetastore.Restore][].
Fields§
§service: String
Required. The relative resource name of the metastore service to run restore, in the following form:
projects/{project_id}/locations/{location_id}/services/{service_id}
.
backup: String
Required. The relative resource name of the metastore service backup to restore from, in the following form:
projects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}
.
restore_type: i32
Optional. The type of restore. If unspecified, defaults to METADATA_ONLY
.
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.
Implementations§
source§impl RestoreServiceRequest
impl RestoreServiceRequest
sourcepub fn restore_type(&self) -> RestoreType
pub fn restore_type(&self) -> RestoreType
Returns the enum value of restore_type
, or the default if the field is set to an invalid enum value.
sourcepub fn set_restore_type(&mut self, value: RestoreType)
pub fn set_restore_type(&mut self, value: RestoreType)
Sets restore_type
to the provided enum value.
Trait Implementations§
source§impl Clone for RestoreServiceRequest
impl Clone for RestoreServiceRequest
source§fn clone(&self) -> RestoreServiceRequest
fn clone(&self) -> RestoreServiceRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RestoreServiceRequest
impl Debug for RestoreServiceRequest
source§impl Default for RestoreServiceRequest
impl Default for RestoreServiceRequest
source§impl Message for RestoreServiceRequest
impl Message for RestoreServiceRequest
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 RestoreServiceRequest
impl PartialEq for RestoreServiceRequest
source§fn eq(&self, other: &RestoreServiceRequest) -> bool
fn eq(&self, other: &RestoreServiceRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RestoreServiceRequest
Auto Trait Implementations§
impl Freeze for RestoreServiceRequest
impl RefUnwindSafe for RestoreServiceRequest
impl Send for RestoreServiceRequest
impl Sync for RestoreServiceRequest
impl Unpin for RestoreServiceRequest
impl UnwindSafe for RestoreServiceRequest
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