Struct google_cloud_rust_raw::api::service::Service [−][src]
pub struct Service {Show 27 fields
pub name: String,
pub title: String,
pub producer_project_id: String,
pub id: String,
pub apis: RepeatedField<Api>,
pub types: RepeatedField<Type>,
pub enums: RepeatedField<Enum>,
pub documentation: SingularPtrField<Documentation>,
pub backend: SingularPtrField<Backend>,
pub http: SingularPtrField<Http>,
pub quota: SingularPtrField<Quota>,
pub authentication: SingularPtrField<Authentication>,
pub context: SingularPtrField<Context>,
pub usage: SingularPtrField<Usage>,
pub endpoints: RepeatedField<Endpoint>,
pub control: SingularPtrField<Control>,
pub logs: RepeatedField<LogDescriptor>,
pub metrics: RepeatedField<MetricDescriptor>,
pub monitored_resources: RepeatedField<MonitoredResourceDescriptor>,
pub billing: SingularPtrField<Billing>,
pub logging: SingularPtrField<Logging>,
pub monitoring: SingularPtrField<Monitoring>,
pub system_parameters: SingularPtrField<SystemParameters>,
pub source_info: SingularPtrField<SourceInfo>,
pub config_version: SingularPtrField<UInt32Value>,
pub unknown_fields: UnknownFields,
pub cached_size: CachedSize,
}Expand description
Generated files are compatible only with the same version of protobuf runtime.
Fields
name: Stringtitle: Stringproducer_project_id: Stringid: Stringapis: RepeatedField<Api>types: RepeatedField<Type>enums: RepeatedField<Enum>documentation: SingularPtrField<Documentation>backend: SingularPtrField<Backend>http: SingularPtrField<Http>quota: SingularPtrField<Quota>authentication: SingularPtrField<Authentication>context: SingularPtrField<Context>usage: SingularPtrField<Usage>endpoints: RepeatedField<Endpoint>control: SingularPtrField<Control>logs: RepeatedField<LogDescriptor>metrics: RepeatedField<MetricDescriptor>monitored_resources: RepeatedField<MonitoredResourceDescriptor>billing: SingularPtrField<Billing>logging: SingularPtrField<Logging>monitoring: SingularPtrField<Monitoring>system_parameters: SingularPtrField<SystemParameters>source_info: SingularPtrField<SourceInfo>config_version: SingularPtrField<UInt32Value>unknown_fields: UnknownFieldscached_size: CachedSizeImplementations
Trait Implementations
True iff all required fields are initialized.
Always returns true for protobuf 3. Read more
Update this message object with fields read from given stream.
Compute and cache size of this message and all nested messages
Write message to the stream. Read more
Get size previously computed by compute_size.
Get a reference to unknown fields.
Get a mutable reference to unknown fields.
View self as mutable Any.
Message descriptor for this message, used for reflection.
Get message descriptor for message type. Read more
Return a pointer to default immutable message with static lifetime. Read more
Parse message from stream.
Write the message to the stream. Read more
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream<'_>
) -> Result<(), ProtobufError>
Write the message to the stream prepending the message with message length encoded as varint. Read more
fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8, Global>
) -> Result<(), ProtobufError>
fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8, Global>
) -> Result<(), ProtobufError>
Write the message to the vec, prepend the message with message length encoded as varint. Read more
Update this message object with fields read from given stream.
Parse message from reader. Parse stops on EOF or when error encountered. Read more
Parse message from byte array.
Check if all required fields of this object are initialized.
Write the message to the writer.
Write the message to bytes vec.
Write the message to bytes vec.
Write the message to the writer, prepend the message with message length encoded as varint. Read more
Write the message to the bytes vec, prepend the message with message length encoded as varint. Read more
Auto Trait Implementations
impl RefUnwindSafe for Service
impl UnwindSafe for Service
Blanket Implementations
Mutably borrows from an owned value. Read more