Struct kvproto::backup::Gcs [−][src]
Fields
endpoint: String
bucket: String
prefix: String
storage_class: String
predefined_acl: String
credentials_blob: String
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl Gcs
[src][−]
pub fn new() -> Gcs
[src]
pub fn get_endpoint(&self) -> &str
[src]
pub fn clear_endpoint(&mut self)
[src]
pub fn set_endpoint(&mut self, v: String)
[src]
pub fn mut_endpoint(&mut self) -> &mut String
[src]
pub fn take_endpoint(&mut self) -> String
[src]
pub fn get_bucket(&self) -> &str
[src]
pub fn clear_bucket(&mut self)
[src]
pub fn set_bucket(&mut self, v: String)
[src]
pub fn mut_bucket(&mut self) -> &mut String
[src]
pub fn take_bucket(&mut self) -> String
[src]
pub fn get_prefix(&self) -> &str
[src]
pub fn clear_prefix(&mut self)
[src]
pub fn set_prefix(&mut self, v: String)
[src]
pub fn mut_prefix(&mut self) -> &mut String
[src]
pub fn take_prefix(&mut self) -> String
[src]
pub fn get_storage_class(&self) -> &str
[src]
pub fn clear_storage_class(&mut self)
[src]
pub fn set_storage_class(&mut self, v: String)
[src]
pub fn mut_storage_class(&mut self) -> &mut String
[src]
pub fn take_storage_class(&mut self) -> String
[src]
pub fn get_predefined_acl(&self) -> &str
[src]
pub fn clear_predefined_acl(&mut self)
[src]
pub fn set_predefined_acl(&mut self, v: String)
[src]
pub fn mut_predefined_acl(&mut self) -> &mut String
[src]
pub fn take_predefined_acl(&mut self) -> String
[src]
pub fn get_credentials_blob(&self) -> &str
[src]
pub fn clear_credentials_blob(&mut self)
[src]
pub fn set_credentials_blob(&mut self, v: String)
[src]
pub fn mut_credentials_blob(&mut self) -> &mut String
[src]
pub fn take_credentials_blob(&mut self) -> String
[src]
Trait Implementations
impl Clear for Gcs
[src][+]
impl Clone for Gcs
[src][+]
impl Debug for Gcs
[src][+]
impl Default for Gcs
[src][+]
impl<'a> Default for &'a Gcs
[src][+]
impl Message for Gcs
[src][+]
impl PartialEq<Gcs> for Gcs
[src][+]
impl PbPrint for Gcs
[src][+]
impl ProtobufValue for Gcs
[src][+]
impl StructuralPartialEq for Gcs
[src]
Auto Trait Implementations
impl RefUnwindSafe for Gcs
impl Send for Gcs
impl Sync for Gcs
impl Unpin for Gcs
impl UnwindSafe for Gcs
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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,