Skip to content

Commit

Permalink
Enable google-ai-generativelanguage-v1beta feature
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Aug 7, 2024
1 parent cdc10dd commit 383e116
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ pub async fn storage_objects_insert_ext_stream<S>(
) -> Result<
crate::google_rest_apis::storage_v1::models::Object,
Error<StoragePeriodObjectsPeriodInsertError>,
> where S: futures::stream::TryStream + Send + Sync + 'static,
S::Error: Into<Box<dyn std::error::Error + Send + Sync>>,
Bytes: From<S::Ok> {
>
where
S: futures::stream::TryStream + Send + Sync + 'static,
S::Error: Into<Box<dyn std::error::Error + Send + Sync>>,
Bytes: From<S::Ok>,
{
let local_var_configuration = configuration;

// unbox the parameters
Expand Down
1 change: 1 addition & 0 deletions gcloud-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ google-analytics-admin-v1alpha = []
google-analytics-admin-v1beta = []
google-analytics-data-v1beta = []
google-ai-generativelanguage-v1 = []
google-ai-generativelanguage-v1beta = []
google-api = []
google-api-expr-conformance-v1alpha1 = []
google-api-expr-v1alpha1 = []
Expand Down

0 comments on commit 383e116

Please sign in to comment.