UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 16.2 kB
{"openapi":"3.0.0","servers":[{"url":"https://cloudprofiler.googleapis.com/"}],"info":{"contact":{"name":"Google","url":"https://google.com","x-twitter":"youtube"},"description":"Manages continuous profiling information.","license":{"name":"Creative Commons Attribution 3.0","url":"http://creativecommons.org/licenses/by/3.0/"},"termsOfService":"https://developers.google.com/terms/","title":"Cloud Profiler API","version":"v2","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-apisguru-categories":["analytics","media"],"x-logo":{"url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"},"x-origin":[{"converter":{"url":"https://github.com/mermade/oas-kit","version":"7.0.4"},"format":"google","url":"https://cloudprofiler.googleapis.com/$discovery/rest?version=v2","version":"v1"}],"x-providerName":"googleapis.com","x-serviceName":"cloudprofiler"},"externalDocs":{"url":"https://cloud.google.com/profiler/"},"tags":[{"name":"projects"}],"paths":{"/v2/{name}":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"UpdateProfile updates the profile bytes and labels on the profile resource created in the online mode. Updating the bytes for profiles created in the offline mode is currently not supported: the profile content must be provided at the time of the profile creation. _Direct use of this API is discouraged, please use a [supported profiler agent](https://cloud.google.com/profiler/docs/about-profiler#profiling_agent) instead for profile collection._","operationId":"cloudprofiler.projects.profiles.patch","parameters":[{"description":"Output only. Opaque, server-assigned, unique ID for this profile.","in":"path","name":"name","required":true,"schema":{"type":"string"}},{"description":"Field mask used to specify the fields to be overwritten. Currently only profile_bytes and labels fields are supported by UpdateProfile, so only those fields can be specified in the mask. When no mask is provided, all fields are overwritten.","in":"query","name":"updateMask","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Profile"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Profile"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/monitoring"],"Oauth2c":["https://www.googleapis.com/auth/monitoring"]},{"Oauth2":["https://www.googleapis.com/auth/monitoring.write"],"Oauth2c":["https://www.googleapis.com/auth/monitoring.write"]}],"tags":["projects"]}},"/v2/{parent}/profiles":{"get":{"description":"Lists profiles which have been collected so far and for which the caller has permission to view.","operationId":"cloudprofiler.projects.profiles.list","parameters":[{"description":"Required. The parent, which owns this collection of profiles. Format: projects/{user_project_id}","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"The maximum number of items to return. Default page_size is 1000. Max limit is 1000.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The token to continue pagination and get profiles from a particular page. When paginating, all other parameters provided to `ListProfiles` must match the call that provided the page token.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListProfilesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/monitoring"],"Oauth2c":["https://www.googleapis.com/auth/monitoring"]},{"Oauth2":["https://www.googleapis.com/auth/monitoring.write"],"Oauth2c":["https://www.googleapis.com/auth/monitoring.write"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"CreateProfile creates a new profile resource in the online mode. _Direct use of this API is discouraged, please use a [supported profiler agent](https://cloud.google.com/profiler/docs/about-profiler#profiling_agent) instead for profile collection._ The server ensures that the new profiles are created at a constant rate per deployment, so the creation request may hang for some time until the next profile session is available. The request may fail with ABORTED error if the creation is not available within ~1m, the response will indicate the duration of the backoff the client should take before attempting creating a profile again. The backoff duration is returned in google.rpc.RetryInfo extension on the response status. To a gRPC client, the extension will be return as a binary-serialized proto in the trailing metadata item named \"google.rpc.retryinfo-bin\". ","operationId":"cloudprofiler.projects.profiles.create","parameters":[{"description":"Parent project to create the profile in.","in":"path","name":"parent","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateProfileRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Profile"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/monitoring"],"Oauth2c":["https://www.googleapis.com/auth/monitoring"]},{"Oauth2":["https://www.googleapis.com/auth/monitoring.write"],"Oauth2c":["https://www.googleapis.com/auth/monitoring.write"]}],"tags":["projects"]}},"/v2/{parent}/profiles:createOffline":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"CreateOfflineProfile creates a new profile resource in the offline mode. The client provides the profile to create along with the profile bytes, the server records it. _Direct use of this API is discouraged, please use a [supported profiler agent](https://cloud.google.com/profiler/docs/about-profiler#profiling_agent) instead for profile collection._","operationId":"cloudprofiler.projects.profiles.createOffline","parameters":[{"description":"Parent project to create the profile in.","in":"path","name":"parent","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Profile"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Profile"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/monitoring"],"Oauth2c":["https://www.googleapis.com/auth/monitoring"]},{"Oauth2":["https://www.googleapis.com/auth/monitoring.write"],"Oauth2c":["https://www.googleapis.com/auth/monitoring.write"]}],"tags":["projects"]}}},"components":{"parameters":{"_.xgafv":{"description":"V1 error format.","in":"query","name":"$.xgafv","schema":{"enum":["1","2"],"type":"string"}},"access_token":{"description":"OAuth access token.","in":"query","name":"access_token","schema":{"type":"string"}},"alt":{"description":"Data format for response.","in":"query","name":"alt","schema":{"enum":["json","media","proto"],"type":"string"}},"callback":{"description":"JSONP","in":"query","name":"callback","schema":{"type":"string"}},"fields":{"description":"Selector specifying which fields to include in a partial response.","in":"query","name":"fields","schema":{"type":"string"}},"key":{"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.","in":"query","name":"key","schema":{"type":"string"}},"oauth_token":{"description":"OAuth 2.0 token for the current user.","in":"query","name":"oauth_token","schema":{"type":"string"}},"prettyPrint":{"description":"Returns response with indentations and line breaks.","in":"query","name":"prettyPrint","schema":{"type":"boolean"}},"quotaUser":{"description":"Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.","in":"query","name":"quotaUser","schema":{"type":"string"}},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","in":"query","name":"uploadType","schema":{"type":"string"}},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","in":"query","name":"upload_protocol","schema":{"type":"string"}}},"schemas":{"CreateProfileRequest":{"description":"CreateProfileRequest describes a profile resource online creation request. The deployment field must be populated. The profile_type specifies the list of profile types supported by the agent. The creation call will hang until a profile of one of these types needs to be collected. ","properties":{"deployment":{"$ref":"#/components/schemas/Deployment","description":"Deployment details."},"profileType":{"description":"One or more profile types that the agent is capable of providing.","items":{"enum":["PROFILE_TYPE_UNSPECIFIED","CPU","WALL","HEAP","THREADS","CONTENTION","PEAK_HEAP","HEAP_ALLOC"],"type":"string"},"type":"array"}},"type":"object"},"Deployment":{"description":"Deployment contains the deployment identification information.","properties":{"labels":{"additionalProperties":{"type":"string"},"description":"Labels identify the deployment within the user universe and same target. Validation regex for label names: `^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$`. Value for an individual label must be <= 512 bytes, the total size of all label names and values must be <= 1024 bytes. Label named \"language\" can be used to record the programming language of the profiled deployment. The standard choices for the value include \"java\", \"go\", \"python\", \"ruby\", \"nodejs\", \"php\", \"dotnet\". For deployments running on Google Cloud Platform, \"zone\" or \"region\" label should be present describing the deployment location. An example of a zone is \"us-central1-a\", an example of a region is \"us-central1\" or \"us-central\".","type":"object"},"projectId":{"description":"Project ID is the ID of a cloud project. Validation regex: `^a-z{4,61}[a-z0-9]$`.","type":"string"},"target":{"description":"Target is the service name used to group related deployments: * Service name for App Engine Flex / Standard. * Cluster and container name for GKE. * User-specified string for direct Compute Engine profiling (e.g. Java). * Job name for Dataflow. Validation regex: `^[a-z0-9]([-a-z0-9_.]{0,253}[a-z0-9])?$`.","type":"string"}},"type":"object"},"ListProfilesResponse":{"description":"ListProfileResponse contains the list of collected profiles for deployments in projects which the user has permissions to view.","properties":{"nextPageToken":{"description":"Token to receive the next page of results. This field maybe empty if there are no more profiles to fetch.","type":"string"},"profiles":{"description":"List of profiles fetched.","items":{"$ref":"#/components/schemas/Profile"},"type":"array"},"skippedProfiles":{"description":"Number of profiles that were skipped in the current page since they were not able to be fetched successfully. This should typically be zero. A non-zero value may indicate a transient failure, in which case if the number is too high for your use case, the call may be retried.","format":"int32","type":"integer"}},"type":"object"},"Profile":{"description":"Profile resource.","properties":{"deployment":{"$ref":"#/components/schemas/Deployment","description":"Deployment this profile corresponds to."},"duration":{"description":"Duration of the profiling session. Input (for the offline mode) or output (for the online mode). The field represents requested profiling duration. It may slightly differ from the effective profiling duration, which is recorded in the profile data, in case the profiling can't be stopped immediately (e.g. in case stopping the profiling is handled asynchronously).","format":"google-duration","type":"string"},"labels":{"additionalProperties":{"type":"string"},"description":"Input only. Labels associated to this specific profile. These labels will get merged with the deployment labels for the final data set. See documentation on deployment labels for validation rules and limits.","type":"object"},"name":{"description":"Output only. Opaque, server-assigned, unique ID for this profile.","readOnly":true,"type":"string"},"profileBytes":{"description":"Input only. Profile bytes, as a gzip compressed serialized proto, the format is https://github.com/google/pprof/blob/master/proto/profile.proto.","format":"byte","type":"string"},"profileType":{"description":"Type of profile. For offline mode, this must be specified when creating the profile. For online mode it is assigned and returned by the server.","enum":["PROFILE_TYPE_UNSPECIFIED","CPU","WALL","HEAP","THREADS","CONTENTION","PEAK_HEAP","HEAP_ALLOC"],"type":"string"},"startTime":{"description":"Output only. Start time for the profile. This output is only present in response from the ListProfiles method.","format":"google-datetime","readOnly":true,"type":"string"}},"type":"object"}},"securitySchemes":{"Oauth2":{"description":"Oauth 2.0 implicit authentication","flows":{"implicit":{"authorizationUrl":"https://accounts.google.com/o/oauth2/auth","scopes":{"https://www.googleapis.com/auth/cloud-platform":"See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.","https://www.googleapis.com/auth/monitoring":"View and write monitoring data for all of your Google and third-party Cloud and API projects","https://www.googleapis.com/auth/monitoring.write":"Publish metric data to your Google Cloud projects"}}},"type":"oauth2"},"Oauth2c":{"description":"Oauth 2.0 authorizationCode authentication","flows":{"authorizationCode":{"authorizationUrl":"https://accounts.google.com/o/oauth2/auth","scopes":{"https://www.googleapis.com/auth/cloud-platform":"See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.","https://www.googleapis.com/auth/monitoring":"View and write monitoring data for all of your Google and third-party Cloud and API projects","https://www.googleapis.com/auth/monitoring.write":"Publish metric data to your Google Cloud projects"},"tokenUrl":"https://accounts.google.com/o/oauth2/token"}},"type":"oauth2"}}}}