├── .cargo └── config ├── .github ├── renovate.json └── workflows │ ├── ci.yml │ └── doc.yml ├── .gitignore ├── .gitmodules ├── Cargo.toml ├── LICENSE-APACHE ├── LICENSE-MIT ├── README.md ├── examples └── spanner-admin │ ├── Cargo.toml │ ├── README.md │ └── src │ └── main.rs ├── googapis ├── Cargo.toml ├── LICENSE-APACHE ├── LICENSE-MIT ├── build-all-features.sh ├── data │ └── roots.pem ├── genproto │ ├── ccc.hosted.marketplace.v2.rs │ ├── google.actions.r#type.rs │ ├── google.actions.sdk.v2.conversation.rs │ ├── google.actions.sdk.v2.interactionmodel.prompt.rs │ ├── google.actions.sdk.v2.interactionmodel.r#type.rs │ ├── google.actions.sdk.v2.interactionmodel.rs │ ├── google.actions.sdk.v2.rs │ ├── google.ads.admob.v1.rs │ ├── google.ads.googleads.v7.common.rs │ ├── google.ads.googleads.v7.enums.rs │ ├── google.ads.googleads.v7.errors.rs │ ├── google.ads.googleads.v7.resources.rs │ ├── google.ads.googleads.v7.services.rs │ ├── google.ads.googleads.v8.common.rs │ ├── google.ads.googleads.v8.enums.rs │ ├── google.ads.googleads.v8.errors.rs │ ├── google.ads.googleads.v8.resources.rs │ ├── google.ads.googleads.v8.services.rs │ ├── google.ads.googleads.v9.common.rs │ ├── google.ads.googleads.v9.enums.rs │ ├── google.ads.googleads.v9.errors.rs │ ├── google.ads.googleads.v9.resources.rs │ ├── google.ads.googleads.v9.services.rs │ ├── google.analytics.admin.v1alpha.rs │ ├── google.analytics.data.v1beta.rs │ ├── google.api.expr.conformance.v1alpha1.rs │ ├── google.api.expr.v1alpha1.rs │ ├── google.api.expr.v1beta1.rs │ ├── google.api.rs │ ├── google.api.servicecontrol.v1.rs │ ├── google.api.servicemanagement.v1.rs │ ├── google.api.serviceusage.v1.rs │ ├── google.api.serviceusage.v1beta1.rs │ ├── google.appengine.legacy.rs │ ├── google.appengine.logging.v1.rs │ ├── google.appengine.v1.rs │ ├── google.appengine.v1beta.rs │ ├── google.apps.alertcenter.v1beta1.rs │ ├── google.apps.drive.activity.v2.rs │ ├── google.apps.script.r#type.calendar.rs │ ├── google.apps.script.r#type.docs.rs │ ├── google.apps.script.r#type.drive.rs │ ├── google.apps.script.r#type.gmail.rs │ ├── google.apps.script.r#type.rs │ ├── google.apps.script.r#type.sheets.rs │ ├── google.apps.script.r#type.slides.rs │ ├── google.area120.tables.v1alpha1.rs │ ├── google.assistant.embedded.v1alpha1.rs │ ├── google.assistant.embedded.v1alpha2.rs │ ├── google.bigtable.admin.v2.rs │ ├── google.bigtable.v2.rs │ ├── google.bytestream.rs │ ├── google.chromeos.moblab.v1beta1.rs │ ├── google.cloud.accessapproval.v1.rs │ ├── google.cloud.aiplatform.logging.rs │ ├── google.cloud.aiplatform.v1.rs │ ├── google.cloud.aiplatform.v1.schema.predict.instance.rs │ ├── google.cloud.aiplatform.v1.schema.predict.params.rs │ ├── google.cloud.aiplatform.v1.schema.predict.prediction.rs │ ├── google.cloud.aiplatform.v1.schema.trainingjob.definition.rs │ ├── google.cloud.aiplatform.v1beta1.rs │ ├── google.cloud.aiplatform.v1beta1.schema.predict.instance.rs │ ├── google.cloud.aiplatform.v1beta1.schema.predict.params.rs │ ├── google.cloud.aiplatform.v1beta1.schema.predict.prediction.rs │ ├── google.cloud.aiplatform.v1beta1.schema.rs │ ├── google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.rs │ ├── google.cloud.apigateway.v1.rs │ ├── google.cloud.apigeeconnect.v1.rs │ ├── google.cloud.asset.v1.rs │ ├── google.cloud.asset.v1p1beta1.rs │ ├── google.cloud.asset.v1p2beta1.rs │ ├── google.cloud.asset.v1p4beta1.rs │ ├── google.cloud.asset.v1p5beta1.rs │ ├── google.cloud.asset.v1p7beta1.rs │ ├── google.cloud.assuredworkloads.v1.rs │ ├── google.cloud.assuredworkloads.v1beta1.rs │ ├── google.cloud.audit.rs │ ├── google.cloud.automl.v1.rs │ ├── google.cloud.automl.v1beta1.rs │ ├── google.cloud.bigquery.connection.v1.rs │ ├── google.cloud.bigquery.connection.v1beta1.rs │ ├── google.cloud.bigquery.datatransfer.v1.rs │ ├── google.cloud.bigquery.logging.v1.rs │ ├── google.cloud.bigquery.migration.tasks.assessment.v2alpha.rs │ ├── google.cloud.bigquery.migration.tasks.translation.v2alpha.rs │ ├── google.cloud.bigquery.migration.v2alpha.rs │ ├── google.cloud.bigquery.reservation.v1.rs │ ├── google.cloud.bigquery.reservation.v1beta1.rs │ ├── google.cloud.bigquery.storage.v1.rs │ ├── google.cloud.bigquery.storage.v1beta1.rs │ ├── google.cloud.bigquery.storage.v1beta2.rs │ ├── google.cloud.bigquery.v2.rs │ ├── google.cloud.billing.budgets.v1.rs │ ├── google.cloud.billing.budgets.v1beta1.rs │ ├── google.cloud.billing.v1.rs │ ├── google.cloud.binaryauthorization.v1.rs │ ├── google.cloud.binaryauthorization.v1beta1.rs │ ├── google.cloud.channel.v1.rs │ ├── google.cloud.clouddms.logging.v1.rs │ ├── google.cloud.clouddms.v1.rs │ ├── google.cloud.common.rs │ ├── google.cloud.compute.v1.rs │ ├── google.cloud.compute.v1small.rs │ ├── google.cloud.contactcenterinsights.v1.rs │ ├── google.cloud.datacatalog.v1.rs │ ├── google.cloud.datacatalog.v1beta1.rs │ ├── google.cloud.datafusion.v1.rs │ ├── google.cloud.datafusion.v1beta1.rs │ ├── google.cloud.datalabeling.v1beta1.rs │ ├── google.cloud.dataproc.logging.rs │ ├── google.cloud.dataproc.v1.rs │ ├── google.cloud.dataqna.v1alpha.rs │ ├── google.cloud.datastream.v1alpha1.rs │ ├── google.cloud.deploy.v1.rs │ ├── google.cloud.dialogflow.cx.v3.rs │ ├── google.cloud.dialogflow.cx.v3beta1.rs │ ├── google.cloud.dialogflow.v2.rs │ ├── google.cloud.dialogflow.v2beta1.rs │ ├── google.cloud.documentai.v1.rs │ ├── google.cloud.documentai.v1beta1.rs │ ├── google.cloud.documentai.v1beta2.rs │ ├── google.cloud.documentai.v1beta3.rs │ ├── google.cloud.domains.v1.rs │ ├── google.cloud.domains.v1alpha2.rs │ ├── google.cloud.domains.v1beta1.rs │ ├── google.cloud.essentialcontacts.v1.rs │ ├── google.cloud.eventarc.v1.rs │ ├── google.cloud.filestore.v1.rs │ ├── google.cloud.filestore.v1beta1.rs │ ├── google.cloud.functions.v1.rs │ ├── google.cloud.gaming.allocationendpoint.v1alpha.rs │ ├── google.cloud.gaming.v1.rs │ ├── google.cloud.gaming.v1beta.rs │ ├── google.cloud.gkebackup.logging.v1.rs │ ├── google.cloud.gkeconnect.gateway.v1.rs │ ├── google.cloud.gkeconnect.gateway.v1alpha1.rs │ ├── google.cloud.gkeconnect.gateway.v1beta1.rs │ ├── google.cloud.gkehub.cloudauditlogging.v1alpha.rs │ ├── google.cloud.gkehub.configmanagement.v1.rs │ ├── google.cloud.gkehub.configmanagement.v1alpha.rs │ ├── google.cloud.gkehub.configmanagement.v1beta.rs │ ├── google.cloud.gkehub.metering.v1alpha.rs │ ├── google.cloud.gkehub.metering.v1beta.rs │ ├── google.cloud.gkehub.multiclusteringress.v1.rs │ ├── google.cloud.gkehub.multiclusteringress.v1alpha.rs │ ├── google.cloud.gkehub.multiclusteringress.v1beta.rs │ ├── google.cloud.gkehub.servicemesh.v1alpha.rs │ ├── google.cloud.gkehub.v1.rs │ ├── google.cloud.gkehub.v1alpha.rs │ ├── google.cloud.gkehub.v1alpha2.rs │ ├── google.cloud.gkehub.v1beta.rs │ ├── google.cloud.gkehub.v1beta1.rs │ ├── google.cloud.gsuiteaddons.logging.v1.rs │ ├── google.cloud.gsuiteaddons.v1.rs │ ├── google.cloud.iap.v1.rs │ ├── google.cloud.iap.v1beta1.rs │ ├── google.cloud.identitytoolkit.v2.rs │ ├── google.cloud.ids.v1.rs │ ├── google.cloud.integrations.v1alpha.rs │ ├── google.cloud.iot.v1.rs │ ├── google.cloud.kms.v1.rs │ ├── google.cloud.language.v1.rs │ ├── google.cloud.language.v1beta1.rs │ ├── google.cloud.language.v1beta2.rs │ ├── google.cloud.lifesciences.v2beta.rs │ ├── google.cloud.location.rs │ ├── google.cloud.managedidentities.v1.rs │ ├── google.cloud.managedidentities.v1beta1.rs │ ├── google.cloud.mediatranslation.v1alpha1.rs │ ├── google.cloud.mediatranslation.v1beta1.rs │ ├── google.cloud.memcache.v1.rs │ ├── google.cloud.memcache.v1beta2.rs │ ├── google.cloud.metastore.logging.v1.rs │ ├── google.cloud.metastore.v1.rs │ ├── google.cloud.metastore.v1alpha.rs │ ├── google.cloud.metastore.v1beta.rs │ ├── google.cloud.ml.v1.rs │ ├── google.cloud.networkconnectivity.v1.rs │ ├── google.cloud.networkconnectivity.v1alpha1.rs │ ├── google.cloud.networkmanagement.v1.rs │ ├── google.cloud.networkmanagement.v1beta1.rs │ ├── google.cloud.networksecurity.v1beta1.rs │ ├── google.cloud.networkservices.v1beta1.rs │ ├── google.cloud.notebooks.v1.rs │ ├── google.cloud.notebooks.v1beta1.rs │ ├── google.cloud.orchestration.airflow.service.v1.rs │ ├── google.cloud.orchestration.airflow.service.v1beta1.rs │ ├── google.cloud.orgpolicy.v1.rs │ ├── google.cloud.orgpolicy.v2.rs │ ├── google.cloud.osconfig.agentendpoint.v1.rs │ ├── google.cloud.osconfig.agentendpoint.v1beta.rs │ ├── google.cloud.osconfig.v1.rs │ ├── google.cloud.osconfig.v1alpha.rs │ ├── google.cloud.osconfig.v1beta.rs │ ├── google.cloud.oslogin.common.rs │ ├── google.cloud.oslogin.v1.rs │ ├── google.cloud.oslogin.v1alpha.rs │ ├── google.cloud.oslogin.v1beta.rs │ ├── google.cloud.phishingprotection.v1beta1.rs │ ├── google.cloud.policytroubleshooter.v1.rs │ ├── google.cloud.privatecatalog.v1beta1.rs │ ├── google.cloud.pubsublite.v1.rs │ ├── google.cloud.recaptchaenterprise.v1.rs │ ├── google.cloud.recaptchaenterprise.v1beta1.rs │ ├── google.cloud.recommendationengine.v1beta1.rs │ ├── google.cloud.recommender.logging.v1.rs │ ├── google.cloud.recommender.logging.v1beta1.rs │ ├── google.cloud.recommender.v1.rs │ ├── google.cloud.recommender.v1beta1.rs │ ├── google.cloud.redis.v1.rs │ ├── google.cloud.redis.v1beta1.rs │ ├── google.cloud.resourcemanager.v2.rs │ ├── google.cloud.resourcemanager.v3.rs │ ├── google.cloud.resourcesettings.v1.rs │ ├── google.cloud.retail.logging.rs │ ├── google.cloud.retail.v2.rs │ ├── google.cloud.retail.v2alpha.rs │ ├── google.cloud.retail.v2beta.rs │ ├── google.cloud.rs │ ├── google.cloud.runtimeconfig.v1beta1.rs │ ├── google.cloud.saasaccelerator.management.logs.v1.rs │ ├── google.cloud.scheduler.v1.rs │ ├── google.cloud.scheduler.v1beta1.rs │ ├── google.cloud.secretmanager.logging.v1.rs │ ├── google.cloud.secretmanager.v1.rs │ ├── google.cloud.secrets.v1beta1.rs │ ├── google.cloud.security.privateca.v1.rs │ ├── google.cloud.security.privateca.v1beta1.rs │ ├── google.cloud.securitycenter.settings.v1beta1.rs │ ├── google.cloud.securitycenter.v1.rs │ ├── google.cloud.securitycenter.v1beta1.rs │ ├── google.cloud.securitycenter.v1p1beta1.rs │ ├── google.cloud.servicedirectory.v1.rs │ ├── google.cloud.servicedirectory.v1beta1.rs │ ├── google.cloud.shell.v1.rs │ ├── google.cloud.speech.v1.rs │ ├── google.cloud.speech.v1p1beta1.rs │ ├── google.cloud.sql.v1.rs │ ├── google.cloud.sql.v1beta4.rs │ ├── google.cloud.support.common.rs │ ├── google.cloud.support.v1alpha1.rs │ ├── google.cloud.talent.v4.rs │ ├── google.cloud.talent.v4beta1.rs │ ├── google.cloud.tasks.v2.rs │ ├── google.cloud.tasks.v2beta2.rs │ ├── google.cloud.tasks.v2beta3.rs │ ├── google.cloud.texttospeech.v1.rs │ ├── google.cloud.texttospeech.v1beta1.rs │ ├── google.cloud.tpu.v1.rs │ ├── google.cloud.tpu.v2alpha1.rs │ ├── google.cloud.translation.v3.rs │ ├── google.cloud.translation.v3beta1.rs │ ├── google.cloud.video.livestream.v1.rs │ ├── google.cloud.video.transcoder.v1.rs │ ├── google.cloud.video.transcoder.v1beta1.rs │ ├── google.cloud.videointelligence.v1.rs │ ├── google.cloud.videointelligence.v1beta2.rs │ ├── google.cloud.videointelligence.v1p1beta1.rs │ ├── google.cloud.videointelligence.v1p2beta1.rs │ ├── google.cloud.videointelligence.v1p3beta1.rs │ ├── google.cloud.vision.v1.rs │ ├── google.cloud.vision.v1p1beta1.rs │ ├── google.cloud.vision.v1p2beta1.rs │ ├── google.cloud.vision.v1p3beta1.rs │ ├── google.cloud.vision.v1p4beta1.rs │ ├── google.cloud.vmmigration.v1.rs │ ├── google.cloud.vpcaccess.v1.rs │ ├── google.cloud.webrisk.v1.rs │ ├── google.cloud.webrisk.v1beta1.rs │ ├── google.cloud.websecurityscanner.v1.rs │ ├── google.cloud.websecurityscanner.v1alpha.rs │ ├── google.cloud.websecurityscanner.v1beta.rs │ ├── google.cloud.workflows.executions.v1.rs │ ├── google.cloud.workflows.executions.v1beta.rs │ ├── google.cloud.workflows.r#type.rs │ ├── google.cloud.workflows.v1.rs │ ├── google.cloud.workflows.v1beta.rs │ ├── google.container.v1.rs │ ├── google.container.v1alpha1.rs │ ├── google.container.v1beta1.rs │ ├── google.dataflow.v1beta3.rs │ ├── google.datastore.admin.v1.rs │ ├── google.datastore.admin.v1beta1.rs │ ├── google.datastore.v1.rs │ ├── google.datastore.v1beta3.rs │ ├── google.devtools.artifactregistry.v1.rs │ ├── google.devtools.artifactregistry.v1beta2.rs │ ├── google.devtools.build.v1.rs │ ├── google.devtools.cloudbuild.v1.rs │ ├── google.devtools.clouddebugger.v2.rs │ ├── google.devtools.clouderrorreporting.v1beta1.rs │ ├── google.devtools.cloudprofiler.v2.rs │ ├── google.devtools.cloudtrace.v1.rs │ ├── google.devtools.cloudtrace.v2.rs │ ├── google.devtools.containeranalysis.v1.rs │ ├── google.devtools.containeranalysis.v1beta1.rs │ ├── google.devtools.remoteworkers.v1test2.rs │ ├── google.devtools.resultstore.v2.rs │ ├── google.devtools.source.v1.rs │ ├── google.devtools.sourcerepo.v1.rs │ ├── google.devtools.testing.v1.rs │ ├── google.example.endpointsapis.v1.rs │ ├── google.example.library.v1.rs │ ├── google.example.showcase.v1.rs │ ├── google.example.showcase.v1beta1.rs │ ├── google.example.showcase.v1beta2.rs │ ├── google.example.showcase.v1beta3.rs │ ├── google.firebase.fcm.connection.v1alpha1.rs │ ├── google.firestore.admin.v1.rs │ ├── google.firestore.admin.v1beta1.rs │ ├── google.firestore.admin.v1beta2.rs │ ├── google.firestore.bundle.rs │ ├── google.firestore.v1.rs │ ├── google.firestore.v1beta1.rs │ ├── google.gapic.metadata.rs │ ├── google.genomics.v1.rs │ ├── google.genomics.v1alpha2.rs │ ├── google.geo.r#type.rs │ ├── google.home.enterprise.sdm.v1.rs │ ├── google.home.graph.v1.rs │ ├── google.iam.admin.v1.rs │ ├── google.iam.credentials.v1.rs │ ├── google.iam.v1.logging.rs │ ├── google.iam.v1.rs │ ├── google.iam.v1beta.rs │ ├── google.identity.accesscontextmanager.r#type.rs │ ├── google.identity.accesscontextmanager.v1.rs │ ├── google.logging.r#type.rs │ ├── google.logging.v2.rs │ ├── google.longrunning.rs │ ├── google.maps.playablelocations.v3.rs │ ├── google.maps.playablelocations.v3.sample.rs │ ├── google.maps.roads.v1op.rs │ ├── google.maps.routes.v1.rs │ ├── google.maps.routes.v1alpha.rs │ ├── google.maps.unity.rs │ ├── google.monitoring.dashboard.v1.rs │ ├── google.monitoring.metricsscope.v1.rs │ ├── google.monitoring.v3.rs │ ├── google.networking.trafficdirector.r#type.rs │ ├── google.partner.aistreams.v1alpha1.rs │ ├── google.privacy.dlp.v2.rs │ ├── google.protobuf.rs │ ├── google.pubsub.v1.rs │ ├── google.pubsub.v1beta2.rs │ ├── google.r#type.rs │ ├── google.rpc.context.rs │ ├── google.rpc.rs │ ├── google.search.partnerdataingestion.logging.v1.rs │ ├── google.spanner.admin.database.v1.rs │ ├── google.spanner.admin.instance.v1.rs │ ├── google.spanner.v1.rs │ ├── google.storage.v1.rs │ ├── google.storage.v2.rs │ ├── google.storagetransfer.v1.rs │ ├── google.streetview.publish.v1.rs │ ├── google.watcher.v1.rs │ ├── grafeas.v1.rs │ ├── grafeas.v1beta1.attestation.rs │ ├── grafeas.v1beta1.build.rs │ ├── grafeas.v1beta1.deployment.rs │ ├── grafeas.v1beta1.discovery.rs │ ├── grafeas.v1beta1.image.rs │ ├── grafeas.v1beta1.package.rs │ ├── grafeas.v1beta1.provenance.rs │ ├── grafeas.v1beta1.rs │ ├── grafeas.v1beta1.source.rs │ ├── grafeas.v1beta1.vulnerability.rs │ └── maps.fleetengine.v1.rs └── src │ ├── googapis.rs │ └── lib.rs └── xtask ├── Cargo.toml └── src ├── gen.rs └── main.rs /.cargo/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/.cargo/config -------------------------------------------------------------------------------- /.github/renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/.github/renovate.json -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.github/workflows/doc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/.github/workflows/doc.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /target 2 | Cargo.lock 3 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/.gitmodules -------------------------------------------------------------------------------- /Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/Cargo.toml -------------------------------------------------------------------------------- /LICENSE-APACHE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/LICENSE-APACHE -------------------------------------------------------------------------------- /LICENSE-MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/LICENSE-MIT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/README.md -------------------------------------------------------------------------------- /examples/spanner-admin/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/examples/spanner-admin/Cargo.toml -------------------------------------------------------------------------------- /examples/spanner-admin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/examples/spanner-admin/README.md -------------------------------------------------------------------------------- /examples/spanner-admin/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/examples/spanner-admin/src/main.rs -------------------------------------------------------------------------------- /googapis/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/Cargo.toml -------------------------------------------------------------------------------- /googapis/LICENSE-APACHE: -------------------------------------------------------------------------------- 1 | ./../LICENSE-APACHE -------------------------------------------------------------------------------- /googapis/LICENSE-MIT: -------------------------------------------------------------------------------- 1 | ./../LICENSE-MIT -------------------------------------------------------------------------------- /googapis/build-all-features.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/build-all-features.sh -------------------------------------------------------------------------------- /googapis/data/roots.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/data/roots.pem -------------------------------------------------------------------------------- /googapis/genproto/ccc.hosted.marketplace.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/ccc.hosted.marketplace.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.actions.r#type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.actions.r#type.rs -------------------------------------------------------------------------------- /googapis/genproto/google.actions.sdk.v2.conversation.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.actions.sdk.v2.conversation.rs -------------------------------------------------------------------------------- /googapis/genproto/google.actions.sdk.v2.interactionmodel.prompt.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.actions.sdk.v2.interactionmodel.prompt.rs -------------------------------------------------------------------------------- /googapis/genproto/google.actions.sdk.v2.interactionmodel.r#type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.actions.sdk.v2.interactionmodel.r#type.rs -------------------------------------------------------------------------------- /googapis/genproto/google.actions.sdk.v2.interactionmodel.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.actions.sdk.v2.interactionmodel.rs -------------------------------------------------------------------------------- /googapis/genproto/google.actions.sdk.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.actions.sdk.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.admob.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.admob.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v7.common.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v7.common.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v7.enums.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v7.enums.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v7.errors.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v7.errors.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v7.resources.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v7.resources.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v7.services.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v7.services.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v8.common.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v8.common.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v8.enums.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v8.enums.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v8.errors.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v8.errors.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v8.resources.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v8.resources.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v8.services.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v8.services.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v9.common.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v9.common.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v9.enums.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v9.enums.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v9.errors.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v9.errors.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v9.resources.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v9.resources.rs -------------------------------------------------------------------------------- /googapis/genproto/google.ads.googleads.v9.services.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.ads.googleads.v9.services.rs -------------------------------------------------------------------------------- /googapis/genproto/google.analytics.admin.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.analytics.admin.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.analytics.data.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.analytics.data.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.api.expr.conformance.v1alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.api.expr.conformance.v1alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.api.expr.v1alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.api.expr.v1alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.api.expr.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.api.expr.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.api.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.api.rs -------------------------------------------------------------------------------- /googapis/genproto/google.api.servicecontrol.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.api.servicecontrol.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.api.servicemanagement.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.api.servicemanagement.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.api.serviceusage.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.api.serviceusage.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.api.serviceusage.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.api.serviceusage.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.appengine.legacy.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.appengine.legacy.rs -------------------------------------------------------------------------------- /googapis/genproto/google.appengine.logging.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.appengine.logging.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.appengine.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.appengine.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.appengine.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.appengine.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.apps.alertcenter.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.apps.alertcenter.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.apps.drive.activity.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.apps.drive.activity.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.apps.script.r#type.calendar.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.apps.script.r#type.calendar.rs -------------------------------------------------------------------------------- /googapis/genproto/google.apps.script.r#type.docs.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.apps.script.r#type.docs.rs -------------------------------------------------------------------------------- /googapis/genproto/google.apps.script.r#type.drive.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.apps.script.r#type.drive.rs -------------------------------------------------------------------------------- /googapis/genproto/google.apps.script.r#type.gmail.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.apps.script.r#type.gmail.rs -------------------------------------------------------------------------------- /googapis/genproto/google.apps.script.r#type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.apps.script.r#type.rs -------------------------------------------------------------------------------- /googapis/genproto/google.apps.script.r#type.sheets.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.apps.script.r#type.sheets.rs -------------------------------------------------------------------------------- /googapis/genproto/google.apps.script.r#type.slides.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.apps.script.r#type.slides.rs -------------------------------------------------------------------------------- /googapis/genproto/google.area120.tables.v1alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.area120.tables.v1alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.assistant.embedded.v1alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.assistant.embedded.v1alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.assistant.embedded.v1alpha2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.assistant.embedded.v1alpha2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.bigtable.admin.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.bigtable.admin.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.bigtable.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.bigtable.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.bytestream.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.bytestream.rs -------------------------------------------------------------------------------- /googapis/genproto/google.chromeos.moblab.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.chromeos.moblab.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.accessapproval.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.accessapproval.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.aiplatform.logging.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.aiplatform.logging.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.aiplatform.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.aiplatform.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.aiplatform.v1.schema.predict.instance.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.aiplatform.v1.schema.predict.instance.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.aiplatform.v1.schema.predict.params.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.aiplatform.v1.schema.predict.params.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.aiplatform.v1.schema.predict.prediction.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.aiplatform.v1.schema.predict.prediction.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.aiplatform.v1.schema.trainingjob.definition.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.aiplatform.v1.schema.trainingjob.definition.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.aiplatform.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.aiplatform.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.aiplatform.v1beta1.schema.predict.instance.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.aiplatform.v1beta1.schema.predict.instance.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.aiplatform.v1beta1.schema.predict.params.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.aiplatform.v1beta1.schema.predict.params.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.aiplatform.v1beta1.schema.predict.prediction.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.aiplatform.v1beta1.schema.predict.prediction.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.aiplatform.v1beta1.schema.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.aiplatform.v1beta1.schema.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.apigateway.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.apigateway.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.apigeeconnect.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.apigeeconnect.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.asset.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.asset.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.asset.v1p1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.asset.v1p1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.asset.v1p2beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.asset.v1p2beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.asset.v1p4beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.asset.v1p4beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.asset.v1p5beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.asset.v1p5beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.asset.v1p7beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.asset.v1p7beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.assuredworkloads.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.assuredworkloads.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.assuredworkloads.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.assuredworkloads.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.audit.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.audit.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.automl.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.automl.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.automl.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.automl.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.connection.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.connection.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.connection.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.connection.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.datatransfer.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.datatransfer.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.logging.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.logging.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.migration.tasks.assessment.v2alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.migration.tasks.assessment.v2alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.migration.tasks.translation.v2alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.migration.tasks.translation.v2alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.migration.v2alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.migration.v2alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.reservation.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.reservation.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.reservation.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.reservation.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.storage.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.storage.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.storage.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.storage.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.storage.v1beta2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.storage.v1beta2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.bigquery.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.bigquery.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.billing.budgets.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.billing.budgets.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.billing.budgets.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.billing.budgets.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.billing.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.billing.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.binaryauthorization.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.binaryauthorization.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.binaryauthorization.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.binaryauthorization.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.channel.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.channel.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.clouddms.logging.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.clouddms.logging.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.clouddms.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.clouddms.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.common.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.common.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.compute.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.compute.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.compute.v1small.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.compute.v1small.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.contactcenterinsights.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.contactcenterinsights.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.datacatalog.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.datacatalog.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.datacatalog.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.datacatalog.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.datafusion.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.datafusion.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.datafusion.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.datafusion.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.datalabeling.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.datalabeling.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.dataproc.logging.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.dataproc.logging.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.dataproc.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.dataproc.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.dataqna.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.dataqna.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.datastream.v1alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.datastream.v1alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.deploy.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.deploy.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.dialogflow.cx.v3.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.dialogflow.cx.v3.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.dialogflow.cx.v3beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.dialogflow.cx.v3beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.dialogflow.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.dialogflow.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.dialogflow.v2beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.dialogflow.v2beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.documentai.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.documentai.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.documentai.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.documentai.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.documentai.v1beta2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.documentai.v1beta2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.documentai.v1beta3.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.documentai.v1beta3.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.domains.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.domains.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.domains.v1alpha2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.domains.v1alpha2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.domains.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.domains.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.essentialcontacts.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.essentialcontacts.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.eventarc.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.eventarc.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.filestore.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.filestore.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.filestore.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.filestore.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.functions.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.functions.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gaming.allocationendpoint.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gaming.allocationendpoint.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gaming.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gaming.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gaming.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gaming.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkebackup.logging.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkebackup.logging.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkeconnect.gateway.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkeconnect.gateway.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkeconnect.gateway.v1alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkeconnect.gateway.v1alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkeconnect.gateway.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkeconnect.gateway.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.cloudauditlogging.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.cloudauditlogging.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.configmanagement.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.configmanagement.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.configmanagement.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.configmanagement.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.configmanagement.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.configmanagement.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.metering.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.metering.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.metering.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.metering.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.multiclusteringress.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.multiclusteringress.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.multiclusteringress.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.multiclusteringress.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.multiclusteringress.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.multiclusteringress.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.servicemesh.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.servicemesh.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.v1alpha2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.v1alpha2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gkehub.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gkehub.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gsuiteaddons.logging.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gsuiteaddons.logging.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.gsuiteaddons.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.gsuiteaddons.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.iap.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.iap.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.iap.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.iap.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.identitytoolkit.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.identitytoolkit.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.ids.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.ids.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.integrations.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.integrations.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.iot.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.iot.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.kms.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.kms.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.language.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.language.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.language.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.language.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.language.v1beta2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.language.v1beta2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.lifesciences.v2beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.lifesciences.v2beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.location.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.location.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.managedidentities.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.managedidentities.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.managedidentities.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.managedidentities.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.mediatranslation.v1alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.mediatranslation.v1alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.mediatranslation.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.mediatranslation.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.memcache.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.memcache.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.memcache.v1beta2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.memcache.v1beta2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.metastore.logging.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.metastore.logging.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.metastore.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.metastore.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.metastore.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.metastore.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.metastore.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.metastore.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.ml.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.ml.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.networkconnectivity.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.networkconnectivity.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.networkconnectivity.v1alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.networkconnectivity.v1alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.networkmanagement.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.networkmanagement.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.networkmanagement.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.networkmanagement.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.networksecurity.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.networksecurity.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.networkservices.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.networkservices.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.notebooks.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.notebooks.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.notebooks.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.notebooks.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.orchestration.airflow.service.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.orchestration.airflow.service.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.orchestration.airflow.service.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.orchestration.airflow.service.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.orgpolicy.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.orgpolicy.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.orgpolicy.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.orgpolicy.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.osconfig.agentendpoint.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.osconfig.agentendpoint.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.osconfig.agentendpoint.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.osconfig.agentendpoint.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.osconfig.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.osconfig.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.osconfig.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.osconfig.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.osconfig.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.osconfig.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.oslogin.common.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.oslogin.common.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.oslogin.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.oslogin.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.oslogin.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.oslogin.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.oslogin.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.oslogin.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.phishingprotection.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.phishingprotection.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.policytroubleshooter.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.policytroubleshooter.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.privatecatalog.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.privatecatalog.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.pubsublite.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.pubsublite.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.recaptchaenterprise.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.recaptchaenterprise.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.recaptchaenterprise.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.recaptchaenterprise.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.recommendationengine.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.recommendationengine.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.recommender.logging.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.recommender.logging.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.recommender.logging.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.recommender.logging.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.recommender.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.recommender.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.recommender.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.recommender.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.redis.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.redis.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.redis.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.redis.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.resourcemanager.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.resourcemanager.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.resourcemanager.v3.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.resourcemanager.v3.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.resourcesettings.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.resourcesettings.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.retail.logging.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.retail.logging.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.retail.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.retail.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.retail.v2alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.retail.v2alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.retail.v2beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.retail.v2beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.runtimeconfig.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.runtimeconfig.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.saasaccelerator.management.logs.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.saasaccelerator.management.logs.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.scheduler.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.scheduler.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.scheduler.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.scheduler.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.secretmanager.logging.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.secretmanager.logging.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.secretmanager.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.secretmanager.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.secrets.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.secrets.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.security.privateca.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.security.privateca.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.security.privateca.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.security.privateca.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.securitycenter.settings.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.securitycenter.settings.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.securitycenter.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.securitycenter.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.securitycenter.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.securitycenter.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.securitycenter.v1p1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.securitycenter.v1p1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.servicedirectory.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.servicedirectory.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.servicedirectory.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.servicedirectory.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.shell.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.shell.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.speech.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.speech.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.speech.v1p1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.speech.v1p1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.sql.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.sql.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.sql.v1beta4.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.sql.v1beta4.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.support.common.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.support.common.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.support.v1alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.support.v1alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.talent.v4.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.talent.v4.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.talent.v4beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.talent.v4beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.tasks.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.tasks.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.tasks.v2beta2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.tasks.v2beta2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.tasks.v2beta3.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.tasks.v2beta3.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.texttospeech.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.texttospeech.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.texttospeech.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.texttospeech.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.tpu.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.tpu.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.tpu.v2alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.tpu.v2alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.translation.v3.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.translation.v3.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.translation.v3beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.translation.v3beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.video.livestream.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.video.livestream.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.video.transcoder.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.video.transcoder.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.video.transcoder.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.video.transcoder.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.videointelligence.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.videointelligence.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.videointelligence.v1beta2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.videointelligence.v1beta2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.videointelligence.v1p1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.videointelligence.v1p1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.videointelligence.v1p2beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.videointelligence.v1p2beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.videointelligence.v1p3beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.videointelligence.v1p3beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.vision.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.vision.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.vision.v1p1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.vision.v1p1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.vision.v1p2beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.vision.v1p2beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.vision.v1p3beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.vision.v1p3beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.vision.v1p4beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.vision.v1p4beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.vmmigration.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.vmmigration.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.vpcaccess.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.vpcaccess.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.webrisk.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.webrisk.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.webrisk.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.webrisk.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.websecurityscanner.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.websecurityscanner.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.websecurityscanner.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.websecurityscanner.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.websecurityscanner.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.websecurityscanner.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.workflows.executions.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.workflows.executions.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.workflows.executions.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.workflows.executions.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.workflows.r#type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.workflows.r#type.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.workflows.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.workflows.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.cloud.workflows.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.cloud.workflows.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.container.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.container.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.container.v1alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.container.v1alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.container.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.container.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.dataflow.v1beta3.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.dataflow.v1beta3.rs -------------------------------------------------------------------------------- /googapis/genproto/google.datastore.admin.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.datastore.admin.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.datastore.admin.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.datastore.admin.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.datastore.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.datastore.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.datastore.v1beta3.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.datastore.v1beta3.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.artifactregistry.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.artifactregistry.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.artifactregistry.v1beta2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.artifactregistry.v1beta2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.build.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.build.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.cloudbuild.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.cloudbuild.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.clouddebugger.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.clouddebugger.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.clouderrorreporting.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.clouderrorreporting.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.cloudprofiler.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.cloudprofiler.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.cloudtrace.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.cloudtrace.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.cloudtrace.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.cloudtrace.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.containeranalysis.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.containeranalysis.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.containeranalysis.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.containeranalysis.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.remoteworkers.v1test2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.remoteworkers.v1test2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.resultstore.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.resultstore.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.source.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.source.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.sourcerepo.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.sourcerepo.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.devtools.testing.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.devtools.testing.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.example.endpointsapis.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.example.endpointsapis.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.example.library.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.example.library.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.example.showcase.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.example.showcase.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.example.showcase.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.example.showcase.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.example.showcase.v1beta2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.example.showcase.v1beta2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.example.showcase.v1beta3.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.example.showcase.v1beta3.rs -------------------------------------------------------------------------------- /googapis/genproto/google.firebase.fcm.connection.v1alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.firebase.fcm.connection.v1alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.firestore.admin.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.firestore.admin.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.firestore.admin.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.firestore.admin.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.firestore.admin.v1beta2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.firestore.admin.v1beta2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.firestore.bundle.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.firestore.bundle.rs -------------------------------------------------------------------------------- /googapis/genproto/google.firestore.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.firestore.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.firestore.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.firestore.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.gapic.metadata.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.gapic.metadata.rs -------------------------------------------------------------------------------- /googapis/genproto/google.genomics.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.genomics.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.genomics.v1alpha2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.genomics.v1alpha2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.geo.r#type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.geo.r#type.rs -------------------------------------------------------------------------------- /googapis/genproto/google.home.enterprise.sdm.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.home.enterprise.sdm.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.home.graph.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.home.graph.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.iam.admin.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.iam.admin.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.iam.credentials.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.iam.credentials.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.iam.v1.logging.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.iam.v1.logging.rs -------------------------------------------------------------------------------- /googapis/genproto/google.iam.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.iam.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.iam.v1beta.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.iam.v1beta.rs -------------------------------------------------------------------------------- /googapis/genproto/google.identity.accesscontextmanager.r#type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.identity.accesscontextmanager.r#type.rs -------------------------------------------------------------------------------- /googapis/genproto/google.identity.accesscontextmanager.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.identity.accesscontextmanager.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.logging.r#type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.logging.r#type.rs -------------------------------------------------------------------------------- /googapis/genproto/google.logging.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.logging.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.longrunning.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.longrunning.rs -------------------------------------------------------------------------------- /googapis/genproto/google.maps.playablelocations.v3.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.maps.playablelocations.v3.rs -------------------------------------------------------------------------------- /googapis/genproto/google.maps.playablelocations.v3.sample.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.maps.playablelocations.v3.sample.rs -------------------------------------------------------------------------------- /googapis/genproto/google.maps.roads.v1op.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.maps.roads.v1op.rs -------------------------------------------------------------------------------- /googapis/genproto/google.maps.routes.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.maps.routes.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.maps.routes.v1alpha.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.maps.routes.v1alpha.rs -------------------------------------------------------------------------------- /googapis/genproto/google.maps.unity.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.maps.unity.rs -------------------------------------------------------------------------------- /googapis/genproto/google.monitoring.dashboard.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.monitoring.dashboard.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.monitoring.metricsscope.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.monitoring.metricsscope.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.monitoring.v3.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.monitoring.v3.rs -------------------------------------------------------------------------------- /googapis/genproto/google.networking.trafficdirector.r#type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.networking.trafficdirector.r#type.rs -------------------------------------------------------------------------------- /googapis/genproto/google.partner.aistreams.v1alpha1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.partner.aistreams.v1alpha1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.privacy.dlp.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.privacy.dlp.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.protobuf.rs: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /googapis/genproto/google.pubsub.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.pubsub.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.pubsub.v1beta2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.pubsub.v1beta2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.r#type.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.r#type.rs -------------------------------------------------------------------------------- /googapis/genproto/google.rpc.context.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.rpc.context.rs -------------------------------------------------------------------------------- /googapis/genproto/google.rpc.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.rpc.rs -------------------------------------------------------------------------------- /googapis/genproto/google.search.partnerdataingestion.logging.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.search.partnerdataingestion.logging.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.spanner.admin.database.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.spanner.admin.database.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.spanner.admin.instance.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.spanner.admin.instance.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.spanner.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.spanner.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.storage.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.storage.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.storage.v2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.storage.v2.rs -------------------------------------------------------------------------------- /googapis/genproto/google.storagetransfer.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.storagetransfer.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.streetview.publish.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.streetview.publish.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/google.watcher.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/google.watcher.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/grafeas.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/grafeas.v1.rs -------------------------------------------------------------------------------- /googapis/genproto/grafeas.v1beta1.attestation.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/grafeas.v1beta1.attestation.rs -------------------------------------------------------------------------------- /googapis/genproto/grafeas.v1beta1.build.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/grafeas.v1beta1.build.rs -------------------------------------------------------------------------------- /googapis/genproto/grafeas.v1beta1.deployment.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/grafeas.v1beta1.deployment.rs -------------------------------------------------------------------------------- /googapis/genproto/grafeas.v1beta1.discovery.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/grafeas.v1beta1.discovery.rs -------------------------------------------------------------------------------- /googapis/genproto/grafeas.v1beta1.image.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/grafeas.v1beta1.image.rs -------------------------------------------------------------------------------- /googapis/genproto/grafeas.v1beta1.package.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/grafeas.v1beta1.package.rs -------------------------------------------------------------------------------- /googapis/genproto/grafeas.v1beta1.provenance.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/grafeas.v1beta1.provenance.rs -------------------------------------------------------------------------------- /googapis/genproto/grafeas.v1beta1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/grafeas.v1beta1.rs -------------------------------------------------------------------------------- /googapis/genproto/grafeas.v1beta1.source.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/grafeas.v1beta1.source.rs -------------------------------------------------------------------------------- /googapis/genproto/grafeas.v1beta1.vulnerability.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/grafeas.v1beta1.vulnerability.rs -------------------------------------------------------------------------------- /googapis/genproto/maps.fleetengine.v1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/genproto/maps.fleetengine.v1.rs -------------------------------------------------------------------------------- /googapis/src/googapis.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/src/googapis.rs -------------------------------------------------------------------------------- /googapis/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/googapis/src/lib.rs -------------------------------------------------------------------------------- /xtask/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/xtask/Cargo.toml -------------------------------------------------------------------------------- /xtask/src/gen.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/xtask/src/gen.rs -------------------------------------------------------------------------------- /xtask/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mechiru/googapis/HEAD/xtask/src/main.rs --------------------------------------------------------------------------------