Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google APIs updated at 2024-09-02 #161

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// This file is @generated by prost-build.
/// Identifies a package vulnerability found within a workload.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Vulnerability {
/// package name where vulnerability detected
Expand Down Expand Up @@ -50,7 +49,6 @@ pub struct Vulnerability {
/// corresponds to a type of security concern. A finding is created during the
/// scan of an asset by any one of the GKE Security Posture features that are
/// enabled.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Finding {
/// Fully qualified resource name of the k8s resource, e.g.:
Expand Down Expand Up @@ -123,7 +121,6 @@ pub mod finding {
}
}
/// Specific details about the security finding if there are any.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Oneof)]
pub enum Details {
#[prost(message, tag = "7")]
Expand Down
2 changes: 0 additions & 2 deletions gcloud-sdk/genproto/google.actions.r#type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
///
/// The semantics of start and end are the same as those of [google.type.Date][google.type.Date],
/// except that year must always be non-zero in DateRange.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
pub struct DateRange {
/// Date at which the date range begins. If unset, the date range has no
Expand Down Expand Up @@ -86,7 +85,6 @@ pub struct DateRange {
///
/// The semantics of start and end are the same as those of
/// [google.type.DateTime][google.type.DateTime].
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct DateTimeRange {
/// DateTime at which the date range begins. If unset, the range has no
Expand Down
25 changes: 0 additions & 25 deletions gcloud-sdk/genproto/google.actions.sdk.v2.conversation.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// This file is @generated by prost-build.
/// Represents an intent.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Intent {
/// Required. The name of the last matched intent.
Expand All @@ -21,7 +20,6 @@ pub struct Intent {
pub query: ::prost::alloc::string::String,
}
/// Represents a value for intent parameter.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct IntentParameterValue {
/// Required. Original text value extracted from user utterance.
Expand All @@ -38,7 +36,6 @@ pub struct IntentParameterValue {
/// This can be used in conjunction with the "first_simple" field in the
/// containing prompt to speak to the user in addition to displaying a
/// interactive canvas response. The maximum size of the response is 50k bytes.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Canvas {
/// URL of the interactive canvas web app to load. If not set, the url from
Expand All @@ -63,7 +60,6 @@ pub struct Canvas {
pub enable_full_screen: bool,
}
/// An image displayed in the card.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Image {
/// The source url of the image. Images can be JPG, PNG and GIF (animated and
Expand Down Expand Up @@ -142,7 +138,6 @@ pub mod image {
}
}
/// Link content.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Link {
/// Name of the link
Expand All @@ -153,7 +148,6 @@ pub struct Link {
pub open: ::core::option::Option<OpenUrl>,
}
/// Action taken when a user opens a link.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct OpenUrl {
/// The url field which could be any of:
Expand Down Expand Up @@ -195,7 +189,6 @@ impl UrlHint {
}
}
/// A basic card for displaying some information, e.g. an image and/or text.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Card {
/// Overall title of the card.
Expand Down Expand Up @@ -223,7 +216,6 @@ pub struct Card {
pub button: ::core::option::Option<Link>,
}
/// A card for presenting a collection of options to select from.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Collection {
/// Title of the collection. Optional.
Expand All @@ -242,7 +234,6 @@ pub struct Collection {
/// Nested message and enum types in `Collection`.
pub mod collection {
/// An item in the collection
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CollectionItem {
/// Required. The NLU key that matches the entry key name in the associated
Expand All @@ -252,7 +243,6 @@ pub mod collection {
}
}
/// A card for presenting a list of options to select from.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct List {
/// Title of the list. Optional.
Expand All @@ -268,7 +258,6 @@ pub struct List {
/// Nested message and enum types in `List`.
pub mod list {
/// An item in the list
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListItem {
/// Required. The NLU key that matches the entry key name in the associated
Expand All @@ -279,7 +268,6 @@ pub mod list {
}
/// Represents one media object.
/// Contains information about the media, such as name, description, url, etc.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Media {
/// Media type.
Expand Down Expand Up @@ -391,7 +379,6 @@ pub mod media {
}
}
/// Represents a single media object
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MediaObject {
/// Name of this media object.
Expand All @@ -408,7 +395,6 @@ pub struct MediaObject {
pub image: ::core::option::Option<MediaImage>,
}
/// Image to show with the media card.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MediaImage {
/// Image.
Expand All @@ -418,7 +404,6 @@ pub struct MediaImage {
/// Nested message and enum types in `MediaImage`.
pub mod media_image {
/// Image.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Oneof)]
pub enum Image {
/// A large image, such as the cover of the album, etc.
Expand All @@ -431,7 +416,6 @@ pub mod media_image {
}
}
/// A table card for displaying a table of text.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Table {
/// Overall title of the table. Optional but must be set if subtitle is set.
Expand All @@ -458,7 +442,6 @@ pub struct Table {
pub button: ::core::option::Option<Link>,
}
/// Describes a column in a table.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct TableColumn {
/// Header text for the column.
Expand Down Expand Up @@ -520,15 +503,13 @@ pub mod table_column {
}
}
/// Describes a cell in a row.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct TableCell {
/// Text content of the cell.
#[prost(string, tag = "1")]
pub text: ::prost::alloc::string::String,
}
/// Describes a row in the table.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct TableRow {
/// Cells in this row. The first 3 cells are guaranteed to be shown but
Expand All @@ -541,7 +522,6 @@ pub struct TableRow {
pub divider: bool,
}
/// Content to be shown.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Content {
/// Content.
Expand All @@ -551,7 +531,6 @@ pub struct Content {
/// Nested message and enum types in `Content`.
pub mod content {
/// Content.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Oneof)]
pub enum Content {
/// A basic card.
Expand All @@ -578,7 +557,6 @@ pub mod content {
}
}
/// Represents a simple prompt to be send to a user.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Simple {
/// Optional. Represents the speech to be spoken to the user. Can be SSML or
Expand All @@ -596,7 +574,6 @@ pub struct Simple {
pub text: ::prost::alloc::string::String,
}
/// Input suggestion to be presented to the user.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Suggestion {
/// Required. The text shown in the suggestion chip. When tapped, this text will be
Expand All @@ -607,7 +584,6 @@ pub struct Suggestion {
pub title: ::prost::alloc::string::String,
}
/// Represent a response to a user.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Prompt {
/// Optional. Mode for how this messages should be merged with previously
Expand Down Expand Up @@ -663,7 +639,6 @@ pub struct Prompt {
pub canvas: ::core::option::Option<Canvas>,
}
/// Represents a slot.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Slot {
/// The mode of the slot (required or optional). Can be set by developer.
Expand Down
Loading