Enum google_api_proto::google::dataflow::v1beta3::ParameterType
source · #[repr(i32)]pub enum ParameterType {
Default = 0,
Text = 1,
GcsReadBucket = 2,
GcsWriteBucket = 3,
GcsReadFile = 4,
GcsWriteFile = 5,
GcsReadFolder = 6,
GcsWriteFolder = 7,
PubsubTopic = 8,
PubsubSubscription = 9,
}
Expand description
ParameterType specifies what kind of input we need for this parameter.
Variants§
Default = 0
Default input type.
Text = 1
The parameter specifies generic text input.
GcsReadBucket = 2
The parameter specifies a Cloud Storage Bucket to read from.
GcsWriteBucket = 3
The parameter specifies a Cloud Storage Bucket to write to.
GcsReadFile = 4
The parameter specifies a Cloud Storage file path to read from.
GcsWriteFile = 5
The parameter specifies a Cloud Storage file path to write to.
GcsReadFolder = 6
The parameter specifies a Cloud Storage folder path to read from.
GcsWriteFolder = 7
The parameter specifies a Cloud Storage folder to write to.
PubsubTopic = 8
The parameter specifies a Pub/Sub Topic.
PubsubSubscription = 9
The parameter specifies a Pub/Sub Subscription.
Implementations§
source§impl ParameterType
impl ParameterType
source§impl ParameterType
impl ParameterType
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for ParameterType
impl Clone for ParameterType
source§fn clone(&self) -> ParameterType
fn clone(&self) -> ParameterType
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ParameterType
impl Debug for ParameterType
source§impl Default for ParameterType
impl Default for ParameterType
source§fn default() -> ParameterType
fn default() -> ParameterType
source§impl From<ParameterType> for i32
impl From<ParameterType> for i32
source§fn from(value: ParameterType) -> i32
fn from(value: ParameterType) -> i32
source§impl Hash for ParameterType
impl Hash for ParameterType
source§impl Ord for ParameterType
impl Ord for ParameterType
source§fn cmp(&self, other: &ParameterType) -> Ordering
fn cmp(&self, other: &ParameterType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for ParameterType
impl PartialEq for ParameterType
source§fn eq(&self, other: &ParameterType) -> bool
fn eq(&self, other: &ParameterType) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ParameterType
impl PartialOrd for ParameterType
source§fn partial_cmp(&self, other: &ParameterType) -> Option<Ordering>
fn partial_cmp(&self, other: &ParameterType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for ParameterType
impl TryFrom<i32> for ParameterType
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<ParameterType, UnknownEnumValue>
fn try_from(value: i32) -> Result<ParameterType, UnknownEnumValue>
impl Copy for ParameterType
impl Eq for ParameterType
impl StructuralPartialEq for ParameterType
Auto Trait Implementations§
impl Freeze for ParameterType
impl RefUnwindSafe for ParameterType
impl Send for ParameterType
impl Sync for ParameterType
impl Unpin for ParameterType
impl UnwindSafe for ParameterType
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<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§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