Latest generation

This commit is contained in:
ci core model
2025-05-05 09:13:40 +00:00
parent c82118c2e0
commit bb9a0a8938
89 changed files with 993 additions and 981 deletions

View File

@@ -1164,14 +1164,14 @@ export const DeleteBucketResult = new DeleteBucketResult$Type();
* @generated ServiceType for protobuf service api.GcsApi
*/
export const GcsApi = new ServiceType("api.GcsApi", [
{ name: "GetPartnerReadToken", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Get a folder read STS of the given PartnerApp" }, "api.rscType": "PartnerApp", "api.roles": "PartnerApp.Bucket-Reader", "google.api.method_visibility": { restriction: "SDK" } }, I: GetPartnerReadTokenRequest, O: GetPartnerReadTokenResult },
{ name: "GetPartnerWriteToken", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Get a folder write STS of the given PartnerApp" }, "api.rscType": "PartnerApp", "api.roles": "PartnerApp.Bucket-Writer", "google.api.method_visibility": { restriction: "SDK" } }, I: GetPartnerWriteTokenRequest, O: GetPartnerWriteTokenResult },
{ name: "GetProjectReadToken", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Get a folder read STS of the given Project" }, "api.rscType": "Project", "api.roles": "Project.Bucket-Reader", "google.api.method_visibility": { restriction: "SDK" } }, I: GetProjectReadTokenRequest, O: GetProjectReadTokenResult },
{ name: "GetProjectWriteToken", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Get a folder write STS of the given Project" }, "api.rscType": "Project", "api.roles": "Project.Bucket-Writer", "google.api.method_visibility": { restriction: "SDK" } }, I: GetProjectWriteTokenRequest, O: GetProjectWriteTokenResult },
{ name: "GetBucketSTS", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Get a folder STS of a given project" }, "api.rscType": "Platform", "api.roles": "", "google.api.method_visibility": { restriction: "SDK" } }, I: GetBucketSTSRequest, O: GetBucketSTSResult },
{ name: "CreatePartnerBucket", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Create a storage bucket for a partner in a specific project" }, "api.rscType": "Platform", "api.roles": "Platform.Project-Storage", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreatePartnerBucketRequest, O: CreateBucketResult },
{ name: "CreateProjectBucket", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Create a storage bucket for a project" }, "api.rscType": "Platform", "api.roles": "Platform.Project-Storage", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateProjectBucketRequest, O: CreateBucketResult },
{ name: "DeletePartnerBucket", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Delete a storage bucket for a partner in a specific project" }, "api.rscType": "Platform", "api.roles": "Platform.Project-Storage", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeletePartnerBucketRequest, O: DeleteBucketResult },
{ name: "DeleteProjectBucket", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Delete a storage bucket for a project" }, "api.rscType": "Platform", "api.roles": "Platform.Project-Storage", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteProjectBucketRequest, O: DeleteBucketResult },
{ name: "DeleteOrganisationBucket", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Delete a storage bucket for an organisation" }, "api.rscType": "Platform", "api.roles": "Platform.Organisation-Storage", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteOrganisationBucketRequest, O: DeleteBucketResult }
{ name: "GetPartnerReadToken", options: { "api.rscType": "PartnerApp", "api.roles": "PartnerApp.Bucket-Reader", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Get a folder read STS of the given PartnerApp" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetPartnerReadTokenRequest, O: GetPartnerReadTokenResult },
{ name: "GetPartnerWriteToken", options: { "api.rscType": "PartnerApp", "api.roles": "PartnerApp.Bucket-Writer", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Get a folder write STS of the given PartnerApp" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetPartnerWriteTokenRequest, O: GetPartnerWriteTokenResult },
{ name: "GetProjectReadToken", options: { "api.rscType": "Project", "api.roles": "Project.Bucket-Reader", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Get a folder read STS of the given Project" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetProjectReadTokenRequest, O: GetProjectReadTokenResult },
{ name: "GetProjectWriteToken", options: { "api.rscType": "Project", "api.roles": "Project.Bucket-Writer", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Get a folder write STS of the given Project" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetProjectWriteTokenRequest, O: GetProjectWriteTokenResult },
{ name: "GetBucketSTS", options: { "api.rscType": "Platform", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Get a folder STS of a given project" }, "google.api.method_visibility": { restriction: "SDK" } }, I: GetBucketSTSRequest, O: GetBucketSTSResult },
{ name: "CreatePartnerBucket", options: { "api.rscType": "Platform", "api.roles": "Platform.Project-Storage", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Create a storage bucket for a partner in a specific project" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreatePartnerBucketRequest, O: CreateBucketResult },
{ name: "CreateProjectBucket", options: { "api.rscType": "Platform", "api.roles": "Platform.Project-Storage", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Create a storage bucket for a project" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CreateProjectBucketRequest, O: CreateBucketResult },
{ name: "DeletePartnerBucket", options: { "api.rscType": "Platform", "api.roles": "Platform.Project-Storage", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Delete a storage bucket for a partner in a specific project" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeletePartnerBucketRequest, O: DeleteBucketResult },
{ name: "DeleteProjectBucket", options: { "api.rscType": "Platform", "api.roles": "Platform.Project-Storage", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Delete a storage bucket for a project" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteProjectBucketRequest, O: DeleteBucketResult },
{ name: "DeleteOrganisationBucket", options: { "api.rscType": "Platform", "api.roles": "Platform.Organisation-Storage", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["GCS"], description: "Delete a storage bucket for an organisation" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: DeleteOrganisationBucketRequest, O: DeleteBucketResult }
], { "api.k8sService": "gcs-api" });