Struct google_api_proto::google::cloud::bigquery::v2::BigLakeConfiguration
source · pub struct BigLakeConfiguration {
pub connection_id: String,
pub storage_uri: String,
pub file_format: i32,
pub table_format: i32,
}
Expand description
Configuration for BigLake managed tables.
Fields§
§connection_id: String
Required. The connection specifying the credentials to be used to read and
write to external storage, such as Cloud Storage. The connection_id can
have the form {project}.{location}.{connection_id}
or
`projects/{project}/locations/{location}/connections/{connection_id}“.
storage_uri: String
Required. The fully qualified location prefix of the external folder where
table data is stored. The ‘*’ wildcard character is not allowed. The URI
should be in the format gs://bucket/path_to_table/
file_format: i32
Required. The file format the table data is stored in.
table_format: i32
Required. The table format the metadata only snapshots are stored in.
Implementations§
source§impl BigLakeConfiguration
impl BigLakeConfiguration
sourcepub fn file_format(&self) -> FileFormat
pub fn file_format(&self) -> FileFormat
Returns the enum value of file_format
, or the default if the field is set to an invalid enum value.
sourcepub fn set_file_format(&mut self, value: FileFormat)
pub fn set_file_format(&mut self, value: FileFormat)
Sets file_format
to the provided enum value.
sourcepub fn table_format(&self) -> TableFormat
pub fn table_format(&self) -> TableFormat
Returns the enum value of table_format
, or the default if the field is set to an invalid enum value.
sourcepub fn set_table_format(&mut self, value: TableFormat)
pub fn set_table_format(&mut self, value: TableFormat)
Sets table_format
to the provided enum value.
Trait Implementations§
source§impl Clone for BigLakeConfiguration
impl Clone for BigLakeConfiguration
source§fn clone(&self) -> BigLakeConfiguration
fn clone(&self) -> BigLakeConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for BigLakeConfiguration
impl Debug for BigLakeConfiguration
source§impl Default for BigLakeConfiguration
impl Default for BigLakeConfiguration
source§impl Message for BigLakeConfiguration
impl Message for BigLakeConfiguration
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 BigLakeConfiguration
impl PartialEq for BigLakeConfiguration
source§fn eq(&self, other: &BigLakeConfiguration) -> bool
fn eq(&self, other: &BigLakeConfiguration) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BigLakeConfiguration
Auto Trait Implementations§
impl Freeze for BigLakeConfiguration
impl RefUnwindSafe for BigLakeConfiguration
impl Send for BigLakeConfiguration
impl Sync for BigLakeConfiguration
impl Unpin for BigLakeConfiguration
impl UnwindSafe for BigLakeConfiguration
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