pub struct GoogleCloudApigeeV1Metadata {
pub errors: Option<Vec<String>>,
pub notices: Option<Vec<String>>,
}Expand description
Encapsulates additional information about query execution.
This type is not used in any activity, and only used as part of another schema.
Fields§
§errors: Option<Vec<String>>List of error messages as strings.
notices: Option<Vec<String>>List of additional information such as data source, if result was truncated. For example: "notices": [ "Source:Postgres", "PG Host:uappg0rw.e2e.apigeeks.net", "query served by:4b64601e-40de-4eb1-bfb9-eeee7ac929ed", "Table used: edge.api.uapgroup2.agg_api" ]
Trait Implementations§
Source§impl Clone for GoogleCloudApigeeV1Metadata
impl Clone for GoogleCloudApigeeV1Metadata
Source§fn clone(&self) -> GoogleCloudApigeeV1Metadata
fn clone(&self) -> GoogleCloudApigeeV1Metadata
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GoogleCloudApigeeV1Metadata
impl Debug for GoogleCloudApigeeV1Metadata
Source§impl Default for GoogleCloudApigeeV1Metadata
impl Default for GoogleCloudApigeeV1Metadata
Source§fn default() -> GoogleCloudApigeeV1Metadata
fn default() -> GoogleCloudApigeeV1Metadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudApigeeV1Metadata
impl<'de> Deserialize<'de> for GoogleCloudApigeeV1Metadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudApigeeV1Metadata
Auto Trait Implementations§
impl Freeze for GoogleCloudApigeeV1Metadata
impl RefUnwindSafe for GoogleCloudApigeeV1Metadata
impl Send for GoogleCloudApigeeV1Metadata
impl Sync for GoogleCloudApigeeV1Metadata
impl Unpin for GoogleCloudApigeeV1Metadata
impl UnwindSafe for GoogleCloudApigeeV1Metadata
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
Mutably borrows from an owned value. Read more