Struct google_api_proto::google::spanner::admin::instance::v1::ListInstancePartitionOperationsResponse
source · pub struct ListInstancePartitionOperationsResponse {
pub operations: Vec<Operation>,
pub next_page_token: String,
pub unreachable_instance_partitions: Vec<String>,
}
Expand description
The response for [ListInstancePartitionOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitionOperations].
Fields§
§operations: Vec<Operation>
The list of matching instance partition [long-running
operations][google.longrunning.Operation]. Each operation’s name will be
prefixed by the instance partition’s name. The operation’s
[metadata][google.longrunning.Operation.metadata] field type
metadata.type_url
describes the type of the metadata.
next_page_token: String
next_page_token
can be sent in a subsequent
[ListInstancePartitionOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitionOperations]
call to fetch more of the matching metadata.
unreachable_instance_partitions: Vec<String>
The list of unreachable instance partitions. It includes the names of instance partitions whose operation metadata could not be retrieved within [instance_partition_deadline][google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest.instance_partition_deadline].
Trait Implementations§
source§impl Clone for ListInstancePartitionOperationsResponse
impl Clone for ListInstancePartitionOperationsResponse
source§fn clone(&self) -> ListInstancePartitionOperationsResponse
fn clone(&self) -> ListInstancePartitionOperationsResponse
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for ListInstancePartitionOperationsResponse
impl Message for ListInstancePartitionOperationsResponse
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 ListInstancePartitionOperationsResponse
impl PartialEq for ListInstancePartitionOperationsResponse
source§fn eq(&self, other: &ListInstancePartitionOperationsResponse) -> bool
fn eq(&self, other: &ListInstancePartitionOperationsResponse) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListInstancePartitionOperationsResponse
Auto Trait Implementations§
impl Freeze for ListInstancePartitionOperationsResponse
impl RefUnwindSafe for ListInstancePartitionOperationsResponse
impl Send for ListInstancePartitionOperationsResponse
impl Sync for ListInstancePartitionOperationsResponse
impl Unpin for ListInstancePartitionOperationsResponse
impl UnwindSafe for ListInstancePartitionOperationsResponse
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