Struct google_api_proto::google::spanner::admin::database::v1::ListBackupOperationsResponse
source · pub struct ListBackupOperationsResponse {
pub operations: Vec<Operation>,
pub next_page_token: String,
}
Expand description
The response for [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations].
Fields§
§operations: Vec<Operation>
The list of matching backup [long-running
operations][google.longrunning.Operation]. Each operation’s name will be
prefixed by the backup’s name. The operation’s
[metadata][google.longrunning.Operation.metadata] field type
metadata.type_url
describes the type of the metadata. Operations returned
include those that are pending or have completed/failed/canceled within the
last 7 days. Operations returned are ordered by
operation.metadata.value.progress.start_time
in descending order starting
from the most recently started operation.
next_page_token: String
next_page_token
can be sent in a subsequent
[ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations]
call to fetch more of the matching metadata.
Trait Implementations§
source§impl Clone for ListBackupOperationsResponse
impl Clone for ListBackupOperationsResponse
source§fn clone(&self) -> ListBackupOperationsResponse
fn clone(&self) -> ListBackupOperationsResponse
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListBackupOperationsResponse
impl Debug for ListBackupOperationsResponse
source§impl Message for ListBackupOperationsResponse
impl Message for ListBackupOperationsResponse
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 ListBackupOperationsResponse
impl PartialEq for ListBackupOperationsResponse
source§fn eq(&self, other: &ListBackupOperationsResponse) -> bool
fn eq(&self, other: &ListBackupOperationsResponse) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListBackupOperationsResponse
Auto Trait Implementations§
impl Freeze for ListBackupOperationsResponse
impl RefUnwindSafe for ListBackupOperationsResponse
impl Send for ListBackupOperationsResponse
impl Sync for ListBackupOperationsResponse
impl Unpin for ListBackupOperationsResponse
impl UnwindSafe for ListBackupOperationsResponse
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