Struct gapi_grpc::google::cloud::datacatalog::v1::SearchCatalogResult [−][src]
A result that appears in the response of a search request. Each result captures details of one entry that matches the search.
Fields
search_result_type: i32
Type of the search result. This field can be used to determine which Get method to call to fetch the full resource.
search_result_subtype: String
Sub-type of the search result. This is a dot-delimited description of the
resource’s full type, and is the same as the value callers would provide in
the “type” search facet. Examples: entry.table
, entry.dataStream
,
tagTemplate
.
relative_resource_name: String
The relative resource name of the resource in URL format. Examples:
projects/{project_id}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
projects/{project_id}/tagTemplates/{tag_template_id}
linked_resource: String
The full name of the cloud resource the entry belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name. Example:
//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
modify_time: Option<Timestamp>
Last-modified timestamp of the entry from the managing system.
fully_qualified_name: String
Fully Qualified Name of the resource. There are two main forms of FQNs: {system}:{project}.{dot-separated path to resource} for non-regionalized resources {system}:{project}.{location id}.{dot-separated path to resource} for regionalized resources Examples:
- dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId
- bigquery:table.project_id.dataset_id.table_id
system: Option<System>
The source system of the entry. Only applicable when search_result_type
is ENTRY.
Implementations
impl SearchCatalogResult
[src]
pub fn search_result_type(&self) -> SearchResultType
[src]
Returns the enum value of search_result_type
, or the default if the field is set to an invalid enum value.
pub fn set_search_result_type(&mut self, value: SearchResultType)
[src]
Sets search_result_type
to the provided enum value.
Trait Implementations
impl Clone for SearchCatalogResult
[src]
fn clone(&self) -> SearchCatalogResult
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for SearchCatalogResult
[src]
impl Default for SearchCatalogResult
[src]
fn default() -> SearchCatalogResult
[src]
impl Message for SearchCatalogResult
[src]
fn encode_raw<B>(&self, buf: &mut B) where
B: BufMut,
[src]
B: BufMut,
fn merge_field<B>(
&mut self,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf,
[src]
&mut self,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf,
fn encoded_len(&self) -> usize
[src]
fn clear(&mut self)
[src]
pub fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError> where
B: BufMut,
[src]
B: BufMut,
pub fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError> where
B: BufMut,
[src]
B: BufMut,
pub fn decode<B>(buf: B) -> Result<Self, DecodeError> where
Self: Default,
B: Buf,
[src]
Self: Default,
B: Buf,
pub fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError> where
Self: Default,
B: Buf,
[src]
Self: Default,
B: Buf,
pub fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError> where
B: Buf,
[src]
B: Buf,
pub fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError> where
B: Buf,
[src]
B: Buf,
impl PartialEq<SearchCatalogResult> for SearchCatalogResult
[src]
fn eq(&self, other: &SearchCatalogResult) -> bool
[src]
fn ne(&self, other: &SearchCatalogResult) -> bool
[src]
impl StructuralPartialEq for SearchCatalogResult
[src]
Auto Trait Implementations
impl RefUnwindSafe for SearchCatalogResult
impl Send for SearchCatalogResult
impl Sync for SearchCatalogResult
impl Unpin for SearchCatalogResult
impl UnwindSafe for SearchCatalogResult
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> IntoRequest<T> for T
[src]
pub fn into_request(self) -> Request<T>
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,
impl<T> WithSubscriber for T
[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,