From fc8d798d80ec15adc98b5fb39e5988c9ff966545 Mon Sep 17 00:00:00 2001 From: polyaxon-ci Date: Sun, 18 Dec 2022 23:28:42 +0100 Subject: [PATCH] Bump versiont to v1.21.0 --- Makefile | 2 +- concat.sh | 4 +- .../agents_v1/create_agent_responses.go | 150 +++++++++++++++++ .../create_agent_status_responses.go | 150 +++++++++++++++++ .../agents_v1/delete_agent_responses.go | 149 ++++++++++++++++ .../agents_v1/get_agent_config_responses.go | 150 +++++++++++++++++ .../agents_v1/get_agent_responses.go | 150 +++++++++++++++++ .../agents_v1/get_agent_state_responses.go | 150 +++++++++++++++++ .../agents_v1/get_agent_token_responses.go | 150 +++++++++++++++++ .../agents_v1/list_agent_names_responses.go | 150 +++++++++++++++++ .../agents_v1/list_agents_responses.go | 150 +++++++++++++++++ .../agents_v1/patch_agent_responses.go | 150 +++++++++++++++++ .../agents_v1/patch_agent_token_responses.go | 150 +++++++++++++++++ .../agents_v1/sync_agent_responses.go | 149 ++++++++++++++++ .../update_agent_config_responses.go | 150 +++++++++++++++++ .../agents_v1/update_agent_responses.go | 150 +++++++++++++++++ .../agents_v1/update_agent_token_responses.go | 150 +++++++++++++++++ .../upload_artifact_responses.go | 119 +++++++++++++ .../auth_v1/change_password_responses.go | 149 ++++++++++++++++ .../service_client/auth_v1/login_responses.go | 150 +++++++++++++++++ .../reset_password_confirm_responses.go | 150 +++++++++++++++++ .../auth_v1/reset_password_responses.go | 149 ++++++++++++++++ .../auth_v1/signup_responses.go | 150 +++++++++++++++++ .../service_client/auth_v1/trial_responses.go | 149 ++++++++++++++++ .../create_connection_responses.go | 150 +++++++++++++++++ .../delete_connection_responses.go | 149 ++++++++++++++++ .../get_connection_responses.go | 150 +++++++++++++++++ .../list_connection_names_responses.go | 150 +++++++++++++++++ .../list_connections_responses.go | 150 +++++++++++++++++ .../patch_connection_responses.go | 150 +++++++++++++++++ .../update_connection_responses.go | 150 +++++++++++++++++ .../create_dashboard_responses.go | 150 +++++++++++++++++ .../delete_dashboard_responses.go | 149 ++++++++++++++++ .../dashboards_v1/get_dashboard_responses.go | 150 +++++++++++++++++ .../list_dashboard_names_responses.go | 150 +++++++++++++++++ .../list_dashboards_responses.go | 150 +++++++++++++++++ .../patch_dashboard_responses.go | 150 +++++++++++++++++ .../update_dashboard_responses.go | 150 +++++++++++++++++ .../approve_organization_runs_responses.go | 149 ++++++++++++++++ .../archive_organization_runs_responses.go | 149 ++++++++++++++++ .../bookmark_organization_runs_responses.go | 149 ++++++++++++++++ .../create_organization_member_responses.go | 150 +++++++++++++++++ .../create_organization_responses.go | 150 +++++++++++++++++ ...elete_organization_invitation_responses.go | 149 ++++++++++++++++ .../delete_organization_member_responses.go | 149 ++++++++++++++++ .../delete_organization_responses.go | 149 ++++++++++++++++ .../delete_organization_runs_responses.go | 149 ++++++++++++++++ .../get_organization_activities_responses.go | 150 +++++++++++++++++ .../get_organization_invitation_responses.go | 150 +++++++++++++++++ .../get_organization_member_responses.go | 150 +++++++++++++++++ .../get_organization_responses.go | 150 +++++++++++++++++ .../get_organization_run_responses.go | 150 +++++++++++++++++ .../get_organization_runs_responses.go | 150 +++++++++++++++++ .../get_organization_settings_responses.go | 150 +++++++++++++++++ .../get_organization_stats_responses.go | 150 +++++++++++++++++ .../invalidate_organization_runs_responses.go | 149 ++++++++++++++++ ...ist_organization_member_names_responses.go | 150 +++++++++++++++++ .../list_organization_members_responses.go | 150 +++++++++++++++++ .../list_organization_names_responses.go | 150 +++++++++++++++++ .../list_organizations_responses.go | 150 +++++++++++++++++ .../organization_plan_responses.go | 150 +++++++++++++++++ ...patch_organization_invitation_responses.go | 150 +++++++++++++++++ .../patch_organization_member_responses.go | 150 +++++++++++++++++ .../patch_organization_responses.go | 150 +++++++++++++++++ .../patch_organization_settings_responses.go | 150 +++++++++++++++++ ...esend_organization_invitation_responses.go | 150 +++++++++++++++++ .../restore_organization_runs_responses.go | 149 ++++++++++++++++ .../stop_organization_runs_responses.go | 149 ++++++++++++++++ .../tag_organization_runs_responses.go | 149 ++++++++++++++++ .../transfer_organization_runs_responses.go | 149 ++++++++++++++++ ...pdate_organization_invitation_responses.go | 150 +++++++++++++++++ .../update_organization_member_responses.go | 150 +++++++++++++++++ .../update_organization_responses.go | 150 +++++++++++++++++ .../update_organization_settings_responses.go | 150 +++++++++++++++++ .../presets_v1/create_preset_responses.go | 150 +++++++++++++++++ .../presets_v1/delete_preset_responses.go | 149 ++++++++++++++++ .../presets_v1/get_preset_responses.go | 150 +++++++++++++++++ .../presets_v1/list_preset_names_responses.go | 150 +++++++++++++++++ .../presets_v1/list_presets_responses.go | 150 +++++++++++++++++ .../presets_v1/patch_preset_responses.go | 150 +++++++++++++++++ .../presets_v1/update_preset_responses.go | 150 +++++++++++++++++ .../create_project_dashboard_responses.go | 150 +++++++++++++++++ .../delete_project_dashboard_responses.go | 149 ++++++++++++++++ .../get_project_dashboard_responses.go | 150 +++++++++++++++++ .../list_project_dashboard_names_responses.go | 150 +++++++++++++++++ .../list_project_dashboards_responses.go | 150 +++++++++++++++++ .../patch_project_dashboard_responses.go | 150 +++++++++++++++++ .../promote_project_dashboard_responses.go | 149 ++++++++++++++++ .../update_project_dashboard_responses.go | 150 +++++++++++++++++ .../create_project_search_responses.go | 150 +++++++++++++++++ .../delete_project_search_responses.go | 149 ++++++++++++++++ .../get_project_search_responses.go | 150 +++++++++++++++++ .../list_project_search_names_responses.go | 150 +++++++++++++++++ .../list_project_searches_responses.go | 150 +++++++++++++++++ .../patch_project_search_responses.go | 150 +++++++++++++++++ .../promote_project_search_responses.go | 149 ++++++++++++++++ .../update_project_search_responses.go | 150 +++++++++++++++++ .../projects_v1/archive_project_responses.go | 149 ++++++++++++++++ .../projects_v1/bookmark_project_responses.go | 149 ++++++++++++++++ .../projects_v1/create_project_responses.go | 150 +++++++++++++++++ .../projects_v1/create_version_responses.go | 150 +++++++++++++++++ .../create_version_stage_responses.go | 150 +++++++++++++++++ .../projects_v1/delete_project_responses.go | 149 ++++++++++++++++ .../projects_v1/delete_version_responses.go | 149 ++++++++++++++++ .../disable_project_c_i_responses.go | 149 ++++++++++++++++ .../enable_project_c_i_responses.go | 149 ++++++++++++++++ .../get_project_activities_responses.go | 150 +++++++++++++++++ .../projects_v1/get_project_responses.go | 150 +++++++++++++++++ .../get_project_settings_responses.go | 150 +++++++++++++++++ .../get_project_stats_responses.go | 150 +++++++++++++++++ .../projects_v1/get_version_responses.go | 150 +++++++++++++++++ .../get_version_stages_responses.go | 150 +++++++++++++++++ .../list_archived_projects_responses.go | 150 +++++++++++++++++ .../list_bookmarked_projects_responses.go | 150 +++++++++++++++++ .../list_project_names_responses.go | 150 +++++++++++++++++ .../projects_v1/list_projects_responses.go | 150 +++++++++++++++++ .../list_version_names_responses.go | 150 +++++++++++++++++ .../projects_v1/list_versions_responses.go | 150 +++++++++++++++++ .../projects_v1/patch_project_responses.go | 150 +++++++++++++++++ .../patch_project_settings_responses.go | 150 +++++++++++++++++ .../projects_v1/patch_version_responses.go | 150 +++++++++++++++++ .../projects_v1/restore_project_responses.go | 149 ++++++++++++++++ .../projects_v1/transfer_version_responses.go | 149 ++++++++++++++++ .../unbookmark_project_responses.go | 149 ++++++++++++++++ .../projects_v1/update_project_responses.go | 150 +++++++++++++++++ .../update_project_settings_responses.go | 150 +++++++++++++++++ .../projects_v1/update_version_responses.go | 150 +++++++++++++++++ .../upload_project_artifact_responses.go | 119 +++++++++++++ .../queues_v1/create_queue_responses.go | 150 +++++++++++++++++ .../queues_v1/delete_queue_responses.go | 149 ++++++++++++++++ .../queues_v1/get_queue_responses.go | 150 +++++++++++++++++ ...list_organization_queue_names_responses.go | 150 +++++++++++++++++ .../list_organization_queues_responses.go | 150 +++++++++++++++++ .../queues_v1/list_queue_names_responses.go | 150 +++++++++++++++++ .../queues_v1/list_queues_responses.go | 150 +++++++++++++++++ .../queues_v1/patch_queue_responses.go | 150 +++++++++++++++++ .../queues_v1/update_queue_responses.go | 150 +++++++++++++++++ .../runs_v1/approve_run_responses.go | 149 ++++++++++++++++ .../runs_v1/approve_runs_responses.go | 149 ++++++++++++++++ .../runs_v1/archive_run_responses.go | 149 ++++++++++++++++ .../runs_v1/archive_runs_responses.go | 149 ++++++++++++++++ .../runs_v1/bookmark_run_responses.go | 149 ++++++++++++++++ .../runs_v1/bookmark_runs_responses.go | 149 ++++++++++++++++ .../runs_v1/collect_run_logs_responses.go | 159 +++++++++++++++++- .../runs_v1/copy_run_responses.go | 150 +++++++++++++++++ .../create_run_artifacts_lineage_responses.go | 149 ++++++++++++++++ .../runs_v1/create_run_responses.go | 150 +++++++++++++++++ .../runs_v1/create_run_status_responses.go | 150 +++++++++++++++++ .../delete_run_artifact_lineage_responses.go | 149 ++++++++++++++++ .../runs_v1/delete_run_artifact_responses.go | 149 ++++++++++++++++ .../runs_v1/delete_run_artifacts_responses.go | 149 ++++++++++++++++ .../runs_v1/delete_run_responses.go | 149 ++++++++++++++++ .../runs_v1/delete_runs_responses.go | 149 ++++++++++++++++ .../runs_v1/get_multi_run_events_responses.go | 150 +++++++++++++++++ .../get_run_artifact_lineage_responses.go | 150 +++++++++++++++++ .../runs_v1/get_run_artifact_responses.go | 120 +++++++++++++ ...t_run_artifacts_lineage_names_responses.go | 150 +++++++++++++++++ .../get_run_artifacts_lineage_responses.go | 150 +++++++++++++++++ .../runs_v1/get_run_artifacts_responses.go | 120 +++++++++++++ .../get_run_artifacts_tree_responses.go | 150 +++++++++++++++++ .../get_run_clones_lineage_responses.go | 150 +++++++++++++++++ .../get_run_connections_lineage_responses.go | 150 +++++++++++++++++ .../get_run_downstream_lineage_responses.go | 150 +++++++++++++++++ .../runs_v1/get_run_events_responses.go | 150 +++++++++++++++++ .../runs_v1/get_run_importance_responses.go | 150 +++++++++++++++++ .../runs_v1/get_run_logs_responses.go | 150 +++++++++++++++++ .../runs_v1/get_run_namespace_responses.go | 150 +++++++++++++++++ .../runs_v1/get_run_resources_responses.go | 150 +++++++++++++++++ .../runs_v1/get_run_responses.go | 150 +++++++++++++++++ .../runs_v1/get_run_settings_responses.go | 150 +++++++++++++++++ .../runs_v1/get_run_stats_responses.go | 150 +++++++++++++++++ .../runs_v1/get_run_statuses_responses.go | 150 +++++++++++++++++ .../get_run_upstream_lineage_responses.go | 150 +++++++++++++++++ .../get_runs_artifacts_lineage_responses.go | 150 +++++++++++++++++ .../runs_v1/impersonate_token_responses.go | 150 +++++++++++++++++ .../runs_v1/inspect_run_responses.go | 150 +++++++++++++++++ .../runs_v1/invalidate_run_responses.go | 149 ++++++++++++++++ .../runs_v1/invalidate_runs_responses.go | 149 ++++++++++++++++ .../runs_v1/list_archived_runs_responses.go | 150 +++++++++++++++++ .../runs_v1/list_bookmarked_runs_responses.go | 150 +++++++++++++++++ .../runs_v1/list_runs_responses.go | 150 +++++++++++++++++ .../runs_v1/notify_run_status_responses.go | 149 ++++++++++++++++ .../runs_v1/patch_run_responses.go | 150 +++++++++++++++++ .../runs_v1/restart_run_responses.go | 150 +++++++++++++++++ .../runs_v1/restore_run_responses.go | 149 ++++++++++++++++ .../runs_v1/restore_runs_responses.go | 149 ++++++++++++++++ .../runs_v1/resume_run_responses.go | 150 +++++++++++++++++ .../service_client/runs_v1/runs_v1_client.go | 2 +- .../runs_v1/stop_run_responses.go | 149 ++++++++++++++++ .../runs_v1/stop_runs_responses.go | 149 ++++++++++++++++ .../runs_v1/sync_run_responses.go | 149 ++++++++++++++++ .../runs_v1/tag_runs_responses.go | 149 ++++++++++++++++ .../runs_v1/transfer_run_responses.go | 149 ++++++++++++++++ .../runs_v1/transfer_runs_responses.go | 149 ++++++++++++++++ .../runs_v1/unbookmark_run_responses.go | 149 ++++++++++++++++ .../runs_v1/update_run_responses.go | 150 +++++++++++++++++ .../runs_v1/upload_run_artifact_responses.go | 119 +++++++++++++ .../runs_v1/upload_run_logs_responses.go | 119 +++++++++++++ .../schemas_v1/no_op_responses.go | 150 +++++++++++++++++ .../searches_v1/create_search_responses.go | 150 +++++++++++++++++ .../searches_v1/delete_search_responses.go | 149 ++++++++++++++++ .../searches_v1/get_search_responses.go | 150 +++++++++++++++++ .../list_search_names_responses.go | 150 +++++++++++++++++ .../searches_v1/list_searches_responses.go | 150 +++++++++++++++++ .../searches_v1/patch_search_responses.go | 150 +++++++++++++++++ .../searches_v1/update_search_responses.go | 150 +++++++++++++++++ .../create_service_account_responses.go | 150 +++++++++++++++++ .../create_service_account_token_responses.go | 150 +++++++++++++++++ .../delete_service_account_responses.go | 149 ++++++++++++++++ .../delete_service_account_token_responses.go | 149 ++++++++++++++++ .../get_service_account_responses.go | 150 +++++++++++++++++ .../get_service_account_token_responses.go | 150 +++++++++++++++++ .../list_service_account_names_responses.go | 150 +++++++++++++++++ .../list_service_account_tokens_responses.go | 150 +++++++++++++++++ .../list_service_accounts_responses.go | 150 +++++++++++++++++ .../patch_service_account_responses.go | 150 +++++++++++++++++ .../patch_service_account_token_responses.go | 150 +++++++++++++++++ .../update_service_account_responses.go | 150 +++++++++++++++++ .../update_service_account_token_responses.go | 150 +++++++++++++++++ .../tags_v1/create_tag_responses.go | 150 +++++++++++++++++ .../tags_v1/delete_tag_responses.go | 149 ++++++++++++++++ .../tags_v1/get_tag_responses.go | 150 +++++++++++++++++ .../tags_v1/list_tags_responses.go | 150 +++++++++++++++++ .../tags_v1/load_tags_responses.go | 150 +++++++++++++++++ .../tags_v1/patch_tag_responses.go | 150 +++++++++++++++++ .../tags_v1/sync_tags_responses.go | 149 ++++++++++++++++ .../tags_v1/update_tag_responses.go | 150 +++++++++++++++++ .../teams_v1/create_team_member_responses.go | 150 +++++++++++++++++ .../teams_v1/create_team_responses.go | 150 +++++++++++++++++ .../teams_v1/delete_team_member_responses.go | 149 ++++++++++++++++ .../teams_v1/delete_team_responses.go | 149 ++++++++++++++++ .../teams_v1/get_team_member_responses.go | 150 +++++++++++++++++ .../teams_v1/get_team_responses.go | 150 +++++++++++++++++ .../teams_v1/list_team_members_responses.go | 150 +++++++++++++++++ .../teams_v1/list_team_names_responses.go | 150 +++++++++++++++++ .../teams_v1/list_teams_responses.go | 150 +++++++++++++++++ .../teams_v1/patch_team_member_responses.go | 150 +++++++++++++++++ .../teams_v1/patch_team_responses.go | 150 +++++++++++++++++ .../teams_v1/update_team_member_responses.go | 150 +++++++++++++++++ .../teams_v1/update_team_responses.go | 150 +++++++++++++++++ .../users_v1/create_token_responses.go | 150 +++++++++++++++++ .../users_v1/delete_token_responses.go | 149 ++++++++++++++++ .../users_v1/get_history_responses.go | 150 +++++++++++++++++ .../users_v1/get_suggestions_responses.go | 150 +++++++++++++++++ .../users_v1/get_token_responses.go | 150 +++++++++++++++++ .../users_v1/get_user_responses.go | 150 +++++++++++++++++ .../users_v1/list_tokens_responses.go | 150 +++++++++++++++++ .../users_v1/patch_token_responses.go | 150 +++++++++++++++++ .../users_v1/patch_user_responses.go | 150 +++++++++++++++++ .../users_v1/update_token_responses.go | 150 +++++++++++++++++ .../users_v1/update_user_responses.go | 150 +++++++++++++++++ .../get_compatibility_responses.go | 150 +++++++++++++++++ .../versions_v1/get_installation_responses.go | 150 +++++++++++++++++ .../versions_v1/get_log_handler_responses.go | 150 +++++++++++++++++ java/http_client/v1/README.md | 10 +- java/http_client/v1/api/openapi.yaml | 4 +- java/http_client/v1/build.gradle | 2 +- java/http_client/v1/build.sbt | 2 +- java/http_client/v1/docs/RunsV1Api.md | 2 +- java/http_client/v1/pom.xml | 2 +- .../org/openapitools/client/ApiCallback.java | 2 +- .../org/openapitools/client/ApiClient.java | 4 +- .../org/openapitools/client/ApiException.java | 2 +- .../org/openapitools/client/ApiResponse.java | 2 +- .../openapitools/client/Configuration.java | 2 +- .../client/GzipRequestInterceptor.java | 2 +- .../java/org/openapitools/client/JSON.java | 2 +- .../java/org/openapitools/client/Pair.java | 2 +- .../client/ProgressRequestBody.java | 2 +- .../client/ProgressResponseBody.java | 2 +- .../org/openapitools/client/StringUtil.java | 2 +- .../openapitools/client/api/AgentsV1Api.java | 2 +- .../client/api/ArtifactsStoresV1Api.java | 2 +- .../openapitools/client/api/AuthV1Api.java | 2 +- .../client/api/ConnectionsV1Api.java | 2 +- .../client/api/DashboardsV1Api.java | 2 +- .../client/api/OrganizationsV1Api.java | 2 +- .../openapitools/client/api/PresetsV1Api.java | 2 +- .../client/api/ProjectDashboardsV1Api.java | 2 +- .../client/api/ProjectSearchesV1Api.java | 2 +- .../client/api/ProjectsV1Api.java | 2 +- .../openapitools/client/api/QueuesV1Api.java | 2 +- .../openapitools/client/api/RunsV1Api.java | 4 +- .../openapitools/client/api/SchemasV1Api.java | 2 +- .../client/api/SearchesV1Api.java | 2 +- .../client/api/ServiceAccountsV1Api.java | 2 +- .../openapitools/client/api/TagsV1Api.java | 2 +- .../openapitools/client/api/TeamsV1Api.java | 2 +- .../openapitools/client/api/UsersV1Api.java | 2 +- .../client/api/VersionsV1Api.java | 2 +- .../openapitools/client/auth/ApiKeyAuth.java | 2 +- .../client/auth/Authentication.java | 2 +- .../client/auth/HttpBasicAuth.java | 2 +- .../client/auth/HttpBearerAuth.java | 2 +- .../model/AgentStateResponseAgentState.java | 2 +- .../client/model/MPIJobImplementation.java | 2 +- .../openapitools/client/model/MXJobMode.java | 2 +- .../client/model/ProtobufAny.java | 2 +- .../client/model/ProtobufNullValue.java | 2 +- .../client/model/RuntimeError.java | 2 +- .../openapitools/client/model/SearchView.java | 2 +- .../client/model/SparkDeployMode.java | 2 +- .../openapitools/client/model/V1Activity.java | 2 +- .../openapitools/client/model/V1Agent.java | 2 +- .../client/model/V1AgentStateResponse.java | 2 +- .../model/V1AgentStatusBodyRequest.java | 2 +- .../client/model/V1AnalyticsSpec.java | 2 +- .../client/model/V1ArtifactKind.java | 2 +- .../client/model/V1ArtifactTree.java | 2 +- .../client/model/V1ArtifactsMount.java | 2 +- .../client/model/V1ArtifactsType.java | 2 +- .../org/openapitools/client/model/V1Auth.java | 2 +- .../openapitools/client/model/V1AuthType.java | 2 +- .../client/model/V1AverageStoppingPolicy.java | 2 +- .../openapitools/client/model/V1Bayes.java | 2 +- .../client/model/V1BucketConnection.java | 2 +- .../openapitools/client/model/V1Build.java | 2 +- .../openapitools/client/model/V1Cache.java | 2 +- .../client/model/V1ClaimConnection.java | 2 +- .../client/model/V1CleanPodPolicy.java | 2 +- .../openapitools/client/model/V1Cloning.java | 2 +- .../client/model/V1CloningKind.java | 2 +- .../client/model/V1Compatibility.java | 2 +- .../client/model/V1CompiledOperation.java | 2 +- .../client/model/V1Component.java | 2 +- .../client/model/V1ConnectionKind.java | 2 +- .../client/model/V1ConnectionResponse.java | 2 +- .../client/model/V1ConnectionSchema.java | 2 +- .../client/model/V1ConnectionType.java | 2 +- .../client/model/V1Credentials.java | 2 +- .../client/model/V1CronSchedule.java | 2 +- .../org/openapitools/client/model/V1Dag.java | 2 +- .../openapitools/client/model/V1DagRef.java | 2 +- .../client/model/V1Dashboard.java | 2 +- .../client/model/V1DashboardSpec.java | 2 +- .../org/openapitools/client/model/V1Dask.java | 2 +- .../client/model/V1DateTimeSchedule.java | 2 +- .../client/model/V1DiffStoppingPolicy.java | 2 +- .../client/model/V1DockerfileType.java | 2 +- .../client/model/V1EarlyStopping.java | 2 +- .../client/model/V1EntitiesTags.java | 2 +- .../client/model/V1EntitiesTransfer.java | 2 +- .../model/V1EntityNotificationBody.java | 2 +- .../model/V1EntityStageBodyRequest.java | 2 +- .../model/V1EntityStatusBodyRequest.java | 2 +- .../client/model/V1Environment.java | 2 +- .../openapitools/client/model/V1Event.java | 2 +- .../client/model/V1EventArtifact.java | 2 +- .../client/model/V1EventAudio.java | 2 +- .../client/model/V1EventChart.java | 2 +- .../client/model/V1EventChartKind.java | 2 +- .../client/model/V1EventConfusionMatrix.java | 2 +- .../client/model/V1EventCurve.java | 2 +- .../client/model/V1EventCurveKind.java | 2 +- .../client/model/V1EventDataframe.java | 2 +- .../client/model/V1EventHistogram.java | 2 +- .../client/model/V1EventImage.java | 2 +- .../client/model/V1EventKind.java | 2 +- .../client/model/V1EventModel.java | 2 +- .../client/model/V1EventTrigger.java | 2 +- .../client/model/V1EventType.java | 2 +- .../client/model/V1EventVideo.java | 2 +- .../client/model/V1EventsResponse.java | 2 +- .../client/model/V1FailureEarlyStopping.java | 2 +- .../openapitools/client/model/V1FileType.java | 2 +- .../openapitools/client/model/V1Flink.java | 2 +- .../openapitools/client/model/V1GcsType.java | 2 +- .../client/model/V1GitConnection.java | 2 +- .../openapitools/client/model/V1GitType.java | 2 +- .../client/model/V1GridSearch.java | 2 +- .../org/openapitools/client/model/V1Hook.java | 2 +- .../client/model/V1HostConnection.java | 2 +- .../client/model/V1HostPathConnection.java | 2 +- .../openapitools/client/model/V1HpChoice.java | 2 +- .../client/model/V1HpDateRange.java | 2 +- .../client/model/V1HpDateTimeRange.java | 2 +- .../client/model/V1HpGeomSpace.java | 2 +- .../client/model/V1HpLinSpace.java | 2 +- .../client/model/V1HpLogNormal.java | 2 +- .../client/model/V1HpLogSpace.java | 2 +- .../client/model/V1HpLogUniform.java | 2 +- .../openapitools/client/model/V1HpNormal.java | 2 +- .../client/model/V1HpPChoice.java | 2 +- .../openapitools/client/model/V1HpParams.java | 2 +- .../client/model/V1HpQLogNormal.java | 2 +- .../client/model/V1HpQLogUniform.java | 2 +- .../client/model/V1HpQNormal.java | 2 +- .../client/model/V1HpQUniform.java | 2 +- .../openapitools/client/model/V1HpRange.java | 2 +- .../client/model/V1HpUniform.java | 2 +- .../openapitools/client/model/V1HubRef.java | 2 +- .../client/model/V1Hyperband.java | 2 +- .../openapitools/client/model/V1Hyperopt.java | 2 +- .../client/model/V1HyperoptAlgorithms.java | 2 +- .../org/openapitools/client/model/V1IO.java | 2 +- .../org/openapitools/client/model/V1Init.java | 2 +- .../client/model/V1Installation.java | 2 +- .../client/model/V1IntervalSchedule.java | 2 +- .../client/model/V1Iterative.java | 2 +- .../org/openapitools/client/model/V1Job.java | 2 +- .../org/openapitools/client/model/V1Join.java | 2 +- .../client/model/V1JoinParam.java | 2 +- .../client/model/V1K8sResourceSchema.java | 2 +- .../client/model/V1K8sResourceType.java | 2 +- .../client/model/V1KFReplica.java | 2 +- .../model/V1ListActivitiesResponse.java | 2 +- .../client/model/V1ListAgentsResponse.java | 2 +- .../client/model/V1ListBookmarksResponse.java | 2 +- .../model/V1ListConnectionsResponse.java | 2 +- .../model/V1ListDashboardsResponse.java | 2 +- .../V1ListOrganizationMembersResponse.java | 2 +- .../model/V1ListOrganizationsResponse.java | 2 +- .../client/model/V1ListPresetsResponse.java | 2 +- .../model/V1ListProjectVersionsResponse.java | 2 +- .../client/model/V1ListProjectsResponse.java | 2 +- .../client/model/V1ListQueuesResponse.java | 2 +- .../model/V1ListRunArtifactsResponse.java | 2 +- .../model/V1ListRunConnectionsResponse.java | 2 +- .../client/model/V1ListRunEdgesResponse.java | 2 +- .../client/model/V1ListRunsResponse.java | 2 +- .../client/model/V1ListSearchesResponse.java | 2 +- .../model/V1ListServiceAccountsResponse.java | 2 +- .../client/model/V1ListTagsResponse.java | 2 +- .../model/V1ListTeamMembersResponse.java | 2 +- .../client/model/V1ListTeamsResponse.java | 2 +- .../client/model/V1ListTokenResponse.java | 2 +- .../org/openapitools/client/model/V1Log.java | 2 +- .../client/model/V1LogHandler.java | 2 +- .../org/openapitools/client/model/V1Logs.java | 2 +- .../openapitools/client/model/V1MPIJob.java | 2 +- .../openapitools/client/model/V1MXJob.java | 2 +- .../openapitools/client/model/V1Mapping.java | 2 +- .../openapitools/client/model/V1Matrix.java | 2 +- .../client/model/V1MatrixKind.java | 2 +- .../client/model/V1MedianStoppingPolicy.java | 2 +- .../client/model/V1MetricEarlyStopping.java | 2 +- .../client/model/V1Notification.java | 2 +- .../client/model/V1Operation.java | 2 +- .../client/model/V1OperationBody.java | 2 +- .../client/model/V1Optimization.java | 2 +- .../client/model/V1OptimizationMetric.java | 2 +- .../client/model/V1OptimizationResource.java | 2 +- .../client/model/V1Organization.java | 2 +- .../client/model/V1OrganizationMember.java | 2 +- .../openapitools/client/model/V1Param.java | 2 +- .../client/model/V1PasswordChange.java | 2 +- .../client/model/V1PatchStrategy.java | 2 +- .../openapitools/client/model/V1PathRef.java | 2 +- .../openapitools/client/model/V1Pipeline.java | 2 +- .../client/model/V1PipelineKind.java | 2 +- .../openapitools/client/model/V1Plugins.java | 2 +- .../client/model/V1PolyaxonInitContainer.java | 2 +- .../model/V1PolyaxonSidecarContainer.java | 2 +- .../openapitools/client/model/V1Preset.java | 2 +- .../openapitools/client/model/V1Project.java | 2 +- .../client/model/V1ProjectSettings.java | 2 +- .../client/model/V1ProjectUserAccess.java | 2 +- .../client/model/V1ProjectVersion.java | 2 +- .../client/model/V1ProjectVersionKind.java | 2 +- .../client/model/V1PytorchJob.java | 2 +- .../openapitools/client/model/V1Queue.java | 2 +- .../client/model/V1RandomSearch.java | 2 +- .../org/openapitools/client/model/V1Ray.java | 2 +- .../client/model/V1Reference.java | 2 +- .../client/model/V1ResourceType.java | 2 +- .../org/openapitools/client/model/V1Run.java | 2 +- .../client/model/V1RunArtifact.java | 2 +- .../client/model/V1RunArtifacts.java | 2 +- .../client/model/V1RunConnection.java | 2 +- .../openapitools/client/model/V1RunEdge.java | 2 +- .../client/model/V1RunEdgeKind.java | 2 +- .../openapitools/client/model/V1RunKind.java | 2 +- .../client/model/V1RunPending.java | 2 +- .../client/model/V1RunReferenceCatalog.java | 2 +- .../client/model/V1RunResources.java | 2 +- .../client/model/V1RunSchema.java | 2 +- .../client/model/V1RunSettings.java | 2 +- .../openapitools/client/model/V1S3Type.java | 2 +- .../openapitools/client/model/V1Schedule.java | 2 +- .../client/model/V1ScheduleKind.java | 2 +- .../client/model/V1SchedulingPolicy.java | 2 +- .../openapitools/client/model/V1Schemas.java | 2 +- .../openapitools/client/model/V1Search.java | 2 +- .../client/model/V1SearchSpec.java | 2 +- .../client/model/V1SectionSpec.java | 2 +- .../openapitools/client/model/V1Service.java | 2 +- .../client/model/V1ServiceAccount.java | 2 +- .../client/model/V1SettingsCatalog.java | 2 +- .../openapitools/client/model/V1Spark.java | 2 +- .../client/model/V1SparkReplica.java | 2 +- .../client/model/V1SparkType.java | 2 +- .../openapitools/client/model/V1Stage.java | 2 +- .../client/model/V1StageCondition.java | 2 +- .../openapitools/client/model/V1Stages.java | 2 +- .../openapitools/client/model/V1Status.java | 2 +- .../client/model/V1StatusCondition.java | 2 +- .../openapitools/client/model/V1Statuses.java | 2 +- .../openapitools/client/model/V1TFJob.java | 2 +- .../org/openapitools/client/model/V1Tag.java | 2 +- .../org/openapitools/client/model/V1Team.java | 2 +- .../client/model/V1TeamMember.java | 2 +- .../client/model/V1TeamSettings.java | 2 +- .../openapitools/client/model/V1Template.java | 2 +- .../client/model/V1TensorboardType.java | 2 +- .../client/model/V1Termination.java | 2 +- .../openapitools/client/model/V1Token.java | 2 +- .../client/model/V1TrialStart.java | 2 +- .../client/model/V1TriggerPolicy.java | 2 +- .../model/V1TruncationStoppingPolicy.java | 2 +- .../openapitools/client/model/V1Tuner.java | 2 +- .../openapitools/client/model/V1UriType.java | 2 +- .../openapitools/client/model/V1UrlRef.java | 2 +- .../org/openapitools/client/model/V1User.java | 2 +- .../client/model/V1UserEmail.java | 2 +- .../client/model/V1UserSingup.java | 2 +- .../openapitools/client/model/V1Uuids.java | 2 +- .../openapitools/client/model/V1Version.java | 2 +- .../openapitools/client/model/V1WasbType.java | 2 +- .../client/model/V1XGBoostJob.java | 2 +- .../client/api/AgentsV1ApiTest.java | 2 +- .../client/api/ArtifactsStoresV1ApiTest.java | 2 +- .../client/api/AuthV1ApiTest.java | 2 +- .../client/api/ConnectionsV1ApiTest.java | 2 +- .../client/api/DashboardsV1ApiTest.java | 2 +- .../client/api/OrganizationsV1ApiTest.java | 2 +- .../client/api/PresetsV1ApiTest.java | 2 +- .../api/ProjectDashboardsV1ApiTest.java | 2 +- .../client/api/ProjectSearchesV1ApiTest.java | 2 +- .../client/api/ProjectsV1ApiTest.java | 2 +- .../client/api/QueuesV1ApiTest.java | 2 +- .../client/api/RunsV1ApiTest.java | 2 +- .../client/api/SchemasV1ApiTest.java | 2 +- .../client/api/SearchesV1ApiTest.java | 2 +- .../client/api/ServiceAccountsV1ApiTest.java | 2 +- .../client/api/TagsV1ApiTest.java | 2 +- .../client/api/TeamsV1ApiTest.java | 2 +- .../client/api/UsersV1ApiTest.java | 2 +- .../client/api/VersionsV1ApiTest.java | 2 +- .../AgentStateResponseAgentStateTest.java | 2 +- .../model/MPIJobImplementationTest.java | 2 +- .../client/model/MXJobModeTest.java | 2 +- .../client/model/ProtobufAnyTest.java | 2 +- .../client/model/ProtobufNullValueTest.java | 2 +- .../client/model/RuntimeErrorTest.java | 2 +- .../client/model/SearchViewTest.java | 2 +- .../client/model/SparkDeployModeTest.java | 2 +- .../client/model/V1ActivityTest.java | 2 +- .../model/V1AgentStateResponseTest.java | 2 +- .../model/V1AgentStatusBodyRequestTest.java | 2 +- .../client/model/V1AgentTest.java | 2 +- .../client/model/V1AnalyticsSpecTest.java | 2 +- .../client/model/V1ArtifactKindTest.java | 2 +- .../client/model/V1ArtifactTreeTest.java | 2 +- .../client/model/V1ArtifactsMountTest.java | 2 +- .../client/model/V1ArtifactsTypeTest.java | 2 +- .../openapitools/client/model/V1AuthTest.java | 2 +- .../client/model/V1AuthTypeTest.java | 2 +- .../model/V1AverageStoppingPolicyTest.java | 2 +- .../client/model/V1BayesTest.java | 2 +- .../client/model/V1BucketConnectionTest.java | 2 +- .../client/model/V1BuildTest.java | 2 +- .../client/model/V1CacheTest.java | 2 +- .../client/model/V1ClaimConnectionTest.java | 2 +- .../client/model/V1CleanPodPolicyTest.java | 2 +- .../client/model/V1CloningKindTest.java | 2 +- .../client/model/V1CloningTest.java | 2 +- .../client/model/V1CompatibilityTest.java | 2 +- .../client/model/V1CompiledOperationTest.java | 2 +- .../client/model/V1ComponentTest.java | 2 +- .../client/model/V1ConnectionKindTest.java | 2 +- .../model/V1ConnectionResponseTest.java | 2 +- .../client/model/V1ConnectionSchemaTest.java | 2 +- .../client/model/V1ConnectionTypeTest.java | 2 +- .../client/model/V1CredentialsTest.java | 2 +- .../client/model/V1CronScheduleTest.java | 2 +- .../client/model/V1DagRefTest.java | 2 +- .../openapitools/client/model/V1DagTest.java | 2 +- .../client/model/V1DashboardSpecTest.java | 2 +- .../client/model/V1DashboardTest.java | 2 +- .../openapitools/client/model/V1DaskTest.java | 2 +- .../client/model/V1DateTimeScheduleTest.java | 2 +- .../model/V1DiffStoppingPolicyTest.java | 2 +- .../client/model/V1DockerfileTypeTest.java | 2 +- .../client/model/V1EarlyStoppingTest.java | 2 +- .../client/model/V1EntitiesTagsTest.java | 2 +- .../client/model/V1EntitiesTransferTest.java | 2 +- .../model/V1EntityNotificationBodyTest.java | 2 +- .../model/V1EntityStageBodyRequestTest.java | 2 +- .../model/V1EntityStatusBodyRequestTest.java | 2 +- .../client/model/V1EnvironmentTest.java | 2 +- .../client/model/V1EventArtifactTest.java | 2 +- .../client/model/V1EventAudioTest.java | 2 +- .../client/model/V1EventChartKindTest.java | 2 +- .../client/model/V1EventChartTest.java | 2 +- .../model/V1EventConfusionMatrixTest.java | 2 +- .../client/model/V1EventCurveKindTest.java | 2 +- .../client/model/V1EventCurveTest.java | 2 +- .../client/model/V1EventDataframeTest.java | 2 +- .../client/model/V1EventHistogramTest.java | 2 +- .../client/model/V1EventImageTest.java | 2 +- .../client/model/V1EventKindTest.java | 2 +- .../client/model/V1EventModelTest.java | 2 +- .../client/model/V1EventTest.java | 2 +- .../client/model/V1EventTriggerTest.java | 2 +- .../client/model/V1EventTypeTest.java | 2 +- .../client/model/V1EventVideoTest.java | 2 +- .../client/model/V1EventsResponseTest.java | 2 +- .../model/V1FailureEarlyStoppingTest.java | 2 +- .../client/model/V1FileTypeTest.java | 2 +- .../client/model/V1FlinkTest.java | 2 +- .../client/model/V1GcsTypeTest.java | 2 +- .../client/model/V1GitConnectionTest.java | 2 +- .../client/model/V1GitTypeTest.java | 2 +- .../client/model/V1GridSearchTest.java | 2 +- .../openapitools/client/model/V1HookTest.java | 2 +- .../client/model/V1HostConnectionTest.java | 2 +- .../model/V1HostPathConnectionTest.java | 2 +- .../client/model/V1HpChoiceTest.java | 2 +- .../client/model/V1HpDateRangeTest.java | 2 +- .../client/model/V1HpDateTimeRangeTest.java | 2 +- .../client/model/V1HpGeomSpaceTest.java | 2 +- .../client/model/V1HpLinSpaceTest.java | 2 +- .../client/model/V1HpLogNormalTest.java | 2 +- .../client/model/V1HpLogSpaceTest.java | 2 +- .../client/model/V1HpLogUniformTest.java | 2 +- .../client/model/V1HpNormalTest.java | 2 +- .../client/model/V1HpPChoiceTest.java | 2 +- .../client/model/V1HpParamsTest.java | 2 +- .../client/model/V1HpQLogNormalTest.java | 2 +- .../client/model/V1HpQLogUniformTest.java | 2 +- .../client/model/V1HpQNormalTest.java | 2 +- .../client/model/V1HpQUniformTest.java | 2 +- .../client/model/V1HpRangeTest.java | 2 +- .../client/model/V1HpUniformTest.java | 2 +- .../client/model/V1HubRefTest.java | 2 +- .../client/model/V1HyperbandTest.java | 2 +- .../model/V1HyperoptAlgorithmsTest.java | 2 +- .../client/model/V1HyperoptTest.java | 2 +- .../openapitools/client/model/V1IOTest.java | 2 +- .../openapitools/client/model/V1InitTest.java | 2 +- .../client/model/V1InstallationTest.java | 2 +- .../client/model/V1IntervalScheduleTest.java | 2 +- .../client/model/V1IterativeTest.java | 2 +- .../openapitools/client/model/V1JobTest.java | 2 +- .../client/model/V1JoinParamTest.java | 2 +- .../openapitools/client/model/V1JoinTest.java | 2 +- .../client/model/V1K8sResourceSchemaTest.java | 2 +- .../client/model/V1K8sResourceTypeTest.java | 2 +- .../client/model/V1KFReplicaTest.java | 2 +- .../model/V1ListActivitiesResponseTest.java | 2 +- .../model/V1ListAgentsResponseTest.java | 2 +- .../model/V1ListBookmarksResponseTest.java | 2 +- .../model/V1ListConnectionsResponseTest.java | 2 +- .../model/V1ListDashboardsResponseTest.java | 2 +- ...V1ListOrganizationMembersResponseTest.java | 2 +- .../V1ListOrganizationsResponseTest.java | 2 +- .../model/V1ListPresetsResponseTest.java | 2 +- .../V1ListProjectVersionsResponseTest.java | 2 +- .../model/V1ListProjectsResponseTest.java | 2 +- .../model/V1ListQueuesResponseTest.java | 2 +- .../model/V1ListRunArtifactsResponseTest.java | 2 +- .../V1ListRunConnectionsResponseTest.java | 2 +- .../model/V1ListRunEdgesResponseTest.java | 2 +- .../client/model/V1ListRunsResponseTest.java | 2 +- .../model/V1ListSearchesResponseTest.java | 2 +- .../V1ListServiceAccountsResponseTest.java | 2 +- .../client/model/V1ListTagsResponseTest.java | 2 +- .../model/V1ListTeamMembersResponseTest.java | 2 +- .../client/model/V1ListTeamsResponseTest.java | 2 +- .../client/model/V1ListTokenResponseTest.java | 2 +- .../client/model/V1LogHandlerTest.java | 2 +- .../openapitools/client/model/V1LogTest.java | 2 +- .../openapitools/client/model/V1LogsTest.java | 2 +- .../client/model/V1MPIJobTest.java | 2 +- .../client/model/V1MXJobTest.java | 2 +- .../client/model/V1MappingTest.java | 2 +- .../client/model/V1MatrixKindTest.java | 2 +- .../client/model/V1MatrixTest.java | 2 +- .../model/V1MedianStoppingPolicyTest.java | 2 +- .../model/V1MetricEarlyStoppingTest.java | 2 +- .../client/model/V1NotificationTest.java | 2 +- .../client/model/V1OperationBodyTest.java | 2 +- .../client/model/V1OperationTest.java | 2 +- .../model/V1OptimizationMetricTest.java | 2 +- .../model/V1OptimizationResourceTest.java | 2 +- .../client/model/V1OptimizationTest.java | 2 +- .../model/V1OrganizationMemberTest.java | 2 +- .../client/model/V1OrganizationTest.java | 2 +- .../client/model/V1ParamTest.java | 2 +- .../client/model/V1PasswordChangeTest.java | 2 +- .../client/model/V1PatchStrategyTest.java | 2 +- .../client/model/V1PathRefTest.java | 2 +- .../client/model/V1PipelineKindTest.java | 2 +- .../client/model/V1PipelineTest.java | 2 +- .../client/model/V1PluginsTest.java | 2 +- .../model/V1PolyaxonInitContainerTest.java | 2 +- .../model/V1PolyaxonSidecarContainerTest.java | 2 +- .../client/model/V1PresetTest.java | 2 +- .../client/model/V1ProjectSettingsTest.java | 2 +- .../client/model/V1ProjectTest.java | 2 +- .../client/model/V1ProjectUserAccessTest.java | 2 +- .../model/V1ProjectVersionKindTest.java | 2 +- .../client/model/V1ProjectVersionTest.java | 2 +- .../client/model/V1PytorchJobTest.java | 2 +- .../client/model/V1QueueTest.java | 2 +- .../client/model/V1RandomSearchTest.java | 2 +- .../openapitools/client/model/V1RayTest.java | 2 +- .../client/model/V1ReferenceTest.java | 2 +- .../client/model/V1ResourceTypeTest.java | 2 +- .../client/model/V1RunArtifactTest.java | 2 +- .../client/model/V1RunArtifactsTest.java | 2 +- .../client/model/V1RunConnectionTest.java | 2 +- .../client/model/V1RunEdgeKindTest.java | 2 +- .../client/model/V1RunEdgeTest.java | 2 +- .../client/model/V1RunKindTest.java | 2 +- .../client/model/V1RunPendingTest.java | 2 +- .../model/V1RunReferenceCatalogTest.java | 2 +- .../client/model/V1RunResourcesTest.java | 2 +- .../client/model/V1RunSchemaTest.java | 2 +- .../client/model/V1RunSettingsTest.java | 2 +- .../openapitools/client/model/V1RunTest.java | 2 +- .../client/model/V1S3TypeTest.java | 2 +- .../client/model/V1ScheduleKindTest.java | 2 +- .../client/model/V1ScheduleTest.java | 2 +- .../client/model/V1SchedulingPolicyTest.java | 2 +- .../client/model/V1SchemasTest.java | 2 +- .../client/model/V1SearchSpecTest.java | 2 +- .../client/model/V1SearchTest.java | 2 +- .../client/model/V1SectionSpecTest.java | 2 +- .../client/model/V1ServiceAccountTest.java | 2 +- .../client/model/V1ServiceTest.java | 2 +- .../client/model/V1SettingsCatalogTest.java | 2 +- .../client/model/V1SparkReplicaTest.java | 2 +- .../client/model/V1SparkTest.java | 2 +- .../client/model/V1SparkTypeTest.java | 2 +- .../client/model/V1StageConditionTest.java | 2 +- .../client/model/V1StageTest.java | 2 +- .../client/model/V1StagesTest.java | 2 +- .../client/model/V1StatusConditionTest.java | 2 +- .../client/model/V1StatusTest.java | 2 +- .../client/model/V1StatusesTest.java | 2 +- .../client/model/V1TFJobTest.java | 2 +- .../openapitools/client/model/V1TagTest.java | 2 +- .../client/model/V1TeamMemberTest.java | 2 +- .../client/model/V1TeamSettingsTest.java | 2 +- .../openapitools/client/model/V1TeamTest.java | 2 +- .../client/model/V1TemplateTest.java | 2 +- .../client/model/V1TensorboardTypeTest.java | 2 +- .../client/model/V1TerminationTest.java | 2 +- .../client/model/V1TokenTest.java | 2 +- .../client/model/V1TrialStartTest.java | 2 +- .../client/model/V1TriggerPolicyTest.java | 2 +- .../model/V1TruncationStoppingPolicyTest.java | 2 +- .../client/model/V1TunerTest.java | 2 +- .../client/model/V1UriTypeTest.java | 2 +- .../client/model/V1UrlRefTest.java | 2 +- .../client/model/V1UserEmailTest.java | 2 +- .../client/model/V1UserSingupTest.java | 2 +- .../openapitools/client/model/V1UserTest.java | 2 +- .../client/model/V1UuidsTest.java | 2 +- .../client/model/V1VersionTest.java | 2 +- .../client/model/V1WasbTypeTest.java | 2 +- .../client/model/V1XGBoostJobTest.java | 2 +- js/http_client/v1/README.md | 6 +- js/http_client/v1/docs/RunsV1Api.md | 2 +- js/http_client/v1/package.json | 2 +- js/http_client/v1/src/ApiClient.js | 6 +- js/http_client/v1/src/api/AgentsV1Api.js | 4 +- .../v1/src/api/ArtifactsStoresV1Api.js | 4 +- js/http_client/v1/src/api/AuthV1Api.js | 4 +- js/http_client/v1/src/api/ConnectionsV1Api.js | 4 +- js/http_client/v1/src/api/DashboardsV1Api.js | 4 +- .../v1/src/api/OrganizationsV1Api.js | 4 +- js/http_client/v1/src/api/PresetsV1Api.js | 4 +- .../v1/src/api/ProjectDashboardsV1Api.js | 4 +- .../v1/src/api/ProjectSearchesV1Api.js | 4 +- js/http_client/v1/src/api/ProjectsV1Api.js | 4 +- js/http_client/v1/src/api/QueuesV1Api.js | 4 +- js/http_client/v1/src/api/RunsV1Api.js | 6 +- js/http_client/v1/src/api/SchemasV1Api.js | 4 +- js/http_client/v1/src/api/SearchesV1Api.js | 4 +- .../v1/src/api/ServiceAccountsV1Api.js | 4 +- js/http_client/v1/src/api/TagsV1Api.js | 4 +- js/http_client/v1/src/api/TeamsV1Api.js | 4 +- js/http_client/v1/src/api/UsersV1Api.js | 4 +- js/http_client/v1/src/api/VersionsV1Api.js | 4 +- js/http_client/v1/src/index.js | 4 +- .../src/model/AgentStateResponseAgentState.js | 4 +- .../v1/src/model/MPIJobImplementation.js | 2 +- js/http_client/v1/src/model/MXJobMode.js | 2 +- js/http_client/v1/src/model/ProtobufAny.js | 4 +- .../v1/src/model/ProtobufNullValue.js | 2 +- js/http_client/v1/src/model/RuntimeError.js | 4 +- js/http_client/v1/src/model/SearchView.js | 2 +- .../v1/src/model/SparkDeployMode.js | 2 +- js/http_client/v1/src/model/V1Activity.js | 4 +- js/http_client/v1/src/model/V1Agent.js | 4 +- .../v1/src/model/V1AgentStateResponse.js | 4 +- .../v1/src/model/V1AgentStatusBodyRequest.js | 4 +- .../v1/src/model/V1AnalyticsSpec.js | 4 +- js/http_client/v1/src/model/V1ArtifactKind.js | 2 +- js/http_client/v1/src/model/V1ArtifactTree.js | 4 +- .../v1/src/model/V1ArtifactsMount.js | 4 +- .../v1/src/model/V1ArtifactsType.js | 4 +- js/http_client/v1/src/model/V1Auth.js | 4 +- js/http_client/v1/src/model/V1AuthType.js | 4 +- .../v1/src/model/V1AverageStoppingPolicy.js | 4 +- js/http_client/v1/src/model/V1Bayes.js | 4 +- .../v1/src/model/V1BucketConnection.js | 4 +- js/http_client/v1/src/model/V1Build.js | 4 +- js/http_client/v1/src/model/V1Cache.js | 4 +- .../v1/src/model/V1ClaimConnection.js | 4 +- .../v1/src/model/V1CleanPodPolicy.js | 2 +- js/http_client/v1/src/model/V1Cloning.js | 4 +- js/http_client/v1/src/model/V1CloningKind.js | 2 +- .../v1/src/model/V1Compatibility.js | 4 +- .../v1/src/model/V1CompiledOperation.js | 4 +- js/http_client/v1/src/model/V1Component.js | 4 +- .../v1/src/model/V1ConnectionKind.js | 2 +- .../v1/src/model/V1ConnectionResponse.js | 4 +- .../v1/src/model/V1ConnectionSchema.js | 4 +- .../v1/src/model/V1ConnectionType.js | 4 +- js/http_client/v1/src/model/V1Credentials.js | 4 +- js/http_client/v1/src/model/V1CronSchedule.js | 4 +- js/http_client/v1/src/model/V1Dag.js | 4 +- js/http_client/v1/src/model/V1DagRef.js | 4 +- js/http_client/v1/src/model/V1Dashboard.js | 4 +- .../v1/src/model/V1DashboardSpec.js | 4 +- js/http_client/v1/src/model/V1Dask.js | 4 +- .../v1/src/model/V1DateTimeSchedule.js | 4 +- .../v1/src/model/V1DiffStoppingPolicy.js | 4 +- .../v1/src/model/V1DockerfileType.js | 4 +- .../v1/src/model/V1EarlyStopping.js | 4 +- js/http_client/v1/src/model/V1EntitiesTags.js | 4 +- .../v1/src/model/V1EntitiesTransfer.js | 4 +- .../v1/src/model/V1EntityNotificationBody.js | 4 +- .../v1/src/model/V1EntityStageBodyRequest.js | 4 +- .../v1/src/model/V1EntityStatusBodyRequest.js | 4 +- js/http_client/v1/src/model/V1Environment.js | 4 +- js/http_client/v1/src/model/V1Event.js | 4 +- .../v1/src/model/V1EventArtifact.js | 4 +- js/http_client/v1/src/model/V1EventAudio.js | 4 +- js/http_client/v1/src/model/V1EventChart.js | 4 +- .../v1/src/model/V1EventChartKind.js | 2 +- .../v1/src/model/V1EventConfusionMatrix.js | 4 +- js/http_client/v1/src/model/V1EventCurve.js | 4 +- .../v1/src/model/V1EventCurveKind.js | 2 +- .../v1/src/model/V1EventDataframe.js | 4 +- .../v1/src/model/V1EventHistogram.js | 4 +- js/http_client/v1/src/model/V1EventImage.js | 4 +- js/http_client/v1/src/model/V1EventKind.js | 2 +- js/http_client/v1/src/model/V1EventModel.js | 4 +- js/http_client/v1/src/model/V1EventTrigger.js | 4 +- js/http_client/v1/src/model/V1EventType.js | 4 +- js/http_client/v1/src/model/V1EventVideo.js | 4 +- .../v1/src/model/V1EventsResponse.js | 4 +- .../v1/src/model/V1FailureEarlyStopping.js | 4 +- js/http_client/v1/src/model/V1FileType.js | 4 +- js/http_client/v1/src/model/V1Flink.js | 4 +- js/http_client/v1/src/model/V1GcsType.js | 4 +- .../v1/src/model/V1GitConnection.js | 4 +- js/http_client/v1/src/model/V1GitType.js | 4 +- js/http_client/v1/src/model/V1GridSearch.js | 4 +- js/http_client/v1/src/model/V1Hook.js | 4 +- .../v1/src/model/V1HostConnection.js | 4 +- .../v1/src/model/V1HostPathConnection.js | 4 +- js/http_client/v1/src/model/V1HpChoice.js | 4 +- js/http_client/v1/src/model/V1HpDateRange.js | 4 +- .../v1/src/model/V1HpDateTimeRange.js | 4 +- js/http_client/v1/src/model/V1HpGeomSpace.js | 4 +- js/http_client/v1/src/model/V1HpLinSpace.js | 4 +- js/http_client/v1/src/model/V1HpLogNormal.js | 4 +- js/http_client/v1/src/model/V1HpLogSpace.js | 4 +- js/http_client/v1/src/model/V1HpLogUniform.js | 4 +- js/http_client/v1/src/model/V1HpNormal.js | 4 +- js/http_client/v1/src/model/V1HpPChoice.js | 4 +- js/http_client/v1/src/model/V1HpParams.js | 4 +- js/http_client/v1/src/model/V1HpQLogNormal.js | 4 +- .../v1/src/model/V1HpQLogUniform.js | 4 +- js/http_client/v1/src/model/V1HpQNormal.js | 4 +- js/http_client/v1/src/model/V1HpQUniform.js | 4 +- js/http_client/v1/src/model/V1HpRange.js | 4 +- js/http_client/v1/src/model/V1HpUniform.js | 4 +- js/http_client/v1/src/model/V1HubRef.js | 4 +- js/http_client/v1/src/model/V1Hyperband.js | 4 +- js/http_client/v1/src/model/V1Hyperopt.js | 4 +- .../v1/src/model/V1HyperoptAlgorithms.js | 2 +- js/http_client/v1/src/model/V1IO.js | 4 +- js/http_client/v1/src/model/V1Init.js | 4 +- js/http_client/v1/src/model/V1Installation.js | 4 +- .../v1/src/model/V1IntervalSchedule.js | 4 +- js/http_client/v1/src/model/V1Iterative.js | 4 +- js/http_client/v1/src/model/V1Job.js | 4 +- js/http_client/v1/src/model/V1Join.js | 4 +- js/http_client/v1/src/model/V1JoinParam.js | 4 +- .../v1/src/model/V1K8sResourceSchema.js | 4 +- .../v1/src/model/V1K8sResourceType.js | 4 +- js/http_client/v1/src/model/V1KFReplica.js | 4 +- .../v1/src/model/V1ListActivitiesResponse.js | 4 +- .../v1/src/model/V1ListAgentsResponse.js | 4 +- .../v1/src/model/V1ListBookmarksResponse.js | 4 +- .../v1/src/model/V1ListConnectionsResponse.js | 4 +- .../v1/src/model/V1ListDashboardsResponse.js | 4 +- .../V1ListOrganizationMembersResponse.js | 4 +- .../src/model/V1ListOrganizationsResponse.js | 4 +- .../v1/src/model/V1ListPresetsResponse.js | 4 +- .../model/V1ListProjectVersionsResponse.js | 4 +- .../v1/src/model/V1ListProjectsResponse.js | 4 +- .../v1/src/model/V1ListQueuesResponse.js | 4 +- .../src/model/V1ListRunArtifactsResponse.js | 4 +- .../src/model/V1ListRunConnectionsResponse.js | 4 +- .../v1/src/model/V1ListRunEdgesResponse.js | 4 +- .../v1/src/model/V1ListRunsResponse.js | 4 +- .../v1/src/model/V1ListSearchesResponse.js | 4 +- .../model/V1ListServiceAccountsResponse.js | 4 +- .../v1/src/model/V1ListTagsResponse.js | 4 +- .../v1/src/model/V1ListTeamMembersResponse.js | 4 +- .../v1/src/model/V1ListTeamsResponse.js | 4 +- .../v1/src/model/V1ListTokenResponse.js | 4 +- js/http_client/v1/src/model/V1Log.js | 4 +- js/http_client/v1/src/model/V1LogHandler.js | 4 +- js/http_client/v1/src/model/V1Logs.js | 4 +- js/http_client/v1/src/model/V1MPIJob.js | 4 +- js/http_client/v1/src/model/V1MXJob.js | 4 +- js/http_client/v1/src/model/V1Mapping.js | 4 +- js/http_client/v1/src/model/V1Matrix.js | 4 +- js/http_client/v1/src/model/V1MatrixKind.js | 2 +- .../v1/src/model/V1MedianStoppingPolicy.js | 4 +- .../v1/src/model/V1MetricEarlyStopping.js | 4 +- js/http_client/v1/src/model/V1Notification.js | 4 +- js/http_client/v1/src/model/V1Operation.js | 4 +- .../v1/src/model/V1OperationBody.js | 4 +- js/http_client/v1/src/model/V1Optimization.js | 2 +- .../v1/src/model/V1OptimizationMetric.js | 4 +- .../v1/src/model/V1OptimizationResource.js | 4 +- js/http_client/v1/src/model/V1Organization.js | 4 +- .../v1/src/model/V1OrganizationMember.js | 4 +- js/http_client/v1/src/model/V1Param.js | 4 +- .../v1/src/model/V1PasswordChange.js | 4 +- .../v1/src/model/V1PatchStrategy.js | 2 +- js/http_client/v1/src/model/V1PathRef.js | 4 +- js/http_client/v1/src/model/V1Pipeline.js | 4 +- js/http_client/v1/src/model/V1PipelineKind.js | 2 +- js/http_client/v1/src/model/V1Plugins.js | 4 +- .../v1/src/model/V1PolyaxonInitContainer.js | 4 +- .../src/model/V1PolyaxonSidecarContainer.js | 4 +- js/http_client/v1/src/model/V1Preset.js | 4 +- js/http_client/v1/src/model/V1Project.js | 4 +- .../v1/src/model/V1ProjectSettings.js | 4 +- .../v1/src/model/V1ProjectUserAccess.js | 4 +- .../v1/src/model/V1ProjectVersion.js | 4 +- .../v1/src/model/V1ProjectVersionKind.js | 2 +- js/http_client/v1/src/model/V1PytorchJob.js | 4 +- js/http_client/v1/src/model/V1Queue.js | 4 +- js/http_client/v1/src/model/V1RandomSearch.js | 4 +- js/http_client/v1/src/model/V1Ray.js | 4 +- js/http_client/v1/src/model/V1Reference.js | 4 +- js/http_client/v1/src/model/V1ResourceType.js | 2 +- js/http_client/v1/src/model/V1Run.js | 4 +- js/http_client/v1/src/model/V1RunArtifact.js | 4 +- js/http_client/v1/src/model/V1RunArtifacts.js | 4 +- .../v1/src/model/V1RunConnection.js | 4 +- js/http_client/v1/src/model/V1RunEdge.js | 4 +- js/http_client/v1/src/model/V1RunEdgeKind.js | 2 +- js/http_client/v1/src/model/V1RunKind.js | 2 +- js/http_client/v1/src/model/V1RunPending.js | 2 +- .../v1/src/model/V1RunReferenceCatalog.js | 4 +- js/http_client/v1/src/model/V1RunResources.js | 4 +- js/http_client/v1/src/model/V1RunSchema.js | 4 +- js/http_client/v1/src/model/V1RunSettings.js | 4 +- js/http_client/v1/src/model/V1S3Type.js | 4 +- js/http_client/v1/src/model/V1Schedule.js | 4 +- js/http_client/v1/src/model/V1ScheduleKind.js | 2 +- .../v1/src/model/V1SchedulingPolicy.js | 4 +- js/http_client/v1/src/model/V1Schemas.js | 4 +- js/http_client/v1/src/model/V1Search.js | 4 +- js/http_client/v1/src/model/V1SearchSpec.js | 4 +- js/http_client/v1/src/model/V1SectionSpec.js | 4 +- js/http_client/v1/src/model/V1Service.js | 4 +- .../v1/src/model/V1ServiceAccount.js | 4 +- .../v1/src/model/V1SettingsCatalog.js | 4 +- js/http_client/v1/src/model/V1Spark.js | 4 +- js/http_client/v1/src/model/V1SparkReplica.js | 4 +- js/http_client/v1/src/model/V1SparkType.js | 2 +- js/http_client/v1/src/model/V1Stage.js | 4 +- .../v1/src/model/V1StageCondition.js | 4 +- js/http_client/v1/src/model/V1Stages.js | 2 +- js/http_client/v1/src/model/V1Status.js | 4 +- .../v1/src/model/V1StatusCondition.js | 4 +- js/http_client/v1/src/model/V1Statuses.js | 2 +- js/http_client/v1/src/model/V1TFJob.js | 4 +- js/http_client/v1/src/model/V1Tag.js | 4 +- js/http_client/v1/src/model/V1Team.js | 4 +- js/http_client/v1/src/model/V1TeamMember.js | 4 +- js/http_client/v1/src/model/V1TeamSettings.js | 4 +- js/http_client/v1/src/model/V1Template.js | 4 +- .../v1/src/model/V1TensorboardType.js | 4 +- js/http_client/v1/src/model/V1Termination.js | 4 +- js/http_client/v1/src/model/V1Token.js | 4 +- js/http_client/v1/src/model/V1TrialStart.js | 4 +- .../v1/src/model/V1TriggerPolicy.js | 2 +- .../src/model/V1TruncationStoppingPolicy.js | 4 +- js/http_client/v1/src/model/V1Tuner.js | 4 +- js/http_client/v1/src/model/V1UriType.js | 4 +- js/http_client/v1/src/model/V1UrlRef.js | 4 +- js/http_client/v1/src/model/V1User.js | 4 +- js/http_client/v1/src/model/V1UserEmail.js | 4 +- js/http_client/v1/src/model/V1UserSingup.js | 4 +- js/http_client/v1/src/model/V1Uuids.js | 4 +- js/http_client/v1/src/model/V1Version.js | 4 +- js/http_client/v1/src/model/V1WasbType.js | 4 +- js/http_client/v1/src/model/V1XGBoostJob.js | 4 +- .../v1/test/api/AgentsV1Api.spec.js | 2 +- .../v1/test/api/ArtifactsStoresV1Api.spec.js | 2 +- js/http_client/v1/test/api/AuthV1Api.spec.js | 2 +- .../v1/test/api/ConnectionsV1Api.spec.js | 2 +- .../v1/test/api/DashboardsV1Api.spec.js | 2 +- .../v1/test/api/OrganizationsV1Api.spec.js | 2 +- .../v1/test/api/PresetsV1Api.spec.js | 2 +- .../test/api/ProjectDashboardsV1Api.spec.js | 2 +- .../v1/test/api/ProjectSearchesV1Api.spec.js | 2 +- .../v1/test/api/ProjectsV1Api.spec.js | 2 +- .../v1/test/api/QueuesV1Api.spec.js | 2 +- js/http_client/v1/test/api/RunsV1Api.spec.js | 2 +- .../v1/test/api/SchemasV1Api.spec.js | 2 +- .../v1/test/api/SearchesV1Api.spec.js | 2 +- .../v1/test/api/ServiceAccountsV1Api.spec.js | 2 +- js/http_client/v1/test/api/TagsV1Api.spec.js | 2 +- js/http_client/v1/test/api/TeamsV1Api.spec.js | 2 +- js/http_client/v1/test/api/UsersV1Api.spec.js | 2 +- .../v1/test/api/VersionsV1Api.spec.js | 2 +- .../AgentStateResponseAgentState.spec.js | 2 +- .../test/model/MPIJobImplementation.spec.js | 2 +- .../v1/test/model/MXJobMode.spec.js | 2 +- .../v1/test/model/ProtobufAny.spec.js | 2 +- .../v1/test/model/ProtobufNullValue.spec.js | 2 +- .../v1/test/model/RuntimeError.spec.js | 2 +- .../v1/test/model/SearchView.spec.js | 2 +- .../v1/test/model/SparkDeployMode.spec.js | 2 +- .../v1/test/model/V1Activity.spec.js | 2 +- js/http_client/v1/test/model/V1Agent.spec.js | 2 +- .../test/model/V1AgentStateResponse.spec.js | 2 +- .../model/V1AgentStatusBodyRequest.spec.js | 2 +- .../v1/test/model/V1AnalyticsSpec.spec.js | 2 +- .../v1/test/model/V1ArtifactKind.spec.js | 2 +- .../v1/test/model/V1ArtifactTree.spec.js | 2 +- .../v1/test/model/V1ArtifactsMount.spec.js | 2 +- .../v1/test/model/V1ArtifactsType.spec.js | 2 +- js/http_client/v1/test/model/V1Auth.spec.js | 2 +- .../v1/test/model/V1AuthType.spec.js | 2 +- .../model/V1AverageStoppingPolicy.spec.js | 2 +- js/http_client/v1/test/model/V1Bayes.spec.js | 2 +- .../v1/test/model/V1BucketConnection.spec.js | 2 +- js/http_client/v1/test/model/V1Build.spec.js | 2 +- js/http_client/v1/test/model/V1Cache.spec.js | 2 +- .../v1/test/model/V1ClaimConnection.spec.js | 2 +- .../v1/test/model/V1CleanPodPolicy.spec.js | 2 +- .../v1/test/model/V1Cloning.spec.js | 2 +- .../v1/test/model/V1CloningKind.spec.js | 2 +- .../v1/test/model/V1Compatibility.spec.js | 2 +- .../v1/test/model/V1CompiledOperation.spec.js | 2 +- .../v1/test/model/V1Component.spec.js | 2 +- .../v1/test/model/V1ConnectionKind.spec.js | 2 +- .../test/model/V1ConnectionResponse.spec.js | 2 +- .../v1/test/model/V1ConnectionSchema.spec.js | 2 +- .../v1/test/model/V1ConnectionType.spec.js | 2 +- .../v1/test/model/V1Credentials.spec.js | 2 +- .../v1/test/model/V1CronSchedule.spec.js | 2 +- js/http_client/v1/test/model/V1Dag.spec.js | 2 +- js/http_client/v1/test/model/V1DagRef.spec.js | 2 +- .../v1/test/model/V1Dashboard.spec.js | 2 +- .../v1/test/model/V1DashboardSpec.spec.js | 2 +- js/http_client/v1/test/model/V1Dask.spec.js | 2 +- .../v1/test/model/V1DateTimeSchedule.spec.js | 2 +- .../test/model/V1DiffStoppingPolicy.spec.js | 2 +- .../v1/test/model/V1DockerfileType.spec.js | 2 +- .../v1/test/model/V1EarlyStopping.spec.js | 2 +- .../v1/test/model/V1EntitiesTags.spec.js | 2 +- .../v1/test/model/V1EntitiesTransfer.spec.js | 2 +- .../model/V1EntityNotificationBody.spec.js | 2 +- .../model/V1EntityStageBodyRequest.spec.js | 2 +- .../model/V1EntityStatusBodyRequest.spec.js | 2 +- .../v1/test/model/V1Environment.spec.js | 2 +- js/http_client/v1/test/model/V1Event.spec.js | 2 +- .../v1/test/model/V1EventArtifact.spec.js | 2 +- .../v1/test/model/V1EventAudio.spec.js | 2 +- .../v1/test/model/V1EventChart.spec.js | 2 +- .../v1/test/model/V1EventChartKind.spec.js | 2 +- .../test/model/V1EventConfusionMatrix.spec.js | 2 +- .../v1/test/model/V1EventCurve.spec.js | 2 +- .../v1/test/model/V1EventCurveKind.spec.js | 2 +- .../v1/test/model/V1EventDataframe.spec.js | 2 +- .../v1/test/model/V1EventHistogram.spec.js | 2 +- .../v1/test/model/V1EventImage.spec.js | 2 +- .../v1/test/model/V1EventKind.spec.js | 2 +- .../v1/test/model/V1EventModel.spec.js | 2 +- .../v1/test/model/V1EventTrigger.spec.js | 2 +- .../v1/test/model/V1EventType.spec.js | 2 +- .../v1/test/model/V1EventVideo.spec.js | 2 +- .../v1/test/model/V1EventsResponse.spec.js | 2 +- .../test/model/V1FailureEarlyStopping.spec.js | 2 +- .../v1/test/model/V1FileType.spec.js | 2 +- js/http_client/v1/test/model/V1Flink.spec.js | 2 +- .../v1/test/model/V1GcsType.spec.js | 2 +- .../v1/test/model/V1GitConnection.spec.js | 2 +- .../v1/test/model/V1GitType.spec.js | 2 +- .../v1/test/model/V1GridSearch.spec.js | 2 +- js/http_client/v1/test/model/V1Hook.spec.js | 2 +- .../v1/test/model/V1HostConnection.spec.js | 2 +- .../test/model/V1HostPathConnection.spec.js | 2 +- .../v1/test/model/V1HpChoice.spec.js | 2 +- .../v1/test/model/V1HpDateRange.spec.js | 2 +- .../v1/test/model/V1HpDateTimeRange.spec.js | 2 +- .../v1/test/model/V1HpGeomSpace.spec.js | 2 +- .../v1/test/model/V1HpLinSpace.spec.js | 2 +- .../v1/test/model/V1HpLogNormal.spec.js | 2 +- .../v1/test/model/V1HpLogSpace.spec.js | 2 +- .../v1/test/model/V1HpLogUniform.spec.js | 2 +- .../v1/test/model/V1HpNormal.spec.js | 2 +- .../v1/test/model/V1HpPChoice.spec.js | 2 +- .../v1/test/model/V1HpParams.spec.js | 2 +- .../v1/test/model/V1HpQLogNormal.spec.js | 2 +- .../v1/test/model/V1HpQLogUniform.spec.js | 2 +- .../v1/test/model/V1HpQNormal.spec.js | 2 +- .../v1/test/model/V1HpQUniform.spec.js | 2 +- .../v1/test/model/V1HpRange.spec.js | 2 +- .../v1/test/model/V1HpUniform.spec.js | 2 +- js/http_client/v1/test/model/V1HubRef.spec.js | 2 +- .../v1/test/model/V1Hyperband.spec.js | 2 +- .../v1/test/model/V1Hyperopt.spec.js | 2 +- .../test/model/V1HyperoptAlgorithms.spec.js | 2 +- js/http_client/v1/test/model/V1IO.spec.js | 2 +- js/http_client/v1/test/model/V1Init.spec.js | 2 +- .../v1/test/model/V1Installation.spec.js | 2 +- .../v1/test/model/V1IntervalSchedule.spec.js | 2 +- .../v1/test/model/V1Iterative.spec.js | 2 +- js/http_client/v1/test/model/V1Job.spec.js | 2 +- js/http_client/v1/test/model/V1Join.spec.js | 2 +- .../v1/test/model/V1JoinParam.spec.js | 2 +- .../v1/test/model/V1K8sResourceSchema.spec.js | 2 +- .../v1/test/model/V1K8sResourceType.spec.js | 2 +- .../v1/test/model/V1KFReplica.spec.js | 2 +- .../model/V1ListActivitiesResponse.spec.js | 2 +- .../test/model/V1ListAgentsResponse.spec.js | 2 +- .../model/V1ListBookmarksResponse.spec.js | 2 +- .../model/V1ListConnectionsResponse.spec.js | 2 +- .../model/V1ListDashboardsResponse.spec.js | 2 +- .../V1ListOrganizationMembersResponse.spec.js | 2 +- .../model/V1ListOrganizationsResponse.spec.js | 2 +- .../test/model/V1ListPresetsResponse.spec.js | 2 +- .../V1ListProjectVersionsResponse.spec.js | 2 +- .../test/model/V1ListProjectsResponse.spec.js | 2 +- .../test/model/V1ListQueuesResponse.spec.js | 2 +- .../model/V1ListRunArtifactsResponse.spec.js | 2 +- .../V1ListRunConnectionsResponse.spec.js | 2 +- .../test/model/V1ListRunEdgesResponse.spec.js | 2 +- .../v1/test/model/V1ListRunsResponse.spec.js | 2 +- .../test/model/V1ListSearchesResponse.spec.js | 2 +- .../V1ListServiceAccountsResponse.spec.js | 2 +- .../v1/test/model/V1ListTagsResponse.spec.js | 2 +- .../model/V1ListTeamMembersResponse.spec.js | 2 +- .../v1/test/model/V1ListTeamsResponse.spec.js | 2 +- .../v1/test/model/V1ListTokenResponse.spec.js | 2 +- js/http_client/v1/test/model/V1Log.spec.js | 2 +- .../v1/test/model/V1LogHandler.spec.js | 2 +- js/http_client/v1/test/model/V1Logs.spec.js | 2 +- js/http_client/v1/test/model/V1MPIJob.spec.js | 2 +- js/http_client/v1/test/model/V1MXJob.spec.js | 2 +- .../v1/test/model/V1Mapping.spec.js | 2 +- js/http_client/v1/test/model/V1Matrix.spec.js | 2 +- .../v1/test/model/V1MatrixKind.spec.js | 2 +- .../test/model/V1MedianStoppingPolicy.spec.js | 2 +- .../test/model/V1MetricEarlyStopping.spec.js | 2 +- .../v1/test/model/V1Notification.spec.js | 2 +- .../v1/test/model/V1Operation.spec.js | 2 +- .../v1/test/model/V1OperationBody.spec.js | 2 +- .../v1/test/model/V1Optimization.spec.js | 2 +- .../test/model/V1OptimizationMetric.spec.js | 2 +- .../test/model/V1OptimizationResource.spec.js | 2 +- .../v1/test/model/V1Organization.spec.js | 2 +- .../test/model/V1OrganizationMember.spec.js | 2 +- js/http_client/v1/test/model/V1Param.spec.js | 2 +- .../v1/test/model/V1PasswordChange.spec.js | 2 +- .../v1/test/model/V1PatchStrategy.spec.js | 2 +- .../v1/test/model/V1PathRef.spec.js | 2 +- .../v1/test/model/V1Pipeline.spec.js | 2 +- .../v1/test/model/V1PipelineKind.spec.js | 2 +- .../v1/test/model/V1Plugins.spec.js | 2 +- .../model/V1PolyaxonInitContainer.spec.js | 2 +- .../model/V1PolyaxonSidecarContainer.spec.js | 2 +- js/http_client/v1/test/model/V1Preset.spec.js | 2 +- .../v1/test/model/V1Project.spec.js | 2 +- .../v1/test/model/V1ProjectSettings.spec.js | 2 +- .../v1/test/model/V1ProjectUserAccess.spec.js | 2 +- .../v1/test/model/V1ProjectVersion.spec.js | 2 +- .../test/model/V1ProjectVersionKind.spec.js | 2 +- .../v1/test/model/V1PytorchJob.spec.js | 2 +- js/http_client/v1/test/model/V1Queue.spec.js | 2 +- .../v1/test/model/V1RandomSearch.spec.js | 2 +- js/http_client/v1/test/model/V1Ray.spec.js | 2 +- .../v1/test/model/V1Reference.spec.js | 2 +- .../v1/test/model/V1ResourceType.spec.js | 2 +- js/http_client/v1/test/model/V1Run.spec.js | 2 +- .../v1/test/model/V1RunArtifact.spec.js | 2 +- .../v1/test/model/V1RunArtifacts.spec.js | 2 +- .../v1/test/model/V1RunConnection.spec.js | 2 +- .../v1/test/model/V1RunEdge.spec.js | 2 +- .../v1/test/model/V1RunEdgeKind.spec.js | 2 +- .../v1/test/model/V1RunKind.spec.js | 2 +- .../v1/test/model/V1RunPending.spec.js | 2 +- .../test/model/V1RunReferenceCatalog.spec.js | 2 +- .../v1/test/model/V1RunResources.spec.js | 2 +- .../v1/test/model/V1RunSchema.spec.js | 2 +- .../v1/test/model/V1RunSettings.spec.js | 2 +- js/http_client/v1/test/model/V1S3Type.spec.js | 2 +- .../v1/test/model/V1Schedule.spec.js | 2 +- .../v1/test/model/V1ScheduleKind.spec.js | 2 +- .../v1/test/model/V1SchedulingPolicy.spec.js | 2 +- .../v1/test/model/V1Schemas.spec.js | 2 +- js/http_client/v1/test/model/V1Search.spec.js | 2 +- .../v1/test/model/V1SearchSpec.spec.js | 2 +- .../v1/test/model/V1SectionSpec.spec.js | 2 +- .../v1/test/model/V1Service.spec.js | 2 +- .../v1/test/model/V1ServiceAccount.spec.js | 2 +- .../v1/test/model/V1SettingsCatalog.spec.js | 2 +- js/http_client/v1/test/model/V1Spark.spec.js | 2 +- .../v1/test/model/V1SparkReplica.spec.js | 2 +- .../v1/test/model/V1SparkType.spec.js | 2 +- js/http_client/v1/test/model/V1Stage.spec.js | 2 +- .../v1/test/model/V1StageCondition.spec.js | 2 +- js/http_client/v1/test/model/V1Stages.spec.js | 2 +- js/http_client/v1/test/model/V1Status.spec.js | 2 +- .../v1/test/model/V1StatusCondition.spec.js | 2 +- .../v1/test/model/V1Statuses.spec.js | 2 +- js/http_client/v1/test/model/V1TFJob.spec.js | 2 +- js/http_client/v1/test/model/V1Tag.spec.js | 2 +- js/http_client/v1/test/model/V1Team.spec.js | 2 +- .../v1/test/model/V1TeamMember.spec.js | 2 +- .../v1/test/model/V1TeamSettings.spec.js | 2 +- .../v1/test/model/V1Template.spec.js | 2 +- .../v1/test/model/V1TensorboardType.spec.js | 2 +- .../v1/test/model/V1Termination.spec.js | 2 +- js/http_client/v1/test/model/V1Token.spec.js | 2 +- .../v1/test/model/V1TrialStart.spec.js | 2 +- .../v1/test/model/V1TriggerPolicy.spec.js | 2 +- .../model/V1TruncationStoppingPolicy.spec.js | 2 +- js/http_client/v1/test/model/V1Tuner.spec.js | 2 +- .../v1/test/model/V1UriType.spec.js | 2 +- js/http_client/v1/test/model/V1UrlRef.spec.js | 2 +- js/http_client/v1/test/model/V1User.spec.js | 2 +- .../v1/test/model/V1UserEmail.spec.js | 2 +- .../v1/test/model/V1UserSingup.spec.js | 2 +- js/http_client/v1/test/model/V1Uuids.spec.js | 2 +- .../v1/test/model/V1Version.spec.js | 2 +- .../v1/test/model/V1WasbType.spec.js | 2 +- .../v1/test/model/V1XGBoostJob.spec.js | 2 +- protos/v1/polyaxon_sdk.proto | 4 +- python/http_client/v1/README.md | 6 +- python/http_client/v1/docs/RunsV1Api.md | 2 +- .../http_client/v1/polyaxon_sdk/__init__.py | 4 +- .../v1/polyaxon_sdk/api/agents_v1_api.py | 2 +- .../api/artifacts_stores_v1_api.py | 2 +- .../v1/polyaxon_sdk/api/auth_v1_api.py | 2 +- .../v1/polyaxon_sdk/api/connections_v1_api.py | 2 +- .../v1/polyaxon_sdk/api/dashboards_v1_api.py | 2 +- .../polyaxon_sdk/api/organizations_v1_api.py | 2 +- .../v1/polyaxon_sdk/api/presets_v1_api.py | 2 +- .../api/project_dashboards_v1_api.py | 2 +- .../api/project_searches_v1_api.py | 2 +- .../v1/polyaxon_sdk/api/projects_v1_api.py | 2 +- .../v1/polyaxon_sdk/api/queues_v1_api.py | 2 +- .../v1/polyaxon_sdk/api/runs_v1_api.py | 4 +- .../v1/polyaxon_sdk/api/schemas_v1_api.py | 2 +- .../v1/polyaxon_sdk/api/searches_v1_api.py | 2 +- .../api/service_accounts_v1_api.py | 2 +- .../v1/polyaxon_sdk/api/tags_v1_api.py | 2 +- .../v1/polyaxon_sdk/api/teams_v1_api.py | 2 +- .../v1/polyaxon_sdk/api/users_v1_api.py | 2 +- .../v1/polyaxon_sdk/api/versions_v1_api.py | 2 +- .../http_client/v1/polyaxon_sdk/api_client.py | 4 +- .../polyaxon_sdk/async_client/api_client.py | 4 +- .../v1/polyaxon_sdk/async_client/rest.py | 2 +- .../v1/polyaxon_sdk/configuration.py | 6 +- .../http_client/v1/polyaxon_sdk/exceptions.py | 2 +- .../v1/polyaxon_sdk/models/__init__.py | 2 +- .../agent_state_response_agent_state.py | 2 +- .../models/mpi_job_implementation.py | 2 +- .../v1/polyaxon_sdk/models/mx_job_mode.py | 2 +- .../v1/polyaxon_sdk/models/protobuf_any.py | 2 +- .../models/protobuf_null_value.py | 2 +- .../v1/polyaxon_sdk/models/runtime_error.py | 2 +- .../v1/polyaxon_sdk/models/search_view.py | 2 +- .../polyaxon_sdk/models/spark_deploy_mode.py | 2 +- .../v1/polyaxon_sdk/models/v1_activity.py | 2 +- .../v1/polyaxon_sdk/models/v1_agent.py | 2 +- .../models/v1_agent_state_response.py | 2 +- .../models/v1_agent_status_body_request.py | 2 +- .../polyaxon_sdk/models/v1_analytics_spec.py | 2 +- .../polyaxon_sdk/models/v1_artifact_kind.py | 2 +- .../polyaxon_sdk/models/v1_artifact_tree.py | 2 +- .../polyaxon_sdk/models/v1_artifacts_mount.py | 2 +- .../polyaxon_sdk/models/v1_artifacts_type.py | 2 +- .../v1/polyaxon_sdk/models/v1_auth.py | 2 +- .../v1/polyaxon_sdk/models/v1_auth_type.py | 2 +- .../models/v1_average_stopping_policy.py | 2 +- .../v1/polyaxon_sdk/models/v1_bayes.py | 2 +- .../models/v1_bucket_connection.py | 2 +- .../v1/polyaxon_sdk/models/v1_build.py | 2 +- .../v1/polyaxon_sdk/models/v1_cache.py | 2 +- .../models/v1_claim_connection.py | 2 +- .../models/v1_clean_pod_policy.py | 2 +- .../v1/polyaxon_sdk/models/v1_cloning.py | 2 +- .../v1/polyaxon_sdk/models/v1_cloning_kind.py | 2 +- .../polyaxon_sdk/models/v1_compatibility.py | 2 +- .../models/v1_compiled_operation.py | 2 +- .../v1/polyaxon_sdk/models/v1_component.py | 2 +- .../polyaxon_sdk/models/v1_connection_kind.py | 2 +- .../models/v1_connection_response.py | 2 +- .../models/v1_connection_schema.py | 2 +- .../polyaxon_sdk/models/v1_connection_type.py | 2 +- .../v1/polyaxon_sdk/models/v1_credentials.py | 2 +- .../polyaxon_sdk/models/v1_cron_schedule.py | 2 +- .../v1/polyaxon_sdk/models/v1_dag.py | 2 +- .../v1/polyaxon_sdk/models/v1_dag_ref.py | 2 +- .../v1/polyaxon_sdk/models/v1_dashboard.py | 2 +- .../polyaxon_sdk/models/v1_dashboard_spec.py | 2 +- .../v1/polyaxon_sdk/models/v1_dask.py | 2 +- .../models/v1_date_time_schedule.py | 2 +- .../models/v1_diff_stopping_policy.py | 2 +- .../polyaxon_sdk/models/v1_dockerfile_type.py | 2 +- .../polyaxon_sdk/models/v1_early_stopping.py | 2 +- .../polyaxon_sdk/models/v1_entities_tags.py | 2 +- .../models/v1_entities_transfer.py | 2 +- .../models/v1_entity_notification_body.py | 2 +- .../models/v1_entity_stage_body_request.py | 2 +- .../models/v1_entity_status_body_request.py | 2 +- .../v1/polyaxon_sdk/models/v1_environment.py | 2 +- .../v1/polyaxon_sdk/models/v1_event.py | 2 +- .../polyaxon_sdk/models/v1_event_artifact.py | 2 +- .../v1/polyaxon_sdk/models/v1_event_audio.py | 2 +- .../v1/polyaxon_sdk/models/v1_event_chart.py | 2 +- .../models/v1_event_chart_kind.py | 2 +- .../models/v1_event_confusion_matrix.py | 2 +- .../v1/polyaxon_sdk/models/v1_event_curve.py | 2 +- .../models/v1_event_curve_kind.py | 2 +- .../polyaxon_sdk/models/v1_event_dataframe.py | 2 +- .../polyaxon_sdk/models/v1_event_histogram.py | 2 +- .../v1/polyaxon_sdk/models/v1_event_image.py | 2 +- .../v1/polyaxon_sdk/models/v1_event_kind.py | 2 +- .../v1/polyaxon_sdk/models/v1_event_model.py | 2 +- .../polyaxon_sdk/models/v1_event_trigger.py | 2 +- .../v1/polyaxon_sdk/models/v1_event_type.py | 2 +- .../v1/polyaxon_sdk/models/v1_event_video.py | 2 +- .../polyaxon_sdk/models/v1_events_response.py | 2 +- .../models/v1_failure_early_stopping.py | 2 +- .../v1/polyaxon_sdk/models/v1_file_type.py | 2 +- .../v1/polyaxon_sdk/models/v1_flink.py | 2 +- .../v1/polyaxon_sdk/models/v1_gcs_type.py | 2 +- .../polyaxon_sdk/models/v1_git_connection.py | 2 +- .../v1/polyaxon_sdk/models/v1_git_type.py | 2 +- .../v1/polyaxon_sdk/models/v1_grid_search.py | 2 +- .../v1/polyaxon_sdk/models/v1_hook.py | 2 +- .../polyaxon_sdk/models/v1_host_connection.py | 2 +- .../models/v1_host_path_connection.py | 2 +- .../v1/polyaxon_sdk/models/v1_hp_choice.py | 2 +- .../polyaxon_sdk/models/v1_hp_date_range.py | 2 +- .../models/v1_hp_date_time_range.py | 2 +- .../polyaxon_sdk/models/v1_hp_geom_space.py | 2 +- .../v1/polyaxon_sdk/models/v1_hp_lin_space.py | 2 +- .../polyaxon_sdk/models/v1_hp_log_normal.py | 2 +- .../v1/polyaxon_sdk/models/v1_hp_log_space.py | 2 +- .../polyaxon_sdk/models/v1_hp_log_uniform.py | 2 +- .../v1/polyaxon_sdk/models/v1_hp_normal.py | 2 +- .../v1/polyaxon_sdk/models/v1_hp_p_choice.py | 2 +- .../v1/polyaxon_sdk/models/v1_hp_params.py | 2 +- .../polyaxon_sdk/models/v1_hp_q_log_normal.py | 2 +- .../models/v1_hp_q_log_uniform.py | 2 +- .../v1/polyaxon_sdk/models/v1_hp_q_normal.py | 2 +- .../v1/polyaxon_sdk/models/v1_hp_q_uniform.py | 2 +- .../v1/polyaxon_sdk/models/v1_hp_range.py | 2 +- .../v1/polyaxon_sdk/models/v1_hp_uniform.py | 2 +- .../v1/polyaxon_sdk/models/v1_hub_ref.py | 2 +- .../v1/polyaxon_sdk/models/v1_hyperband.py | 2 +- .../v1/polyaxon_sdk/models/v1_hyperopt.py | 2 +- .../models/v1_hyperopt_algorithms.py | 2 +- .../v1/polyaxon_sdk/models/v1_init.py | 2 +- .../v1/polyaxon_sdk/models/v1_installation.py | 2 +- .../models/v1_interval_schedule.py | 2 +- .../v1/polyaxon_sdk/models/v1_io.py | 2 +- .../v1/polyaxon_sdk/models/v1_iterative.py | 2 +- .../v1/polyaxon_sdk/models/v1_job.py | 2 +- .../v1/polyaxon_sdk/models/v1_join.py | 2 +- .../v1/polyaxon_sdk/models/v1_join_param.py | 2 +- .../models/v1_k8s_resource_schema.py | 2 +- .../models/v1_k8s_resource_type.py | 2 +- .../v1/polyaxon_sdk/models/v1_kf_replica.py | 2 +- .../models/v1_list_activities_response.py | 2 +- .../models/v1_list_agents_response.py | 2 +- .../models/v1_list_bookmarks_response.py | 2 +- .../models/v1_list_connections_response.py | 2 +- .../models/v1_list_dashboards_response.py | 2 +- .../v1_list_organization_members_response.py | 2 +- .../models/v1_list_organizations_response.py | 2 +- .../models/v1_list_presets_response.py | 2 +- .../v1_list_project_versions_response.py | 2 +- .../models/v1_list_projects_response.py | 2 +- .../models/v1_list_queues_response.py | 2 +- .../models/v1_list_run_artifacts_response.py | 2 +- .../v1_list_run_connections_response.py | 2 +- .../models/v1_list_run_edges_response.py | 2 +- .../models/v1_list_runs_response.py | 2 +- .../models/v1_list_searches_response.py | 2 +- .../v1_list_service_accounts_response.py | 2 +- .../models/v1_list_tags_response.py | 2 +- .../models/v1_list_team_members_response.py | 2 +- .../models/v1_list_teams_response.py | 2 +- .../models/v1_list_token_response.py | 2 +- .../v1/polyaxon_sdk/models/v1_log.py | 2 +- .../v1/polyaxon_sdk/models/v1_log_handler.py | 2 +- .../v1/polyaxon_sdk/models/v1_logs.py | 2 +- .../v1/polyaxon_sdk/models/v1_mapping.py | 2 +- .../v1/polyaxon_sdk/models/v1_matrix.py | 2 +- .../v1/polyaxon_sdk/models/v1_matrix_kind.py | 2 +- .../models/v1_median_stopping_policy.py | 2 +- .../models/v1_metric_early_stopping.py | 2 +- .../v1/polyaxon_sdk/models/v1_mpi_job.py | 2 +- .../v1/polyaxon_sdk/models/v1_mx_job.py | 2 +- .../v1/polyaxon_sdk/models/v1_notification.py | 2 +- .../v1/polyaxon_sdk/models/v1_operation.py | 2 +- .../polyaxon_sdk/models/v1_operation_body.py | 2 +- .../v1/polyaxon_sdk/models/v1_optimization.py | 2 +- .../models/v1_optimization_metric.py | 2 +- .../models/v1_optimization_resource.py | 2 +- .../v1/polyaxon_sdk/models/v1_organization.py | 2 +- .../models/v1_organization_member.py | 2 +- .../v1/polyaxon_sdk/models/v1_param.py | 2 +- .../polyaxon_sdk/models/v1_password_change.py | 2 +- .../polyaxon_sdk/models/v1_patch_strategy.py | 2 +- .../v1/polyaxon_sdk/models/v1_path_ref.py | 2 +- .../v1/polyaxon_sdk/models/v1_pipeline.py | 2 +- .../polyaxon_sdk/models/v1_pipeline_kind.py | 2 +- .../v1/polyaxon_sdk/models/v1_plugins.py | 2 +- .../models/v1_polyaxon_init_container.py | 2 +- .../models/v1_polyaxon_sidecar_container.py | 2 +- .../v1/polyaxon_sdk/models/v1_preset.py | 2 +- .../v1/polyaxon_sdk/models/v1_project.py | 2 +- .../models/v1_project_settings.py | 2 +- .../models/v1_project_user_access.py | 2 +- .../polyaxon_sdk/models/v1_project_version.py | 2 +- .../models/v1_project_version_kind.py | 2 +- .../v1/polyaxon_sdk/models/v1_pytorch_job.py | 2 +- .../v1/polyaxon_sdk/models/v1_queue.py | 2 +- .../polyaxon_sdk/models/v1_random_search.py | 2 +- .../v1/polyaxon_sdk/models/v1_ray.py | 2 +- .../v1/polyaxon_sdk/models/v1_reference.py | 2 +- .../polyaxon_sdk/models/v1_resource_type.py | 2 +- .../v1/polyaxon_sdk/models/v1_run.py | 2 +- .../v1/polyaxon_sdk/models/v1_run_artifact.py | 2 +- .../polyaxon_sdk/models/v1_run_artifacts.py | 2 +- .../polyaxon_sdk/models/v1_run_connection.py | 2 +- .../v1/polyaxon_sdk/models/v1_run_edge.py | 2 +- .../polyaxon_sdk/models/v1_run_edge_kind.py | 2 +- .../v1/polyaxon_sdk/models/v1_run_kind.py | 2 +- .../v1/polyaxon_sdk/models/v1_run_pending.py | 2 +- .../models/v1_run_reference_catalog.py | 2 +- .../polyaxon_sdk/models/v1_run_resources.py | 2 +- .../v1/polyaxon_sdk/models/v1_run_schema.py | 2 +- .../v1/polyaxon_sdk/models/v1_run_settings.py | 2 +- .../v1/polyaxon_sdk/models/v1_s3_type.py | 2 +- .../v1/polyaxon_sdk/models/v1_schedule.py | 2 +- .../polyaxon_sdk/models/v1_schedule_kind.py | 2 +- .../models/v1_scheduling_policy.py | 2 +- .../v1/polyaxon_sdk/models/v1_schemas.py | 2 +- .../v1/polyaxon_sdk/models/v1_search.py | 2 +- .../v1/polyaxon_sdk/models/v1_search_spec.py | 2 +- .../v1/polyaxon_sdk/models/v1_section_spec.py | 2 +- .../v1/polyaxon_sdk/models/v1_service.py | 2 +- .../polyaxon_sdk/models/v1_service_account.py | 2 +- .../models/v1_settings_catalog.py | 2 +- .../v1/polyaxon_sdk/models/v1_spark.py | 2 +- .../polyaxon_sdk/models/v1_spark_replica.py | 2 +- .../v1/polyaxon_sdk/models/v1_spark_type.py | 2 +- .../v1/polyaxon_sdk/models/v1_stage.py | 2 +- .../polyaxon_sdk/models/v1_stage_condition.py | 2 +- .../v1/polyaxon_sdk/models/v1_stages.py | 2 +- .../v1/polyaxon_sdk/models/v1_status.py | 2 +- .../models/v1_status_condition.py | 2 +- .../v1/polyaxon_sdk/models/v1_statuses.py | 2 +- .../v1/polyaxon_sdk/models/v1_tag.py | 2 +- .../v1/polyaxon_sdk/models/v1_team.py | 2 +- .../v1/polyaxon_sdk/models/v1_team_member.py | 2 +- .../polyaxon_sdk/models/v1_team_settings.py | 2 +- .../v1/polyaxon_sdk/models/v1_template.py | 2 +- .../models/v1_tensorboard_type.py | 2 +- .../v1/polyaxon_sdk/models/v1_termination.py | 2 +- .../v1/polyaxon_sdk/models/v1_tf_job.py | 2 +- .../v1/polyaxon_sdk/models/v1_token.py | 2 +- .../v1/polyaxon_sdk/models/v1_trial_start.py | 2 +- .../polyaxon_sdk/models/v1_trigger_policy.py | 2 +- .../models/v1_truncation_stopping_policy.py | 2 +- .../v1/polyaxon_sdk/models/v1_tuner.py | 2 +- .../v1/polyaxon_sdk/models/v1_uri_type.py | 2 +- .../v1/polyaxon_sdk/models/v1_url_ref.py | 2 +- .../v1/polyaxon_sdk/models/v1_user.py | 2 +- .../v1/polyaxon_sdk/models/v1_user_email.py | 2 +- .../v1/polyaxon_sdk/models/v1_user_singup.py | 2 +- .../v1/polyaxon_sdk/models/v1_uuids.py | 2 +- .../v1/polyaxon_sdk/models/v1_version.py | 2 +- .../v1/polyaxon_sdk/models/v1_wasb_type.py | 2 +- .../v1/polyaxon_sdk/models/v1_xg_boost_job.py | 2 +- python/http_client/v1/polyaxon_sdk/rest.py | 2 +- python/http_client/v1/setup.py | 4 +- swagger/config/config-base.json | 4 +- swagger/config/config-java.json | 2 +- swagger/config/config-py.json | 2 +- swagger/v1/polyaxon_sdk.swagger.json | 4 +- ts/http_client/v1/README.md | 4 +- ts/http_client/v1/package.json | 2 +- ts/http_client/v1/src/apis/AgentsV1Api.ts | 2 +- .../v1/src/apis/ArtifactsStoresV1Api.ts | 2 +- ts/http_client/v1/src/apis/AuthV1Api.ts | 2 +- .../v1/src/apis/ConnectionsV1Api.ts | 2 +- ts/http_client/v1/src/apis/DashboardsV1Api.ts | 2 +- .../v1/src/apis/OrganizationsV1Api.ts | 2 +- ts/http_client/v1/src/apis/PresetsV1Api.ts | 2 +- .../v1/src/apis/ProjectDashboardsV1Api.ts | 2 +- .../v1/src/apis/ProjectSearchesV1Api.ts | 2 +- ts/http_client/v1/src/apis/ProjectsV1Api.ts | 2 +- ts/http_client/v1/src/apis/QueuesV1Api.ts | 2 +- ts/http_client/v1/src/apis/RunsV1Api.ts | 4 +- ts/http_client/v1/src/apis/SchemasV1Api.ts | 2 +- ts/http_client/v1/src/apis/SearchesV1Api.ts | 2 +- .../v1/src/apis/ServiceAccountsV1Api.ts | 2 +- ts/http_client/v1/src/apis/TagsV1Api.ts | 2 +- ts/http_client/v1/src/apis/TeamsV1Api.ts | 2 +- ts/http_client/v1/src/apis/UsersV1Api.ts | 2 +- ts/http_client/v1/src/apis/VersionsV1Api.ts | 2 +- .../models/AgentStateResponseAgentState.ts | 2 +- .../v1/src/models/MPIJobImplementation.ts | 2 +- ts/http_client/v1/src/models/MXJobMode.ts | 2 +- ts/http_client/v1/src/models/ProtobufAny.ts | 2 +- .../v1/src/models/ProtobufNullValue.ts | 2 +- ts/http_client/v1/src/models/RuntimeError.ts | 2 +- ts/http_client/v1/src/models/SearchView.ts | 2 +- .../v1/src/models/SparkDeployMode.ts | 2 +- ts/http_client/v1/src/models/V1Activity.ts | 2 +- ts/http_client/v1/src/models/V1Agent.ts | 2 +- .../v1/src/models/V1AgentStateResponse.ts | 2 +- .../v1/src/models/V1AgentStatusBodyRequest.ts | 2 +- .../v1/src/models/V1AnalyticsSpec.ts | 2 +- .../v1/src/models/V1ArtifactKind.ts | 2 +- .../v1/src/models/V1ArtifactTree.ts | 2 +- .../v1/src/models/V1ArtifactsMount.ts | 2 +- .../v1/src/models/V1ArtifactsType.ts | 2 +- ts/http_client/v1/src/models/V1Auth.ts | 2 +- ts/http_client/v1/src/models/V1AuthType.ts | 2 +- .../v1/src/models/V1AverageStoppingPolicy.ts | 2 +- ts/http_client/v1/src/models/V1Bayes.ts | 2 +- .../v1/src/models/V1BucketConnection.ts | 2 +- ts/http_client/v1/src/models/V1Build.ts | 2 +- ts/http_client/v1/src/models/V1Cache.ts | 2 +- .../v1/src/models/V1ClaimConnection.ts | 2 +- .../v1/src/models/V1CleanPodPolicy.ts | 2 +- ts/http_client/v1/src/models/V1Cloning.ts | 2 +- ts/http_client/v1/src/models/V1CloningKind.ts | 2 +- .../v1/src/models/V1Compatibility.ts | 2 +- .../v1/src/models/V1CompiledOperation.ts | 2 +- ts/http_client/v1/src/models/V1Component.ts | 2 +- .../v1/src/models/V1ConnectionKind.ts | 2 +- .../v1/src/models/V1ConnectionResponse.ts | 2 +- .../v1/src/models/V1ConnectionSchema.ts | 2 +- .../v1/src/models/V1ConnectionType.ts | 2 +- ts/http_client/v1/src/models/V1Credentials.ts | 2 +- .../v1/src/models/V1CronSchedule.ts | 2 +- ts/http_client/v1/src/models/V1Dag.ts | 2 +- ts/http_client/v1/src/models/V1DagRef.ts | 2 +- ts/http_client/v1/src/models/V1Dashboard.ts | 2 +- .../v1/src/models/V1DashboardSpec.ts | 2 +- ts/http_client/v1/src/models/V1Dask.ts | 2 +- .../v1/src/models/V1DateTimeSchedule.ts | 2 +- .../v1/src/models/V1DiffStoppingPolicy.ts | 2 +- .../v1/src/models/V1DockerfileType.ts | 2 +- .../v1/src/models/V1EarlyStopping.ts | 2 +- .../v1/src/models/V1EntitiesTags.ts | 2 +- .../v1/src/models/V1EntitiesTransfer.ts | 2 +- .../v1/src/models/V1EntityNotificationBody.ts | 2 +- .../v1/src/models/V1EntityStageBodyRequest.ts | 2 +- .../src/models/V1EntityStatusBodyRequest.ts | 2 +- ts/http_client/v1/src/models/V1Environment.ts | 2 +- ts/http_client/v1/src/models/V1Event.ts | 2 +- .../v1/src/models/V1EventArtifact.ts | 2 +- ts/http_client/v1/src/models/V1EventAudio.ts | 2 +- ts/http_client/v1/src/models/V1EventChart.ts | 2 +- .../v1/src/models/V1EventChartKind.ts | 2 +- .../v1/src/models/V1EventConfusionMatrix.ts | 2 +- ts/http_client/v1/src/models/V1EventCurve.ts | 2 +- .../v1/src/models/V1EventCurveKind.ts | 2 +- .../v1/src/models/V1EventDataframe.ts | 2 +- .../v1/src/models/V1EventHistogram.ts | 2 +- ts/http_client/v1/src/models/V1EventImage.ts | 2 +- ts/http_client/v1/src/models/V1EventKind.ts | 2 +- ts/http_client/v1/src/models/V1EventModel.ts | 2 +- .../v1/src/models/V1EventTrigger.ts | 2 +- ts/http_client/v1/src/models/V1EventType.ts | 2 +- ts/http_client/v1/src/models/V1EventVideo.ts | 2 +- .../v1/src/models/V1EventsResponse.ts | 2 +- .../v1/src/models/V1FailureEarlyStopping.ts | 2 +- ts/http_client/v1/src/models/V1FileType.ts | 2 +- ts/http_client/v1/src/models/V1Flink.ts | 2 +- ts/http_client/v1/src/models/V1GcsType.ts | 2 +- .../v1/src/models/V1GitConnection.ts | 2 +- ts/http_client/v1/src/models/V1GitType.ts | 2 +- ts/http_client/v1/src/models/V1GridSearch.ts | 2 +- ts/http_client/v1/src/models/V1Hook.ts | 2 +- .../v1/src/models/V1HostConnection.ts | 2 +- .../v1/src/models/V1HostPathConnection.ts | 2 +- ts/http_client/v1/src/models/V1HpChoice.ts | 2 +- ts/http_client/v1/src/models/V1HpDateRange.ts | 2 +- .../v1/src/models/V1HpDateTimeRange.ts | 2 +- ts/http_client/v1/src/models/V1HpGeomSpace.ts | 2 +- ts/http_client/v1/src/models/V1HpLinSpace.ts | 2 +- ts/http_client/v1/src/models/V1HpLogNormal.ts | 2 +- ts/http_client/v1/src/models/V1HpLogSpace.ts | 2 +- .../v1/src/models/V1HpLogUniform.ts | 2 +- ts/http_client/v1/src/models/V1HpNormal.ts | 2 +- ts/http_client/v1/src/models/V1HpPChoice.ts | 2 +- ts/http_client/v1/src/models/V1HpParams.ts | 2 +- .../v1/src/models/V1HpQLogNormal.ts | 2 +- .../v1/src/models/V1HpQLogUniform.ts | 2 +- ts/http_client/v1/src/models/V1HpQNormal.ts | 2 +- ts/http_client/v1/src/models/V1HpQUniform.ts | 2 +- ts/http_client/v1/src/models/V1HpRange.ts | 2 +- ts/http_client/v1/src/models/V1HpUniform.ts | 2 +- ts/http_client/v1/src/models/V1HubRef.ts | 2 +- ts/http_client/v1/src/models/V1Hyperband.ts | 2 +- ts/http_client/v1/src/models/V1Hyperopt.ts | 2 +- .../v1/src/models/V1HyperoptAlgorithms.ts | 2 +- ts/http_client/v1/src/models/V1IO.ts | 2 +- ts/http_client/v1/src/models/V1Init.ts | 2 +- .../v1/src/models/V1Installation.ts | 2 +- .../v1/src/models/V1IntervalSchedule.ts | 2 +- ts/http_client/v1/src/models/V1Iterative.ts | 2 +- ts/http_client/v1/src/models/V1Job.ts | 2 +- ts/http_client/v1/src/models/V1Join.ts | 2 +- ts/http_client/v1/src/models/V1JoinParam.ts | 2 +- .../v1/src/models/V1K8sResourceSchema.ts | 2 +- .../v1/src/models/V1K8sResourceType.ts | 2 +- ts/http_client/v1/src/models/V1KFReplica.ts | 2 +- .../v1/src/models/V1ListActivitiesResponse.ts | 2 +- .../v1/src/models/V1ListAgentsResponse.ts | 2 +- .../v1/src/models/V1ListBookmarksResponse.ts | 2 +- .../src/models/V1ListConnectionsResponse.ts | 2 +- .../v1/src/models/V1ListDashboardsResponse.ts | 2 +- .../V1ListOrganizationMembersResponse.ts | 2 +- .../src/models/V1ListOrganizationsResponse.ts | 2 +- .../v1/src/models/V1ListPresetsResponse.ts | 2 +- .../models/V1ListProjectVersionsResponse.ts | 2 +- .../v1/src/models/V1ListProjectsResponse.ts | 2 +- .../v1/src/models/V1ListQueuesResponse.ts | 2 +- .../src/models/V1ListRunArtifactsResponse.ts | 2 +- .../models/V1ListRunConnectionsResponse.ts | 2 +- .../v1/src/models/V1ListRunEdgesResponse.ts | 2 +- .../v1/src/models/V1ListRunsResponse.ts | 2 +- .../v1/src/models/V1ListSearchesResponse.ts | 2 +- .../models/V1ListServiceAccountsResponse.ts | 2 +- .../v1/src/models/V1ListTagsResponse.ts | 2 +- .../src/models/V1ListTeamMembersResponse.ts | 2 +- .../v1/src/models/V1ListTeamsResponse.ts | 2 +- .../v1/src/models/V1ListTokenResponse.ts | 2 +- ts/http_client/v1/src/models/V1Log.ts | 2 +- ts/http_client/v1/src/models/V1LogHandler.ts | 2 +- ts/http_client/v1/src/models/V1Logs.ts | 2 +- ts/http_client/v1/src/models/V1MPIJob.ts | 2 +- ts/http_client/v1/src/models/V1MXJob.ts | 2 +- ts/http_client/v1/src/models/V1Mapping.ts | 2 +- ts/http_client/v1/src/models/V1Matrix.ts | 2 +- ts/http_client/v1/src/models/V1MatrixKind.ts | 2 +- .../v1/src/models/V1MedianStoppingPolicy.ts | 2 +- .../v1/src/models/V1MetricEarlyStopping.ts | 2 +- .../v1/src/models/V1Notification.ts | 2 +- ts/http_client/v1/src/models/V1Operation.ts | 2 +- .../v1/src/models/V1OperationBody.ts | 2 +- .../v1/src/models/V1Optimization.ts | 2 +- .../v1/src/models/V1OptimizationMetric.ts | 2 +- .../v1/src/models/V1OptimizationResource.ts | 2 +- .../v1/src/models/V1Organization.ts | 2 +- .../v1/src/models/V1OrganizationMember.ts | 2 +- ts/http_client/v1/src/models/V1Param.ts | 2 +- .../v1/src/models/V1PasswordChange.ts | 2 +- .../v1/src/models/V1PatchStrategy.ts | 2 +- ts/http_client/v1/src/models/V1PathRef.ts | 2 +- ts/http_client/v1/src/models/V1Pipeline.ts | 2 +- .../v1/src/models/V1PipelineKind.ts | 2 +- ts/http_client/v1/src/models/V1Plugins.ts | 2 +- .../v1/src/models/V1PolyaxonInitContainer.ts | 2 +- .../src/models/V1PolyaxonSidecarContainer.ts | 2 +- ts/http_client/v1/src/models/V1Preset.ts | 2 +- ts/http_client/v1/src/models/V1Project.ts | 2 +- .../v1/src/models/V1ProjectSettings.ts | 2 +- .../v1/src/models/V1ProjectUserAccess.ts | 2 +- .../v1/src/models/V1ProjectVersion.ts | 2 +- .../v1/src/models/V1ProjectVersionKind.ts | 2 +- ts/http_client/v1/src/models/V1PytorchJob.ts | 2 +- ts/http_client/v1/src/models/V1Queue.ts | 2 +- .../v1/src/models/V1RandomSearch.ts | 2 +- ts/http_client/v1/src/models/V1Ray.ts | 2 +- ts/http_client/v1/src/models/V1Reference.ts | 2 +- .../v1/src/models/V1ResourceType.ts | 2 +- ts/http_client/v1/src/models/V1Run.ts | 2 +- ts/http_client/v1/src/models/V1RunArtifact.ts | 2 +- .../v1/src/models/V1RunArtifacts.ts | 2 +- .../v1/src/models/V1RunConnection.ts | 2 +- ts/http_client/v1/src/models/V1RunEdge.ts | 2 +- ts/http_client/v1/src/models/V1RunEdgeKind.ts | 2 +- ts/http_client/v1/src/models/V1RunKind.ts | 2 +- ts/http_client/v1/src/models/V1RunPending.ts | 2 +- .../v1/src/models/V1RunReferenceCatalog.ts | 2 +- .../v1/src/models/V1RunResources.ts | 2 +- ts/http_client/v1/src/models/V1RunSchema.ts | 2 +- ts/http_client/v1/src/models/V1RunSettings.ts | 2 +- ts/http_client/v1/src/models/V1S3Type.ts | 2 +- ts/http_client/v1/src/models/V1Schedule.ts | 2 +- .../v1/src/models/V1ScheduleKind.ts | 2 +- .../v1/src/models/V1SchedulingPolicy.ts | 2 +- ts/http_client/v1/src/models/V1Schemas.ts | 2 +- ts/http_client/v1/src/models/V1Search.ts | 2 +- ts/http_client/v1/src/models/V1SearchSpec.ts | 2 +- ts/http_client/v1/src/models/V1SectionSpec.ts | 2 +- ts/http_client/v1/src/models/V1Service.ts | 2 +- .../v1/src/models/V1ServiceAccount.ts | 2 +- .../v1/src/models/V1SettingsCatalog.ts | 2 +- ts/http_client/v1/src/models/V1Spark.ts | 2 +- .../v1/src/models/V1SparkReplica.ts | 2 +- ts/http_client/v1/src/models/V1SparkType.ts | 2 +- ts/http_client/v1/src/models/V1Stage.ts | 2 +- .../v1/src/models/V1StageCondition.ts | 2 +- ts/http_client/v1/src/models/V1Stages.ts | 2 +- ts/http_client/v1/src/models/V1Status.ts | 2 +- .../v1/src/models/V1StatusCondition.ts | 2 +- ts/http_client/v1/src/models/V1Statuses.ts | 2 +- ts/http_client/v1/src/models/V1TFJob.ts | 2 +- ts/http_client/v1/src/models/V1Tag.ts | 2 +- ts/http_client/v1/src/models/V1Team.ts | 2 +- ts/http_client/v1/src/models/V1TeamMember.ts | 2 +- .../v1/src/models/V1TeamSettings.ts | 2 +- ts/http_client/v1/src/models/V1Template.ts | 2 +- .../v1/src/models/V1TensorboardType.ts | 2 +- ts/http_client/v1/src/models/V1Termination.ts | 2 +- ts/http_client/v1/src/models/V1Token.ts | 2 +- ts/http_client/v1/src/models/V1TrialStart.ts | 2 +- .../v1/src/models/V1TriggerPolicy.ts | 2 +- .../src/models/V1TruncationStoppingPolicy.ts | 2 +- ts/http_client/v1/src/models/V1Tuner.ts | 2 +- ts/http_client/v1/src/models/V1UriType.ts | 2 +- ts/http_client/v1/src/models/V1UrlRef.ts | 2 +- ts/http_client/v1/src/models/V1User.ts | 2 +- ts/http_client/v1/src/models/V1UserEmail.ts | 2 +- ts/http_client/v1/src/models/V1UserSingup.ts | 2 +- ts/http_client/v1/src/models/V1Uuids.ts | 2 +- ts/http_client/v1/src/models/V1Version.ts | 2 +- ts/http_client/v1/src/models/V1WasbType.ts | 2 +- ts/http_client/v1/src/models/V1XGBoostJob.ts | 2 +- ts/http_client/v1/src/runtime.ts | 2 +- 1763 files changed, 39161 insertions(+), 1762 deletions(-) diff --git a/Makefile b/Makefile index 175fa5ae22..40ef9ff7dd 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ HTTP_CLIENT := http_client # Move -I/gopath/pkg/mod/github.com/grpc-ecosystem/grpc-gateway\@v1.16.0/googleapis/ to -I/sdks/protos/google/api/ # See https://github.com/grpc-ecosystem/grpc-gateway/issues/1935#issuecomment-803572170 # Flags -INCLUDE_FLAGS := -I/usr/local/include -I. -I/gopath/pkg/mod -I/sdks/protos/google/api -I/gopath/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2\@v2.11.2 +INCLUDE_FLAGS := -I/usr/local/include -I. -I/gopath/pkg/mod -I/sdks/protos/google/api -I/gopath/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2\@v2.14.0 API_FLAGS := --plugin=protoc-gen-openapiv2=/gopath/bin/protoc-gen-openapiv2 --swagger_out=simple_operation_ids=true,logtostderr=true,allow_delete_body=true:swagger PROTO_PATH := --proto_path=protos/ diff --git a/concat.sh b/concat.sh index 7e51729842..27b0258c46 100755 --- a/concat.sh +++ b/concat.sh @@ -12,7 +12,7 @@ jq -s ' reduce .[] as $item ({}; . * $item) | .info.title = "Polyaxon SDKs and REST API specification." | .info.description = "Polyaxon SDKs and REST API specification." | - .info.version = "1.20.0" | + .info.version = "1.21.0" | .info.contact = {"name": "Polyaxon sdk", "url": "https://github.com/polyaxon/polyaxon", "email": "contact@polyaxon.com"} ' swagger/v1/{polyaxon_sdk_apis,owner.artifact,project.artifact,run.artifact,connections.default,earlyStopping.default,hp.default,matrix.default,reference.default,run.default,schedule.default}.swagger.json > "swagger/v1/polyaxon_sdk.swagger.json" @@ -21,7 +21,7 @@ jq -s ' reduce .[] as $item ({}; . * $item) | .info.title = "Polyaxon SDKs and REST API specification." | .info.description = "Polyaxon SDKs and REST API specification." | - .info.version = "1.20.0" | + .info.version = "1.21.0" | .info.contact = {"name": "Polyaxon sdk", "url": "https://github.com/polyaxon/polyaxon", "email": "contact@polyaxon.com"} ' swagger/v1/{polyaxon_sdk,jsonschema.default,k8s.default}.swagger.json > "jsonschema/v1/polyaxon_sdk.swagger.json" diff --git a/go/http_client/v1/service_client/agents_v1/create_agent_responses.go b/go/http_client/v1/service_client/agents_v1/create_agent_responses.go index 82edfc6fee..583bb7add3 100644 --- a/go/http_client/v1/service_client/agents_v1/create_agent_responses.go +++ b/go/http_client/v1/service_client/agents_v1/create_agent_responses.go @@ -86,9 +86,39 @@ type CreateAgentOK struct { Payload *service_model.V1Agent } +// IsSuccess returns true when this create agent o k response has a 2xx status code +func (o *CreateAgentOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create agent o k response has a 3xx status code +func (o *CreateAgentOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create agent o k response has a 4xx status code +func (o *CreateAgentOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create agent o k response has a 5xx status code +func (o *CreateAgentOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create agent o k response a status code equal to that given +func (o *CreateAgentOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateAgentOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents][%d] createAgentOK %+v", 200, o.Payload) } + +func (o *CreateAgentOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents][%d] createAgentOK %+v", 200, o.Payload) +} + func (o *CreateAgentOK) GetPayload() *service_model.V1Agent { return o.Payload } @@ -118,9 +148,39 @@ type CreateAgentNoContent struct { Payload interface{} } +// IsSuccess returns true when this create agent no content response has a 2xx status code +func (o *CreateAgentNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create agent no content response has a 3xx status code +func (o *CreateAgentNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create agent no content response has a 4xx status code +func (o *CreateAgentNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create agent no content response has a 5xx status code +func (o *CreateAgentNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create agent no content response a status code equal to that given +func (o *CreateAgentNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateAgentNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents][%d] createAgentNoContent %+v", 204, o.Payload) } + +func (o *CreateAgentNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents][%d] createAgentNoContent %+v", 204, o.Payload) +} + func (o *CreateAgentNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateAgentForbidden struct { Payload interface{} } +// IsSuccess returns true when this create agent forbidden response has a 2xx status code +func (o *CreateAgentForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create agent forbidden response has a 3xx status code +func (o *CreateAgentForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create agent forbidden response has a 4xx status code +func (o *CreateAgentForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create agent forbidden response has a 5xx status code +func (o *CreateAgentForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create agent forbidden response a status code equal to that given +func (o *CreateAgentForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateAgentForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents][%d] createAgentForbidden %+v", 403, o.Payload) } + +func (o *CreateAgentForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents][%d] createAgentForbidden %+v", 403, o.Payload) +} + func (o *CreateAgentForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateAgentNotFound struct { Payload interface{} } +// IsSuccess returns true when this create agent not found response has a 2xx status code +func (o *CreateAgentNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create agent not found response has a 3xx status code +func (o *CreateAgentNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create agent not found response has a 4xx status code +func (o *CreateAgentNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create agent not found response has a 5xx status code +func (o *CreateAgentNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create agent not found response a status code equal to that given +func (o *CreateAgentNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateAgentNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents][%d] createAgentNotFound %+v", 404, o.Payload) } + +func (o *CreateAgentNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents][%d] createAgentNotFound %+v", 404, o.Payload) +} + func (o *CreateAgentNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateAgentDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create agent default response has a 2xx status code +func (o *CreateAgentDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create agent default response has a 3xx status code +func (o *CreateAgentDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create agent default response has a 4xx status code +func (o *CreateAgentDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create agent default response has a 5xx status code +func (o *CreateAgentDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create agent default response a status code equal to that given +func (o *CreateAgentDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateAgentDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents][%d] CreateAgent default %+v", o._statusCode, o.Payload) } + +func (o *CreateAgentDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents][%d] CreateAgent default %+v", o._statusCode, o.Payload) +} + func (o *CreateAgentDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/create_agent_status_responses.go b/go/http_client/v1/service_client/agents_v1/create_agent_status_responses.go index fabc1c91a3..e2d6f36d7e 100644 --- a/go/http_client/v1/service_client/agents_v1/create_agent_status_responses.go +++ b/go/http_client/v1/service_client/agents_v1/create_agent_status_responses.go @@ -86,9 +86,39 @@ type CreateAgentStatusOK struct { Payload *service_model.V1Status } +// IsSuccess returns true when this create agent status o k response has a 2xx status code +func (o *CreateAgentStatusOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create agent status o k response has a 3xx status code +func (o *CreateAgentStatusOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create agent status o k response has a 4xx status code +func (o *CreateAgentStatusOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create agent status o k response has a 5xx status code +func (o *CreateAgentStatusOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create agent status o k response a status code equal to that given +func (o *CreateAgentStatusOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateAgentStatusOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{uuid}/statuses][%d] createAgentStatusOK %+v", 200, o.Payload) } + +func (o *CreateAgentStatusOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{uuid}/statuses][%d] createAgentStatusOK %+v", 200, o.Payload) +} + func (o *CreateAgentStatusOK) GetPayload() *service_model.V1Status { return o.Payload } @@ -118,9 +148,39 @@ type CreateAgentStatusNoContent struct { Payload interface{} } +// IsSuccess returns true when this create agent status no content response has a 2xx status code +func (o *CreateAgentStatusNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create agent status no content response has a 3xx status code +func (o *CreateAgentStatusNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create agent status no content response has a 4xx status code +func (o *CreateAgentStatusNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create agent status no content response has a 5xx status code +func (o *CreateAgentStatusNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create agent status no content response a status code equal to that given +func (o *CreateAgentStatusNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateAgentStatusNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{uuid}/statuses][%d] createAgentStatusNoContent %+v", 204, o.Payload) } + +func (o *CreateAgentStatusNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{uuid}/statuses][%d] createAgentStatusNoContent %+v", 204, o.Payload) +} + func (o *CreateAgentStatusNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateAgentStatusForbidden struct { Payload interface{} } +// IsSuccess returns true when this create agent status forbidden response has a 2xx status code +func (o *CreateAgentStatusForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create agent status forbidden response has a 3xx status code +func (o *CreateAgentStatusForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create agent status forbidden response has a 4xx status code +func (o *CreateAgentStatusForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create agent status forbidden response has a 5xx status code +func (o *CreateAgentStatusForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create agent status forbidden response a status code equal to that given +func (o *CreateAgentStatusForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateAgentStatusForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{uuid}/statuses][%d] createAgentStatusForbidden %+v", 403, o.Payload) } + +func (o *CreateAgentStatusForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{uuid}/statuses][%d] createAgentStatusForbidden %+v", 403, o.Payload) +} + func (o *CreateAgentStatusForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateAgentStatusNotFound struct { Payload interface{} } +// IsSuccess returns true when this create agent status not found response has a 2xx status code +func (o *CreateAgentStatusNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create agent status not found response has a 3xx status code +func (o *CreateAgentStatusNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create agent status not found response has a 4xx status code +func (o *CreateAgentStatusNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create agent status not found response has a 5xx status code +func (o *CreateAgentStatusNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create agent status not found response a status code equal to that given +func (o *CreateAgentStatusNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateAgentStatusNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{uuid}/statuses][%d] createAgentStatusNotFound %+v", 404, o.Payload) } + +func (o *CreateAgentStatusNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{uuid}/statuses][%d] createAgentStatusNotFound %+v", 404, o.Payload) +} + func (o *CreateAgentStatusNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateAgentStatusDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create agent status default response has a 2xx status code +func (o *CreateAgentStatusDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create agent status default response has a 3xx status code +func (o *CreateAgentStatusDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create agent status default response has a 4xx status code +func (o *CreateAgentStatusDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create agent status default response has a 5xx status code +func (o *CreateAgentStatusDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create agent status default response a status code equal to that given +func (o *CreateAgentStatusDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateAgentStatusDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{uuid}/statuses][%d] CreateAgentStatus default %+v", o._statusCode, o.Payload) } + +func (o *CreateAgentStatusDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{uuid}/statuses][%d] CreateAgentStatus default %+v", o._statusCode, o.Payload) +} + func (o *CreateAgentStatusDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/delete_agent_responses.go b/go/http_client/v1/service_client/agents_v1/delete_agent_responses.go index f7e2f34905..941b33c585 100644 --- a/go/http_client/v1/service_client/agents_v1/delete_agent_responses.go +++ b/go/http_client/v1/service_client/agents_v1/delete_agent_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteAgentOK struct { } +// IsSuccess returns true when this delete agent o k response has a 2xx status code +func (o *DeleteAgentOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete agent o k response has a 3xx status code +func (o *DeleteAgentOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete agent o k response has a 4xx status code +func (o *DeleteAgentOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete agent o k response has a 5xx status code +func (o *DeleteAgentOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete agent o k response a status code equal to that given +func (o *DeleteAgentOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteAgentOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{uuid}][%d] deleteAgentOK ", 200) } +func (o *DeleteAgentOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{uuid}][%d] deleteAgentOK ", 200) +} + func (o *DeleteAgentOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteAgentNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete agent no content response has a 2xx status code +func (o *DeleteAgentNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete agent no content response has a 3xx status code +func (o *DeleteAgentNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete agent no content response has a 4xx status code +func (o *DeleteAgentNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete agent no content response has a 5xx status code +func (o *DeleteAgentNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete agent no content response a status code equal to that given +func (o *DeleteAgentNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteAgentNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{uuid}][%d] deleteAgentNoContent %+v", 204, o.Payload) } + +func (o *DeleteAgentNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{uuid}][%d] deleteAgentNoContent %+v", 204, o.Payload) +} + func (o *DeleteAgentNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteAgentForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete agent forbidden response has a 2xx status code +func (o *DeleteAgentForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete agent forbidden response has a 3xx status code +func (o *DeleteAgentForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete agent forbidden response has a 4xx status code +func (o *DeleteAgentForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete agent forbidden response has a 5xx status code +func (o *DeleteAgentForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete agent forbidden response a status code equal to that given +func (o *DeleteAgentForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteAgentForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{uuid}][%d] deleteAgentForbidden %+v", 403, o.Payload) } + +func (o *DeleteAgentForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{uuid}][%d] deleteAgentForbidden %+v", 403, o.Payload) +} + func (o *DeleteAgentForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteAgentNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete agent not found response has a 2xx status code +func (o *DeleteAgentNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete agent not found response has a 3xx status code +func (o *DeleteAgentNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete agent not found response has a 4xx status code +func (o *DeleteAgentNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete agent not found response has a 5xx status code +func (o *DeleteAgentNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete agent not found response a status code equal to that given +func (o *DeleteAgentNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteAgentNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{uuid}][%d] deleteAgentNotFound %+v", 404, o.Payload) } + +func (o *DeleteAgentNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{uuid}][%d] deleteAgentNotFound %+v", 404, o.Payload) +} + func (o *DeleteAgentNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteAgentDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete agent default response has a 2xx status code +func (o *DeleteAgentDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete agent default response has a 3xx status code +func (o *DeleteAgentDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete agent default response has a 4xx status code +func (o *DeleteAgentDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete agent default response has a 5xx status code +func (o *DeleteAgentDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete agent default response a status code equal to that given +func (o *DeleteAgentDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteAgentDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{uuid}][%d] DeleteAgent default %+v", o._statusCode, o.Payload) } + +func (o *DeleteAgentDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{uuid}][%d] DeleteAgent default %+v", o._statusCode, o.Payload) +} + func (o *DeleteAgentDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/get_agent_config_responses.go b/go/http_client/v1/service_client/agents_v1/get_agent_config_responses.go index 6a0c87b2a3..c5c15dd505 100644 --- a/go/http_client/v1/service_client/agents_v1/get_agent_config_responses.go +++ b/go/http_client/v1/service_client/agents_v1/get_agent_config_responses.go @@ -86,9 +86,39 @@ type GetAgentConfigOK struct { Payload *service_model.V1Agent } +// IsSuccess returns true when this get agent config o k response has a 2xx status code +func (o *GetAgentConfigOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get agent config o k response has a 3xx status code +func (o *GetAgentConfigOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent config o k response has a 4xx status code +func (o *GetAgentConfigOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get agent config o k response has a 5xx status code +func (o *GetAgentConfigOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent config o k response a status code equal to that given +func (o *GetAgentConfigOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetAgentConfigOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/config][%d] getAgentConfigOK %+v", 200, o.Payload) } + +func (o *GetAgentConfigOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/config][%d] getAgentConfigOK %+v", 200, o.Payload) +} + func (o *GetAgentConfigOK) GetPayload() *service_model.V1Agent { return o.Payload } @@ -118,9 +148,39 @@ type GetAgentConfigNoContent struct { Payload interface{} } +// IsSuccess returns true when this get agent config no content response has a 2xx status code +func (o *GetAgentConfigNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get agent config no content response has a 3xx status code +func (o *GetAgentConfigNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent config no content response has a 4xx status code +func (o *GetAgentConfigNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get agent config no content response has a 5xx status code +func (o *GetAgentConfigNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent config no content response a status code equal to that given +func (o *GetAgentConfigNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetAgentConfigNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/config][%d] getAgentConfigNoContent %+v", 204, o.Payload) } + +func (o *GetAgentConfigNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/config][%d] getAgentConfigNoContent %+v", 204, o.Payload) +} + func (o *GetAgentConfigNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetAgentConfigForbidden struct { Payload interface{} } +// IsSuccess returns true when this get agent config forbidden response has a 2xx status code +func (o *GetAgentConfigForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get agent config forbidden response has a 3xx status code +func (o *GetAgentConfigForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent config forbidden response has a 4xx status code +func (o *GetAgentConfigForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get agent config forbidden response has a 5xx status code +func (o *GetAgentConfigForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent config forbidden response a status code equal to that given +func (o *GetAgentConfigForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetAgentConfigForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/config][%d] getAgentConfigForbidden %+v", 403, o.Payload) } + +func (o *GetAgentConfigForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/config][%d] getAgentConfigForbidden %+v", 403, o.Payload) +} + func (o *GetAgentConfigForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetAgentConfigNotFound struct { Payload interface{} } +// IsSuccess returns true when this get agent config not found response has a 2xx status code +func (o *GetAgentConfigNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get agent config not found response has a 3xx status code +func (o *GetAgentConfigNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent config not found response has a 4xx status code +func (o *GetAgentConfigNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get agent config not found response has a 5xx status code +func (o *GetAgentConfigNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent config not found response a status code equal to that given +func (o *GetAgentConfigNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetAgentConfigNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/config][%d] getAgentConfigNotFound %+v", 404, o.Payload) } + +func (o *GetAgentConfigNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/config][%d] getAgentConfigNotFound %+v", 404, o.Payload) +} + func (o *GetAgentConfigNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetAgentConfigDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get agent config default response has a 2xx status code +func (o *GetAgentConfigDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get agent config default response has a 3xx status code +func (o *GetAgentConfigDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get agent config default response has a 4xx status code +func (o *GetAgentConfigDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get agent config default response has a 5xx status code +func (o *GetAgentConfigDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get agent config default response a status code equal to that given +func (o *GetAgentConfigDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetAgentConfigDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/config][%d] GetAgentConfig default %+v", o._statusCode, o.Payload) } + +func (o *GetAgentConfigDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/config][%d] GetAgentConfig default %+v", o._statusCode, o.Payload) +} + func (o *GetAgentConfigDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/get_agent_responses.go b/go/http_client/v1/service_client/agents_v1/get_agent_responses.go index 50a09d1d52..3126f50e89 100644 --- a/go/http_client/v1/service_client/agents_v1/get_agent_responses.go +++ b/go/http_client/v1/service_client/agents_v1/get_agent_responses.go @@ -86,9 +86,39 @@ type GetAgentOK struct { Payload *service_model.V1Agent } +// IsSuccess returns true when this get agent o k response has a 2xx status code +func (o *GetAgentOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get agent o k response has a 3xx status code +func (o *GetAgentOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent o k response has a 4xx status code +func (o *GetAgentOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get agent o k response has a 5xx status code +func (o *GetAgentOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent o k response a status code equal to that given +func (o *GetAgentOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetAgentOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}][%d] getAgentOK %+v", 200, o.Payload) } + +func (o *GetAgentOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}][%d] getAgentOK %+v", 200, o.Payload) +} + func (o *GetAgentOK) GetPayload() *service_model.V1Agent { return o.Payload } @@ -118,9 +148,39 @@ type GetAgentNoContent struct { Payload interface{} } +// IsSuccess returns true when this get agent no content response has a 2xx status code +func (o *GetAgentNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get agent no content response has a 3xx status code +func (o *GetAgentNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent no content response has a 4xx status code +func (o *GetAgentNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get agent no content response has a 5xx status code +func (o *GetAgentNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent no content response a status code equal to that given +func (o *GetAgentNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetAgentNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}][%d] getAgentNoContent %+v", 204, o.Payload) } + +func (o *GetAgentNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}][%d] getAgentNoContent %+v", 204, o.Payload) +} + func (o *GetAgentNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetAgentForbidden struct { Payload interface{} } +// IsSuccess returns true when this get agent forbidden response has a 2xx status code +func (o *GetAgentForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get agent forbidden response has a 3xx status code +func (o *GetAgentForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent forbidden response has a 4xx status code +func (o *GetAgentForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get agent forbidden response has a 5xx status code +func (o *GetAgentForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent forbidden response a status code equal to that given +func (o *GetAgentForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetAgentForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}][%d] getAgentForbidden %+v", 403, o.Payload) } + +func (o *GetAgentForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}][%d] getAgentForbidden %+v", 403, o.Payload) +} + func (o *GetAgentForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetAgentNotFound struct { Payload interface{} } +// IsSuccess returns true when this get agent not found response has a 2xx status code +func (o *GetAgentNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get agent not found response has a 3xx status code +func (o *GetAgentNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent not found response has a 4xx status code +func (o *GetAgentNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get agent not found response has a 5xx status code +func (o *GetAgentNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent not found response a status code equal to that given +func (o *GetAgentNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetAgentNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}][%d] getAgentNotFound %+v", 404, o.Payload) } + +func (o *GetAgentNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}][%d] getAgentNotFound %+v", 404, o.Payload) +} + func (o *GetAgentNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetAgentDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get agent default response has a 2xx status code +func (o *GetAgentDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get agent default response has a 3xx status code +func (o *GetAgentDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get agent default response has a 4xx status code +func (o *GetAgentDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get agent default response has a 5xx status code +func (o *GetAgentDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get agent default response a status code equal to that given +func (o *GetAgentDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetAgentDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}][%d] GetAgent default %+v", o._statusCode, o.Payload) } + +func (o *GetAgentDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}][%d] GetAgent default %+v", o._statusCode, o.Payload) +} + func (o *GetAgentDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/get_agent_state_responses.go b/go/http_client/v1/service_client/agents_v1/get_agent_state_responses.go index f08d9043f0..4e6660ba6c 100644 --- a/go/http_client/v1/service_client/agents_v1/get_agent_state_responses.go +++ b/go/http_client/v1/service_client/agents_v1/get_agent_state_responses.go @@ -86,9 +86,39 @@ type GetAgentStateOK struct { Payload *service_model.V1AgentStateResponse } +// IsSuccess returns true when this get agent state o k response has a 2xx status code +func (o *GetAgentStateOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get agent state o k response has a 3xx status code +func (o *GetAgentStateOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent state o k response has a 4xx status code +func (o *GetAgentStateOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get agent state o k response has a 5xx status code +func (o *GetAgentStateOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent state o k response a status code equal to that given +func (o *GetAgentStateOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetAgentStateOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/state][%d] getAgentStateOK %+v", 200, o.Payload) } + +func (o *GetAgentStateOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/state][%d] getAgentStateOK %+v", 200, o.Payload) +} + func (o *GetAgentStateOK) GetPayload() *service_model.V1AgentStateResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetAgentStateNoContent struct { Payload interface{} } +// IsSuccess returns true when this get agent state no content response has a 2xx status code +func (o *GetAgentStateNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get agent state no content response has a 3xx status code +func (o *GetAgentStateNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent state no content response has a 4xx status code +func (o *GetAgentStateNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get agent state no content response has a 5xx status code +func (o *GetAgentStateNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent state no content response a status code equal to that given +func (o *GetAgentStateNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetAgentStateNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/state][%d] getAgentStateNoContent %+v", 204, o.Payload) } + +func (o *GetAgentStateNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/state][%d] getAgentStateNoContent %+v", 204, o.Payload) +} + func (o *GetAgentStateNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetAgentStateForbidden struct { Payload interface{} } +// IsSuccess returns true when this get agent state forbidden response has a 2xx status code +func (o *GetAgentStateForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get agent state forbidden response has a 3xx status code +func (o *GetAgentStateForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent state forbidden response has a 4xx status code +func (o *GetAgentStateForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get agent state forbidden response has a 5xx status code +func (o *GetAgentStateForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent state forbidden response a status code equal to that given +func (o *GetAgentStateForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetAgentStateForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/state][%d] getAgentStateForbidden %+v", 403, o.Payload) } + +func (o *GetAgentStateForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/state][%d] getAgentStateForbidden %+v", 403, o.Payload) +} + func (o *GetAgentStateForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetAgentStateNotFound struct { Payload interface{} } +// IsSuccess returns true when this get agent state not found response has a 2xx status code +func (o *GetAgentStateNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get agent state not found response has a 3xx status code +func (o *GetAgentStateNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent state not found response has a 4xx status code +func (o *GetAgentStateNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get agent state not found response has a 5xx status code +func (o *GetAgentStateNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent state not found response a status code equal to that given +func (o *GetAgentStateNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetAgentStateNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/state][%d] getAgentStateNotFound %+v", 404, o.Payload) } + +func (o *GetAgentStateNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/state][%d] getAgentStateNotFound %+v", 404, o.Payload) +} + func (o *GetAgentStateNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetAgentStateDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get agent state default response has a 2xx status code +func (o *GetAgentStateDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get agent state default response has a 3xx status code +func (o *GetAgentStateDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get agent state default response has a 4xx status code +func (o *GetAgentStateDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get agent state default response has a 5xx status code +func (o *GetAgentStateDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get agent state default response a status code equal to that given +func (o *GetAgentStateDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetAgentStateDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/state][%d] GetAgentState default %+v", o._statusCode, o.Payload) } + +func (o *GetAgentStateDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/state][%d] GetAgentState default %+v", o._statusCode, o.Payload) +} + func (o *GetAgentStateDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/get_agent_token_responses.go b/go/http_client/v1/service_client/agents_v1/get_agent_token_responses.go index 74fc8c17e3..0a01cf58cc 100644 --- a/go/http_client/v1/service_client/agents_v1/get_agent_token_responses.go +++ b/go/http_client/v1/service_client/agents_v1/get_agent_token_responses.go @@ -86,9 +86,39 @@ type GetAgentTokenOK struct { Payload *service_model.V1Token } +// IsSuccess returns true when this get agent token o k response has a 2xx status code +func (o *GetAgentTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get agent token o k response has a 3xx status code +func (o *GetAgentTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent token o k response has a 4xx status code +func (o *GetAgentTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get agent token o k response has a 5xx status code +func (o *GetAgentTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent token o k response a status code equal to that given +func (o *GetAgentTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetAgentTokenOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/token][%d] getAgentTokenOK %+v", 200, o.Payload) } + +func (o *GetAgentTokenOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/token][%d] getAgentTokenOK %+v", 200, o.Payload) +} + func (o *GetAgentTokenOK) GetPayload() *service_model.V1Token { return o.Payload } @@ -118,9 +148,39 @@ type GetAgentTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this get agent token no content response has a 2xx status code +func (o *GetAgentTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get agent token no content response has a 3xx status code +func (o *GetAgentTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent token no content response has a 4xx status code +func (o *GetAgentTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get agent token no content response has a 5xx status code +func (o *GetAgentTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent token no content response a status code equal to that given +func (o *GetAgentTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetAgentTokenNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/token][%d] getAgentTokenNoContent %+v", 204, o.Payload) } + +func (o *GetAgentTokenNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/token][%d] getAgentTokenNoContent %+v", 204, o.Payload) +} + func (o *GetAgentTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetAgentTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this get agent token forbidden response has a 2xx status code +func (o *GetAgentTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get agent token forbidden response has a 3xx status code +func (o *GetAgentTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent token forbidden response has a 4xx status code +func (o *GetAgentTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get agent token forbidden response has a 5xx status code +func (o *GetAgentTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent token forbidden response a status code equal to that given +func (o *GetAgentTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetAgentTokenForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/token][%d] getAgentTokenForbidden %+v", 403, o.Payload) } + +func (o *GetAgentTokenForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/token][%d] getAgentTokenForbidden %+v", 403, o.Payload) +} + func (o *GetAgentTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetAgentTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this get agent token not found response has a 2xx status code +func (o *GetAgentTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get agent token not found response has a 3xx status code +func (o *GetAgentTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get agent token not found response has a 4xx status code +func (o *GetAgentTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get agent token not found response has a 5xx status code +func (o *GetAgentTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get agent token not found response a status code equal to that given +func (o *GetAgentTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetAgentTokenNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/token][%d] getAgentTokenNotFound %+v", 404, o.Payload) } + +func (o *GetAgentTokenNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/token][%d] getAgentTokenNotFound %+v", 404, o.Payload) +} + func (o *GetAgentTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetAgentTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get agent token default response has a 2xx status code +func (o *GetAgentTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get agent token default response has a 3xx status code +func (o *GetAgentTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get agent token default response has a 4xx status code +func (o *GetAgentTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get agent token default response has a 5xx status code +func (o *GetAgentTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get agent token default response a status code equal to that given +func (o *GetAgentTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetAgentTokenDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/token][%d] GetAgentToken default %+v", o._statusCode, o.Payload) } + +func (o *GetAgentTokenDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{uuid}/token][%d] GetAgentToken default %+v", o._statusCode, o.Payload) +} + func (o *GetAgentTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/list_agent_names_responses.go b/go/http_client/v1/service_client/agents_v1/list_agent_names_responses.go index 397f05dbb7..10129e3fcd 100644 --- a/go/http_client/v1/service_client/agents_v1/list_agent_names_responses.go +++ b/go/http_client/v1/service_client/agents_v1/list_agent_names_responses.go @@ -86,9 +86,39 @@ type ListAgentNamesOK struct { Payload *service_model.V1ListAgentsResponse } +// IsSuccess returns true when this list agent names o k response has a 2xx status code +func (o *ListAgentNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list agent names o k response has a 3xx status code +func (o *ListAgentNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list agent names o k response has a 4xx status code +func (o *ListAgentNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list agent names o k response has a 5xx status code +func (o *ListAgentNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list agent names o k response a status code equal to that given +func (o *ListAgentNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListAgentNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/names][%d] listAgentNamesOK %+v", 200, o.Payload) } + +func (o *ListAgentNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/names][%d] listAgentNamesOK %+v", 200, o.Payload) +} + func (o *ListAgentNamesOK) GetPayload() *service_model.V1ListAgentsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListAgentNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list agent names no content response has a 2xx status code +func (o *ListAgentNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list agent names no content response has a 3xx status code +func (o *ListAgentNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list agent names no content response has a 4xx status code +func (o *ListAgentNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list agent names no content response has a 5xx status code +func (o *ListAgentNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list agent names no content response a status code equal to that given +func (o *ListAgentNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListAgentNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/names][%d] listAgentNamesNoContent %+v", 204, o.Payload) } + +func (o *ListAgentNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/names][%d] listAgentNamesNoContent %+v", 204, o.Payload) +} + func (o *ListAgentNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListAgentNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list agent names forbidden response has a 2xx status code +func (o *ListAgentNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list agent names forbidden response has a 3xx status code +func (o *ListAgentNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list agent names forbidden response has a 4xx status code +func (o *ListAgentNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list agent names forbidden response has a 5xx status code +func (o *ListAgentNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list agent names forbidden response a status code equal to that given +func (o *ListAgentNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListAgentNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/names][%d] listAgentNamesForbidden %+v", 403, o.Payload) } + +func (o *ListAgentNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/names][%d] listAgentNamesForbidden %+v", 403, o.Payload) +} + func (o *ListAgentNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListAgentNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list agent names not found response has a 2xx status code +func (o *ListAgentNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list agent names not found response has a 3xx status code +func (o *ListAgentNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list agent names not found response has a 4xx status code +func (o *ListAgentNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list agent names not found response has a 5xx status code +func (o *ListAgentNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list agent names not found response a status code equal to that given +func (o *ListAgentNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListAgentNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/names][%d] listAgentNamesNotFound %+v", 404, o.Payload) } + +func (o *ListAgentNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/names][%d] listAgentNamesNotFound %+v", 404, o.Payload) +} + func (o *ListAgentNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListAgentNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list agent names default response has a 2xx status code +func (o *ListAgentNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list agent names default response has a 3xx status code +func (o *ListAgentNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list agent names default response has a 4xx status code +func (o *ListAgentNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list agent names default response has a 5xx status code +func (o *ListAgentNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list agent names default response a status code equal to that given +func (o *ListAgentNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListAgentNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/names][%d] ListAgentNames default %+v", o._statusCode, o.Payload) } + +func (o *ListAgentNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/names][%d] ListAgentNames default %+v", o._statusCode, o.Payload) +} + func (o *ListAgentNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/list_agents_responses.go b/go/http_client/v1/service_client/agents_v1/list_agents_responses.go index 483b99552d..34fcb3d8aa 100644 --- a/go/http_client/v1/service_client/agents_v1/list_agents_responses.go +++ b/go/http_client/v1/service_client/agents_v1/list_agents_responses.go @@ -86,9 +86,39 @@ type ListAgentsOK struct { Payload *service_model.V1ListAgentsResponse } +// IsSuccess returns true when this list agents o k response has a 2xx status code +func (o *ListAgentsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list agents o k response has a 3xx status code +func (o *ListAgentsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list agents o k response has a 4xx status code +func (o *ListAgentsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list agents o k response has a 5xx status code +func (o *ListAgentsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list agents o k response a status code equal to that given +func (o *ListAgentsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListAgentsOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents][%d] listAgentsOK %+v", 200, o.Payload) } + +func (o *ListAgentsOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents][%d] listAgentsOK %+v", 200, o.Payload) +} + func (o *ListAgentsOK) GetPayload() *service_model.V1ListAgentsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListAgentsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list agents no content response has a 2xx status code +func (o *ListAgentsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list agents no content response has a 3xx status code +func (o *ListAgentsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list agents no content response has a 4xx status code +func (o *ListAgentsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list agents no content response has a 5xx status code +func (o *ListAgentsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list agents no content response a status code equal to that given +func (o *ListAgentsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListAgentsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents][%d] listAgentsNoContent %+v", 204, o.Payload) } + +func (o *ListAgentsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents][%d] listAgentsNoContent %+v", 204, o.Payload) +} + func (o *ListAgentsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListAgentsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list agents forbidden response has a 2xx status code +func (o *ListAgentsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list agents forbidden response has a 3xx status code +func (o *ListAgentsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list agents forbidden response has a 4xx status code +func (o *ListAgentsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list agents forbidden response has a 5xx status code +func (o *ListAgentsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list agents forbidden response a status code equal to that given +func (o *ListAgentsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListAgentsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents][%d] listAgentsForbidden %+v", 403, o.Payload) } + +func (o *ListAgentsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents][%d] listAgentsForbidden %+v", 403, o.Payload) +} + func (o *ListAgentsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListAgentsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list agents not found response has a 2xx status code +func (o *ListAgentsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list agents not found response has a 3xx status code +func (o *ListAgentsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list agents not found response has a 4xx status code +func (o *ListAgentsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list agents not found response has a 5xx status code +func (o *ListAgentsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list agents not found response a status code equal to that given +func (o *ListAgentsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListAgentsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents][%d] listAgentsNotFound %+v", 404, o.Payload) } + +func (o *ListAgentsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents][%d] listAgentsNotFound %+v", 404, o.Payload) +} + func (o *ListAgentsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListAgentsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list agents default response has a 2xx status code +func (o *ListAgentsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list agents default response has a 3xx status code +func (o *ListAgentsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list agents default response has a 4xx status code +func (o *ListAgentsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list agents default response has a 5xx status code +func (o *ListAgentsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list agents default response a status code equal to that given +func (o *ListAgentsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListAgentsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents][%d] ListAgents default %+v", o._statusCode, o.Payload) } + +func (o *ListAgentsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents][%d] ListAgents default %+v", o._statusCode, o.Payload) +} + func (o *ListAgentsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/patch_agent_responses.go b/go/http_client/v1/service_client/agents_v1/patch_agent_responses.go index bb2115d888..9c1ca2742a 100644 --- a/go/http_client/v1/service_client/agents_v1/patch_agent_responses.go +++ b/go/http_client/v1/service_client/agents_v1/patch_agent_responses.go @@ -86,9 +86,39 @@ type PatchAgentOK struct { Payload *service_model.V1Agent } +// IsSuccess returns true when this patch agent o k response has a 2xx status code +func (o *PatchAgentOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch agent o k response has a 3xx status code +func (o *PatchAgentOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch agent o k response has a 4xx status code +func (o *PatchAgentOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch agent o k response has a 5xx status code +func (o *PatchAgentOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch agent o k response a status code equal to that given +func (o *PatchAgentOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchAgentOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] patchAgentOK %+v", 200, o.Payload) } + +func (o *PatchAgentOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] patchAgentOK %+v", 200, o.Payload) +} + func (o *PatchAgentOK) GetPayload() *service_model.V1Agent { return o.Payload } @@ -118,9 +148,39 @@ type PatchAgentNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch agent no content response has a 2xx status code +func (o *PatchAgentNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch agent no content response has a 3xx status code +func (o *PatchAgentNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch agent no content response has a 4xx status code +func (o *PatchAgentNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch agent no content response has a 5xx status code +func (o *PatchAgentNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch agent no content response a status code equal to that given +func (o *PatchAgentNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchAgentNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] patchAgentNoContent %+v", 204, o.Payload) } + +func (o *PatchAgentNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] patchAgentNoContent %+v", 204, o.Payload) +} + func (o *PatchAgentNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchAgentForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch agent forbidden response has a 2xx status code +func (o *PatchAgentForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch agent forbidden response has a 3xx status code +func (o *PatchAgentForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch agent forbidden response has a 4xx status code +func (o *PatchAgentForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch agent forbidden response has a 5xx status code +func (o *PatchAgentForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch agent forbidden response a status code equal to that given +func (o *PatchAgentForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchAgentForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] patchAgentForbidden %+v", 403, o.Payload) } + +func (o *PatchAgentForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] patchAgentForbidden %+v", 403, o.Payload) +} + func (o *PatchAgentForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchAgentNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch agent not found response has a 2xx status code +func (o *PatchAgentNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch agent not found response has a 3xx status code +func (o *PatchAgentNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch agent not found response has a 4xx status code +func (o *PatchAgentNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch agent not found response has a 5xx status code +func (o *PatchAgentNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch agent not found response a status code equal to that given +func (o *PatchAgentNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchAgentNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] patchAgentNotFound %+v", 404, o.Payload) } + +func (o *PatchAgentNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] patchAgentNotFound %+v", 404, o.Payload) +} + func (o *PatchAgentNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchAgentDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch agent default response has a 2xx status code +func (o *PatchAgentDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch agent default response has a 3xx status code +func (o *PatchAgentDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch agent default response has a 4xx status code +func (o *PatchAgentDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch agent default response has a 5xx status code +func (o *PatchAgentDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch agent default response a status code equal to that given +func (o *PatchAgentDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchAgentDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] PatchAgent default %+v", o._statusCode, o.Payload) } + +func (o *PatchAgentDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] PatchAgent default %+v", o._statusCode, o.Payload) +} + func (o *PatchAgentDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/patch_agent_token_responses.go b/go/http_client/v1/service_client/agents_v1/patch_agent_token_responses.go index d9d07d81e8..058dcf8182 100644 --- a/go/http_client/v1/service_client/agents_v1/patch_agent_token_responses.go +++ b/go/http_client/v1/service_client/agents_v1/patch_agent_token_responses.go @@ -86,9 +86,39 @@ type PatchAgentTokenOK struct { Payload *service_model.V1Token } +// IsSuccess returns true when this patch agent token o k response has a 2xx status code +func (o *PatchAgentTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch agent token o k response has a 3xx status code +func (o *PatchAgentTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch agent token o k response has a 4xx status code +func (o *PatchAgentTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch agent token o k response has a 5xx status code +func (o *PatchAgentTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch agent token o k response a status code equal to that given +func (o *PatchAgentTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchAgentTokenOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{entity}/token][%d] patchAgentTokenOK %+v", 200, o.Payload) } + +func (o *PatchAgentTokenOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{entity}/token][%d] patchAgentTokenOK %+v", 200, o.Payload) +} + func (o *PatchAgentTokenOK) GetPayload() *service_model.V1Token { return o.Payload } @@ -118,9 +148,39 @@ type PatchAgentTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch agent token no content response has a 2xx status code +func (o *PatchAgentTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch agent token no content response has a 3xx status code +func (o *PatchAgentTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch agent token no content response has a 4xx status code +func (o *PatchAgentTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch agent token no content response has a 5xx status code +func (o *PatchAgentTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch agent token no content response a status code equal to that given +func (o *PatchAgentTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchAgentTokenNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{entity}/token][%d] patchAgentTokenNoContent %+v", 204, o.Payload) } + +func (o *PatchAgentTokenNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{entity}/token][%d] patchAgentTokenNoContent %+v", 204, o.Payload) +} + func (o *PatchAgentTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchAgentTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch agent token forbidden response has a 2xx status code +func (o *PatchAgentTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch agent token forbidden response has a 3xx status code +func (o *PatchAgentTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch agent token forbidden response has a 4xx status code +func (o *PatchAgentTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch agent token forbidden response has a 5xx status code +func (o *PatchAgentTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch agent token forbidden response a status code equal to that given +func (o *PatchAgentTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchAgentTokenForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{entity}/token][%d] patchAgentTokenForbidden %+v", 403, o.Payload) } + +func (o *PatchAgentTokenForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{entity}/token][%d] patchAgentTokenForbidden %+v", 403, o.Payload) +} + func (o *PatchAgentTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchAgentTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch agent token not found response has a 2xx status code +func (o *PatchAgentTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch agent token not found response has a 3xx status code +func (o *PatchAgentTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch agent token not found response has a 4xx status code +func (o *PatchAgentTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch agent token not found response has a 5xx status code +func (o *PatchAgentTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch agent token not found response a status code equal to that given +func (o *PatchAgentTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchAgentTokenNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{entity}/token][%d] patchAgentTokenNotFound %+v", 404, o.Payload) } + +func (o *PatchAgentTokenNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{entity}/token][%d] patchAgentTokenNotFound %+v", 404, o.Payload) +} + func (o *PatchAgentTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchAgentTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch agent token default response has a 2xx status code +func (o *PatchAgentTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch agent token default response has a 3xx status code +func (o *PatchAgentTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch agent token default response has a 4xx status code +func (o *PatchAgentTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch agent token default response has a 5xx status code +func (o *PatchAgentTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch agent token default response a status code equal to that given +func (o *PatchAgentTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchAgentTokenDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{entity}/token][%d] PatchAgentToken default %+v", o._statusCode, o.Payload) } + +func (o *PatchAgentTokenDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{entity}/token][%d] PatchAgentToken default %+v", o._statusCode, o.Payload) +} + func (o *PatchAgentTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/sync_agent_responses.go b/go/http_client/v1/service_client/agents_v1/sync_agent_responses.go index 06f5d4bc20..7e29453422 100644 --- a/go/http_client/v1/service_client/agents_v1/sync_agent_responses.go +++ b/go/http_client/v1/service_client/agents_v1/sync_agent_responses.go @@ -85,10 +85,39 @@ A successful response. type SyncAgentOK struct { } +// IsSuccess returns true when this sync agent o k response has a 2xx status code +func (o *SyncAgentOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this sync agent o k response has a 3xx status code +func (o *SyncAgentOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this sync agent o k response has a 4xx status code +func (o *SyncAgentOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this sync agent o k response has a 5xx status code +func (o *SyncAgentOK) IsServerError() bool { + return false +} + +// IsCode returns true when this sync agent o k response a status code equal to that given +func (o *SyncAgentOK) IsCode(code int) bool { + return code == 200 +} + func (o *SyncAgentOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/sync][%d] syncAgentOK ", 200) } +func (o *SyncAgentOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/sync][%d] syncAgentOK ", 200) +} + func (o *SyncAgentOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type SyncAgentNoContent struct { Payload interface{} } +// IsSuccess returns true when this sync agent no content response has a 2xx status code +func (o *SyncAgentNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this sync agent no content response has a 3xx status code +func (o *SyncAgentNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this sync agent no content response has a 4xx status code +func (o *SyncAgentNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this sync agent no content response has a 5xx status code +func (o *SyncAgentNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this sync agent no content response a status code equal to that given +func (o *SyncAgentNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *SyncAgentNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/sync][%d] syncAgentNoContent %+v", 204, o.Payload) } + +func (o *SyncAgentNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/sync][%d] syncAgentNoContent %+v", 204, o.Payload) +} + func (o *SyncAgentNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type SyncAgentForbidden struct { Payload interface{} } +// IsSuccess returns true when this sync agent forbidden response has a 2xx status code +func (o *SyncAgentForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this sync agent forbidden response has a 3xx status code +func (o *SyncAgentForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this sync agent forbidden response has a 4xx status code +func (o *SyncAgentForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this sync agent forbidden response has a 5xx status code +func (o *SyncAgentForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this sync agent forbidden response a status code equal to that given +func (o *SyncAgentForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *SyncAgentForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/sync][%d] syncAgentForbidden %+v", 403, o.Payload) } + +func (o *SyncAgentForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/sync][%d] syncAgentForbidden %+v", 403, o.Payload) +} + func (o *SyncAgentForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type SyncAgentNotFound struct { Payload interface{} } +// IsSuccess returns true when this sync agent not found response has a 2xx status code +func (o *SyncAgentNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this sync agent not found response has a 3xx status code +func (o *SyncAgentNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this sync agent not found response has a 4xx status code +func (o *SyncAgentNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this sync agent not found response has a 5xx status code +func (o *SyncAgentNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this sync agent not found response a status code equal to that given +func (o *SyncAgentNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *SyncAgentNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/sync][%d] syncAgentNotFound %+v", 404, o.Payload) } + +func (o *SyncAgentNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/sync][%d] syncAgentNotFound %+v", 404, o.Payload) +} + func (o *SyncAgentNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *SyncAgentDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this sync agent default response has a 2xx status code +func (o *SyncAgentDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this sync agent default response has a 3xx status code +func (o *SyncAgentDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this sync agent default response has a 4xx status code +func (o *SyncAgentDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this sync agent default response has a 5xx status code +func (o *SyncAgentDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this sync agent default response a status code equal to that given +func (o *SyncAgentDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *SyncAgentDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/sync][%d] SyncAgent default %+v", o._statusCode, o.Payload) } + +func (o *SyncAgentDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/sync][%d] SyncAgent default %+v", o._statusCode, o.Payload) +} + func (o *SyncAgentDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/update_agent_config_responses.go b/go/http_client/v1/service_client/agents_v1/update_agent_config_responses.go index 59ce2117b7..447920584d 100644 --- a/go/http_client/v1/service_client/agents_v1/update_agent_config_responses.go +++ b/go/http_client/v1/service_client/agents_v1/update_agent_config_responses.go @@ -86,9 +86,39 @@ type UpdateAgentConfigOK struct { Payload *service_model.V1Agent } +// IsSuccess returns true when this update agent config o k response has a 2xx status code +func (o *UpdateAgentConfigOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update agent config o k response has a 3xx status code +func (o *UpdateAgentConfigOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update agent config o k response has a 4xx status code +func (o *UpdateAgentConfigOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update agent config o k response has a 5xx status code +func (o *UpdateAgentConfigOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update agent config o k response a status code equal to that given +func (o *UpdateAgentConfigOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateAgentConfigOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/config][%d] updateAgentConfigOK %+v", 200, o.Payload) } + +func (o *UpdateAgentConfigOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/config][%d] updateAgentConfigOK %+v", 200, o.Payload) +} + func (o *UpdateAgentConfigOK) GetPayload() *service_model.V1Agent { return o.Payload } @@ -118,9 +148,39 @@ type UpdateAgentConfigNoContent struct { Payload interface{} } +// IsSuccess returns true when this update agent config no content response has a 2xx status code +func (o *UpdateAgentConfigNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update agent config no content response has a 3xx status code +func (o *UpdateAgentConfigNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update agent config no content response has a 4xx status code +func (o *UpdateAgentConfigNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update agent config no content response has a 5xx status code +func (o *UpdateAgentConfigNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update agent config no content response a status code equal to that given +func (o *UpdateAgentConfigNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateAgentConfigNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/config][%d] updateAgentConfigNoContent %+v", 204, o.Payload) } + +func (o *UpdateAgentConfigNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/config][%d] updateAgentConfigNoContent %+v", 204, o.Payload) +} + func (o *UpdateAgentConfigNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateAgentConfigForbidden struct { Payload interface{} } +// IsSuccess returns true when this update agent config forbidden response has a 2xx status code +func (o *UpdateAgentConfigForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update agent config forbidden response has a 3xx status code +func (o *UpdateAgentConfigForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update agent config forbidden response has a 4xx status code +func (o *UpdateAgentConfigForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update agent config forbidden response has a 5xx status code +func (o *UpdateAgentConfigForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update agent config forbidden response a status code equal to that given +func (o *UpdateAgentConfigForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateAgentConfigForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/config][%d] updateAgentConfigForbidden %+v", 403, o.Payload) } + +func (o *UpdateAgentConfigForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/config][%d] updateAgentConfigForbidden %+v", 403, o.Payload) +} + func (o *UpdateAgentConfigForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateAgentConfigNotFound struct { Payload interface{} } +// IsSuccess returns true when this update agent config not found response has a 2xx status code +func (o *UpdateAgentConfigNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update agent config not found response has a 3xx status code +func (o *UpdateAgentConfigNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update agent config not found response has a 4xx status code +func (o *UpdateAgentConfigNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update agent config not found response has a 5xx status code +func (o *UpdateAgentConfigNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update agent config not found response a status code equal to that given +func (o *UpdateAgentConfigNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateAgentConfigNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/config][%d] updateAgentConfigNotFound %+v", 404, o.Payload) } + +func (o *UpdateAgentConfigNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/config][%d] updateAgentConfigNotFound %+v", 404, o.Payload) +} + func (o *UpdateAgentConfigNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateAgentConfigDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update agent config default response has a 2xx status code +func (o *UpdateAgentConfigDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update agent config default response has a 3xx status code +func (o *UpdateAgentConfigDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update agent config default response has a 4xx status code +func (o *UpdateAgentConfigDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update agent config default response has a 5xx status code +func (o *UpdateAgentConfigDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update agent config default response a status code equal to that given +func (o *UpdateAgentConfigDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateAgentConfigDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/config][%d] UpdateAgentConfig default %+v", o._statusCode, o.Payload) } + +func (o *UpdateAgentConfigDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent.uuid}/config][%d] UpdateAgentConfig default %+v", o._statusCode, o.Payload) +} + func (o *UpdateAgentConfigDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/update_agent_responses.go b/go/http_client/v1/service_client/agents_v1/update_agent_responses.go index b661f2213c..445170bc57 100644 --- a/go/http_client/v1/service_client/agents_v1/update_agent_responses.go +++ b/go/http_client/v1/service_client/agents_v1/update_agent_responses.go @@ -86,9 +86,39 @@ type UpdateAgentOK struct { Payload *service_model.V1Agent } +// IsSuccess returns true when this update agent o k response has a 2xx status code +func (o *UpdateAgentOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update agent o k response has a 3xx status code +func (o *UpdateAgentOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update agent o k response has a 4xx status code +func (o *UpdateAgentOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update agent o k response has a 5xx status code +func (o *UpdateAgentOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update agent o k response a status code equal to that given +func (o *UpdateAgentOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateAgentOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] updateAgentOK %+v", 200, o.Payload) } + +func (o *UpdateAgentOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] updateAgentOK %+v", 200, o.Payload) +} + func (o *UpdateAgentOK) GetPayload() *service_model.V1Agent { return o.Payload } @@ -118,9 +148,39 @@ type UpdateAgentNoContent struct { Payload interface{} } +// IsSuccess returns true when this update agent no content response has a 2xx status code +func (o *UpdateAgentNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update agent no content response has a 3xx status code +func (o *UpdateAgentNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update agent no content response has a 4xx status code +func (o *UpdateAgentNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update agent no content response has a 5xx status code +func (o *UpdateAgentNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update agent no content response a status code equal to that given +func (o *UpdateAgentNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateAgentNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] updateAgentNoContent %+v", 204, o.Payload) } + +func (o *UpdateAgentNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] updateAgentNoContent %+v", 204, o.Payload) +} + func (o *UpdateAgentNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateAgentForbidden struct { Payload interface{} } +// IsSuccess returns true when this update agent forbidden response has a 2xx status code +func (o *UpdateAgentForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update agent forbidden response has a 3xx status code +func (o *UpdateAgentForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update agent forbidden response has a 4xx status code +func (o *UpdateAgentForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update agent forbidden response has a 5xx status code +func (o *UpdateAgentForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update agent forbidden response a status code equal to that given +func (o *UpdateAgentForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateAgentForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] updateAgentForbidden %+v", 403, o.Payload) } + +func (o *UpdateAgentForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] updateAgentForbidden %+v", 403, o.Payload) +} + func (o *UpdateAgentForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateAgentNotFound struct { Payload interface{} } +// IsSuccess returns true when this update agent not found response has a 2xx status code +func (o *UpdateAgentNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update agent not found response has a 3xx status code +func (o *UpdateAgentNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update agent not found response has a 4xx status code +func (o *UpdateAgentNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update agent not found response has a 5xx status code +func (o *UpdateAgentNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update agent not found response a status code equal to that given +func (o *UpdateAgentNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateAgentNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] updateAgentNotFound %+v", 404, o.Payload) } + +func (o *UpdateAgentNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] updateAgentNotFound %+v", 404, o.Payload) +} + func (o *UpdateAgentNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateAgentDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update agent default response has a 2xx status code +func (o *UpdateAgentDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update agent default response has a 3xx status code +func (o *UpdateAgentDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update agent default response has a 4xx status code +func (o *UpdateAgentDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update agent default response has a 5xx status code +func (o *UpdateAgentDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update agent default response a status code equal to that given +func (o *UpdateAgentDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateAgentDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] UpdateAgent default %+v", o._statusCode, o.Payload) } + +func (o *UpdateAgentDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent.uuid}][%d] UpdateAgent default %+v", o._statusCode, o.Payload) +} + func (o *UpdateAgentDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/agents_v1/update_agent_token_responses.go b/go/http_client/v1/service_client/agents_v1/update_agent_token_responses.go index d621207fc5..4d4757d954 100644 --- a/go/http_client/v1/service_client/agents_v1/update_agent_token_responses.go +++ b/go/http_client/v1/service_client/agents_v1/update_agent_token_responses.go @@ -86,9 +86,39 @@ type UpdateAgentTokenOK struct { Payload *service_model.V1Token } +// IsSuccess returns true when this update agent token o k response has a 2xx status code +func (o *UpdateAgentTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update agent token o k response has a 3xx status code +func (o *UpdateAgentTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update agent token o k response has a 4xx status code +func (o *UpdateAgentTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update agent token o k response has a 5xx status code +func (o *UpdateAgentTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update agent token o k response a status code equal to that given +func (o *UpdateAgentTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateAgentTokenOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{entity}/token][%d] updateAgentTokenOK %+v", 200, o.Payload) } + +func (o *UpdateAgentTokenOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{entity}/token][%d] updateAgentTokenOK %+v", 200, o.Payload) +} + func (o *UpdateAgentTokenOK) GetPayload() *service_model.V1Token { return o.Payload } @@ -118,9 +148,39 @@ type UpdateAgentTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this update agent token no content response has a 2xx status code +func (o *UpdateAgentTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update agent token no content response has a 3xx status code +func (o *UpdateAgentTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update agent token no content response has a 4xx status code +func (o *UpdateAgentTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update agent token no content response has a 5xx status code +func (o *UpdateAgentTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update agent token no content response a status code equal to that given +func (o *UpdateAgentTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateAgentTokenNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{entity}/token][%d] updateAgentTokenNoContent %+v", 204, o.Payload) } + +func (o *UpdateAgentTokenNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{entity}/token][%d] updateAgentTokenNoContent %+v", 204, o.Payload) +} + func (o *UpdateAgentTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateAgentTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this update agent token forbidden response has a 2xx status code +func (o *UpdateAgentTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update agent token forbidden response has a 3xx status code +func (o *UpdateAgentTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update agent token forbidden response has a 4xx status code +func (o *UpdateAgentTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update agent token forbidden response has a 5xx status code +func (o *UpdateAgentTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update agent token forbidden response a status code equal to that given +func (o *UpdateAgentTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateAgentTokenForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{entity}/token][%d] updateAgentTokenForbidden %+v", 403, o.Payload) } + +func (o *UpdateAgentTokenForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{entity}/token][%d] updateAgentTokenForbidden %+v", 403, o.Payload) +} + func (o *UpdateAgentTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateAgentTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this update agent token not found response has a 2xx status code +func (o *UpdateAgentTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update agent token not found response has a 3xx status code +func (o *UpdateAgentTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update agent token not found response has a 4xx status code +func (o *UpdateAgentTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update agent token not found response has a 5xx status code +func (o *UpdateAgentTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update agent token not found response a status code equal to that given +func (o *UpdateAgentTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateAgentTokenNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{entity}/token][%d] updateAgentTokenNotFound %+v", 404, o.Payload) } + +func (o *UpdateAgentTokenNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{entity}/token][%d] updateAgentTokenNotFound %+v", 404, o.Payload) +} + func (o *UpdateAgentTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateAgentTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update agent token default response has a 2xx status code +func (o *UpdateAgentTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update agent token default response has a 3xx status code +func (o *UpdateAgentTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update agent token default response has a 4xx status code +func (o *UpdateAgentTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update agent token default response has a 5xx status code +func (o *UpdateAgentTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update agent token default response a status code equal to that given +func (o *UpdateAgentTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateAgentTokenDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{entity}/token][%d] UpdateAgentToken default %+v", o._statusCode, o.Payload) } + +func (o *UpdateAgentTokenDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{entity}/token][%d] UpdateAgentToken default %+v", o._statusCode, o.Payload) +} + func (o *UpdateAgentTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/artifacts_stores_v1/upload_artifact_responses.go b/go/http_client/v1/service_client/artifacts_stores_v1/upload_artifact_responses.go index 63efdb3a43..31e0f9fd9d 100644 --- a/go/http_client/v1/service_client/artifacts_stores_v1/upload_artifact_responses.go +++ b/go/http_client/v1/service_client/artifacts_stores_v1/upload_artifact_responses.go @@ -76,10 +76,39 @@ A successful response. type UploadArtifactOK struct { } +// IsSuccess returns true when this upload artifact o k response has a 2xx status code +func (o *UploadArtifactOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this upload artifact o k response has a 3xx status code +func (o *UploadArtifactOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload artifact o k response has a 4xx status code +func (o *UploadArtifactOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this upload artifact o k response has a 5xx status code +func (o *UploadArtifactOK) IsServerError() bool { + return false +} + +// IsCode returns true when this upload artifact o k response a status code equal to that given +func (o *UploadArtifactOK) IsCode(code int) bool { + return code == 200 +} + func (o *UploadArtifactOK) Error() string { return fmt.Sprintf("[POST /api/v1/catalogs/{owner}/artifacts/{uuid}/upload][%d] uploadArtifactOK ", 200) } +func (o *UploadArtifactOK) String() string { + return fmt.Sprintf("[POST /api/v1/catalogs/{owner}/artifacts/{uuid}/upload][%d] uploadArtifactOK ", 200) +} + func (o *UploadArtifactOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -98,9 +127,39 @@ type UploadArtifactNoContent struct { Payload interface{} } +// IsSuccess returns true when this upload artifact no content response has a 2xx status code +func (o *UploadArtifactNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this upload artifact no content response has a 3xx status code +func (o *UploadArtifactNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload artifact no content response has a 4xx status code +func (o *UploadArtifactNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this upload artifact no content response has a 5xx status code +func (o *UploadArtifactNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this upload artifact no content response a status code equal to that given +func (o *UploadArtifactNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UploadArtifactNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/catalogs/{owner}/artifacts/{uuid}/upload][%d] uploadArtifactNoContent %+v", 204, o.Payload) } + +func (o *UploadArtifactNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/catalogs/{owner}/artifacts/{uuid}/upload][%d] uploadArtifactNoContent %+v", 204, o.Payload) +} + func (o *UploadArtifactNoContent) GetPayload() interface{} { return o.Payload } @@ -128,9 +187,39 @@ type UploadArtifactForbidden struct { Payload interface{} } +// IsSuccess returns true when this upload artifact forbidden response has a 2xx status code +func (o *UploadArtifactForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this upload artifact forbidden response has a 3xx status code +func (o *UploadArtifactForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload artifact forbidden response has a 4xx status code +func (o *UploadArtifactForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this upload artifact forbidden response has a 5xx status code +func (o *UploadArtifactForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this upload artifact forbidden response a status code equal to that given +func (o *UploadArtifactForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UploadArtifactForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/catalogs/{owner}/artifacts/{uuid}/upload][%d] uploadArtifactForbidden %+v", 403, o.Payload) } + +func (o *UploadArtifactForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/catalogs/{owner}/artifacts/{uuid}/upload][%d] uploadArtifactForbidden %+v", 403, o.Payload) +} + func (o *UploadArtifactForbidden) GetPayload() interface{} { return o.Payload } @@ -158,9 +247,39 @@ type UploadArtifactNotFound struct { Payload interface{} } +// IsSuccess returns true when this upload artifact not found response has a 2xx status code +func (o *UploadArtifactNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this upload artifact not found response has a 3xx status code +func (o *UploadArtifactNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload artifact not found response has a 4xx status code +func (o *UploadArtifactNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this upload artifact not found response has a 5xx status code +func (o *UploadArtifactNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this upload artifact not found response a status code equal to that given +func (o *UploadArtifactNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UploadArtifactNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/catalogs/{owner}/artifacts/{uuid}/upload][%d] uploadArtifactNotFound %+v", 404, o.Payload) } + +func (o *UploadArtifactNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/catalogs/{owner}/artifacts/{uuid}/upload][%d] uploadArtifactNotFound %+v", 404, o.Payload) +} + func (o *UploadArtifactNotFound) GetPayload() interface{} { return o.Payload } diff --git a/go/http_client/v1/service_client/auth_v1/change_password_responses.go b/go/http_client/v1/service_client/auth_v1/change_password_responses.go index 7356f0c11e..7209d92e12 100644 --- a/go/http_client/v1/service_client/auth_v1/change_password_responses.go +++ b/go/http_client/v1/service_client/auth_v1/change_password_responses.go @@ -85,10 +85,39 @@ A successful response. type ChangePasswordOK struct { } +// IsSuccess returns true when this change password o k response has a 2xx status code +func (o *ChangePasswordOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this change password o k response has a 3xx status code +func (o *ChangePasswordOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this change password o k response has a 4xx status code +func (o *ChangePasswordOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this change password o k response has a 5xx status code +func (o *ChangePasswordOK) IsServerError() bool { + return false +} + +// IsCode returns true when this change password o k response a status code equal to that given +func (o *ChangePasswordOK) IsCode(code int) bool { + return code == 200 +} + func (o *ChangePasswordOK) Error() string { return fmt.Sprintf("[POST /api/v1/auth/change-password][%d] changePasswordOK ", 200) } +func (o *ChangePasswordOK) String() string { + return fmt.Sprintf("[POST /api/v1/auth/change-password][%d] changePasswordOK ", 200) +} + func (o *ChangePasswordOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type ChangePasswordNoContent struct { Payload interface{} } +// IsSuccess returns true when this change password no content response has a 2xx status code +func (o *ChangePasswordNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this change password no content response has a 3xx status code +func (o *ChangePasswordNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this change password no content response has a 4xx status code +func (o *ChangePasswordNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this change password no content response has a 5xx status code +func (o *ChangePasswordNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this change password no content response a status code equal to that given +func (o *ChangePasswordNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ChangePasswordNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/auth/change-password][%d] changePasswordNoContent %+v", 204, o.Payload) } + +func (o *ChangePasswordNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/auth/change-password][%d] changePasswordNoContent %+v", 204, o.Payload) +} + func (o *ChangePasswordNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type ChangePasswordForbidden struct { Payload interface{} } +// IsSuccess returns true when this change password forbidden response has a 2xx status code +func (o *ChangePasswordForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this change password forbidden response has a 3xx status code +func (o *ChangePasswordForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this change password forbidden response has a 4xx status code +func (o *ChangePasswordForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this change password forbidden response has a 5xx status code +func (o *ChangePasswordForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this change password forbidden response a status code equal to that given +func (o *ChangePasswordForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ChangePasswordForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/auth/change-password][%d] changePasswordForbidden %+v", 403, o.Payload) } + +func (o *ChangePasswordForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/auth/change-password][%d] changePasswordForbidden %+v", 403, o.Payload) +} + func (o *ChangePasswordForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type ChangePasswordNotFound struct { Payload interface{} } +// IsSuccess returns true when this change password not found response has a 2xx status code +func (o *ChangePasswordNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this change password not found response has a 3xx status code +func (o *ChangePasswordNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this change password not found response has a 4xx status code +func (o *ChangePasswordNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this change password not found response has a 5xx status code +func (o *ChangePasswordNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this change password not found response a status code equal to that given +func (o *ChangePasswordNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ChangePasswordNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/auth/change-password][%d] changePasswordNotFound %+v", 404, o.Payload) } + +func (o *ChangePasswordNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/auth/change-password][%d] changePasswordNotFound %+v", 404, o.Payload) +} + func (o *ChangePasswordNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *ChangePasswordDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this change password default response has a 2xx status code +func (o *ChangePasswordDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this change password default response has a 3xx status code +func (o *ChangePasswordDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this change password default response has a 4xx status code +func (o *ChangePasswordDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this change password default response has a 5xx status code +func (o *ChangePasswordDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this change password default response a status code equal to that given +func (o *ChangePasswordDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ChangePasswordDefault) Error() string { return fmt.Sprintf("[POST /api/v1/auth/change-password][%d] ChangePassword default %+v", o._statusCode, o.Payload) } + +func (o *ChangePasswordDefault) String() string { + return fmt.Sprintf("[POST /api/v1/auth/change-password][%d] ChangePassword default %+v", o._statusCode, o.Payload) +} + func (o *ChangePasswordDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/auth_v1/login_responses.go b/go/http_client/v1/service_client/auth_v1/login_responses.go index b3c0d03baf..6d12910c15 100644 --- a/go/http_client/v1/service_client/auth_v1/login_responses.go +++ b/go/http_client/v1/service_client/auth_v1/login_responses.go @@ -86,9 +86,39 @@ type LoginOK struct { Payload *service_model.V1Auth } +// IsSuccess returns true when this login o k response has a 2xx status code +func (o *LoginOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this login o k response has a 3xx status code +func (o *LoginOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this login o k response has a 4xx status code +func (o *LoginOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this login o k response has a 5xx status code +func (o *LoginOK) IsServerError() bool { + return false +} + +// IsCode returns true when this login o k response a status code equal to that given +func (o *LoginOK) IsCode(code int) bool { + return code == 200 +} + func (o *LoginOK) Error() string { return fmt.Sprintf("[POST /api/v1/auth/token][%d] loginOK %+v", 200, o.Payload) } + +func (o *LoginOK) String() string { + return fmt.Sprintf("[POST /api/v1/auth/token][%d] loginOK %+v", 200, o.Payload) +} + func (o *LoginOK) GetPayload() *service_model.V1Auth { return o.Payload } @@ -118,9 +148,39 @@ type LoginNoContent struct { Payload interface{} } +// IsSuccess returns true when this login no content response has a 2xx status code +func (o *LoginNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this login no content response has a 3xx status code +func (o *LoginNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this login no content response has a 4xx status code +func (o *LoginNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this login no content response has a 5xx status code +func (o *LoginNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this login no content response a status code equal to that given +func (o *LoginNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *LoginNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/auth/token][%d] loginNoContent %+v", 204, o.Payload) } + +func (o *LoginNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/auth/token][%d] loginNoContent %+v", 204, o.Payload) +} + func (o *LoginNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type LoginForbidden struct { Payload interface{} } +// IsSuccess returns true when this login forbidden response has a 2xx status code +func (o *LoginForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this login forbidden response has a 3xx status code +func (o *LoginForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this login forbidden response has a 4xx status code +func (o *LoginForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this login forbidden response has a 5xx status code +func (o *LoginForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this login forbidden response a status code equal to that given +func (o *LoginForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *LoginForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/auth/token][%d] loginForbidden %+v", 403, o.Payload) } + +func (o *LoginForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/auth/token][%d] loginForbidden %+v", 403, o.Payload) +} + func (o *LoginForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type LoginNotFound struct { Payload interface{} } +// IsSuccess returns true when this login not found response has a 2xx status code +func (o *LoginNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this login not found response has a 3xx status code +func (o *LoginNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this login not found response has a 4xx status code +func (o *LoginNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this login not found response has a 5xx status code +func (o *LoginNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this login not found response a status code equal to that given +func (o *LoginNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *LoginNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/auth/token][%d] loginNotFound %+v", 404, o.Payload) } + +func (o *LoginNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/auth/token][%d] loginNotFound %+v", 404, o.Payload) +} + func (o *LoginNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *LoginDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this login default response has a 2xx status code +func (o *LoginDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this login default response has a 3xx status code +func (o *LoginDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this login default response has a 4xx status code +func (o *LoginDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this login default response has a 5xx status code +func (o *LoginDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this login default response a status code equal to that given +func (o *LoginDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *LoginDefault) Error() string { return fmt.Sprintf("[POST /api/v1/auth/token][%d] Login default %+v", o._statusCode, o.Payload) } + +func (o *LoginDefault) String() string { + return fmt.Sprintf("[POST /api/v1/auth/token][%d] Login default %+v", o._statusCode, o.Payload) +} + func (o *LoginDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/auth_v1/reset_password_confirm_responses.go b/go/http_client/v1/service_client/auth_v1/reset_password_confirm_responses.go index 16ef031253..9cf8b44a55 100644 --- a/go/http_client/v1/service_client/auth_v1/reset_password_confirm_responses.go +++ b/go/http_client/v1/service_client/auth_v1/reset_password_confirm_responses.go @@ -86,9 +86,39 @@ type ResetPasswordConfirmOK struct { Payload *service_model.V1Auth } +// IsSuccess returns true when this reset password confirm o k response has a 2xx status code +func (o *ResetPasswordConfirmOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this reset password confirm o k response has a 3xx status code +func (o *ResetPasswordConfirmOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this reset password confirm o k response has a 4xx status code +func (o *ResetPasswordConfirmOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this reset password confirm o k response has a 5xx status code +func (o *ResetPasswordConfirmOK) IsServerError() bool { + return false +} + +// IsCode returns true when this reset password confirm o k response a status code equal to that given +func (o *ResetPasswordConfirmOK) IsCode(code int) bool { + return code == 200 +} + func (o *ResetPasswordConfirmOK) Error() string { return fmt.Sprintf("[POST /api/v1/auth/reset-password-confirm][%d] resetPasswordConfirmOK %+v", 200, o.Payload) } + +func (o *ResetPasswordConfirmOK) String() string { + return fmt.Sprintf("[POST /api/v1/auth/reset-password-confirm][%d] resetPasswordConfirmOK %+v", 200, o.Payload) +} + func (o *ResetPasswordConfirmOK) GetPayload() *service_model.V1Auth { return o.Payload } @@ -118,9 +148,39 @@ type ResetPasswordConfirmNoContent struct { Payload interface{} } +// IsSuccess returns true when this reset password confirm no content response has a 2xx status code +func (o *ResetPasswordConfirmNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this reset password confirm no content response has a 3xx status code +func (o *ResetPasswordConfirmNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this reset password confirm no content response has a 4xx status code +func (o *ResetPasswordConfirmNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this reset password confirm no content response has a 5xx status code +func (o *ResetPasswordConfirmNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this reset password confirm no content response a status code equal to that given +func (o *ResetPasswordConfirmNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ResetPasswordConfirmNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/auth/reset-password-confirm][%d] resetPasswordConfirmNoContent %+v", 204, o.Payload) } + +func (o *ResetPasswordConfirmNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/auth/reset-password-confirm][%d] resetPasswordConfirmNoContent %+v", 204, o.Payload) +} + func (o *ResetPasswordConfirmNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ResetPasswordConfirmForbidden struct { Payload interface{} } +// IsSuccess returns true when this reset password confirm forbidden response has a 2xx status code +func (o *ResetPasswordConfirmForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this reset password confirm forbidden response has a 3xx status code +func (o *ResetPasswordConfirmForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this reset password confirm forbidden response has a 4xx status code +func (o *ResetPasswordConfirmForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this reset password confirm forbidden response has a 5xx status code +func (o *ResetPasswordConfirmForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this reset password confirm forbidden response a status code equal to that given +func (o *ResetPasswordConfirmForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ResetPasswordConfirmForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/auth/reset-password-confirm][%d] resetPasswordConfirmForbidden %+v", 403, o.Payload) } + +func (o *ResetPasswordConfirmForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/auth/reset-password-confirm][%d] resetPasswordConfirmForbidden %+v", 403, o.Payload) +} + func (o *ResetPasswordConfirmForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ResetPasswordConfirmNotFound struct { Payload interface{} } +// IsSuccess returns true when this reset password confirm not found response has a 2xx status code +func (o *ResetPasswordConfirmNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this reset password confirm not found response has a 3xx status code +func (o *ResetPasswordConfirmNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this reset password confirm not found response has a 4xx status code +func (o *ResetPasswordConfirmNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this reset password confirm not found response has a 5xx status code +func (o *ResetPasswordConfirmNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this reset password confirm not found response a status code equal to that given +func (o *ResetPasswordConfirmNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ResetPasswordConfirmNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/auth/reset-password-confirm][%d] resetPasswordConfirmNotFound %+v", 404, o.Payload) } + +func (o *ResetPasswordConfirmNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/auth/reset-password-confirm][%d] resetPasswordConfirmNotFound %+v", 404, o.Payload) +} + func (o *ResetPasswordConfirmNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ResetPasswordConfirmDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this reset password confirm default response has a 2xx status code +func (o *ResetPasswordConfirmDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this reset password confirm default response has a 3xx status code +func (o *ResetPasswordConfirmDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this reset password confirm default response has a 4xx status code +func (o *ResetPasswordConfirmDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this reset password confirm default response has a 5xx status code +func (o *ResetPasswordConfirmDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this reset password confirm default response a status code equal to that given +func (o *ResetPasswordConfirmDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ResetPasswordConfirmDefault) Error() string { return fmt.Sprintf("[POST /api/v1/auth/reset-password-confirm][%d] ResetPasswordConfirm default %+v", o._statusCode, o.Payload) } + +func (o *ResetPasswordConfirmDefault) String() string { + return fmt.Sprintf("[POST /api/v1/auth/reset-password-confirm][%d] ResetPasswordConfirm default %+v", o._statusCode, o.Payload) +} + func (o *ResetPasswordConfirmDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/auth_v1/reset_password_responses.go b/go/http_client/v1/service_client/auth_v1/reset_password_responses.go index df3cb45865..b95837f3bb 100644 --- a/go/http_client/v1/service_client/auth_v1/reset_password_responses.go +++ b/go/http_client/v1/service_client/auth_v1/reset_password_responses.go @@ -85,10 +85,39 @@ A successful response. type ResetPasswordOK struct { } +// IsSuccess returns true when this reset password o k response has a 2xx status code +func (o *ResetPasswordOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this reset password o k response has a 3xx status code +func (o *ResetPasswordOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this reset password o k response has a 4xx status code +func (o *ResetPasswordOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this reset password o k response has a 5xx status code +func (o *ResetPasswordOK) IsServerError() bool { + return false +} + +// IsCode returns true when this reset password o k response a status code equal to that given +func (o *ResetPasswordOK) IsCode(code int) bool { + return code == 200 +} + func (o *ResetPasswordOK) Error() string { return fmt.Sprintf("[POST /api/v1/auth/reset-password][%d] resetPasswordOK ", 200) } +func (o *ResetPasswordOK) String() string { + return fmt.Sprintf("[POST /api/v1/auth/reset-password][%d] resetPasswordOK ", 200) +} + func (o *ResetPasswordOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type ResetPasswordNoContent struct { Payload interface{} } +// IsSuccess returns true when this reset password no content response has a 2xx status code +func (o *ResetPasswordNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this reset password no content response has a 3xx status code +func (o *ResetPasswordNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this reset password no content response has a 4xx status code +func (o *ResetPasswordNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this reset password no content response has a 5xx status code +func (o *ResetPasswordNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this reset password no content response a status code equal to that given +func (o *ResetPasswordNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ResetPasswordNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/auth/reset-password][%d] resetPasswordNoContent %+v", 204, o.Payload) } + +func (o *ResetPasswordNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/auth/reset-password][%d] resetPasswordNoContent %+v", 204, o.Payload) +} + func (o *ResetPasswordNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type ResetPasswordForbidden struct { Payload interface{} } +// IsSuccess returns true when this reset password forbidden response has a 2xx status code +func (o *ResetPasswordForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this reset password forbidden response has a 3xx status code +func (o *ResetPasswordForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this reset password forbidden response has a 4xx status code +func (o *ResetPasswordForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this reset password forbidden response has a 5xx status code +func (o *ResetPasswordForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this reset password forbidden response a status code equal to that given +func (o *ResetPasswordForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ResetPasswordForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/auth/reset-password][%d] resetPasswordForbidden %+v", 403, o.Payload) } + +func (o *ResetPasswordForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/auth/reset-password][%d] resetPasswordForbidden %+v", 403, o.Payload) +} + func (o *ResetPasswordForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type ResetPasswordNotFound struct { Payload interface{} } +// IsSuccess returns true when this reset password not found response has a 2xx status code +func (o *ResetPasswordNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this reset password not found response has a 3xx status code +func (o *ResetPasswordNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this reset password not found response has a 4xx status code +func (o *ResetPasswordNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this reset password not found response has a 5xx status code +func (o *ResetPasswordNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this reset password not found response a status code equal to that given +func (o *ResetPasswordNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ResetPasswordNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/auth/reset-password][%d] resetPasswordNotFound %+v", 404, o.Payload) } + +func (o *ResetPasswordNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/auth/reset-password][%d] resetPasswordNotFound %+v", 404, o.Payload) +} + func (o *ResetPasswordNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *ResetPasswordDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this reset password default response has a 2xx status code +func (o *ResetPasswordDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this reset password default response has a 3xx status code +func (o *ResetPasswordDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this reset password default response has a 4xx status code +func (o *ResetPasswordDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this reset password default response has a 5xx status code +func (o *ResetPasswordDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this reset password default response a status code equal to that given +func (o *ResetPasswordDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ResetPasswordDefault) Error() string { return fmt.Sprintf("[POST /api/v1/auth/reset-password][%d] ResetPassword default %+v", o._statusCode, o.Payload) } + +func (o *ResetPasswordDefault) String() string { + return fmt.Sprintf("[POST /api/v1/auth/reset-password][%d] ResetPassword default %+v", o._statusCode, o.Payload) +} + func (o *ResetPasswordDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/auth_v1/signup_responses.go b/go/http_client/v1/service_client/auth_v1/signup_responses.go index fb8419585b..7096fc6995 100644 --- a/go/http_client/v1/service_client/auth_v1/signup_responses.go +++ b/go/http_client/v1/service_client/auth_v1/signup_responses.go @@ -86,9 +86,39 @@ type SignupOK struct { Payload *service_model.V1Auth } +// IsSuccess returns true when this signup o k response has a 2xx status code +func (o *SignupOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this signup o k response has a 3xx status code +func (o *SignupOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this signup o k response has a 4xx status code +func (o *SignupOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this signup o k response has a 5xx status code +func (o *SignupOK) IsServerError() bool { + return false +} + +// IsCode returns true when this signup o k response a status code equal to that given +func (o *SignupOK) IsCode(code int) bool { + return code == 200 +} + func (o *SignupOK) Error() string { return fmt.Sprintf("[POST /api/v1/auth/signup][%d] signupOK %+v", 200, o.Payload) } + +func (o *SignupOK) String() string { + return fmt.Sprintf("[POST /api/v1/auth/signup][%d] signupOK %+v", 200, o.Payload) +} + func (o *SignupOK) GetPayload() *service_model.V1Auth { return o.Payload } @@ -118,9 +148,39 @@ type SignupNoContent struct { Payload interface{} } +// IsSuccess returns true when this signup no content response has a 2xx status code +func (o *SignupNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this signup no content response has a 3xx status code +func (o *SignupNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this signup no content response has a 4xx status code +func (o *SignupNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this signup no content response has a 5xx status code +func (o *SignupNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this signup no content response a status code equal to that given +func (o *SignupNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *SignupNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/auth/signup][%d] signupNoContent %+v", 204, o.Payload) } + +func (o *SignupNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/auth/signup][%d] signupNoContent %+v", 204, o.Payload) +} + func (o *SignupNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type SignupForbidden struct { Payload interface{} } +// IsSuccess returns true when this signup forbidden response has a 2xx status code +func (o *SignupForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this signup forbidden response has a 3xx status code +func (o *SignupForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this signup forbidden response has a 4xx status code +func (o *SignupForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this signup forbidden response has a 5xx status code +func (o *SignupForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this signup forbidden response a status code equal to that given +func (o *SignupForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *SignupForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/auth/signup][%d] signupForbidden %+v", 403, o.Payload) } + +func (o *SignupForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/auth/signup][%d] signupForbidden %+v", 403, o.Payload) +} + func (o *SignupForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type SignupNotFound struct { Payload interface{} } +// IsSuccess returns true when this signup not found response has a 2xx status code +func (o *SignupNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this signup not found response has a 3xx status code +func (o *SignupNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this signup not found response has a 4xx status code +func (o *SignupNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this signup not found response has a 5xx status code +func (o *SignupNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this signup not found response a status code equal to that given +func (o *SignupNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *SignupNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/auth/signup][%d] signupNotFound %+v", 404, o.Payload) } + +func (o *SignupNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/auth/signup][%d] signupNotFound %+v", 404, o.Payload) +} + func (o *SignupNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *SignupDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this signup default response has a 2xx status code +func (o *SignupDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this signup default response has a 3xx status code +func (o *SignupDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this signup default response has a 4xx status code +func (o *SignupDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this signup default response has a 5xx status code +func (o *SignupDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this signup default response a status code equal to that given +func (o *SignupDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *SignupDefault) Error() string { return fmt.Sprintf("[POST /api/v1/auth/signup][%d] Signup default %+v", o._statusCode, o.Payload) } + +func (o *SignupDefault) String() string { + return fmt.Sprintf("[POST /api/v1/auth/signup][%d] Signup default %+v", o._statusCode, o.Payload) +} + func (o *SignupDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/auth_v1/trial_responses.go b/go/http_client/v1/service_client/auth_v1/trial_responses.go index b6e0618f8d..5504b43262 100644 --- a/go/http_client/v1/service_client/auth_v1/trial_responses.go +++ b/go/http_client/v1/service_client/auth_v1/trial_responses.go @@ -85,10 +85,39 @@ A successful response. type TrialOK struct { } +// IsSuccess returns true when this trial o k response has a 2xx status code +func (o *TrialOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this trial o k response has a 3xx status code +func (o *TrialOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this trial o k response has a 4xx status code +func (o *TrialOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this trial o k response has a 5xx status code +func (o *TrialOK) IsServerError() bool { + return false +} + +// IsCode returns true when this trial o k response a status code equal to that given +func (o *TrialOK) IsCode(code int) bool { + return code == 200 +} + func (o *TrialOK) Error() string { return fmt.Sprintf("[POST /api/v1/auth/trial][%d] trialOK ", 200) } +func (o *TrialOK) String() string { + return fmt.Sprintf("[POST /api/v1/auth/trial][%d] trialOK ", 200) +} + func (o *TrialOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type TrialNoContent struct { Payload interface{} } +// IsSuccess returns true when this trial no content response has a 2xx status code +func (o *TrialNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this trial no content response has a 3xx status code +func (o *TrialNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this trial no content response has a 4xx status code +func (o *TrialNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this trial no content response has a 5xx status code +func (o *TrialNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this trial no content response a status code equal to that given +func (o *TrialNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *TrialNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/auth/trial][%d] trialNoContent %+v", 204, o.Payload) } + +func (o *TrialNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/auth/trial][%d] trialNoContent %+v", 204, o.Payload) +} + func (o *TrialNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type TrialForbidden struct { Payload interface{} } +// IsSuccess returns true when this trial forbidden response has a 2xx status code +func (o *TrialForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this trial forbidden response has a 3xx status code +func (o *TrialForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this trial forbidden response has a 4xx status code +func (o *TrialForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this trial forbidden response has a 5xx status code +func (o *TrialForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this trial forbidden response a status code equal to that given +func (o *TrialForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *TrialForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/auth/trial][%d] trialForbidden %+v", 403, o.Payload) } + +func (o *TrialForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/auth/trial][%d] trialForbidden %+v", 403, o.Payload) +} + func (o *TrialForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type TrialNotFound struct { Payload interface{} } +// IsSuccess returns true when this trial not found response has a 2xx status code +func (o *TrialNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this trial not found response has a 3xx status code +func (o *TrialNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this trial not found response has a 4xx status code +func (o *TrialNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this trial not found response has a 5xx status code +func (o *TrialNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this trial not found response a status code equal to that given +func (o *TrialNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *TrialNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/auth/trial][%d] trialNotFound %+v", 404, o.Payload) } + +func (o *TrialNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/auth/trial][%d] trialNotFound %+v", 404, o.Payload) +} + func (o *TrialNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *TrialDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this trial default response has a 2xx status code +func (o *TrialDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this trial default response has a 3xx status code +func (o *TrialDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this trial default response has a 4xx status code +func (o *TrialDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this trial default response has a 5xx status code +func (o *TrialDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this trial default response a status code equal to that given +func (o *TrialDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *TrialDefault) Error() string { return fmt.Sprintf("[POST /api/v1/auth/trial][%d] Trial default %+v", o._statusCode, o.Payload) } + +func (o *TrialDefault) String() string { + return fmt.Sprintf("[POST /api/v1/auth/trial][%d] Trial default %+v", o._statusCode, o.Payload) +} + func (o *TrialDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/connections_v1/create_connection_responses.go b/go/http_client/v1/service_client/connections_v1/create_connection_responses.go index 92b27c660d..291244d3d0 100644 --- a/go/http_client/v1/service_client/connections_v1/create_connection_responses.go +++ b/go/http_client/v1/service_client/connections_v1/create_connection_responses.go @@ -86,9 +86,39 @@ type CreateConnectionOK struct { Payload *service_model.V1ConnectionResponse } +// IsSuccess returns true when this create connection o k response has a 2xx status code +func (o *CreateConnectionOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create connection o k response has a 3xx status code +func (o *CreateConnectionOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create connection o k response has a 4xx status code +func (o *CreateConnectionOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create connection o k response has a 5xx status code +func (o *CreateConnectionOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create connection o k response a status code equal to that given +func (o *CreateConnectionOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateConnectionOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/connections][%d] createConnectionOK %+v", 200, o.Payload) } + +func (o *CreateConnectionOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/connections][%d] createConnectionOK %+v", 200, o.Payload) +} + func (o *CreateConnectionOK) GetPayload() *service_model.V1ConnectionResponse { return o.Payload } @@ -118,9 +148,39 @@ type CreateConnectionNoContent struct { Payload interface{} } +// IsSuccess returns true when this create connection no content response has a 2xx status code +func (o *CreateConnectionNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create connection no content response has a 3xx status code +func (o *CreateConnectionNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create connection no content response has a 4xx status code +func (o *CreateConnectionNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create connection no content response has a 5xx status code +func (o *CreateConnectionNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create connection no content response a status code equal to that given +func (o *CreateConnectionNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateConnectionNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/connections][%d] createConnectionNoContent %+v", 204, o.Payload) } + +func (o *CreateConnectionNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/connections][%d] createConnectionNoContent %+v", 204, o.Payload) +} + func (o *CreateConnectionNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateConnectionForbidden struct { Payload interface{} } +// IsSuccess returns true when this create connection forbidden response has a 2xx status code +func (o *CreateConnectionForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create connection forbidden response has a 3xx status code +func (o *CreateConnectionForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create connection forbidden response has a 4xx status code +func (o *CreateConnectionForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create connection forbidden response has a 5xx status code +func (o *CreateConnectionForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create connection forbidden response a status code equal to that given +func (o *CreateConnectionForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateConnectionForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/connections][%d] createConnectionForbidden %+v", 403, o.Payload) } + +func (o *CreateConnectionForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/connections][%d] createConnectionForbidden %+v", 403, o.Payload) +} + func (o *CreateConnectionForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateConnectionNotFound struct { Payload interface{} } +// IsSuccess returns true when this create connection not found response has a 2xx status code +func (o *CreateConnectionNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create connection not found response has a 3xx status code +func (o *CreateConnectionNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create connection not found response has a 4xx status code +func (o *CreateConnectionNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create connection not found response has a 5xx status code +func (o *CreateConnectionNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create connection not found response a status code equal to that given +func (o *CreateConnectionNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateConnectionNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/connections][%d] createConnectionNotFound %+v", 404, o.Payload) } + +func (o *CreateConnectionNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/connections][%d] createConnectionNotFound %+v", 404, o.Payload) +} + func (o *CreateConnectionNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateConnectionDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create connection default response has a 2xx status code +func (o *CreateConnectionDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create connection default response has a 3xx status code +func (o *CreateConnectionDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create connection default response has a 4xx status code +func (o *CreateConnectionDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create connection default response has a 5xx status code +func (o *CreateConnectionDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create connection default response a status code equal to that given +func (o *CreateConnectionDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateConnectionDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/connections][%d] CreateConnection default %+v", o._statusCode, o.Payload) } + +func (o *CreateConnectionDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/connections][%d] CreateConnection default %+v", o._statusCode, o.Payload) +} + func (o *CreateConnectionDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/connections_v1/delete_connection_responses.go b/go/http_client/v1/service_client/connections_v1/delete_connection_responses.go index d8f5bb3d83..eb951bfca0 100644 --- a/go/http_client/v1/service_client/connections_v1/delete_connection_responses.go +++ b/go/http_client/v1/service_client/connections_v1/delete_connection_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteConnectionOK struct { } +// IsSuccess returns true when this delete connection o k response has a 2xx status code +func (o *DeleteConnectionOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete connection o k response has a 3xx status code +func (o *DeleteConnectionOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete connection o k response has a 4xx status code +func (o *DeleteConnectionOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete connection o k response has a 5xx status code +func (o *DeleteConnectionOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete connection o k response a status code equal to that given +func (o *DeleteConnectionOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteConnectionOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/connections/{uuid}][%d] deleteConnectionOK ", 200) } +func (o *DeleteConnectionOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/connections/{uuid}][%d] deleteConnectionOK ", 200) +} + func (o *DeleteConnectionOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteConnectionNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete connection no content response has a 2xx status code +func (o *DeleteConnectionNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete connection no content response has a 3xx status code +func (o *DeleteConnectionNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete connection no content response has a 4xx status code +func (o *DeleteConnectionNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete connection no content response has a 5xx status code +func (o *DeleteConnectionNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete connection no content response a status code equal to that given +func (o *DeleteConnectionNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteConnectionNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/connections/{uuid}][%d] deleteConnectionNoContent %+v", 204, o.Payload) } + +func (o *DeleteConnectionNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/connections/{uuid}][%d] deleteConnectionNoContent %+v", 204, o.Payload) +} + func (o *DeleteConnectionNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteConnectionForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete connection forbidden response has a 2xx status code +func (o *DeleteConnectionForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete connection forbidden response has a 3xx status code +func (o *DeleteConnectionForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete connection forbidden response has a 4xx status code +func (o *DeleteConnectionForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete connection forbidden response has a 5xx status code +func (o *DeleteConnectionForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete connection forbidden response a status code equal to that given +func (o *DeleteConnectionForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteConnectionForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/connections/{uuid}][%d] deleteConnectionForbidden %+v", 403, o.Payload) } + +func (o *DeleteConnectionForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/connections/{uuid}][%d] deleteConnectionForbidden %+v", 403, o.Payload) +} + func (o *DeleteConnectionForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteConnectionNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete connection not found response has a 2xx status code +func (o *DeleteConnectionNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete connection not found response has a 3xx status code +func (o *DeleteConnectionNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete connection not found response has a 4xx status code +func (o *DeleteConnectionNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete connection not found response has a 5xx status code +func (o *DeleteConnectionNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete connection not found response a status code equal to that given +func (o *DeleteConnectionNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteConnectionNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/connections/{uuid}][%d] deleteConnectionNotFound %+v", 404, o.Payload) } + +func (o *DeleteConnectionNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/connections/{uuid}][%d] deleteConnectionNotFound %+v", 404, o.Payload) +} + func (o *DeleteConnectionNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteConnectionDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete connection default response has a 2xx status code +func (o *DeleteConnectionDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete connection default response has a 3xx status code +func (o *DeleteConnectionDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete connection default response has a 4xx status code +func (o *DeleteConnectionDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete connection default response has a 5xx status code +func (o *DeleteConnectionDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete connection default response a status code equal to that given +func (o *DeleteConnectionDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteConnectionDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/connections/{uuid}][%d] DeleteConnection default %+v", o._statusCode, o.Payload) } + +func (o *DeleteConnectionDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/connections/{uuid}][%d] DeleteConnection default %+v", o._statusCode, o.Payload) +} + func (o *DeleteConnectionDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/connections_v1/get_connection_responses.go b/go/http_client/v1/service_client/connections_v1/get_connection_responses.go index 65e565efcf..954ce9b9d5 100644 --- a/go/http_client/v1/service_client/connections_v1/get_connection_responses.go +++ b/go/http_client/v1/service_client/connections_v1/get_connection_responses.go @@ -86,9 +86,39 @@ type GetConnectionOK struct { Payload *service_model.V1ConnectionResponse } +// IsSuccess returns true when this get connection o k response has a 2xx status code +func (o *GetConnectionOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get connection o k response has a 3xx status code +func (o *GetConnectionOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get connection o k response has a 4xx status code +func (o *GetConnectionOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get connection o k response has a 5xx status code +func (o *GetConnectionOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get connection o k response a status code equal to that given +func (o *GetConnectionOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetConnectionOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/{uuid}][%d] getConnectionOK %+v", 200, o.Payload) } + +func (o *GetConnectionOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/{uuid}][%d] getConnectionOK %+v", 200, o.Payload) +} + func (o *GetConnectionOK) GetPayload() *service_model.V1ConnectionResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetConnectionNoContent struct { Payload interface{} } +// IsSuccess returns true when this get connection no content response has a 2xx status code +func (o *GetConnectionNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get connection no content response has a 3xx status code +func (o *GetConnectionNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get connection no content response has a 4xx status code +func (o *GetConnectionNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get connection no content response has a 5xx status code +func (o *GetConnectionNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get connection no content response a status code equal to that given +func (o *GetConnectionNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetConnectionNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/{uuid}][%d] getConnectionNoContent %+v", 204, o.Payload) } + +func (o *GetConnectionNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/{uuid}][%d] getConnectionNoContent %+v", 204, o.Payload) +} + func (o *GetConnectionNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetConnectionForbidden struct { Payload interface{} } +// IsSuccess returns true when this get connection forbidden response has a 2xx status code +func (o *GetConnectionForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get connection forbidden response has a 3xx status code +func (o *GetConnectionForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get connection forbidden response has a 4xx status code +func (o *GetConnectionForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get connection forbidden response has a 5xx status code +func (o *GetConnectionForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get connection forbidden response a status code equal to that given +func (o *GetConnectionForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetConnectionForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/{uuid}][%d] getConnectionForbidden %+v", 403, o.Payload) } + +func (o *GetConnectionForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/{uuid}][%d] getConnectionForbidden %+v", 403, o.Payload) +} + func (o *GetConnectionForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetConnectionNotFound struct { Payload interface{} } +// IsSuccess returns true when this get connection not found response has a 2xx status code +func (o *GetConnectionNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get connection not found response has a 3xx status code +func (o *GetConnectionNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get connection not found response has a 4xx status code +func (o *GetConnectionNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get connection not found response has a 5xx status code +func (o *GetConnectionNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get connection not found response a status code equal to that given +func (o *GetConnectionNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetConnectionNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/{uuid}][%d] getConnectionNotFound %+v", 404, o.Payload) } + +func (o *GetConnectionNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/{uuid}][%d] getConnectionNotFound %+v", 404, o.Payload) +} + func (o *GetConnectionNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetConnectionDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get connection default response has a 2xx status code +func (o *GetConnectionDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get connection default response has a 3xx status code +func (o *GetConnectionDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get connection default response has a 4xx status code +func (o *GetConnectionDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get connection default response has a 5xx status code +func (o *GetConnectionDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get connection default response a status code equal to that given +func (o *GetConnectionDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetConnectionDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/{uuid}][%d] GetConnection default %+v", o._statusCode, o.Payload) } + +func (o *GetConnectionDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/{uuid}][%d] GetConnection default %+v", o._statusCode, o.Payload) +} + func (o *GetConnectionDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/connections_v1/list_connection_names_responses.go b/go/http_client/v1/service_client/connections_v1/list_connection_names_responses.go index eae7b5e6f4..6ea9e6732d 100644 --- a/go/http_client/v1/service_client/connections_v1/list_connection_names_responses.go +++ b/go/http_client/v1/service_client/connections_v1/list_connection_names_responses.go @@ -86,9 +86,39 @@ type ListConnectionNamesOK struct { Payload *service_model.V1ListConnectionsResponse } +// IsSuccess returns true when this list connection names o k response has a 2xx status code +func (o *ListConnectionNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list connection names o k response has a 3xx status code +func (o *ListConnectionNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list connection names o k response has a 4xx status code +func (o *ListConnectionNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list connection names o k response has a 5xx status code +func (o *ListConnectionNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list connection names o k response a status code equal to that given +func (o *ListConnectionNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListConnectionNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/names][%d] listConnectionNamesOK %+v", 200, o.Payload) } + +func (o *ListConnectionNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/names][%d] listConnectionNamesOK %+v", 200, o.Payload) +} + func (o *ListConnectionNamesOK) GetPayload() *service_model.V1ListConnectionsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListConnectionNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list connection names no content response has a 2xx status code +func (o *ListConnectionNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list connection names no content response has a 3xx status code +func (o *ListConnectionNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list connection names no content response has a 4xx status code +func (o *ListConnectionNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list connection names no content response has a 5xx status code +func (o *ListConnectionNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list connection names no content response a status code equal to that given +func (o *ListConnectionNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListConnectionNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/names][%d] listConnectionNamesNoContent %+v", 204, o.Payload) } + +func (o *ListConnectionNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/names][%d] listConnectionNamesNoContent %+v", 204, o.Payload) +} + func (o *ListConnectionNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListConnectionNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list connection names forbidden response has a 2xx status code +func (o *ListConnectionNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list connection names forbidden response has a 3xx status code +func (o *ListConnectionNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list connection names forbidden response has a 4xx status code +func (o *ListConnectionNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list connection names forbidden response has a 5xx status code +func (o *ListConnectionNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list connection names forbidden response a status code equal to that given +func (o *ListConnectionNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListConnectionNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/names][%d] listConnectionNamesForbidden %+v", 403, o.Payload) } + +func (o *ListConnectionNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/names][%d] listConnectionNamesForbidden %+v", 403, o.Payload) +} + func (o *ListConnectionNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListConnectionNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list connection names not found response has a 2xx status code +func (o *ListConnectionNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list connection names not found response has a 3xx status code +func (o *ListConnectionNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list connection names not found response has a 4xx status code +func (o *ListConnectionNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list connection names not found response has a 5xx status code +func (o *ListConnectionNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list connection names not found response a status code equal to that given +func (o *ListConnectionNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListConnectionNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/names][%d] listConnectionNamesNotFound %+v", 404, o.Payload) } + +func (o *ListConnectionNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/names][%d] listConnectionNamesNotFound %+v", 404, o.Payload) +} + func (o *ListConnectionNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListConnectionNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list connection names default response has a 2xx status code +func (o *ListConnectionNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list connection names default response has a 3xx status code +func (o *ListConnectionNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list connection names default response has a 4xx status code +func (o *ListConnectionNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list connection names default response has a 5xx status code +func (o *ListConnectionNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list connection names default response a status code equal to that given +func (o *ListConnectionNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListConnectionNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/names][%d] ListConnectionNames default %+v", o._statusCode, o.Payload) } + +func (o *ListConnectionNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections/names][%d] ListConnectionNames default %+v", o._statusCode, o.Payload) +} + func (o *ListConnectionNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/connections_v1/list_connections_responses.go b/go/http_client/v1/service_client/connections_v1/list_connections_responses.go index b2356a6a1f..cf914b3e2c 100644 --- a/go/http_client/v1/service_client/connections_v1/list_connections_responses.go +++ b/go/http_client/v1/service_client/connections_v1/list_connections_responses.go @@ -86,9 +86,39 @@ type ListConnectionsOK struct { Payload *service_model.V1ListConnectionsResponse } +// IsSuccess returns true when this list connections o k response has a 2xx status code +func (o *ListConnectionsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list connections o k response has a 3xx status code +func (o *ListConnectionsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list connections o k response has a 4xx status code +func (o *ListConnectionsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list connections o k response has a 5xx status code +func (o *ListConnectionsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list connections o k response a status code equal to that given +func (o *ListConnectionsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListConnectionsOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections][%d] listConnectionsOK %+v", 200, o.Payload) } + +func (o *ListConnectionsOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections][%d] listConnectionsOK %+v", 200, o.Payload) +} + func (o *ListConnectionsOK) GetPayload() *service_model.V1ListConnectionsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListConnectionsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list connections no content response has a 2xx status code +func (o *ListConnectionsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list connections no content response has a 3xx status code +func (o *ListConnectionsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list connections no content response has a 4xx status code +func (o *ListConnectionsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list connections no content response has a 5xx status code +func (o *ListConnectionsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list connections no content response a status code equal to that given +func (o *ListConnectionsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListConnectionsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections][%d] listConnectionsNoContent %+v", 204, o.Payload) } + +func (o *ListConnectionsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections][%d] listConnectionsNoContent %+v", 204, o.Payload) +} + func (o *ListConnectionsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListConnectionsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list connections forbidden response has a 2xx status code +func (o *ListConnectionsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list connections forbidden response has a 3xx status code +func (o *ListConnectionsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list connections forbidden response has a 4xx status code +func (o *ListConnectionsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list connections forbidden response has a 5xx status code +func (o *ListConnectionsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list connections forbidden response a status code equal to that given +func (o *ListConnectionsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListConnectionsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections][%d] listConnectionsForbidden %+v", 403, o.Payload) } + +func (o *ListConnectionsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections][%d] listConnectionsForbidden %+v", 403, o.Payload) +} + func (o *ListConnectionsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListConnectionsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list connections not found response has a 2xx status code +func (o *ListConnectionsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list connections not found response has a 3xx status code +func (o *ListConnectionsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list connections not found response has a 4xx status code +func (o *ListConnectionsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list connections not found response has a 5xx status code +func (o *ListConnectionsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list connections not found response a status code equal to that given +func (o *ListConnectionsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListConnectionsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections][%d] listConnectionsNotFound %+v", 404, o.Payload) } + +func (o *ListConnectionsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections][%d] listConnectionsNotFound %+v", 404, o.Payload) +} + func (o *ListConnectionsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListConnectionsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list connections default response has a 2xx status code +func (o *ListConnectionsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list connections default response has a 3xx status code +func (o *ListConnectionsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list connections default response has a 4xx status code +func (o *ListConnectionsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list connections default response has a 5xx status code +func (o *ListConnectionsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list connections default response a status code equal to that given +func (o *ListConnectionsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListConnectionsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections][%d] ListConnections default %+v", o._statusCode, o.Payload) } + +func (o *ListConnectionsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/connections][%d] ListConnections default %+v", o._statusCode, o.Payload) +} + func (o *ListConnectionsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/connections_v1/patch_connection_responses.go b/go/http_client/v1/service_client/connections_v1/patch_connection_responses.go index 8f3820b90c..7272ae5c43 100644 --- a/go/http_client/v1/service_client/connections_v1/patch_connection_responses.go +++ b/go/http_client/v1/service_client/connections_v1/patch_connection_responses.go @@ -86,9 +86,39 @@ type PatchConnectionOK struct { Payload *service_model.V1ConnectionResponse } +// IsSuccess returns true when this patch connection o k response has a 2xx status code +func (o *PatchConnectionOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch connection o k response has a 3xx status code +func (o *PatchConnectionOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch connection o k response has a 4xx status code +func (o *PatchConnectionOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch connection o k response has a 5xx status code +func (o *PatchConnectionOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch connection o k response a status code equal to that given +func (o *PatchConnectionOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchConnectionOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] patchConnectionOK %+v", 200, o.Payload) } + +func (o *PatchConnectionOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] patchConnectionOK %+v", 200, o.Payload) +} + func (o *PatchConnectionOK) GetPayload() *service_model.V1ConnectionResponse { return o.Payload } @@ -118,9 +148,39 @@ type PatchConnectionNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch connection no content response has a 2xx status code +func (o *PatchConnectionNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch connection no content response has a 3xx status code +func (o *PatchConnectionNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch connection no content response has a 4xx status code +func (o *PatchConnectionNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch connection no content response has a 5xx status code +func (o *PatchConnectionNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch connection no content response a status code equal to that given +func (o *PatchConnectionNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchConnectionNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] patchConnectionNoContent %+v", 204, o.Payload) } + +func (o *PatchConnectionNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] patchConnectionNoContent %+v", 204, o.Payload) +} + func (o *PatchConnectionNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchConnectionForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch connection forbidden response has a 2xx status code +func (o *PatchConnectionForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch connection forbidden response has a 3xx status code +func (o *PatchConnectionForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch connection forbidden response has a 4xx status code +func (o *PatchConnectionForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch connection forbidden response has a 5xx status code +func (o *PatchConnectionForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch connection forbidden response a status code equal to that given +func (o *PatchConnectionForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchConnectionForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] patchConnectionForbidden %+v", 403, o.Payload) } + +func (o *PatchConnectionForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] patchConnectionForbidden %+v", 403, o.Payload) +} + func (o *PatchConnectionForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchConnectionNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch connection not found response has a 2xx status code +func (o *PatchConnectionNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch connection not found response has a 3xx status code +func (o *PatchConnectionNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch connection not found response has a 4xx status code +func (o *PatchConnectionNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch connection not found response has a 5xx status code +func (o *PatchConnectionNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch connection not found response a status code equal to that given +func (o *PatchConnectionNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchConnectionNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] patchConnectionNotFound %+v", 404, o.Payload) } + +func (o *PatchConnectionNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] patchConnectionNotFound %+v", 404, o.Payload) +} + func (o *PatchConnectionNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchConnectionDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch connection default response has a 2xx status code +func (o *PatchConnectionDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch connection default response has a 3xx status code +func (o *PatchConnectionDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch connection default response has a 4xx status code +func (o *PatchConnectionDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch connection default response has a 5xx status code +func (o *PatchConnectionDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch connection default response a status code equal to that given +func (o *PatchConnectionDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchConnectionDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] PatchConnection default %+v", o._statusCode, o.Payload) } + +func (o *PatchConnectionDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] PatchConnection default %+v", o._statusCode, o.Payload) +} + func (o *PatchConnectionDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/connections_v1/update_connection_responses.go b/go/http_client/v1/service_client/connections_v1/update_connection_responses.go index 80ba112249..883ea6a9b1 100644 --- a/go/http_client/v1/service_client/connections_v1/update_connection_responses.go +++ b/go/http_client/v1/service_client/connections_v1/update_connection_responses.go @@ -86,9 +86,39 @@ type UpdateConnectionOK struct { Payload *service_model.V1ConnectionResponse } +// IsSuccess returns true when this update connection o k response has a 2xx status code +func (o *UpdateConnectionOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update connection o k response has a 3xx status code +func (o *UpdateConnectionOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update connection o k response has a 4xx status code +func (o *UpdateConnectionOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update connection o k response has a 5xx status code +func (o *UpdateConnectionOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update connection o k response a status code equal to that given +func (o *UpdateConnectionOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateConnectionOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] updateConnectionOK %+v", 200, o.Payload) } + +func (o *UpdateConnectionOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] updateConnectionOK %+v", 200, o.Payload) +} + func (o *UpdateConnectionOK) GetPayload() *service_model.V1ConnectionResponse { return o.Payload } @@ -118,9 +148,39 @@ type UpdateConnectionNoContent struct { Payload interface{} } +// IsSuccess returns true when this update connection no content response has a 2xx status code +func (o *UpdateConnectionNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update connection no content response has a 3xx status code +func (o *UpdateConnectionNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update connection no content response has a 4xx status code +func (o *UpdateConnectionNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update connection no content response has a 5xx status code +func (o *UpdateConnectionNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update connection no content response a status code equal to that given +func (o *UpdateConnectionNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateConnectionNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] updateConnectionNoContent %+v", 204, o.Payload) } + +func (o *UpdateConnectionNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] updateConnectionNoContent %+v", 204, o.Payload) +} + func (o *UpdateConnectionNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateConnectionForbidden struct { Payload interface{} } +// IsSuccess returns true when this update connection forbidden response has a 2xx status code +func (o *UpdateConnectionForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update connection forbidden response has a 3xx status code +func (o *UpdateConnectionForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update connection forbidden response has a 4xx status code +func (o *UpdateConnectionForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update connection forbidden response has a 5xx status code +func (o *UpdateConnectionForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update connection forbidden response a status code equal to that given +func (o *UpdateConnectionForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateConnectionForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] updateConnectionForbidden %+v", 403, o.Payload) } + +func (o *UpdateConnectionForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] updateConnectionForbidden %+v", 403, o.Payload) +} + func (o *UpdateConnectionForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateConnectionNotFound struct { Payload interface{} } +// IsSuccess returns true when this update connection not found response has a 2xx status code +func (o *UpdateConnectionNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update connection not found response has a 3xx status code +func (o *UpdateConnectionNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update connection not found response has a 4xx status code +func (o *UpdateConnectionNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update connection not found response has a 5xx status code +func (o *UpdateConnectionNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update connection not found response a status code equal to that given +func (o *UpdateConnectionNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateConnectionNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] updateConnectionNotFound %+v", 404, o.Payload) } + +func (o *UpdateConnectionNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] updateConnectionNotFound %+v", 404, o.Payload) +} + func (o *UpdateConnectionNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateConnectionDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update connection default response has a 2xx status code +func (o *UpdateConnectionDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update connection default response has a 3xx status code +func (o *UpdateConnectionDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update connection default response has a 4xx status code +func (o *UpdateConnectionDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update connection default response has a 5xx status code +func (o *UpdateConnectionDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update connection default response a status code equal to that given +func (o *UpdateConnectionDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateConnectionDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] UpdateConnection default %+v", o._statusCode, o.Payload) } + +func (o *UpdateConnectionDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/connections/{connection.uuid}][%d] UpdateConnection default %+v", o._statusCode, o.Payload) +} + func (o *UpdateConnectionDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/dashboards_v1/create_dashboard_responses.go b/go/http_client/v1/service_client/dashboards_v1/create_dashboard_responses.go index 5526d11192..278663199e 100644 --- a/go/http_client/v1/service_client/dashboards_v1/create_dashboard_responses.go +++ b/go/http_client/v1/service_client/dashboards_v1/create_dashboard_responses.go @@ -86,9 +86,39 @@ type CreateDashboardOK struct { Payload *service_model.V1Dashboard } +// IsSuccess returns true when this create dashboard o k response has a 2xx status code +func (o *CreateDashboardOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create dashboard o k response has a 3xx status code +func (o *CreateDashboardOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create dashboard o k response has a 4xx status code +func (o *CreateDashboardOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create dashboard o k response has a 5xx status code +func (o *CreateDashboardOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create dashboard o k response a status code equal to that given +func (o *CreateDashboardOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateDashboardOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/dashboards][%d] createDashboardOK %+v", 200, o.Payload) } + +func (o *CreateDashboardOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/dashboards][%d] createDashboardOK %+v", 200, o.Payload) +} + func (o *CreateDashboardOK) GetPayload() *service_model.V1Dashboard { return o.Payload } @@ -118,9 +148,39 @@ type CreateDashboardNoContent struct { Payload interface{} } +// IsSuccess returns true when this create dashboard no content response has a 2xx status code +func (o *CreateDashboardNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create dashboard no content response has a 3xx status code +func (o *CreateDashboardNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create dashboard no content response has a 4xx status code +func (o *CreateDashboardNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create dashboard no content response has a 5xx status code +func (o *CreateDashboardNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create dashboard no content response a status code equal to that given +func (o *CreateDashboardNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateDashboardNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/dashboards][%d] createDashboardNoContent %+v", 204, o.Payload) } + +func (o *CreateDashboardNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/dashboards][%d] createDashboardNoContent %+v", 204, o.Payload) +} + func (o *CreateDashboardNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateDashboardForbidden struct { Payload interface{} } +// IsSuccess returns true when this create dashboard forbidden response has a 2xx status code +func (o *CreateDashboardForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create dashboard forbidden response has a 3xx status code +func (o *CreateDashboardForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create dashboard forbidden response has a 4xx status code +func (o *CreateDashboardForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create dashboard forbidden response has a 5xx status code +func (o *CreateDashboardForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create dashboard forbidden response a status code equal to that given +func (o *CreateDashboardForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateDashboardForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/dashboards][%d] createDashboardForbidden %+v", 403, o.Payload) } + +func (o *CreateDashboardForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/dashboards][%d] createDashboardForbidden %+v", 403, o.Payload) +} + func (o *CreateDashboardForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateDashboardNotFound struct { Payload interface{} } +// IsSuccess returns true when this create dashboard not found response has a 2xx status code +func (o *CreateDashboardNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create dashboard not found response has a 3xx status code +func (o *CreateDashboardNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create dashboard not found response has a 4xx status code +func (o *CreateDashboardNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create dashboard not found response has a 5xx status code +func (o *CreateDashboardNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create dashboard not found response a status code equal to that given +func (o *CreateDashboardNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateDashboardNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/dashboards][%d] createDashboardNotFound %+v", 404, o.Payload) } + +func (o *CreateDashboardNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/dashboards][%d] createDashboardNotFound %+v", 404, o.Payload) +} + func (o *CreateDashboardNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateDashboardDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create dashboard default response has a 2xx status code +func (o *CreateDashboardDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create dashboard default response has a 3xx status code +func (o *CreateDashboardDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create dashboard default response has a 4xx status code +func (o *CreateDashboardDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create dashboard default response has a 5xx status code +func (o *CreateDashboardDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create dashboard default response a status code equal to that given +func (o *CreateDashboardDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateDashboardDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/dashboards][%d] CreateDashboard default %+v", o._statusCode, o.Payload) } + +func (o *CreateDashboardDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/dashboards][%d] CreateDashboard default %+v", o._statusCode, o.Payload) +} + func (o *CreateDashboardDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/dashboards_v1/delete_dashboard_responses.go b/go/http_client/v1/service_client/dashboards_v1/delete_dashboard_responses.go index 839e5cb514..9629b8335e 100644 --- a/go/http_client/v1/service_client/dashboards_v1/delete_dashboard_responses.go +++ b/go/http_client/v1/service_client/dashboards_v1/delete_dashboard_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteDashboardOK struct { } +// IsSuccess returns true when this delete dashboard o k response has a 2xx status code +func (o *DeleteDashboardOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete dashboard o k response has a 3xx status code +func (o *DeleteDashboardOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete dashboard o k response has a 4xx status code +func (o *DeleteDashboardOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete dashboard o k response has a 5xx status code +func (o *DeleteDashboardOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete dashboard o k response a status code equal to that given +func (o *DeleteDashboardOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteDashboardOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/dashboards/{uuid}][%d] deleteDashboardOK ", 200) } +func (o *DeleteDashboardOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/dashboards/{uuid}][%d] deleteDashboardOK ", 200) +} + func (o *DeleteDashboardOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteDashboardNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete dashboard no content response has a 2xx status code +func (o *DeleteDashboardNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete dashboard no content response has a 3xx status code +func (o *DeleteDashboardNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete dashboard no content response has a 4xx status code +func (o *DeleteDashboardNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete dashboard no content response has a 5xx status code +func (o *DeleteDashboardNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete dashboard no content response a status code equal to that given +func (o *DeleteDashboardNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteDashboardNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/dashboards/{uuid}][%d] deleteDashboardNoContent %+v", 204, o.Payload) } + +func (o *DeleteDashboardNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/dashboards/{uuid}][%d] deleteDashboardNoContent %+v", 204, o.Payload) +} + func (o *DeleteDashboardNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteDashboardForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete dashboard forbidden response has a 2xx status code +func (o *DeleteDashboardForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete dashboard forbidden response has a 3xx status code +func (o *DeleteDashboardForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete dashboard forbidden response has a 4xx status code +func (o *DeleteDashboardForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete dashboard forbidden response has a 5xx status code +func (o *DeleteDashboardForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete dashboard forbidden response a status code equal to that given +func (o *DeleteDashboardForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteDashboardForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/dashboards/{uuid}][%d] deleteDashboardForbidden %+v", 403, o.Payload) } + +func (o *DeleteDashboardForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/dashboards/{uuid}][%d] deleteDashboardForbidden %+v", 403, o.Payload) +} + func (o *DeleteDashboardForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteDashboardNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete dashboard not found response has a 2xx status code +func (o *DeleteDashboardNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete dashboard not found response has a 3xx status code +func (o *DeleteDashboardNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete dashboard not found response has a 4xx status code +func (o *DeleteDashboardNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete dashboard not found response has a 5xx status code +func (o *DeleteDashboardNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete dashboard not found response a status code equal to that given +func (o *DeleteDashboardNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteDashboardNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/dashboards/{uuid}][%d] deleteDashboardNotFound %+v", 404, o.Payload) } + +func (o *DeleteDashboardNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/dashboards/{uuid}][%d] deleteDashboardNotFound %+v", 404, o.Payload) +} + func (o *DeleteDashboardNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteDashboardDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete dashboard default response has a 2xx status code +func (o *DeleteDashboardDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete dashboard default response has a 3xx status code +func (o *DeleteDashboardDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete dashboard default response has a 4xx status code +func (o *DeleteDashboardDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete dashboard default response has a 5xx status code +func (o *DeleteDashboardDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete dashboard default response a status code equal to that given +func (o *DeleteDashboardDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteDashboardDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/dashboards/{uuid}][%d] DeleteDashboard default %+v", o._statusCode, o.Payload) } + +func (o *DeleteDashboardDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/dashboards/{uuid}][%d] DeleteDashboard default %+v", o._statusCode, o.Payload) +} + func (o *DeleteDashboardDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/dashboards_v1/get_dashboard_responses.go b/go/http_client/v1/service_client/dashboards_v1/get_dashboard_responses.go index fa16b1b467..464e3d3335 100644 --- a/go/http_client/v1/service_client/dashboards_v1/get_dashboard_responses.go +++ b/go/http_client/v1/service_client/dashboards_v1/get_dashboard_responses.go @@ -86,9 +86,39 @@ type GetDashboardOK struct { Payload *service_model.V1Dashboard } +// IsSuccess returns true when this get dashboard o k response has a 2xx status code +func (o *GetDashboardOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get dashboard o k response has a 3xx status code +func (o *GetDashboardOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get dashboard o k response has a 4xx status code +func (o *GetDashboardOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get dashboard o k response has a 5xx status code +func (o *GetDashboardOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get dashboard o k response a status code equal to that given +func (o *GetDashboardOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetDashboardOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/{uuid}][%d] getDashboardOK %+v", 200, o.Payload) } + +func (o *GetDashboardOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/{uuid}][%d] getDashboardOK %+v", 200, o.Payload) +} + func (o *GetDashboardOK) GetPayload() *service_model.V1Dashboard { return o.Payload } @@ -118,9 +148,39 @@ type GetDashboardNoContent struct { Payload interface{} } +// IsSuccess returns true when this get dashboard no content response has a 2xx status code +func (o *GetDashboardNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get dashboard no content response has a 3xx status code +func (o *GetDashboardNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get dashboard no content response has a 4xx status code +func (o *GetDashboardNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get dashboard no content response has a 5xx status code +func (o *GetDashboardNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get dashboard no content response a status code equal to that given +func (o *GetDashboardNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetDashboardNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/{uuid}][%d] getDashboardNoContent %+v", 204, o.Payload) } + +func (o *GetDashboardNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/{uuid}][%d] getDashboardNoContent %+v", 204, o.Payload) +} + func (o *GetDashboardNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetDashboardForbidden struct { Payload interface{} } +// IsSuccess returns true when this get dashboard forbidden response has a 2xx status code +func (o *GetDashboardForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get dashboard forbidden response has a 3xx status code +func (o *GetDashboardForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get dashboard forbidden response has a 4xx status code +func (o *GetDashboardForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get dashboard forbidden response has a 5xx status code +func (o *GetDashboardForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get dashboard forbidden response a status code equal to that given +func (o *GetDashboardForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetDashboardForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/{uuid}][%d] getDashboardForbidden %+v", 403, o.Payload) } + +func (o *GetDashboardForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/{uuid}][%d] getDashboardForbidden %+v", 403, o.Payload) +} + func (o *GetDashboardForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetDashboardNotFound struct { Payload interface{} } +// IsSuccess returns true when this get dashboard not found response has a 2xx status code +func (o *GetDashboardNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get dashboard not found response has a 3xx status code +func (o *GetDashboardNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get dashboard not found response has a 4xx status code +func (o *GetDashboardNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get dashboard not found response has a 5xx status code +func (o *GetDashboardNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get dashboard not found response a status code equal to that given +func (o *GetDashboardNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetDashboardNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/{uuid}][%d] getDashboardNotFound %+v", 404, o.Payload) } + +func (o *GetDashboardNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/{uuid}][%d] getDashboardNotFound %+v", 404, o.Payload) +} + func (o *GetDashboardNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetDashboardDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get dashboard default response has a 2xx status code +func (o *GetDashboardDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get dashboard default response has a 3xx status code +func (o *GetDashboardDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get dashboard default response has a 4xx status code +func (o *GetDashboardDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get dashboard default response has a 5xx status code +func (o *GetDashboardDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get dashboard default response a status code equal to that given +func (o *GetDashboardDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetDashboardDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/{uuid}][%d] GetDashboard default %+v", o._statusCode, o.Payload) } + +func (o *GetDashboardDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/{uuid}][%d] GetDashboard default %+v", o._statusCode, o.Payload) +} + func (o *GetDashboardDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/dashboards_v1/list_dashboard_names_responses.go b/go/http_client/v1/service_client/dashboards_v1/list_dashboard_names_responses.go index 484dcf70d1..2eb85e99df 100644 --- a/go/http_client/v1/service_client/dashboards_v1/list_dashboard_names_responses.go +++ b/go/http_client/v1/service_client/dashboards_v1/list_dashboard_names_responses.go @@ -86,9 +86,39 @@ type ListDashboardNamesOK struct { Payload *service_model.V1ListDashboardsResponse } +// IsSuccess returns true when this list dashboard names o k response has a 2xx status code +func (o *ListDashboardNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list dashboard names o k response has a 3xx status code +func (o *ListDashboardNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list dashboard names o k response has a 4xx status code +func (o *ListDashboardNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list dashboard names o k response has a 5xx status code +func (o *ListDashboardNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list dashboard names o k response a status code equal to that given +func (o *ListDashboardNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListDashboardNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/names][%d] listDashboardNamesOK %+v", 200, o.Payload) } + +func (o *ListDashboardNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/names][%d] listDashboardNamesOK %+v", 200, o.Payload) +} + func (o *ListDashboardNamesOK) GetPayload() *service_model.V1ListDashboardsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListDashboardNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list dashboard names no content response has a 2xx status code +func (o *ListDashboardNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list dashboard names no content response has a 3xx status code +func (o *ListDashboardNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list dashboard names no content response has a 4xx status code +func (o *ListDashboardNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list dashboard names no content response has a 5xx status code +func (o *ListDashboardNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list dashboard names no content response a status code equal to that given +func (o *ListDashboardNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListDashboardNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/names][%d] listDashboardNamesNoContent %+v", 204, o.Payload) } + +func (o *ListDashboardNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/names][%d] listDashboardNamesNoContent %+v", 204, o.Payload) +} + func (o *ListDashboardNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListDashboardNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list dashboard names forbidden response has a 2xx status code +func (o *ListDashboardNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list dashboard names forbidden response has a 3xx status code +func (o *ListDashboardNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list dashboard names forbidden response has a 4xx status code +func (o *ListDashboardNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list dashboard names forbidden response has a 5xx status code +func (o *ListDashboardNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list dashboard names forbidden response a status code equal to that given +func (o *ListDashboardNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListDashboardNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/names][%d] listDashboardNamesForbidden %+v", 403, o.Payload) } + +func (o *ListDashboardNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/names][%d] listDashboardNamesForbidden %+v", 403, o.Payload) +} + func (o *ListDashboardNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListDashboardNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list dashboard names not found response has a 2xx status code +func (o *ListDashboardNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list dashboard names not found response has a 3xx status code +func (o *ListDashboardNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list dashboard names not found response has a 4xx status code +func (o *ListDashboardNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list dashboard names not found response has a 5xx status code +func (o *ListDashboardNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list dashboard names not found response a status code equal to that given +func (o *ListDashboardNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListDashboardNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/names][%d] listDashboardNamesNotFound %+v", 404, o.Payload) } + +func (o *ListDashboardNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/names][%d] listDashboardNamesNotFound %+v", 404, o.Payload) +} + func (o *ListDashboardNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListDashboardNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list dashboard names default response has a 2xx status code +func (o *ListDashboardNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list dashboard names default response has a 3xx status code +func (o *ListDashboardNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list dashboard names default response has a 4xx status code +func (o *ListDashboardNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list dashboard names default response has a 5xx status code +func (o *ListDashboardNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list dashboard names default response a status code equal to that given +func (o *ListDashboardNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListDashboardNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/names][%d] ListDashboardNames default %+v", o._statusCode, o.Payload) } + +func (o *ListDashboardNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards/names][%d] ListDashboardNames default %+v", o._statusCode, o.Payload) +} + func (o *ListDashboardNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/dashboards_v1/list_dashboards_responses.go b/go/http_client/v1/service_client/dashboards_v1/list_dashboards_responses.go index 1c5f3f687a..18dd63cd37 100644 --- a/go/http_client/v1/service_client/dashboards_v1/list_dashboards_responses.go +++ b/go/http_client/v1/service_client/dashboards_v1/list_dashboards_responses.go @@ -86,9 +86,39 @@ type ListDashboardsOK struct { Payload *service_model.V1ListDashboardsResponse } +// IsSuccess returns true when this list dashboards o k response has a 2xx status code +func (o *ListDashboardsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list dashboards o k response has a 3xx status code +func (o *ListDashboardsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list dashboards o k response has a 4xx status code +func (o *ListDashboardsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list dashboards o k response has a 5xx status code +func (o *ListDashboardsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list dashboards o k response a status code equal to that given +func (o *ListDashboardsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListDashboardsOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards][%d] listDashboardsOK %+v", 200, o.Payload) } + +func (o *ListDashboardsOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards][%d] listDashboardsOK %+v", 200, o.Payload) +} + func (o *ListDashboardsOK) GetPayload() *service_model.V1ListDashboardsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListDashboardsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list dashboards no content response has a 2xx status code +func (o *ListDashboardsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list dashboards no content response has a 3xx status code +func (o *ListDashboardsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list dashboards no content response has a 4xx status code +func (o *ListDashboardsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list dashboards no content response has a 5xx status code +func (o *ListDashboardsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list dashboards no content response a status code equal to that given +func (o *ListDashboardsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListDashboardsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards][%d] listDashboardsNoContent %+v", 204, o.Payload) } + +func (o *ListDashboardsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards][%d] listDashboardsNoContent %+v", 204, o.Payload) +} + func (o *ListDashboardsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListDashboardsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list dashboards forbidden response has a 2xx status code +func (o *ListDashboardsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list dashboards forbidden response has a 3xx status code +func (o *ListDashboardsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list dashboards forbidden response has a 4xx status code +func (o *ListDashboardsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list dashboards forbidden response has a 5xx status code +func (o *ListDashboardsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list dashboards forbidden response a status code equal to that given +func (o *ListDashboardsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListDashboardsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards][%d] listDashboardsForbidden %+v", 403, o.Payload) } + +func (o *ListDashboardsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards][%d] listDashboardsForbidden %+v", 403, o.Payload) +} + func (o *ListDashboardsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListDashboardsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list dashboards not found response has a 2xx status code +func (o *ListDashboardsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list dashboards not found response has a 3xx status code +func (o *ListDashboardsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list dashboards not found response has a 4xx status code +func (o *ListDashboardsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list dashboards not found response has a 5xx status code +func (o *ListDashboardsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list dashboards not found response a status code equal to that given +func (o *ListDashboardsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListDashboardsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards][%d] listDashboardsNotFound %+v", 404, o.Payload) } + +func (o *ListDashboardsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards][%d] listDashboardsNotFound %+v", 404, o.Payload) +} + func (o *ListDashboardsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListDashboardsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list dashboards default response has a 2xx status code +func (o *ListDashboardsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list dashboards default response has a 3xx status code +func (o *ListDashboardsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list dashboards default response has a 4xx status code +func (o *ListDashboardsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list dashboards default response has a 5xx status code +func (o *ListDashboardsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list dashboards default response a status code equal to that given +func (o *ListDashboardsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListDashboardsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards][%d] ListDashboards default %+v", o._statusCode, o.Payload) } + +func (o *ListDashboardsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/dashboards][%d] ListDashboards default %+v", o._statusCode, o.Payload) +} + func (o *ListDashboardsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/dashboards_v1/patch_dashboard_responses.go b/go/http_client/v1/service_client/dashboards_v1/patch_dashboard_responses.go index 6f0ae0b538..5fb1bac7da 100644 --- a/go/http_client/v1/service_client/dashboards_v1/patch_dashboard_responses.go +++ b/go/http_client/v1/service_client/dashboards_v1/patch_dashboard_responses.go @@ -86,9 +86,39 @@ type PatchDashboardOK struct { Payload *service_model.V1Dashboard } +// IsSuccess returns true when this patch dashboard o k response has a 2xx status code +func (o *PatchDashboardOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch dashboard o k response has a 3xx status code +func (o *PatchDashboardOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch dashboard o k response has a 4xx status code +func (o *PatchDashboardOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch dashboard o k response has a 5xx status code +func (o *PatchDashboardOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch dashboard o k response a status code equal to that given +func (o *PatchDashboardOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchDashboardOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] patchDashboardOK %+v", 200, o.Payload) } + +func (o *PatchDashboardOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] patchDashboardOK %+v", 200, o.Payload) +} + func (o *PatchDashboardOK) GetPayload() *service_model.V1Dashboard { return o.Payload } @@ -118,9 +148,39 @@ type PatchDashboardNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch dashboard no content response has a 2xx status code +func (o *PatchDashboardNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch dashboard no content response has a 3xx status code +func (o *PatchDashboardNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch dashboard no content response has a 4xx status code +func (o *PatchDashboardNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch dashboard no content response has a 5xx status code +func (o *PatchDashboardNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch dashboard no content response a status code equal to that given +func (o *PatchDashboardNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchDashboardNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] patchDashboardNoContent %+v", 204, o.Payload) } + +func (o *PatchDashboardNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] patchDashboardNoContent %+v", 204, o.Payload) +} + func (o *PatchDashboardNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchDashboardForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch dashboard forbidden response has a 2xx status code +func (o *PatchDashboardForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch dashboard forbidden response has a 3xx status code +func (o *PatchDashboardForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch dashboard forbidden response has a 4xx status code +func (o *PatchDashboardForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch dashboard forbidden response has a 5xx status code +func (o *PatchDashboardForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch dashboard forbidden response a status code equal to that given +func (o *PatchDashboardForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchDashboardForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] patchDashboardForbidden %+v", 403, o.Payload) } + +func (o *PatchDashboardForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] patchDashboardForbidden %+v", 403, o.Payload) +} + func (o *PatchDashboardForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchDashboardNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch dashboard not found response has a 2xx status code +func (o *PatchDashboardNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch dashboard not found response has a 3xx status code +func (o *PatchDashboardNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch dashboard not found response has a 4xx status code +func (o *PatchDashboardNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch dashboard not found response has a 5xx status code +func (o *PatchDashboardNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch dashboard not found response a status code equal to that given +func (o *PatchDashboardNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchDashboardNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] patchDashboardNotFound %+v", 404, o.Payload) } + +func (o *PatchDashboardNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] patchDashboardNotFound %+v", 404, o.Payload) +} + func (o *PatchDashboardNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchDashboardDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch dashboard default response has a 2xx status code +func (o *PatchDashboardDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch dashboard default response has a 3xx status code +func (o *PatchDashboardDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch dashboard default response has a 4xx status code +func (o *PatchDashboardDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch dashboard default response has a 5xx status code +func (o *PatchDashboardDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch dashboard default response a status code equal to that given +func (o *PatchDashboardDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchDashboardDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] PatchDashboard default %+v", o._statusCode, o.Payload) } + +func (o *PatchDashboardDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] PatchDashboard default %+v", o._statusCode, o.Payload) +} + func (o *PatchDashboardDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/dashboards_v1/update_dashboard_responses.go b/go/http_client/v1/service_client/dashboards_v1/update_dashboard_responses.go index f7d6ac3312..d1c31df5e4 100644 --- a/go/http_client/v1/service_client/dashboards_v1/update_dashboard_responses.go +++ b/go/http_client/v1/service_client/dashboards_v1/update_dashboard_responses.go @@ -86,9 +86,39 @@ type UpdateDashboardOK struct { Payload *service_model.V1Dashboard } +// IsSuccess returns true when this update dashboard o k response has a 2xx status code +func (o *UpdateDashboardOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update dashboard o k response has a 3xx status code +func (o *UpdateDashboardOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update dashboard o k response has a 4xx status code +func (o *UpdateDashboardOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update dashboard o k response has a 5xx status code +func (o *UpdateDashboardOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update dashboard o k response a status code equal to that given +func (o *UpdateDashboardOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateDashboardOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] updateDashboardOK %+v", 200, o.Payload) } + +func (o *UpdateDashboardOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] updateDashboardOK %+v", 200, o.Payload) +} + func (o *UpdateDashboardOK) GetPayload() *service_model.V1Dashboard { return o.Payload } @@ -118,9 +148,39 @@ type UpdateDashboardNoContent struct { Payload interface{} } +// IsSuccess returns true when this update dashboard no content response has a 2xx status code +func (o *UpdateDashboardNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update dashboard no content response has a 3xx status code +func (o *UpdateDashboardNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update dashboard no content response has a 4xx status code +func (o *UpdateDashboardNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update dashboard no content response has a 5xx status code +func (o *UpdateDashboardNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update dashboard no content response a status code equal to that given +func (o *UpdateDashboardNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateDashboardNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] updateDashboardNoContent %+v", 204, o.Payload) } + +func (o *UpdateDashboardNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] updateDashboardNoContent %+v", 204, o.Payload) +} + func (o *UpdateDashboardNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateDashboardForbidden struct { Payload interface{} } +// IsSuccess returns true when this update dashboard forbidden response has a 2xx status code +func (o *UpdateDashboardForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update dashboard forbidden response has a 3xx status code +func (o *UpdateDashboardForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update dashboard forbidden response has a 4xx status code +func (o *UpdateDashboardForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update dashboard forbidden response has a 5xx status code +func (o *UpdateDashboardForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update dashboard forbidden response a status code equal to that given +func (o *UpdateDashboardForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateDashboardForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] updateDashboardForbidden %+v", 403, o.Payload) } + +func (o *UpdateDashboardForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] updateDashboardForbidden %+v", 403, o.Payload) +} + func (o *UpdateDashboardForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateDashboardNotFound struct { Payload interface{} } +// IsSuccess returns true when this update dashboard not found response has a 2xx status code +func (o *UpdateDashboardNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update dashboard not found response has a 3xx status code +func (o *UpdateDashboardNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update dashboard not found response has a 4xx status code +func (o *UpdateDashboardNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update dashboard not found response has a 5xx status code +func (o *UpdateDashboardNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update dashboard not found response a status code equal to that given +func (o *UpdateDashboardNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateDashboardNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] updateDashboardNotFound %+v", 404, o.Payload) } + +func (o *UpdateDashboardNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] updateDashboardNotFound %+v", 404, o.Payload) +} + func (o *UpdateDashboardNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateDashboardDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update dashboard default response has a 2xx status code +func (o *UpdateDashboardDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update dashboard default response has a 3xx status code +func (o *UpdateDashboardDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update dashboard default response has a 4xx status code +func (o *UpdateDashboardDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update dashboard default response has a 5xx status code +func (o *UpdateDashboardDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update dashboard default response a status code equal to that given +func (o *UpdateDashboardDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateDashboardDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] UpdateDashboard default %+v", o._statusCode, o.Payload) } + +func (o *UpdateDashboardDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/dashboards/{dashboard.uuid}][%d] UpdateDashboard default %+v", o._statusCode, o.Payload) +} + func (o *UpdateDashboardDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/approve_organization_runs_responses.go b/go/http_client/v1/service_client/organizations_v1/approve_organization_runs_responses.go index 7d4820e578..9ad7da1cef 100644 --- a/go/http_client/v1/service_client/organizations_v1/approve_organization_runs_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/approve_organization_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type ApproveOrganizationRunsOK struct { } +// IsSuccess returns true when this approve organization runs o k response has a 2xx status code +func (o *ApproveOrganizationRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this approve organization runs o k response has a 3xx status code +func (o *ApproveOrganizationRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this approve organization runs o k response has a 4xx status code +func (o *ApproveOrganizationRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this approve organization runs o k response has a 5xx status code +func (o *ApproveOrganizationRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this approve organization runs o k response a status code equal to that given +func (o *ApproveOrganizationRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ApproveOrganizationRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/approve][%d] approveOrganizationRunsOK ", 200) } +func (o *ApproveOrganizationRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/approve][%d] approveOrganizationRunsOK ", 200) +} + func (o *ApproveOrganizationRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type ApproveOrganizationRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this approve organization runs no content response has a 2xx status code +func (o *ApproveOrganizationRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this approve organization runs no content response has a 3xx status code +func (o *ApproveOrganizationRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this approve organization runs no content response has a 4xx status code +func (o *ApproveOrganizationRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this approve organization runs no content response has a 5xx status code +func (o *ApproveOrganizationRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this approve organization runs no content response a status code equal to that given +func (o *ApproveOrganizationRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ApproveOrganizationRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/approve][%d] approveOrganizationRunsNoContent %+v", 204, o.Payload) } + +func (o *ApproveOrganizationRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/approve][%d] approveOrganizationRunsNoContent %+v", 204, o.Payload) +} + func (o *ApproveOrganizationRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type ApproveOrganizationRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this approve organization runs forbidden response has a 2xx status code +func (o *ApproveOrganizationRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this approve organization runs forbidden response has a 3xx status code +func (o *ApproveOrganizationRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this approve organization runs forbidden response has a 4xx status code +func (o *ApproveOrganizationRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this approve organization runs forbidden response has a 5xx status code +func (o *ApproveOrganizationRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this approve organization runs forbidden response a status code equal to that given +func (o *ApproveOrganizationRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ApproveOrganizationRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/approve][%d] approveOrganizationRunsForbidden %+v", 403, o.Payload) } + +func (o *ApproveOrganizationRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/approve][%d] approveOrganizationRunsForbidden %+v", 403, o.Payload) +} + func (o *ApproveOrganizationRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type ApproveOrganizationRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this approve organization runs not found response has a 2xx status code +func (o *ApproveOrganizationRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this approve organization runs not found response has a 3xx status code +func (o *ApproveOrganizationRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this approve organization runs not found response has a 4xx status code +func (o *ApproveOrganizationRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this approve organization runs not found response has a 5xx status code +func (o *ApproveOrganizationRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this approve organization runs not found response a status code equal to that given +func (o *ApproveOrganizationRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ApproveOrganizationRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/approve][%d] approveOrganizationRunsNotFound %+v", 404, o.Payload) } + +func (o *ApproveOrganizationRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/approve][%d] approveOrganizationRunsNotFound %+v", 404, o.Payload) +} + func (o *ApproveOrganizationRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *ApproveOrganizationRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this approve organization runs default response has a 2xx status code +func (o *ApproveOrganizationRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this approve organization runs default response has a 3xx status code +func (o *ApproveOrganizationRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this approve organization runs default response has a 4xx status code +func (o *ApproveOrganizationRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this approve organization runs default response has a 5xx status code +func (o *ApproveOrganizationRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this approve organization runs default response a status code equal to that given +func (o *ApproveOrganizationRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ApproveOrganizationRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/approve][%d] ApproveOrganizationRuns default %+v", o._statusCode, o.Payload) } + +func (o *ApproveOrganizationRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/approve][%d] ApproveOrganizationRuns default %+v", o._statusCode, o.Payload) +} + func (o *ApproveOrganizationRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/archive_organization_runs_responses.go b/go/http_client/v1/service_client/organizations_v1/archive_organization_runs_responses.go index 08e1278d99..a701722b45 100644 --- a/go/http_client/v1/service_client/organizations_v1/archive_organization_runs_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/archive_organization_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type ArchiveOrganizationRunsOK struct { } +// IsSuccess returns true when this archive organization runs o k response has a 2xx status code +func (o *ArchiveOrganizationRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this archive organization runs o k response has a 3xx status code +func (o *ArchiveOrganizationRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive organization runs o k response has a 4xx status code +func (o *ArchiveOrganizationRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this archive organization runs o k response has a 5xx status code +func (o *ArchiveOrganizationRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this archive organization runs o k response a status code equal to that given +func (o *ArchiveOrganizationRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ArchiveOrganizationRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/archive][%d] archiveOrganizationRunsOK ", 200) } +func (o *ArchiveOrganizationRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/archive][%d] archiveOrganizationRunsOK ", 200) +} + func (o *ArchiveOrganizationRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type ArchiveOrganizationRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this archive organization runs no content response has a 2xx status code +func (o *ArchiveOrganizationRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this archive organization runs no content response has a 3xx status code +func (o *ArchiveOrganizationRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive organization runs no content response has a 4xx status code +func (o *ArchiveOrganizationRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this archive organization runs no content response has a 5xx status code +func (o *ArchiveOrganizationRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this archive organization runs no content response a status code equal to that given +func (o *ArchiveOrganizationRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ArchiveOrganizationRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/archive][%d] archiveOrganizationRunsNoContent %+v", 204, o.Payload) } + +func (o *ArchiveOrganizationRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/archive][%d] archiveOrganizationRunsNoContent %+v", 204, o.Payload) +} + func (o *ArchiveOrganizationRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type ArchiveOrganizationRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this archive organization runs forbidden response has a 2xx status code +func (o *ArchiveOrganizationRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this archive organization runs forbidden response has a 3xx status code +func (o *ArchiveOrganizationRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive organization runs forbidden response has a 4xx status code +func (o *ArchiveOrganizationRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this archive organization runs forbidden response has a 5xx status code +func (o *ArchiveOrganizationRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this archive organization runs forbidden response a status code equal to that given +func (o *ArchiveOrganizationRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ArchiveOrganizationRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/archive][%d] archiveOrganizationRunsForbidden %+v", 403, o.Payload) } + +func (o *ArchiveOrganizationRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/archive][%d] archiveOrganizationRunsForbidden %+v", 403, o.Payload) +} + func (o *ArchiveOrganizationRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type ArchiveOrganizationRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this archive organization runs not found response has a 2xx status code +func (o *ArchiveOrganizationRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this archive organization runs not found response has a 3xx status code +func (o *ArchiveOrganizationRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive organization runs not found response has a 4xx status code +func (o *ArchiveOrganizationRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this archive organization runs not found response has a 5xx status code +func (o *ArchiveOrganizationRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this archive organization runs not found response a status code equal to that given +func (o *ArchiveOrganizationRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ArchiveOrganizationRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/archive][%d] archiveOrganizationRunsNotFound %+v", 404, o.Payload) } + +func (o *ArchiveOrganizationRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/archive][%d] archiveOrganizationRunsNotFound %+v", 404, o.Payload) +} + func (o *ArchiveOrganizationRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *ArchiveOrganizationRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this archive organization runs default response has a 2xx status code +func (o *ArchiveOrganizationRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this archive organization runs default response has a 3xx status code +func (o *ArchiveOrganizationRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this archive organization runs default response has a 4xx status code +func (o *ArchiveOrganizationRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this archive organization runs default response has a 5xx status code +func (o *ArchiveOrganizationRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this archive organization runs default response a status code equal to that given +func (o *ArchiveOrganizationRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ArchiveOrganizationRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/archive][%d] ArchiveOrganizationRuns default %+v", o._statusCode, o.Payload) } + +func (o *ArchiveOrganizationRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/archive][%d] ArchiveOrganizationRuns default %+v", o._statusCode, o.Payload) +} + func (o *ArchiveOrganizationRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/bookmark_organization_runs_responses.go b/go/http_client/v1/service_client/organizations_v1/bookmark_organization_runs_responses.go index 3408882948..6cf66eef24 100644 --- a/go/http_client/v1/service_client/organizations_v1/bookmark_organization_runs_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/bookmark_organization_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type BookmarkOrganizationRunsOK struct { } +// IsSuccess returns true when this bookmark organization runs o k response has a 2xx status code +func (o *BookmarkOrganizationRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this bookmark organization runs o k response has a 3xx status code +func (o *BookmarkOrganizationRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark organization runs o k response has a 4xx status code +func (o *BookmarkOrganizationRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this bookmark organization runs o k response has a 5xx status code +func (o *BookmarkOrganizationRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark organization runs o k response a status code equal to that given +func (o *BookmarkOrganizationRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *BookmarkOrganizationRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/bookmark][%d] bookmarkOrganizationRunsOK ", 200) } +func (o *BookmarkOrganizationRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/bookmark][%d] bookmarkOrganizationRunsOK ", 200) +} + func (o *BookmarkOrganizationRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type BookmarkOrganizationRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this bookmark organization runs no content response has a 2xx status code +func (o *BookmarkOrganizationRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this bookmark organization runs no content response has a 3xx status code +func (o *BookmarkOrganizationRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark organization runs no content response has a 4xx status code +func (o *BookmarkOrganizationRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this bookmark organization runs no content response has a 5xx status code +func (o *BookmarkOrganizationRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark organization runs no content response a status code equal to that given +func (o *BookmarkOrganizationRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *BookmarkOrganizationRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/bookmark][%d] bookmarkOrganizationRunsNoContent %+v", 204, o.Payload) } + +func (o *BookmarkOrganizationRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/bookmark][%d] bookmarkOrganizationRunsNoContent %+v", 204, o.Payload) +} + func (o *BookmarkOrganizationRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type BookmarkOrganizationRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this bookmark organization runs forbidden response has a 2xx status code +func (o *BookmarkOrganizationRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this bookmark organization runs forbidden response has a 3xx status code +func (o *BookmarkOrganizationRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark organization runs forbidden response has a 4xx status code +func (o *BookmarkOrganizationRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this bookmark organization runs forbidden response has a 5xx status code +func (o *BookmarkOrganizationRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark organization runs forbidden response a status code equal to that given +func (o *BookmarkOrganizationRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *BookmarkOrganizationRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/bookmark][%d] bookmarkOrganizationRunsForbidden %+v", 403, o.Payload) } + +func (o *BookmarkOrganizationRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/bookmark][%d] bookmarkOrganizationRunsForbidden %+v", 403, o.Payload) +} + func (o *BookmarkOrganizationRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type BookmarkOrganizationRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this bookmark organization runs not found response has a 2xx status code +func (o *BookmarkOrganizationRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this bookmark organization runs not found response has a 3xx status code +func (o *BookmarkOrganizationRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark organization runs not found response has a 4xx status code +func (o *BookmarkOrganizationRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this bookmark organization runs not found response has a 5xx status code +func (o *BookmarkOrganizationRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark organization runs not found response a status code equal to that given +func (o *BookmarkOrganizationRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *BookmarkOrganizationRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/bookmark][%d] bookmarkOrganizationRunsNotFound %+v", 404, o.Payload) } + +func (o *BookmarkOrganizationRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/bookmark][%d] bookmarkOrganizationRunsNotFound %+v", 404, o.Payload) +} + func (o *BookmarkOrganizationRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *BookmarkOrganizationRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this bookmark organization runs default response has a 2xx status code +func (o *BookmarkOrganizationRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this bookmark organization runs default response has a 3xx status code +func (o *BookmarkOrganizationRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this bookmark organization runs default response has a 4xx status code +func (o *BookmarkOrganizationRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this bookmark organization runs default response has a 5xx status code +func (o *BookmarkOrganizationRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this bookmark organization runs default response a status code equal to that given +func (o *BookmarkOrganizationRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *BookmarkOrganizationRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/bookmark][%d] BookmarkOrganizationRuns default %+v", o._statusCode, o.Payload) } + +func (o *BookmarkOrganizationRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/bookmark][%d] BookmarkOrganizationRuns default %+v", o._statusCode, o.Payload) +} + func (o *BookmarkOrganizationRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/create_organization_member_responses.go b/go/http_client/v1/service_client/organizations_v1/create_organization_member_responses.go index de173413d3..5035bf1656 100644 --- a/go/http_client/v1/service_client/organizations_v1/create_organization_member_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/create_organization_member_responses.go @@ -86,9 +86,39 @@ type CreateOrganizationMemberOK struct { Payload *service_model.V1OrganizationMember } +// IsSuccess returns true when this create organization member o k response has a 2xx status code +func (o *CreateOrganizationMemberOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create organization member o k response has a 3xx status code +func (o *CreateOrganizationMemberOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create organization member o k response has a 4xx status code +func (o *CreateOrganizationMemberOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create organization member o k response has a 5xx status code +func (o *CreateOrganizationMemberOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create organization member o k response a status code equal to that given +func (o *CreateOrganizationMemberOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateOrganizationMemberOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/members][%d] createOrganizationMemberOK %+v", 200, o.Payload) } + +func (o *CreateOrganizationMemberOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/members][%d] createOrganizationMemberOK %+v", 200, o.Payload) +} + func (o *CreateOrganizationMemberOK) GetPayload() *service_model.V1OrganizationMember { return o.Payload } @@ -118,9 +148,39 @@ type CreateOrganizationMemberNoContent struct { Payload interface{} } +// IsSuccess returns true when this create organization member no content response has a 2xx status code +func (o *CreateOrganizationMemberNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create organization member no content response has a 3xx status code +func (o *CreateOrganizationMemberNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create organization member no content response has a 4xx status code +func (o *CreateOrganizationMemberNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create organization member no content response has a 5xx status code +func (o *CreateOrganizationMemberNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create organization member no content response a status code equal to that given +func (o *CreateOrganizationMemberNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateOrganizationMemberNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/members][%d] createOrganizationMemberNoContent %+v", 204, o.Payload) } + +func (o *CreateOrganizationMemberNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/members][%d] createOrganizationMemberNoContent %+v", 204, o.Payload) +} + func (o *CreateOrganizationMemberNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateOrganizationMemberForbidden struct { Payload interface{} } +// IsSuccess returns true when this create organization member forbidden response has a 2xx status code +func (o *CreateOrganizationMemberForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create organization member forbidden response has a 3xx status code +func (o *CreateOrganizationMemberForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create organization member forbidden response has a 4xx status code +func (o *CreateOrganizationMemberForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create organization member forbidden response has a 5xx status code +func (o *CreateOrganizationMemberForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create organization member forbidden response a status code equal to that given +func (o *CreateOrganizationMemberForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateOrganizationMemberForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/members][%d] createOrganizationMemberForbidden %+v", 403, o.Payload) } + +func (o *CreateOrganizationMemberForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/members][%d] createOrganizationMemberForbidden %+v", 403, o.Payload) +} + func (o *CreateOrganizationMemberForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateOrganizationMemberNotFound struct { Payload interface{} } +// IsSuccess returns true when this create organization member not found response has a 2xx status code +func (o *CreateOrganizationMemberNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create organization member not found response has a 3xx status code +func (o *CreateOrganizationMemberNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create organization member not found response has a 4xx status code +func (o *CreateOrganizationMemberNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create organization member not found response has a 5xx status code +func (o *CreateOrganizationMemberNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create organization member not found response a status code equal to that given +func (o *CreateOrganizationMemberNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateOrganizationMemberNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/members][%d] createOrganizationMemberNotFound %+v", 404, o.Payload) } + +func (o *CreateOrganizationMemberNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/members][%d] createOrganizationMemberNotFound %+v", 404, o.Payload) +} + func (o *CreateOrganizationMemberNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateOrganizationMemberDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create organization member default response has a 2xx status code +func (o *CreateOrganizationMemberDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create organization member default response has a 3xx status code +func (o *CreateOrganizationMemberDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create organization member default response has a 4xx status code +func (o *CreateOrganizationMemberDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create organization member default response has a 5xx status code +func (o *CreateOrganizationMemberDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create organization member default response a status code equal to that given +func (o *CreateOrganizationMemberDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateOrganizationMemberDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/members][%d] CreateOrganizationMember default %+v", o._statusCode, o.Payload) } + +func (o *CreateOrganizationMemberDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/members][%d] CreateOrganizationMember default %+v", o._statusCode, o.Payload) +} + func (o *CreateOrganizationMemberDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/create_organization_responses.go b/go/http_client/v1/service_client/organizations_v1/create_organization_responses.go index 3533f90489..75f5cf00f4 100644 --- a/go/http_client/v1/service_client/organizations_v1/create_organization_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/create_organization_responses.go @@ -86,9 +86,39 @@ type CreateOrganizationOK struct { Payload *service_model.V1Organization } +// IsSuccess returns true when this create organization o k response has a 2xx status code +func (o *CreateOrganizationOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create organization o k response has a 3xx status code +func (o *CreateOrganizationOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create organization o k response has a 4xx status code +func (o *CreateOrganizationOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create organization o k response has a 5xx status code +func (o *CreateOrganizationOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create organization o k response a status code equal to that given +func (o *CreateOrganizationOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateOrganizationOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/create][%d] createOrganizationOK %+v", 200, o.Payload) } + +func (o *CreateOrganizationOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/create][%d] createOrganizationOK %+v", 200, o.Payload) +} + func (o *CreateOrganizationOK) GetPayload() *service_model.V1Organization { return o.Payload } @@ -118,9 +148,39 @@ type CreateOrganizationNoContent struct { Payload interface{} } +// IsSuccess returns true when this create organization no content response has a 2xx status code +func (o *CreateOrganizationNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create organization no content response has a 3xx status code +func (o *CreateOrganizationNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create organization no content response has a 4xx status code +func (o *CreateOrganizationNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create organization no content response has a 5xx status code +func (o *CreateOrganizationNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create organization no content response a status code equal to that given +func (o *CreateOrganizationNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateOrganizationNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/create][%d] createOrganizationNoContent %+v", 204, o.Payload) } + +func (o *CreateOrganizationNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/create][%d] createOrganizationNoContent %+v", 204, o.Payload) +} + func (o *CreateOrganizationNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateOrganizationForbidden struct { Payload interface{} } +// IsSuccess returns true when this create organization forbidden response has a 2xx status code +func (o *CreateOrganizationForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create organization forbidden response has a 3xx status code +func (o *CreateOrganizationForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create organization forbidden response has a 4xx status code +func (o *CreateOrganizationForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create organization forbidden response has a 5xx status code +func (o *CreateOrganizationForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create organization forbidden response a status code equal to that given +func (o *CreateOrganizationForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateOrganizationForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/create][%d] createOrganizationForbidden %+v", 403, o.Payload) } + +func (o *CreateOrganizationForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/create][%d] createOrganizationForbidden %+v", 403, o.Payload) +} + func (o *CreateOrganizationForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateOrganizationNotFound struct { Payload interface{} } +// IsSuccess returns true when this create organization not found response has a 2xx status code +func (o *CreateOrganizationNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create organization not found response has a 3xx status code +func (o *CreateOrganizationNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create organization not found response has a 4xx status code +func (o *CreateOrganizationNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create organization not found response has a 5xx status code +func (o *CreateOrganizationNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create organization not found response a status code equal to that given +func (o *CreateOrganizationNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateOrganizationNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/create][%d] createOrganizationNotFound %+v", 404, o.Payload) } + +func (o *CreateOrganizationNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/create][%d] createOrganizationNotFound %+v", 404, o.Payload) +} + func (o *CreateOrganizationNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateOrganizationDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create organization default response has a 2xx status code +func (o *CreateOrganizationDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create organization default response has a 3xx status code +func (o *CreateOrganizationDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create organization default response has a 4xx status code +func (o *CreateOrganizationDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create organization default response has a 5xx status code +func (o *CreateOrganizationDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create organization default response a status code equal to that given +func (o *CreateOrganizationDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateOrganizationDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/create][%d] CreateOrganization default %+v", o._statusCode, o.Payload) } + +func (o *CreateOrganizationDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/create][%d] CreateOrganization default %+v", o._statusCode, o.Payload) +} + func (o *CreateOrganizationDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/delete_organization_invitation_responses.go b/go/http_client/v1/service_client/organizations_v1/delete_organization_invitation_responses.go index 4ac331ac0c..2c3d5f7cb7 100644 --- a/go/http_client/v1/service_client/organizations_v1/delete_organization_invitation_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/delete_organization_invitation_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteOrganizationInvitationOK struct { } +// IsSuccess returns true when this delete organization invitation o k response has a 2xx status code +func (o *DeleteOrganizationInvitationOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete organization invitation o k response has a 3xx status code +func (o *DeleteOrganizationInvitationOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization invitation o k response has a 4xx status code +func (o *DeleteOrganizationInvitationOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete organization invitation o k response has a 5xx status code +func (o *DeleteOrganizationInvitationOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization invitation o k response a status code equal to that given +func (o *DeleteOrganizationInvitationOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteOrganizationInvitationOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/invitations][%d] deleteOrganizationInvitationOK ", 200) } +func (o *DeleteOrganizationInvitationOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/invitations][%d] deleteOrganizationInvitationOK ", 200) +} + func (o *DeleteOrganizationInvitationOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteOrganizationInvitationNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete organization invitation no content response has a 2xx status code +func (o *DeleteOrganizationInvitationNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete organization invitation no content response has a 3xx status code +func (o *DeleteOrganizationInvitationNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization invitation no content response has a 4xx status code +func (o *DeleteOrganizationInvitationNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete organization invitation no content response has a 5xx status code +func (o *DeleteOrganizationInvitationNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization invitation no content response a status code equal to that given +func (o *DeleteOrganizationInvitationNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteOrganizationInvitationNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/invitations][%d] deleteOrganizationInvitationNoContent %+v", 204, o.Payload) } + +func (o *DeleteOrganizationInvitationNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/invitations][%d] deleteOrganizationInvitationNoContent %+v", 204, o.Payload) +} + func (o *DeleteOrganizationInvitationNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteOrganizationInvitationForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete organization invitation forbidden response has a 2xx status code +func (o *DeleteOrganizationInvitationForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete organization invitation forbidden response has a 3xx status code +func (o *DeleteOrganizationInvitationForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization invitation forbidden response has a 4xx status code +func (o *DeleteOrganizationInvitationForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete organization invitation forbidden response has a 5xx status code +func (o *DeleteOrganizationInvitationForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization invitation forbidden response a status code equal to that given +func (o *DeleteOrganizationInvitationForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteOrganizationInvitationForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/invitations][%d] deleteOrganizationInvitationForbidden %+v", 403, o.Payload) } + +func (o *DeleteOrganizationInvitationForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/invitations][%d] deleteOrganizationInvitationForbidden %+v", 403, o.Payload) +} + func (o *DeleteOrganizationInvitationForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteOrganizationInvitationNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete organization invitation not found response has a 2xx status code +func (o *DeleteOrganizationInvitationNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete organization invitation not found response has a 3xx status code +func (o *DeleteOrganizationInvitationNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization invitation not found response has a 4xx status code +func (o *DeleteOrganizationInvitationNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete organization invitation not found response has a 5xx status code +func (o *DeleteOrganizationInvitationNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization invitation not found response a status code equal to that given +func (o *DeleteOrganizationInvitationNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteOrganizationInvitationNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/invitations][%d] deleteOrganizationInvitationNotFound %+v", 404, o.Payload) } + +func (o *DeleteOrganizationInvitationNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/invitations][%d] deleteOrganizationInvitationNotFound %+v", 404, o.Payload) +} + func (o *DeleteOrganizationInvitationNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteOrganizationInvitationDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete organization invitation default response has a 2xx status code +func (o *DeleteOrganizationInvitationDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete organization invitation default response has a 3xx status code +func (o *DeleteOrganizationInvitationDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete organization invitation default response has a 4xx status code +func (o *DeleteOrganizationInvitationDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete organization invitation default response has a 5xx status code +func (o *DeleteOrganizationInvitationDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete organization invitation default response a status code equal to that given +func (o *DeleteOrganizationInvitationDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteOrganizationInvitationDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/invitations][%d] DeleteOrganizationInvitation default %+v", o._statusCode, o.Payload) } + +func (o *DeleteOrganizationInvitationDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/invitations][%d] DeleteOrganizationInvitation default %+v", o._statusCode, o.Payload) +} + func (o *DeleteOrganizationInvitationDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/delete_organization_member_responses.go b/go/http_client/v1/service_client/organizations_v1/delete_organization_member_responses.go index 8bcd093f8e..a26b926e50 100644 --- a/go/http_client/v1/service_client/organizations_v1/delete_organization_member_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/delete_organization_member_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteOrganizationMemberOK struct { } +// IsSuccess returns true when this delete organization member o k response has a 2xx status code +func (o *DeleteOrganizationMemberOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete organization member o k response has a 3xx status code +func (o *DeleteOrganizationMemberOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization member o k response has a 4xx status code +func (o *DeleteOrganizationMemberOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete organization member o k response has a 5xx status code +func (o *DeleteOrganizationMemberOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization member o k response a status code equal to that given +func (o *DeleteOrganizationMemberOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteOrganizationMemberOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/members/{name}][%d] deleteOrganizationMemberOK ", 200) } +func (o *DeleteOrganizationMemberOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/members/{name}][%d] deleteOrganizationMemberOK ", 200) +} + func (o *DeleteOrganizationMemberOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteOrganizationMemberNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete organization member no content response has a 2xx status code +func (o *DeleteOrganizationMemberNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete organization member no content response has a 3xx status code +func (o *DeleteOrganizationMemberNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization member no content response has a 4xx status code +func (o *DeleteOrganizationMemberNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete organization member no content response has a 5xx status code +func (o *DeleteOrganizationMemberNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization member no content response a status code equal to that given +func (o *DeleteOrganizationMemberNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteOrganizationMemberNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/members/{name}][%d] deleteOrganizationMemberNoContent %+v", 204, o.Payload) } + +func (o *DeleteOrganizationMemberNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/members/{name}][%d] deleteOrganizationMemberNoContent %+v", 204, o.Payload) +} + func (o *DeleteOrganizationMemberNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteOrganizationMemberForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete organization member forbidden response has a 2xx status code +func (o *DeleteOrganizationMemberForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete organization member forbidden response has a 3xx status code +func (o *DeleteOrganizationMemberForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization member forbidden response has a 4xx status code +func (o *DeleteOrganizationMemberForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete organization member forbidden response has a 5xx status code +func (o *DeleteOrganizationMemberForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization member forbidden response a status code equal to that given +func (o *DeleteOrganizationMemberForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteOrganizationMemberForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/members/{name}][%d] deleteOrganizationMemberForbidden %+v", 403, o.Payload) } + +func (o *DeleteOrganizationMemberForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/members/{name}][%d] deleteOrganizationMemberForbidden %+v", 403, o.Payload) +} + func (o *DeleteOrganizationMemberForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteOrganizationMemberNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete organization member not found response has a 2xx status code +func (o *DeleteOrganizationMemberNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete organization member not found response has a 3xx status code +func (o *DeleteOrganizationMemberNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization member not found response has a 4xx status code +func (o *DeleteOrganizationMemberNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete organization member not found response has a 5xx status code +func (o *DeleteOrganizationMemberNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization member not found response a status code equal to that given +func (o *DeleteOrganizationMemberNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteOrganizationMemberNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/members/{name}][%d] deleteOrganizationMemberNotFound %+v", 404, o.Payload) } + +func (o *DeleteOrganizationMemberNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/members/{name}][%d] deleteOrganizationMemberNotFound %+v", 404, o.Payload) +} + func (o *DeleteOrganizationMemberNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteOrganizationMemberDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete organization member default response has a 2xx status code +func (o *DeleteOrganizationMemberDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete organization member default response has a 3xx status code +func (o *DeleteOrganizationMemberDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete organization member default response has a 4xx status code +func (o *DeleteOrganizationMemberDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete organization member default response has a 5xx status code +func (o *DeleteOrganizationMemberDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete organization member default response a status code equal to that given +func (o *DeleteOrganizationMemberDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteOrganizationMemberDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/members/{name}][%d] DeleteOrganizationMember default %+v", o._statusCode, o.Payload) } + +func (o *DeleteOrganizationMemberDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/members/{name}][%d] DeleteOrganizationMember default %+v", o._statusCode, o.Payload) +} + func (o *DeleteOrganizationMemberDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/delete_organization_responses.go b/go/http_client/v1/service_client/organizations_v1/delete_organization_responses.go index 072c75e26d..46f4125b2a 100644 --- a/go/http_client/v1/service_client/organizations_v1/delete_organization_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/delete_organization_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteOrganizationOK struct { } +// IsSuccess returns true when this delete organization o k response has a 2xx status code +func (o *DeleteOrganizationOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete organization o k response has a 3xx status code +func (o *DeleteOrganizationOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization o k response has a 4xx status code +func (o *DeleteOrganizationOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete organization o k response has a 5xx status code +func (o *DeleteOrganizationOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization o k response a status code equal to that given +func (o *DeleteOrganizationOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteOrganizationOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}][%d] deleteOrganizationOK ", 200) } +func (o *DeleteOrganizationOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}][%d] deleteOrganizationOK ", 200) +} + func (o *DeleteOrganizationOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteOrganizationNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete organization no content response has a 2xx status code +func (o *DeleteOrganizationNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete organization no content response has a 3xx status code +func (o *DeleteOrganizationNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization no content response has a 4xx status code +func (o *DeleteOrganizationNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete organization no content response has a 5xx status code +func (o *DeleteOrganizationNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization no content response a status code equal to that given +func (o *DeleteOrganizationNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteOrganizationNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}][%d] deleteOrganizationNoContent %+v", 204, o.Payload) } + +func (o *DeleteOrganizationNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}][%d] deleteOrganizationNoContent %+v", 204, o.Payload) +} + func (o *DeleteOrganizationNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteOrganizationForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete organization forbidden response has a 2xx status code +func (o *DeleteOrganizationForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete organization forbidden response has a 3xx status code +func (o *DeleteOrganizationForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization forbidden response has a 4xx status code +func (o *DeleteOrganizationForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete organization forbidden response has a 5xx status code +func (o *DeleteOrganizationForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization forbidden response a status code equal to that given +func (o *DeleteOrganizationForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteOrganizationForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}][%d] deleteOrganizationForbidden %+v", 403, o.Payload) } + +func (o *DeleteOrganizationForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}][%d] deleteOrganizationForbidden %+v", 403, o.Payload) +} + func (o *DeleteOrganizationForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteOrganizationNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete organization not found response has a 2xx status code +func (o *DeleteOrganizationNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete organization not found response has a 3xx status code +func (o *DeleteOrganizationNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization not found response has a 4xx status code +func (o *DeleteOrganizationNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete organization not found response has a 5xx status code +func (o *DeleteOrganizationNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization not found response a status code equal to that given +func (o *DeleteOrganizationNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteOrganizationNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}][%d] deleteOrganizationNotFound %+v", 404, o.Payload) } + +func (o *DeleteOrganizationNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}][%d] deleteOrganizationNotFound %+v", 404, o.Payload) +} + func (o *DeleteOrganizationNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteOrganizationDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete organization default response has a 2xx status code +func (o *DeleteOrganizationDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete organization default response has a 3xx status code +func (o *DeleteOrganizationDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete organization default response has a 4xx status code +func (o *DeleteOrganizationDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete organization default response has a 5xx status code +func (o *DeleteOrganizationDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete organization default response a status code equal to that given +func (o *DeleteOrganizationDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteOrganizationDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}][%d] DeleteOrganization default %+v", o._statusCode, o.Payload) } + +func (o *DeleteOrganizationDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}][%d] DeleteOrganization default %+v", o._statusCode, o.Payload) +} + func (o *DeleteOrganizationDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/delete_organization_runs_responses.go b/go/http_client/v1/service_client/organizations_v1/delete_organization_runs_responses.go index 5701c3adea..31b39fa1de 100644 --- a/go/http_client/v1/service_client/organizations_v1/delete_organization_runs_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/delete_organization_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteOrganizationRunsOK struct { } +// IsSuccess returns true when this delete organization runs o k response has a 2xx status code +func (o *DeleteOrganizationRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete organization runs o k response has a 3xx status code +func (o *DeleteOrganizationRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization runs o k response has a 4xx status code +func (o *DeleteOrganizationRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete organization runs o k response has a 5xx status code +func (o *DeleteOrganizationRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization runs o k response a status code equal to that given +func (o *DeleteOrganizationRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteOrganizationRunsOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/runs/delete][%d] deleteOrganizationRunsOK ", 200) } +func (o *DeleteOrganizationRunsOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/runs/delete][%d] deleteOrganizationRunsOK ", 200) +} + func (o *DeleteOrganizationRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteOrganizationRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete organization runs no content response has a 2xx status code +func (o *DeleteOrganizationRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete organization runs no content response has a 3xx status code +func (o *DeleteOrganizationRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization runs no content response has a 4xx status code +func (o *DeleteOrganizationRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete organization runs no content response has a 5xx status code +func (o *DeleteOrganizationRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization runs no content response a status code equal to that given +func (o *DeleteOrganizationRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteOrganizationRunsNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/runs/delete][%d] deleteOrganizationRunsNoContent %+v", 204, o.Payload) } + +func (o *DeleteOrganizationRunsNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/runs/delete][%d] deleteOrganizationRunsNoContent %+v", 204, o.Payload) +} + func (o *DeleteOrganizationRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteOrganizationRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete organization runs forbidden response has a 2xx status code +func (o *DeleteOrganizationRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete organization runs forbidden response has a 3xx status code +func (o *DeleteOrganizationRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization runs forbidden response has a 4xx status code +func (o *DeleteOrganizationRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete organization runs forbidden response has a 5xx status code +func (o *DeleteOrganizationRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization runs forbidden response a status code equal to that given +func (o *DeleteOrganizationRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteOrganizationRunsForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/runs/delete][%d] deleteOrganizationRunsForbidden %+v", 403, o.Payload) } + +func (o *DeleteOrganizationRunsForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/runs/delete][%d] deleteOrganizationRunsForbidden %+v", 403, o.Payload) +} + func (o *DeleteOrganizationRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteOrganizationRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete organization runs not found response has a 2xx status code +func (o *DeleteOrganizationRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete organization runs not found response has a 3xx status code +func (o *DeleteOrganizationRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete organization runs not found response has a 4xx status code +func (o *DeleteOrganizationRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete organization runs not found response has a 5xx status code +func (o *DeleteOrganizationRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete organization runs not found response a status code equal to that given +func (o *DeleteOrganizationRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteOrganizationRunsNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/runs/delete][%d] deleteOrganizationRunsNotFound %+v", 404, o.Payload) } + +func (o *DeleteOrganizationRunsNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/runs/delete][%d] deleteOrganizationRunsNotFound %+v", 404, o.Payload) +} + func (o *DeleteOrganizationRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteOrganizationRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete organization runs default response has a 2xx status code +func (o *DeleteOrganizationRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete organization runs default response has a 3xx status code +func (o *DeleteOrganizationRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete organization runs default response has a 4xx status code +func (o *DeleteOrganizationRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete organization runs default response has a 5xx status code +func (o *DeleteOrganizationRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete organization runs default response a status code equal to that given +func (o *DeleteOrganizationRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteOrganizationRunsDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/runs/delete][%d] DeleteOrganizationRuns default %+v", o._statusCode, o.Payload) } + +func (o *DeleteOrganizationRunsDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/runs/delete][%d] DeleteOrganizationRuns default %+v", o._statusCode, o.Payload) +} + func (o *DeleteOrganizationRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/get_organization_activities_responses.go b/go/http_client/v1/service_client/organizations_v1/get_organization_activities_responses.go index 309e1cdefc..e3c955d091 100644 --- a/go/http_client/v1/service_client/organizations_v1/get_organization_activities_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/get_organization_activities_responses.go @@ -86,9 +86,39 @@ type GetOrganizationActivitiesOK struct { Payload *service_model.V1ListActivitiesResponse } +// IsSuccess returns true when this get organization activities o k response has a 2xx status code +func (o *GetOrganizationActivitiesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization activities o k response has a 3xx status code +func (o *GetOrganizationActivitiesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization activities o k response has a 4xx status code +func (o *GetOrganizationActivitiesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization activities o k response has a 5xx status code +func (o *GetOrganizationActivitiesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization activities o k response a status code equal to that given +func (o *GetOrganizationActivitiesOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetOrganizationActivitiesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/activities][%d] getOrganizationActivitiesOK %+v", 200, o.Payload) } + +func (o *GetOrganizationActivitiesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/activities][%d] getOrganizationActivitiesOK %+v", 200, o.Payload) +} + func (o *GetOrganizationActivitiesOK) GetPayload() *service_model.V1ListActivitiesResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetOrganizationActivitiesNoContent struct { Payload interface{} } +// IsSuccess returns true when this get organization activities no content response has a 2xx status code +func (o *GetOrganizationActivitiesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization activities no content response has a 3xx status code +func (o *GetOrganizationActivitiesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization activities no content response has a 4xx status code +func (o *GetOrganizationActivitiesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization activities no content response has a 5xx status code +func (o *GetOrganizationActivitiesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization activities no content response a status code equal to that given +func (o *GetOrganizationActivitiesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetOrganizationActivitiesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/activities][%d] getOrganizationActivitiesNoContent %+v", 204, o.Payload) } + +func (o *GetOrganizationActivitiesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/activities][%d] getOrganizationActivitiesNoContent %+v", 204, o.Payload) +} + func (o *GetOrganizationActivitiesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetOrganizationActivitiesForbidden struct { Payload interface{} } +// IsSuccess returns true when this get organization activities forbidden response has a 2xx status code +func (o *GetOrganizationActivitiesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization activities forbidden response has a 3xx status code +func (o *GetOrganizationActivitiesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization activities forbidden response has a 4xx status code +func (o *GetOrganizationActivitiesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization activities forbidden response has a 5xx status code +func (o *GetOrganizationActivitiesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization activities forbidden response a status code equal to that given +func (o *GetOrganizationActivitiesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetOrganizationActivitiesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/activities][%d] getOrganizationActivitiesForbidden %+v", 403, o.Payload) } + +func (o *GetOrganizationActivitiesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/activities][%d] getOrganizationActivitiesForbidden %+v", 403, o.Payload) +} + func (o *GetOrganizationActivitiesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetOrganizationActivitiesNotFound struct { Payload interface{} } +// IsSuccess returns true when this get organization activities not found response has a 2xx status code +func (o *GetOrganizationActivitiesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization activities not found response has a 3xx status code +func (o *GetOrganizationActivitiesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization activities not found response has a 4xx status code +func (o *GetOrganizationActivitiesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization activities not found response has a 5xx status code +func (o *GetOrganizationActivitiesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization activities not found response a status code equal to that given +func (o *GetOrganizationActivitiesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetOrganizationActivitiesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/activities][%d] getOrganizationActivitiesNotFound %+v", 404, o.Payload) } + +func (o *GetOrganizationActivitiesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/activities][%d] getOrganizationActivitiesNotFound %+v", 404, o.Payload) +} + func (o *GetOrganizationActivitiesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetOrganizationActivitiesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get organization activities default response has a 2xx status code +func (o *GetOrganizationActivitiesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get organization activities default response has a 3xx status code +func (o *GetOrganizationActivitiesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get organization activities default response has a 4xx status code +func (o *GetOrganizationActivitiesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get organization activities default response has a 5xx status code +func (o *GetOrganizationActivitiesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get organization activities default response a status code equal to that given +func (o *GetOrganizationActivitiesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetOrganizationActivitiesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/activities][%d] GetOrganizationActivities default %+v", o._statusCode, o.Payload) } + +func (o *GetOrganizationActivitiesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/activities][%d] GetOrganizationActivities default %+v", o._statusCode, o.Payload) +} + func (o *GetOrganizationActivitiesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/get_organization_invitation_responses.go b/go/http_client/v1/service_client/organizations_v1/get_organization_invitation_responses.go index 2b316a550f..b35bf3c1a8 100644 --- a/go/http_client/v1/service_client/organizations_v1/get_organization_invitation_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/get_organization_invitation_responses.go @@ -86,9 +86,39 @@ type GetOrganizationInvitationOK struct { Payload *service_model.V1OrganizationMember } +// IsSuccess returns true when this get organization invitation o k response has a 2xx status code +func (o *GetOrganizationInvitationOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization invitation o k response has a 3xx status code +func (o *GetOrganizationInvitationOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization invitation o k response has a 4xx status code +func (o *GetOrganizationInvitationOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization invitation o k response has a 5xx status code +func (o *GetOrganizationInvitationOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization invitation o k response a status code equal to that given +func (o *GetOrganizationInvitationOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetOrganizationInvitationOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/invitations][%d] getOrganizationInvitationOK %+v", 200, o.Payload) } + +func (o *GetOrganizationInvitationOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/invitations][%d] getOrganizationInvitationOK %+v", 200, o.Payload) +} + func (o *GetOrganizationInvitationOK) GetPayload() *service_model.V1OrganizationMember { return o.Payload } @@ -118,9 +148,39 @@ type GetOrganizationInvitationNoContent struct { Payload interface{} } +// IsSuccess returns true when this get organization invitation no content response has a 2xx status code +func (o *GetOrganizationInvitationNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization invitation no content response has a 3xx status code +func (o *GetOrganizationInvitationNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization invitation no content response has a 4xx status code +func (o *GetOrganizationInvitationNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization invitation no content response has a 5xx status code +func (o *GetOrganizationInvitationNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization invitation no content response a status code equal to that given +func (o *GetOrganizationInvitationNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetOrganizationInvitationNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/invitations][%d] getOrganizationInvitationNoContent %+v", 204, o.Payload) } + +func (o *GetOrganizationInvitationNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/invitations][%d] getOrganizationInvitationNoContent %+v", 204, o.Payload) +} + func (o *GetOrganizationInvitationNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetOrganizationInvitationForbidden struct { Payload interface{} } +// IsSuccess returns true when this get organization invitation forbidden response has a 2xx status code +func (o *GetOrganizationInvitationForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization invitation forbidden response has a 3xx status code +func (o *GetOrganizationInvitationForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization invitation forbidden response has a 4xx status code +func (o *GetOrganizationInvitationForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization invitation forbidden response has a 5xx status code +func (o *GetOrganizationInvitationForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization invitation forbidden response a status code equal to that given +func (o *GetOrganizationInvitationForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetOrganizationInvitationForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/invitations][%d] getOrganizationInvitationForbidden %+v", 403, o.Payload) } + +func (o *GetOrganizationInvitationForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/invitations][%d] getOrganizationInvitationForbidden %+v", 403, o.Payload) +} + func (o *GetOrganizationInvitationForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetOrganizationInvitationNotFound struct { Payload interface{} } +// IsSuccess returns true when this get organization invitation not found response has a 2xx status code +func (o *GetOrganizationInvitationNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization invitation not found response has a 3xx status code +func (o *GetOrganizationInvitationNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization invitation not found response has a 4xx status code +func (o *GetOrganizationInvitationNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization invitation not found response has a 5xx status code +func (o *GetOrganizationInvitationNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization invitation not found response a status code equal to that given +func (o *GetOrganizationInvitationNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetOrganizationInvitationNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/invitations][%d] getOrganizationInvitationNotFound %+v", 404, o.Payload) } + +func (o *GetOrganizationInvitationNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/invitations][%d] getOrganizationInvitationNotFound %+v", 404, o.Payload) +} + func (o *GetOrganizationInvitationNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetOrganizationInvitationDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get organization invitation default response has a 2xx status code +func (o *GetOrganizationInvitationDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get organization invitation default response has a 3xx status code +func (o *GetOrganizationInvitationDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get organization invitation default response has a 4xx status code +func (o *GetOrganizationInvitationDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get organization invitation default response has a 5xx status code +func (o *GetOrganizationInvitationDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get organization invitation default response a status code equal to that given +func (o *GetOrganizationInvitationDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetOrganizationInvitationDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/invitations][%d] GetOrganizationInvitation default %+v", o._statusCode, o.Payload) } + +func (o *GetOrganizationInvitationDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/invitations][%d] GetOrganizationInvitation default %+v", o._statusCode, o.Payload) +} + func (o *GetOrganizationInvitationDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/get_organization_member_responses.go b/go/http_client/v1/service_client/organizations_v1/get_organization_member_responses.go index 93e102531b..7cf98f8c96 100644 --- a/go/http_client/v1/service_client/organizations_v1/get_organization_member_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/get_organization_member_responses.go @@ -86,9 +86,39 @@ type GetOrganizationMemberOK struct { Payload *service_model.V1OrganizationMember } +// IsSuccess returns true when this get organization member o k response has a 2xx status code +func (o *GetOrganizationMemberOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization member o k response has a 3xx status code +func (o *GetOrganizationMemberOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization member o k response has a 4xx status code +func (o *GetOrganizationMemberOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization member o k response has a 5xx status code +func (o *GetOrganizationMemberOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization member o k response a status code equal to that given +func (o *GetOrganizationMemberOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetOrganizationMemberOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/{name}][%d] getOrganizationMemberOK %+v", 200, o.Payload) } + +func (o *GetOrganizationMemberOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/{name}][%d] getOrganizationMemberOK %+v", 200, o.Payload) +} + func (o *GetOrganizationMemberOK) GetPayload() *service_model.V1OrganizationMember { return o.Payload } @@ -118,9 +148,39 @@ type GetOrganizationMemberNoContent struct { Payload interface{} } +// IsSuccess returns true when this get organization member no content response has a 2xx status code +func (o *GetOrganizationMemberNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization member no content response has a 3xx status code +func (o *GetOrganizationMemberNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization member no content response has a 4xx status code +func (o *GetOrganizationMemberNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization member no content response has a 5xx status code +func (o *GetOrganizationMemberNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization member no content response a status code equal to that given +func (o *GetOrganizationMemberNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetOrganizationMemberNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/{name}][%d] getOrganizationMemberNoContent %+v", 204, o.Payload) } + +func (o *GetOrganizationMemberNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/{name}][%d] getOrganizationMemberNoContent %+v", 204, o.Payload) +} + func (o *GetOrganizationMemberNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetOrganizationMemberForbidden struct { Payload interface{} } +// IsSuccess returns true when this get organization member forbidden response has a 2xx status code +func (o *GetOrganizationMemberForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization member forbidden response has a 3xx status code +func (o *GetOrganizationMemberForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization member forbidden response has a 4xx status code +func (o *GetOrganizationMemberForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization member forbidden response has a 5xx status code +func (o *GetOrganizationMemberForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization member forbidden response a status code equal to that given +func (o *GetOrganizationMemberForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetOrganizationMemberForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/{name}][%d] getOrganizationMemberForbidden %+v", 403, o.Payload) } + +func (o *GetOrganizationMemberForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/{name}][%d] getOrganizationMemberForbidden %+v", 403, o.Payload) +} + func (o *GetOrganizationMemberForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetOrganizationMemberNotFound struct { Payload interface{} } +// IsSuccess returns true when this get organization member not found response has a 2xx status code +func (o *GetOrganizationMemberNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization member not found response has a 3xx status code +func (o *GetOrganizationMemberNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization member not found response has a 4xx status code +func (o *GetOrganizationMemberNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization member not found response has a 5xx status code +func (o *GetOrganizationMemberNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization member not found response a status code equal to that given +func (o *GetOrganizationMemberNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetOrganizationMemberNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/{name}][%d] getOrganizationMemberNotFound %+v", 404, o.Payload) } + +func (o *GetOrganizationMemberNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/{name}][%d] getOrganizationMemberNotFound %+v", 404, o.Payload) +} + func (o *GetOrganizationMemberNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetOrganizationMemberDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get organization member default response has a 2xx status code +func (o *GetOrganizationMemberDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get organization member default response has a 3xx status code +func (o *GetOrganizationMemberDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get organization member default response has a 4xx status code +func (o *GetOrganizationMemberDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get organization member default response has a 5xx status code +func (o *GetOrganizationMemberDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get organization member default response a status code equal to that given +func (o *GetOrganizationMemberDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetOrganizationMemberDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/{name}][%d] GetOrganizationMember default %+v", o._statusCode, o.Payload) } + +func (o *GetOrganizationMemberDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/{name}][%d] GetOrganizationMember default %+v", o._statusCode, o.Payload) +} + func (o *GetOrganizationMemberDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/get_organization_responses.go b/go/http_client/v1/service_client/organizations_v1/get_organization_responses.go index 79cbe3af8a..104bce18bf 100644 --- a/go/http_client/v1/service_client/organizations_v1/get_organization_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/get_organization_responses.go @@ -86,9 +86,39 @@ type GetOrganizationOK struct { Payload *service_model.V1Organization } +// IsSuccess returns true when this get organization o k response has a 2xx status code +func (o *GetOrganizationOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization o k response has a 3xx status code +func (o *GetOrganizationOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization o k response has a 4xx status code +func (o *GetOrganizationOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization o k response has a 5xx status code +func (o *GetOrganizationOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization o k response a status code equal to that given +func (o *GetOrganizationOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetOrganizationOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}][%d] getOrganizationOK %+v", 200, o.Payload) } + +func (o *GetOrganizationOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}][%d] getOrganizationOK %+v", 200, o.Payload) +} + func (o *GetOrganizationOK) GetPayload() *service_model.V1Organization { return o.Payload } @@ -118,9 +148,39 @@ type GetOrganizationNoContent struct { Payload interface{} } +// IsSuccess returns true when this get organization no content response has a 2xx status code +func (o *GetOrganizationNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization no content response has a 3xx status code +func (o *GetOrganizationNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization no content response has a 4xx status code +func (o *GetOrganizationNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization no content response has a 5xx status code +func (o *GetOrganizationNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization no content response a status code equal to that given +func (o *GetOrganizationNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetOrganizationNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}][%d] getOrganizationNoContent %+v", 204, o.Payload) } + +func (o *GetOrganizationNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}][%d] getOrganizationNoContent %+v", 204, o.Payload) +} + func (o *GetOrganizationNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetOrganizationForbidden struct { Payload interface{} } +// IsSuccess returns true when this get organization forbidden response has a 2xx status code +func (o *GetOrganizationForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization forbidden response has a 3xx status code +func (o *GetOrganizationForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization forbidden response has a 4xx status code +func (o *GetOrganizationForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization forbidden response has a 5xx status code +func (o *GetOrganizationForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization forbidden response a status code equal to that given +func (o *GetOrganizationForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetOrganizationForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}][%d] getOrganizationForbidden %+v", 403, o.Payload) } + +func (o *GetOrganizationForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}][%d] getOrganizationForbidden %+v", 403, o.Payload) +} + func (o *GetOrganizationForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetOrganizationNotFound struct { Payload interface{} } +// IsSuccess returns true when this get organization not found response has a 2xx status code +func (o *GetOrganizationNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization not found response has a 3xx status code +func (o *GetOrganizationNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization not found response has a 4xx status code +func (o *GetOrganizationNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization not found response has a 5xx status code +func (o *GetOrganizationNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization not found response a status code equal to that given +func (o *GetOrganizationNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetOrganizationNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}][%d] getOrganizationNotFound %+v", 404, o.Payload) } + +func (o *GetOrganizationNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}][%d] getOrganizationNotFound %+v", 404, o.Payload) +} + func (o *GetOrganizationNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetOrganizationDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get organization default response has a 2xx status code +func (o *GetOrganizationDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get organization default response has a 3xx status code +func (o *GetOrganizationDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get organization default response has a 4xx status code +func (o *GetOrganizationDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get organization default response has a 5xx status code +func (o *GetOrganizationDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get organization default response a status code equal to that given +func (o *GetOrganizationDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetOrganizationDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}][%d] GetOrganization default %+v", o._statusCode, o.Payload) } + +func (o *GetOrganizationDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}][%d] GetOrganization default %+v", o._statusCode, o.Payload) +} + func (o *GetOrganizationDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/get_organization_run_responses.go b/go/http_client/v1/service_client/organizations_v1/get_organization_run_responses.go index 6e462f1b36..3118929dc3 100644 --- a/go/http_client/v1/service_client/organizations_v1/get_organization_run_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/get_organization_run_responses.go @@ -86,9 +86,39 @@ type GetOrganizationRunOK struct { Payload *service_model.V1Run } +// IsSuccess returns true when this get organization run o k response has a 2xx status code +func (o *GetOrganizationRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization run o k response has a 3xx status code +func (o *GetOrganizationRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization run o k response has a 4xx status code +func (o *GetOrganizationRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization run o k response has a 5xx status code +func (o *GetOrganizationRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization run o k response a status code equal to that given +func (o *GetOrganizationRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetOrganizationRunOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs/{uuid}][%d] getOrganizationRunOK %+v", 200, o.Payload) } + +func (o *GetOrganizationRunOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs/{uuid}][%d] getOrganizationRunOK %+v", 200, o.Payload) +} + func (o *GetOrganizationRunOK) GetPayload() *service_model.V1Run { return o.Payload } @@ -118,9 +148,39 @@ type GetOrganizationRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this get organization run no content response has a 2xx status code +func (o *GetOrganizationRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization run no content response has a 3xx status code +func (o *GetOrganizationRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization run no content response has a 4xx status code +func (o *GetOrganizationRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization run no content response has a 5xx status code +func (o *GetOrganizationRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization run no content response a status code equal to that given +func (o *GetOrganizationRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetOrganizationRunNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs/{uuid}][%d] getOrganizationRunNoContent %+v", 204, o.Payload) } + +func (o *GetOrganizationRunNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs/{uuid}][%d] getOrganizationRunNoContent %+v", 204, o.Payload) +} + func (o *GetOrganizationRunNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetOrganizationRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this get organization run forbidden response has a 2xx status code +func (o *GetOrganizationRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization run forbidden response has a 3xx status code +func (o *GetOrganizationRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization run forbidden response has a 4xx status code +func (o *GetOrganizationRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization run forbidden response has a 5xx status code +func (o *GetOrganizationRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization run forbidden response a status code equal to that given +func (o *GetOrganizationRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetOrganizationRunForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs/{uuid}][%d] getOrganizationRunForbidden %+v", 403, o.Payload) } + +func (o *GetOrganizationRunForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs/{uuid}][%d] getOrganizationRunForbidden %+v", 403, o.Payload) +} + func (o *GetOrganizationRunForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetOrganizationRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this get organization run not found response has a 2xx status code +func (o *GetOrganizationRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization run not found response has a 3xx status code +func (o *GetOrganizationRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization run not found response has a 4xx status code +func (o *GetOrganizationRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization run not found response has a 5xx status code +func (o *GetOrganizationRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization run not found response a status code equal to that given +func (o *GetOrganizationRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetOrganizationRunNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs/{uuid}][%d] getOrganizationRunNotFound %+v", 404, o.Payload) } + +func (o *GetOrganizationRunNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs/{uuid}][%d] getOrganizationRunNotFound %+v", 404, o.Payload) +} + func (o *GetOrganizationRunNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetOrganizationRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get organization run default response has a 2xx status code +func (o *GetOrganizationRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get organization run default response has a 3xx status code +func (o *GetOrganizationRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get organization run default response has a 4xx status code +func (o *GetOrganizationRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get organization run default response has a 5xx status code +func (o *GetOrganizationRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get organization run default response a status code equal to that given +func (o *GetOrganizationRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetOrganizationRunDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs/{uuid}][%d] GetOrganizationRun default %+v", o._statusCode, o.Payload) } + +func (o *GetOrganizationRunDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs/{uuid}][%d] GetOrganizationRun default %+v", o._statusCode, o.Payload) +} + func (o *GetOrganizationRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/get_organization_runs_responses.go b/go/http_client/v1/service_client/organizations_v1/get_organization_runs_responses.go index 7e44183e05..0d1897943e 100644 --- a/go/http_client/v1/service_client/organizations_v1/get_organization_runs_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/get_organization_runs_responses.go @@ -86,9 +86,39 @@ type GetOrganizationRunsOK struct { Payload *service_model.V1ListRunsResponse } +// IsSuccess returns true when this get organization runs o k response has a 2xx status code +func (o *GetOrganizationRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization runs o k response has a 3xx status code +func (o *GetOrganizationRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization runs o k response has a 4xx status code +func (o *GetOrganizationRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization runs o k response has a 5xx status code +func (o *GetOrganizationRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization runs o k response a status code equal to that given +func (o *GetOrganizationRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetOrganizationRunsOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs][%d] getOrganizationRunsOK %+v", 200, o.Payload) } + +func (o *GetOrganizationRunsOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs][%d] getOrganizationRunsOK %+v", 200, o.Payload) +} + func (o *GetOrganizationRunsOK) GetPayload() *service_model.V1ListRunsResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetOrganizationRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this get organization runs no content response has a 2xx status code +func (o *GetOrganizationRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization runs no content response has a 3xx status code +func (o *GetOrganizationRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization runs no content response has a 4xx status code +func (o *GetOrganizationRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization runs no content response has a 5xx status code +func (o *GetOrganizationRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization runs no content response a status code equal to that given +func (o *GetOrganizationRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetOrganizationRunsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs][%d] getOrganizationRunsNoContent %+v", 204, o.Payload) } + +func (o *GetOrganizationRunsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs][%d] getOrganizationRunsNoContent %+v", 204, o.Payload) +} + func (o *GetOrganizationRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetOrganizationRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this get organization runs forbidden response has a 2xx status code +func (o *GetOrganizationRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization runs forbidden response has a 3xx status code +func (o *GetOrganizationRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization runs forbidden response has a 4xx status code +func (o *GetOrganizationRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization runs forbidden response has a 5xx status code +func (o *GetOrganizationRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization runs forbidden response a status code equal to that given +func (o *GetOrganizationRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetOrganizationRunsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs][%d] getOrganizationRunsForbidden %+v", 403, o.Payload) } + +func (o *GetOrganizationRunsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs][%d] getOrganizationRunsForbidden %+v", 403, o.Payload) +} + func (o *GetOrganizationRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetOrganizationRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this get organization runs not found response has a 2xx status code +func (o *GetOrganizationRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization runs not found response has a 3xx status code +func (o *GetOrganizationRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization runs not found response has a 4xx status code +func (o *GetOrganizationRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization runs not found response has a 5xx status code +func (o *GetOrganizationRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization runs not found response a status code equal to that given +func (o *GetOrganizationRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetOrganizationRunsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs][%d] getOrganizationRunsNotFound %+v", 404, o.Payload) } + +func (o *GetOrganizationRunsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs][%d] getOrganizationRunsNotFound %+v", 404, o.Payload) +} + func (o *GetOrganizationRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetOrganizationRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get organization runs default response has a 2xx status code +func (o *GetOrganizationRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get organization runs default response has a 3xx status code +func (o *GetOrganizationRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get organization runs default response has a 4xx status code +func (o *GetOrganizationRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get organization runs default response has a 5xx status code +func (o *GetOrganizationRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get organization runs default response a status code equal to that given +func (o *GetOrganizationRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetOrganizationRunsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs][%d] GetOrganizationRuns default %+v", o._statusCode, o.Payload) } + +func (o *GetOrganizationRunsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/runs][%d] GetOrganizationRuns default %+v", o._statusCode, o.Payload) +} + func (o *GetOrganizationRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/get_organization_settings_responses.go b/go/http_client/v1/service_client/organizations_v1/get_organization_settings_responses.go index a58e8047b9..26e04bba6d 100644 --- a/go/http_client/v1/service_client/organizations_v1/get_organization_settings_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/get_organization_settings_responses.go @@ -86,9 +86,39 @@ type GetOrganizationSettingsOK struct { Payload *service_model.V1Organization } +// IsSuccess returns true when this get organization settings o k response has a 2xx status code +func (o *GetOrganizationSettingsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization settings o k response has a 3xx status code +func (o *GetOrganizationSettingsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization settings o k response has a 4xx status code +func (o *GetOrganizationSettingsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization settings o k response has a 5xx status code +func (o *GetOrganizationSettingsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization settings o k response a status code equal to that given +func (o *GetOrganizationSettingsOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetOrganizationSettingsOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/settings][%d] getOrganizationSettingsOK %+v", 200, o.Payload) } + +func (o *GetOrganizationSettingsOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/settings][%d] getOrganizationSettingsOK %+v", 200, o.Payload) +} + func (o *GetOrganizationSettingsOK) GetPayload() *service_model.V1Organization { return o.Payload } @@ -118,9 +148,39 @@ type GetOrganizationSettingsNoContent struct { Payload interface{} } +// IsSuccess returns true when this get organization settings no content response has a 2xx status code +func (o *GetOrganizationSettingsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization settings no content response has a 3xx status code +func (o *GetOrganizationSettingsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization settings no content response has a 4xx status code +func (o *GetOrganizationSettingsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization settings no content response has a 5xx status code +func (o *GetOrganizationSettingsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization settings no content response a status code equal to that given +func (o *GetOrganizationSettingsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetOrganizationSettingsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/settings][%d] getOrganizationSettingsNoContent %+v", 204, o.Payload) } + +func (o *GetOrganizationSettingsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/settings][%d] getOrganizationSettingsNoContent %+v", 204, o.Payload) +} + func (o *GetOrganizationSettingsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetOrganizationSettingsForbidden struct { Payload interface{} } +// IsSuccess returns true when this get organization settings forbidden response has a 2xx status code +func (o *GetOrganizationSettingsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization settings forbidden response has a 3xx status code +func (o *GetOrganizationSettingsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization settings forbidden response has a 4xx status code +func (o *GetOrganizationSettingsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization settings forbidden response has a 5xx status code +func (o *GetOrganizationSettingsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization settings forbidden response a status code equal to that given +func (o *GetOrganizationSettingsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetOrganizationSettingsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/settings][%d] getOrganizationSettingsForbidden %+v", 403, o.Payload) } + +func (o *GetOrganizationSettingsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/settings][%d] getOrganizationSettingsForbidden %+v", 403, o.Payload) +} + func (o *GetOrganizationSettingsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetOrganizationSettingsNotFound struct { Payload interface{} } +// IsSuccess returns true when this get organization settings not found response has a 2xx status code +func (o *GetOrganizationSettingsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization settings not found response has a 3xx status code +func (o *GetOrganizationSettingsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization settings not found response has a 4xx status code +func (o *GetOrganizationSettingsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization settings not found response has a 5xx status code +func (o *GetOrganizationSettingsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization settings not found response a status code equal to that given +func (o *GetOrganizationSettingsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetOrganizationSettingsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/settings][%d] getOrganizationSettingsNotFound %+v", 404, o.Payload) } + +func (o *GetOrganizationSettingsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/settings][%d] getOrganizationSettingsNotFound %+v", 404, o.Payload) +} + func (o *GetOrganizationSettingsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetOrganizationSettingsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get organization settings default response has a 2xx status code +func (o *GetOrganizationSettingsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get organization settings default response has a 3xx status code +func (o *GetOrganizationSettingsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get organization settings default response has a 4xx status code +func (o *GetOrganizationSettingsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get organization settings default response has a 5xx status code +func (o *GetOrganizationSettingsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get organization settings default response a status code equal to that given +func (o *GetOrganizationSettingsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetOrganizationSettingsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/settings][%d] GetOrganizationSettings default %+v", o._statusCode, o.Payload) } + +func (o *GetOrganizationSettingsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/settings][%d] GetOrganizationSettings default %+v", o._statusCode, o.Payload) +} + func (o *GetOrganizationSettingsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/get_organization_stats_responses.go b/go/http_client/v1/service_client/organizations_v1/get_organization_stats_responses.go index a6168c6e75..1e2065fb93 100644 --- a/go/http_client/v1/service_client/organizations_v1/get_organization_stats_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/get_organization_stats_responses.go @@ -86,9 +86,39 @@ type GetOrganizationStatsOK struct { Payload interface{} } +// IsSuccess returns true when this get organization stats o k response has a 2xx status code +func (o *GetOrganizationStatsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization stats o k response has a 3xx status code +func (o *GetOrganizationStatsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization stats o k response has a 4xx status code +func (o *GetOrganizationStatsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization stats o k response has a 5xx status code +func (o *GetOrganizationStatsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization stats o k response a status code equal to that given +func (o *GetOrganizationStatsOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetOrganizationStatsOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/stats][%d] getOrganizationStatsOK %+v", 200, o.Payload) } + +func (o *GetOrganizationStatsOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/stats][%d] getOrganizationStatsOK %+v", 200, o.Payload) +} + func (o *GetOrganizationStatsOK) GetPayload() interface{} { return o.Payload } @@ -116,9 +146,39 @@ type GetOrganizationStatsNoContent struct { Payload interface{} } +// IsSuccess returns true when this get organization stats no content response has a 2xx status code +func (o *GetOrganizationStatsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get organization stats no content response has a 3xx status code +func (o *GetOrganizationStatsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization stats no content response has a 4xx status code +func (o *GetOrganizationStatsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get organization stats no content response has a 5xx status code +func (o *GetOrganizationStatsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization stats no content response a status code equal to that given +func (o *GetOrganizationStatsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetOrganizationStatsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/stats][%d] getOrganizationStatsNoContent %+v", 204, o.Payload) } + +func (o *GetOrganizationStatsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/stats][%d] getOrganizationStatsNoContent %+v", 204, o.Payload) +} + func (o *GetOrganizationStatsNoContent) GetPayload() interface{} { return o.Payload } @@ -146,9 +206,39 @@ type GetOrganizationStatsForbidden struct { Payload interface{} } +// IsSuccess returns true when this get organization stats forbidden response has a 2xx status code +func (o *GetOrganizationStatsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization stats forbidden response has a 3xx status code +func (o *GetOrganizationStatsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization stats forbidden response has a 4xx status code +func (o *GetOrganizationStatsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization stats forbidden response has a 5xx status code +func (o *GetOrganizationStatsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization stats forbidden response a status code equal to that given +func (o *GetOrganizationStatsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetOrganizationStatsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/stats][%d] getOrganizationStatsForbidden %+v", 403, o.Payload) } + +func (o *GetOrganizationStatsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/stats][%d] getOrganizationStatsForbidden %+v", 403, o.Payload) +} + func (o *GetOrganizationStatsForbidden) GetPayload() interface{} { return o.Payload } @@ -176,9 +266,39 @@ type GetOrganizationStatsNotFound struct { Payload interface{} } +// IsSuccess returns true when this get organization stats not found response has a 2xx status code +func (o *GetOrganizationStatsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get organization stats not found response has a 3xx status code +func (o *GetOrganizationStatsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get organization stats not found response has a 4xx status code +func (o *GetOrganizationStatsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get organization stats not found response has a 5xx status code +func (o *GetOrganizationStatsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get organization stats not found response a status code equal to that given +func (o *GetOrganizationStatsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetOrganizationStatsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/stats][%d] getOrganizationStatsNotFound %+v", 404, o.Payload) } + +func (o *GetOrganizationStatsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/stats][%d] getOrganizationStatsNotFound %+v", 404, o.Payload) +} + func (o *GetOrganizationStatsNotFound) GetPayload() interface{} { return o.Payload } @@ -215,9 +335,39 @@ func (o *GetOrganizationStatsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get organization stats default response has a 2xx status code +func (o *GetOrganizationStatsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get organization stats default response has a 3xx status code +func (o *GetOrganizationStatsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get organization stats default response has a 4xx status code +func (o *GetOrganizationStatsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get organization stats default response has a 5xx status code +func (o *GetOrganizationStatsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get organization stats default response a status code equal to that given +func (o *GetOrganizationStatsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetOrganizationStatsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/stats][%d] GetOrganizationStats default %+v", o._statusCode, o.Payload) } + +func (o *GetOrganizationStatsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/stats][%d] GetOrganizationStats default %+v", o._statusCode, o.Payload) +} + func (o *GetOrganizationStatsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/invalidate_organization_runs_responses.go b/go/http_client/v1/service_client/organizations_v1/invalidate_organization_runs_responses.go index ab7488e6d6..80df2efc33 100644 --- a/go/http_client/v1/service_client/organizations_v1/invalidate_organization_runs_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/invalidate_organization_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type InvalidateOrganizationRunsOK struct { } +// IsSuccess returns true when this invalidate organization runs o k response has a 2xx status code +func (o *InvalidateOrganizationRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this invalidate organization runs o k response has a 3xx status code +func (o *InvalidateOrganizationRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this invalidate organization runs o k response has a 4xx status code +func (o *InvalidateOrganizationRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this invalidate organization runs o k response has a 5xx status code +func (o *InvalidateOrganizationRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this invalidate organization runs o k response a status code equal to that given +func (o *InvalidateOrganizationRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *InvalidateOrganizationRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/invalidate][%d] invalidateOrganizationRunsOK ", 200) } +func (o *InvalidateOrganizationRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/invalidate][%d] invalidateOrganizationRunsOK ", 200) +} + func (o *InvalidateOrganizationRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type InvalidateOrganizationRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this invalidate organization runs no content response has a 2xx status code +func (o *InvalidateOrganizationRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this invalidate organization runs no content response has a 3xx status code +func (o *InvalidateOrganizationRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this invalidate organization runs no content response has a 4xx status code +func (o *InvalidateOrganizationRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this invalidate organization runs no content response has a 5xx status code +func (o *InvalidateOrganizationRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this invalidate organization runs no content response a status code equal to that given +func (o *InvalidateOrganizationRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *InvalidateOrganizationRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/invalidate][%d] invalidateOrganizationRunsNoContent %+v", 204, o.Payload) } + +func (o *InvalidateOrganizationRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/invalidate][%d] invalidateOrganizationRunsNoContent %+v", 204, o.Payload) +} + func (o *InvalidateOrganizationRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type InvalidateOrganizationRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this invalidate organization runs forbidden response has a 2xx status code +func (o *InvalidateOrganizationRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this invalidate organization runs forbidden response has a 3xx status code +func (o *InvalidateOrganizationRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this invalidate organization runs forbidden response has a 4xx status code +func (o *InvalidateOrganizationRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this invalidate organization runs forbidden response has a 5xx status code +func (o *InvalidateOrganizationRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this invalidate organization runs forbidden response a status code equal to that given +func (o *InvalidateOrganizationRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *InvalidateOrganizationRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/invalidate][%d] invalidateOrganizationRunsForbidden %+v", 403, o.Payload) } + +func (o *InvalidateOrganizationRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/invalidate][%d] invalidateOrganizationRunsForbidden %+v", 403, o.Payload) +} + func (o *InvalidateOrganizationRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type InvalidateOrganizationRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this invalidate organization runs not found response has a 2xx status code +func (o *InvalidateOrganizationRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this invalidate organization runs not found response has a 3xx status code +func (o *InvalidateOrganizationRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this invalidate organization runs not found response has a 4xx status code +func (o *InvalidateOrganizationRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this invalidate organization runs not found response has a 5xx status code +func (o *InvalidateOrganizationRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this invalidate organization runs not found response a status code equal to that given +func (o *InvalidateOrganizationRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *InvalidateOrganizationRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/invalidate][%d] invalidateOrganizationRunsNotFound %+v", 404, o.Payload) } + +func (o *InvalidateOrganizationRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/invalidate][%d] invalidateOrganizationRunsNotFound %+v", 404, o.Payload) +} + func (o *InvalidateOrganizationRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *InvalidateOrganizationRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this invalidate organization runs default response has a 2xx status code +func (o *InvalidateOrganizationRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this invalidate organization runs default response has a 3xx status code +func (o *InvalidateOrganizationRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this invalidate organization runs default response has a 4xx status code +func (o *InvalidateOrganizationRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this invalidate organization runs default response has a 5xx status code +func (o *InvalidateOrganizationRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this invalidate organization runs default response a status code equal to that given +func (o *InvalidateOrganizationRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *InvalidateOrganizationRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/invalidate][%d] InvalidateOrganizationRuns default %+v", o._statusCode, o.Payload) } + +func (o *InvalidateOrganizationRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/invalidate][%d] InvalidateOrganizationRuns default %+v", o._statusCode, o.Payload) +} + func (o *InvalidateOrganizationRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/list_organization_member_names_responses.go b/go/http_client/v1/service_client/organizations_v1/list_organization_member_names_responses.go index 25e9aaf546..e8a66d317c 100644 --- a/go/http_client/v1/service_client/organizations_v1/list_organization_member_names_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/list_organization_member_names_responses.go @@ -86,9 +86,39 @@ type ListOrganizationMemberNamesOK struct { Payload *service_model.V1ListOrganizationMembersResponse } +// IsSuccess returns true when this list organization member names o k response has a 2xx status code +func (o *ListOrganizationMemberNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list organization member names o k response has a 3xx status code +func (o *ListOrganizationMemberNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization member names o k response has a 4xx status code +func (o *ListOrganizationMemberNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list organization member names o k response has a 5xx status code +func (o *ListOrganizationMemberNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization member names o k response a status code equal to that given +func (o *ListOrganizationMemberNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListOrganizationMemberNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/names][%d] listOrganizationMemberNamesOK %+v", 200, o.Payload) } + +func (o *ListOrganizationMemberNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/names][%d] listOrganizationMemberNamesOK %+v", 200, o.Payload) +} + func (o *ListOrganizationMemberNamesOK) GetPayload() *service_model.V1ListOrganizationMembersResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListOrganizationMemberNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list organization member names no content response has a 2xx status code +func (o *ListOrganizationMemberNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list organization member names no content response has a 3xx status code +func (o *ListOrganizationMemberNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization member names no content response has a 4xx status code +func (o *ListOrganizationMemberNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list organization member names no content response has a 5xx status code +func (o *ListOrganizationMemberNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization member names no content response a status code equal to that given +func (o *ListOrganizationMemberNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListOrganizationMemberNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/names][%d] listOrganizationMemberNamesNoContent %+v", 204, o.Payload) } + +func (o *ListOrganizationMemberNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/names][%d] listOrganizationMemberNamesNoContent %+v", 204, o.Payload) +} + func (o *ListOrganizationMemberNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListOrganizationMemberNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list organization member names forbidden response has a 2xx status code +func (o *ListOrganizationMemberNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list organization member names forbidden response has a 3xx status code +func (o *ListOrganizationMemberNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization member names forbidden response has a 4xx status code +func (o *ListOrganizationMemberNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list organization member names forbidden response has a 5xx status code +func (o *ListOrganizationMemberNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization member names forbidden response a status code equal to that given +func (o *ListOrganizationMemberNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListOrganizationMemberNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/names][%d] listOrganizationMemberNamesForbidden %+v", 403, o.Payload) } + +func (o *ListOrganizationMemberNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/names][%d] listOrganizationMemberNamesForbidden %+v", 403, o.Payload) +} + func (o *ListOrganizationMemberNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListOrganizationMemberNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list organization member names not found response has a 2xx status code +func (o *ListOrganizationMemberNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list organization member names not found response has a 3xx status code +func (o *ListOrganizationMemberNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization member names not found response has a 4xx status code +func (o *ListOrganizationMemberNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list organization member names not found response has a 5xx status code +func (o *ListOrganizationMemberNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization member names not found response a status code equal to that given +func (o *ListOrganizationMemberNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListOrganizationMemberNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/names][%d] listOrganizationMemberNamesNotFound %+v", 404, o.Payload) } + +func (o *ListOrganizationMemberNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/names][%d] listOrganizationMemberNamesNotFound %+v", 404, o.Payload) +} + func (o *ListOrganizationMemberNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListOrganizationMemberNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list organization member names default response has a 2xx status code +func (o *ListOrganizationMemberNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list organization member names default response has a 3xx status code +func (o *ListOrganizationMemberNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list organization member names default response has a 4xx status code +func (o *ListOrganizationMemberNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list organization member names default response has a 5xx status code +func (o *ListOrganizationMemberNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list organization member names default response a status code equal to that given +func (o *ListOrganizationMemberNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListOrganizationMemberNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/names][%d] ListOrganizationMemberNames default %+v", o._statusCode, o.Payload) } + +func (o *ListOrganizationMemberNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members/names][%d] ListOrganizationMemberNames default %+v", o._statusCode, o.Payload) +} + func (o *ListOrganizationMemberNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/list_organization_members_responses.go b/go/http_client/v1/service_client/organizations_v1/list_organization_members_responses.go index 93a9e692fc..83ce7b2e46 100644 --- a/go/http_client/v1/service_client/organizations_v1/list_organization_members_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/list_organization_members_responses.go @@ -86,9 +86,39 @@ type ListOrganizationMembersOK struct { Payload *service_model.V1ListOrganizationMembersResponse } +// IsSuccess returns true when this list organization members o k response has a 2xx status code +func (o *ListOrganizationMembersOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list organization members o k response has a 3xx status code +func (o *ListOrganizationMembersOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization members o k response has a 4xx status code +func (o *ListOrganizationMembersOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list organization members o k response has a 5xx status code +func (o *ListOrganizationMembersOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization members o k response a status code equal to that given +func (o *ListOrganizationMembersOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListOrganizationMembersOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members][%d] listOrganizationMembersOK %+v", 200, o.Payload) } + +func (o *ListOrganizationMembersOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members][%d] listOrganizationMembersOK %+v", 200, o.Payload) +} + func (o *ListOrganizationMembersOK) GetPayload() *service_model.V1ListOrganizationMembersResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListOrganizationMembersNoContent struct { Payload interface{} } +// IsSuccess returns true when this list organization members no content response has a 2xx status code +func (o *ListOrganizationMembersNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list organization members no content response has a 3xx status code +func (o *ListOrganizationMembersNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization members no content response has a 4xx status code +func (o *ListOrganizationMembersNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list organization members no content response has a 5xx status code +func (o *ListOrganizationMembersNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization members no content response a status code equal to that given +func (o *ListOrganizationMembersNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListOrganizationMembersNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members][%d] listOrganizationMembersNoContent %+v", 204, o.Payload) } + +func (o *ListOrganizationMembersNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members][%d] listOrganizationMembersNoContent %+v", 204, o.Payload) +} + func (o *ListOrganizationMembersNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListOrganizationMembersForbidden struct { Payload interface{} } +// IsSuccess returns true when this list organization members forbidden response has a 2xx status code +func (o *ListOrganizationMembersForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list organization members forbidden response has a 3xx status code +func (o *ListOrganizationMembersForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization members forbidden response has a 4xx status code +func (o *ListOrganizationMembersForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list organization members forbidden response has a 5xx status code +func (o *ListOrganizationMembersForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization members forbidden response a status code equal to that given +func (o *ListOrganizationMembersForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListOrganizationMembersForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members][%d] listOrganizationMembersForbidden %+v", 403, o.Payload) } + +func (o *ListOrganizationMembersForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members][%d] listOrganizationMembersForbidden %+v", 403, o.Payload) +} + func (o *ListOrganizationMembersForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListOrganizationMembersNotFound struct { Payload interface{} } +// IsSuccess returns true when this list organization members not found response has a 2xx status code +func (o *ListOrganizationMembersNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list organization members not found response has a 3xx status code +func (o *ListOrganizationMembersNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization members not found response has a 4xx status code +func (o *ListOrganizationMembersNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list organization members not found response has a 5xx status code +func (o *ListOrganizationMembersNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization members not found response a status code equal to that given +func (o *ListOrganizationMembersNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListOrganizationMembersNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members][%d] listOrganizationMembersNotFound %+v", 404, o.Payload) } + +func (o *ListOrganizationMembersNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members][%d] listOrganizationMembersNotFound %+v", 404, o.Payload) +} + func (o *ListOrganizationMembersNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListOrganizationMembersDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list organization members default response has a 2xx status code +func (o *ListOrganizationMembersDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list organization members default response has a 3xx status code +func (o *ListOrganizationMembersDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list organization members default response has a 4xx status code +func (o *ListOrganizationMembersDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list organization members default response has a 5xx status code +func (o *ListOrganizationMembersDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list organization members default response a status code equal to that given +func (o *ListOrganizationMembersDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListOrganizationMembersDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members][%d] ListOrganizationMembers default %+v", o._statusCode, o.Payload) } + +func (o *ListOrganizationMembersDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/members][%d] ListOrganizationMembers default %+v", o._statusCode, o.Payload) +} + func (o *ListOrganizationMembersDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/list_organization_names_responses.go b/go/http_client/v1/service_client/organizations_v1/list_organization_names_responses.go index 41d57af1f5..438c7ff98f 100644 --- a/go/http_client/v1/service_client/organizations_v1/list_organization_names_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/list_organization_names_responses.go @@ -86,9 +86,39 @@ type ListOrganizationNamesOK struct { Payload *service_model.V1ListOrganizationsResponse } +// IsSuccess returns true when this list organization names o k response has a 2xx status code +func (o *ListOrganizationNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list organization names o k response has a 3xx status code +func (o *ListOrganizationNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization names o k response has a 4xx status code +func (o *ListOrganizationNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list organization names o k response has a 5xx status code +func (o *ListOrganizationNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization names o k response a status code equal to that given +func (o *ListOrganizationNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListOrganizationNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/names][%d] listOrganizationNamesOK %+v", 200, o.Payload) } + +func (o *ListOrganizationNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/names][%d] listOrganizationNamesOK %+v", 200, o.Payload) +} + func (o *ListOrganizationNamesOK) GetPayload() *service_model.V1ListOrganizationsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListOrganizationNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list organization names no content response has a 2xx status code +func (o *ListOrganizationNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list organization names no content response has a 3xx status code +func (o *ListOrganizationNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization names no content response has a 4xx status code +func (o *ListOrganizationNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list organization names no content response has a 5xx status code +func (o *ListOrganizationNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization names no content response a status code equal to that given +func (o *ListOrganizationNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListOrganizationNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/names][%d] listOrganizationNamesNoContent %+v", 204, o.Payload) } + +func (o *ListOrganizationNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/names][%d] listOrganizationNamesNoContent %+v", 204, o.Payload) +} + func (o *ListOrganizationNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListOrganizationNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list organization names forbidden response has a 2xx status code +func (o *ListOrganizationNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list organization names forbidden response has a 3xx status code +func (o *ListOrganizationNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization names forbidden response has a 4xx status code +func (o *ListOrganizationNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list organization names forbidden response has a 5xx status code +func (o *ListOrganizationNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization names forbidden response a status code equal to that given +func (o *ListOrganizationNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListOrganizationNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/names][%d] listOrganizationNamesForbidden %+v", 403, o.Payload) } + +func (o *ListOrganizationNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/names][%d] listOrganizationNamesForbidden %+v", 403, o.Payload) +} + func (o *ListOrganizationNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListOrganizationNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list organization names not found response has a 2xx status code +func (o *ListOrganizationNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list organization names not found response has a 3xx status code +func (o *ListOrganizationNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization names not found response has a 4xx status code +func (o *ListOrganizationNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list organization names not found response has a 5xx status code +func (o *ListOrganizationNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization names not found response a status code equal to that given +func (o *ListOrganizationNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListOrganizationNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/names][%d] listOrganizationNamesNotFound %+v", 404, o.Payload) } + +func (o *ListOrganizationNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/names][%d] listOrganizationNamesNotFound %+v", 404, o.Payload) +} + func (o *ListOrganizationNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListOrganizationNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list organization names default response has a 2xx status code +func (o *ListOrganizationNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list organization names default response has a 3xx status code +func (o *ListOrganizationNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list organization names default response has a 4xx status code +func (o *ListOrganizationNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list organization names default response has a 5xx status code +func (o *ListOrganizationNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list organization names default response a status code equal to that given +func (o *ListOrganizationNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListOrganizationNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/names][%d] ListOrganizationNames default %+v", o._statusCode, o.Payload) } + +func (o *ListOrganizationNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/names][%d] ListOrganizationNames default %+v", o._statusCode, o.Payload) +} + func (o *ListOrganizationNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/list_organizations_responses.go b/go/http_client/v1/service_client/organizations_v1/list_organizations_responses.go index 18a877f831..62c09e5aee 100644 --- a/go/http_client/v1/service_client/organizations_v1/list_organizations_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/list_organizations_responses.go @@ -86,9 +86,39 @@ type ListOrganizationsOK struct { Payload *service_model.V1ListOrganizationsResponse } +// IsSuccess returns true when this list organizations o k response has a 2xx status code +func (o *ListOrganizationsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list organizations o k response has a 3xx status code +func (o *ListOrganizationsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organizations o k response has a 4xx status code +func (o *ListOrganizationsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list organizations o k response has a 5xx status code +func (o *ListOrganizationsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list organizations o k response a status code equal to that given +func (o *ListOrganizationsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListOrganizationsOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/list][%d] listOrganizationsOK %+v", 200, o.Payload) } + +func (o *ListOrganizationsOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/list][%d] listOrganizationsOK %+v", 200, o.Payload) +} + func (o *ListOrganizationsOK) GetPayload() *service_model.V1ListOrganizationsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListOrganizationsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list organizations no content response has a 2xx status code +func (o *ListOrganizationsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list organizations no content response has a 3xx status code +func (o *ListOrganizationsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organizations no content response has a 4xx status code +func (o *ListOrganizationsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list organizations no content response has a 5xx status code +func (o *ListOrganizationsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list organizations no content response a status code equal to that given +func (o *ListOrganizationsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListOrganizationsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/list][%d] listOrganizationsNoContent %+v", 204, o.Payload) } + +func (o *ListOrganizationsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/list][%d] listOrganizationsNoContent %+v", 204, o.Payload) +} + func (o *ListOrganizationsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListOrganizationsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list organizations forbidden response has a 2xx status code +func (o *ListOrganizationsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list organizations forbidden response has a 3xx status code +func (o *ListOrganizationsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organizations forbidden response has a 4xx status code +func (o *ListOrganizationsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list organizations forbidden response has a 5xx status code +func (o *ListOrganizationsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list organizations forbidden response a status code equal to that given +func (o *ListOrganizationsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListOrganizationsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/list][%d] listOrganizationsForbidden %+v", 403, o.Payload) } + +func (o *ListOrganizationsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/list][%d] listOrganizationsForbidden %+v", 403, o.Payload) +} + func (o *ListOrganizationsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListOrganizationsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list organizations not found response has a 2xx status code +func (o *ListOrganizationsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list organizations not found response has a 3xx status code +func (o *ListOrganizationsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organizations not found response has a 4xx status code +func (o *ListOrganizationsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list organizations not found response has a 5xx status code +func (o *ListOrganizationsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list organizations not found response a status code equal to that given +func (o *ListOrganizationsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListOrganizationsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/list][%d] listOrganizationsNotFound %+v", 404, o.Payload) } + +func (o *ListOrganizationsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/list][%d] listOrganizationsNotFound %+v", 404, o.Payload) +} + func (o *ListOrganizationsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListOrganizationsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list organizations default response has a 2xx status code +func (o *ListOrganizationsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list organizations default response has a 3xx status code +func (o *ListOrganizationsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list organizations default response has a 4xx status code +func (o *ListOrganizationsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list organizations default response has a 5xx status code +func (o *ListOrganizationsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list organizations default response a status code equal to that given +func (o *ListOrganizationsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListOrganizationsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/list][%d] ListOrganizations default %+v", o._statusCode, o.Payload) } + +func (o *ListOrganizationsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/list][%d] ListOrganizations default %+v", o._statusCode, o.Payload) +} + func (o *ListOrganizationsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/organization_plan_responses.go b/go/http_client/v1/service_client/organizations_v1/organization_plan_responses.go index ff6affaafa..e27eb48655 100644 --- a/go/http_client/v1/service_client/organizations_v1/organization_plan_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/organization_plan_responses.go @@ -86,9 +86,39 @@ type OrganizationPlanOK struct { Payload *service_model.V1Organization } +// IsSuccess returns true when this organization plan o k response has a 2xx status code +func (o *OrganizationPlanOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this organization plan o k response has a 3xx status code +func (o *OrganizationPlanOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this organization plan o k response has a 4xx status code +func (o *OrganizationPlanOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this organization plan o k response has a 5xx status code +func (o *OrganizationPlanOK) IsServerError() bool { + return false +} + +// IsCode returns true when this organization plan o k response a status code equal to that given +func (o *OrganizationPlanOK) IsCode(code int) bool { + return code == 200 +} + func (o *OrganizationPlanOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/plan][%d] organizationPlanOK %+v", 200, o.Payload) } + +func (o *OrganizationPlanOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/plan][%d] organizationPlanOK %+v", 200, o.Payload) +} + func (o *OrganizationPlanOK) GetPayload() *service_model.V1Organization { return o.Payload } @@ -118,9 +148,39 @@ type OrganizationPlanNoContent struct { Payload interface{} } +// IsSuccess returns true when this organization plan no content response has a 2xx status code +func (o *OrganizationPlanNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this organization plan no content response has a 3xx status code +func (o *OrganizationPlanNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this organization plan no content response has a 4xx status code +func (o *OrganizationPlanNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this organization plan no content response has a 5xx status code +func (o *OrganizationPlanNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this organization plan no content response a status code equal to that given +func (o *OrganizationPlanNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *OrganizationPlanNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/plan][%d] organizationPlanNoContent %+v", 204, o.Payload) } + +func (o *OrganizationPlanNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/plan][%d] organizationPlanNoContent %+v", 204, o.Payload) +} + func (o *OrganizationPlanNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type OrganizationPlanForbidden struct { Payload interface{} } +// IsSuccess returns true when this organization plan forbidden response has a 2xx status code +func (o *OrganizationPlanForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this organization plan forbidden response has a 3xx status code +func (o *OrganizationPlanForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this organization plan forbidden response has a 4xx status code +func (o *OrganizationPlanForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this organization plan forbidden response has a 5xx status code +func (o *OrganizationPlanForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this organization plan forbidden response a status code equal to that given +func (o *OrganizationPlanForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *OrganizationPlanForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/plan][%d] organizationPlanForbidden %+v", 403, o.Payload) } + +func (o *OrganizationPlanForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/plan][%d] organizationPlanForbidden %+v", 403, o.Payload) +} + func (o *OrganizationPlanForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type OrganizationPlanNotFound struct { Payload interface{} } +// IsSuccess returns true when this organization plan not found response has a 2xx status code +func (o *OrganizationPlanNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this organization plan not found response has a 3xx status code +func (o *OrganizationPlanNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this organization plan not found response has a 4xx status code +func (o *OrganizationPlanNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this organization plan not found response has a 5xx status code +func (o *OrganizationPlanNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this organization plan not found response a status code equal to that given +func (o *OrganizationPlanNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *OrganizationPlanNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/plan][%d] organizationPlanNotFound %+v", 404, o.Payload) } + +func (o *OrganizationPlanNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/plan][%d] organizationPlanNotFound %+v", 404, o.Payload) +} + func (o *OrganizationPlanNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *OrganizationPlanDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this organization plan default response has a 2xx status code +func (o *OrganizationPlanDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this organization plan default response has a 3xx status code +func (o *OrganizationPlanDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this organization plan default response has a 4xx status code +func (o *OrganizationPlanDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this organization plan default response has a 5xx status code +func (o *OrganizationPlanDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this organization plan default response a status code equal to that given +func (o *OrganizationPlanDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *OrganizationPlanDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/plan][%d] OrganizationPlan default %+v", o._statusCode, o.Payload) } + +func (o *OrganizationPlanDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/plan][%d] OrganizationPlan default %+v", o._statusCode, o.Payload) +} + func (o *OrganizationPlanDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/patch_organization_invitation_responses.go b/go/http_client/v1/service_client/organizations_v1/patch_organization_invitation_responses.go index 9533a11e21..fbffdd0e46 100644 --- a/go/http_client/v1/service_client/organizations_v1/patch_organization_invitation_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/patch_organization_invitation_responses.go @@ -86,9 +86,39 @@ type PatchOrganizationInvitationOK struct { Payload *service_model.V1OrganizationMember } +// IsSuccess returns true when this patch organization invitation o k response has a 2xx status code +func (o *PatchOrganizationInvitationOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch organization invitation o k response has a 3xx status code +func (o *PatchOrganizationInvitationOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization invitation o k response has a 4xx status code +func (o *PatchOrganizationInvitationOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch organization invitation o k response has a 5xx status code +func (o *PatchOrganizationInvitationOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization invitation o k response a status code equal to that given +func (o *PatchOrganizationInvitationOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchOrganizationInvitationOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/invitations][%d] patchOrganizationInvitationOK %+v", 200, o.Payload) } + +func (o *PatchOrganizationInvitationOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/invitations][%d] patchOrganizationInvitationOK %+v", 200, o.Payload) +} + func (o *PatchOrganizationInvitationOK) GetPayload() *service_model.V1OrganizationMember { return o.Payload } @@ -118,9 +148,39 @@ type PatchOrganizationInvitationNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch organization invitation no content response has a 2xx status code +func (o *PatchOrganizationInvitationNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch organization invitation no content response has a 3xx status code +func (o *PatchOrganizationInvitationNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization invitation no content response has a 4xx status code +func (o *PatchOrganizationInvitationNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch organization invitation no content response has a 5xx status code +func (o *PatchOrganizationInvitationNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization invitation no content response a status code equal to that given +func (o *PatchOrganizationInvitationNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchOrganizationInvitationNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/invitations][%d] patchOrganizationInvitationNoContent %+v", 204, o.Payload) } + +func (o *PatchOrganizationInvitationNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/invitations][%d] patchOrganizationInvitationNoContent %+v", 204, o.Payload) +} + func (o *PatchOrganizationInvitationNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchOrganizationInvitationForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch organization invitation forbidden response has a 2xx status code +func (o *PatchOrganizationInvitationForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch organization invitation forbidden response has a 3xx status code +func (o *PatchOrganizationInvitationForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization invitation forbidden response has a 4xx status code +func (o *PatchOrganizationInvitationForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch organization invitation forbidden response has a 5xx status code +func (o *PatchOrganizationInvitationForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization invitation forbidden response a status code equal to that given +func (o *PatchOrganizationInvitationForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchOrganizationInvitationForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/invitations][%d] patchOrganizationInvitationForbidden %+v", 403, o.Payload) } + +func (o *PatchOrganizationInvitationForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/invitations][%d] patchOrganizationInvitationForbidden %+v", 403, o.Payload) +} + func (o *PatchOrganizationInvitationForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchOrganizationInvitationNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch organization invitation not found response has a 2xx status code +func (o *PatchOrganizationInvitationNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch organization invitation not found response has a 3xx status code +func (o *PatchOrganizationInvitationNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization invitation not found response has a 4xx status code +func (o *PatchOrganizationInvitationNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch organization invitation not found response has a 5xx status code +func (o *PatchOrganizationInvitationNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization invitation not found response a status code equal to that given +func (o *PatchOrganizationInvitationNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchOrganizationInvitationNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/invitations][%d] patchOrganizationInvitationNotFound %+v", 404, o.Payload) } + +func (o *PatchOrganizationInvitationNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/invitations][%d] patchOrganizationInvitationNotFound %+v", 404, o.Payload) +} + func (o *PatchOrganizationInvitationNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchOrganizationInvitationDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch organization invitation default response has a 2xx status code +func (o *PatchOrganizationInvitationDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch organization invitation default response has a 3xx status code +func (o *PatchOrganizationInvitationDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch organization invitation default response has a 4xx status code +func (o *PatchOrganizationInvitationDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch organization invitation default response has a 5xx status code +func (o *PatchOrganizationInvitationDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch organization invitation default response a status code equal to that given +func (o *PatchOrganizationInvitationDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchOrganizationInvitationDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/invitations][%d] PatchOrganizationInvitation default %+v", o._statusCode, o.Payload) } + +func (o *PatchOrganizationInvitationDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/invitations][%d] PatchOrganizationInvitation default %+v", o._statusCode, o.Payload) +} + func (o *PatchOrganizationInvitationDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/patch_organization_member_responses.go b/go/http_client/v1/service_client/organizations_v1/patch_organization_member_responses.go index 17be177271..a1cf319350 100644 --- a/go/http_client/v1/service_client/organizations_v1/patch_organization_member_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/patch_organization_member_responses.go @@ -86,9 +86,39 @@ type PatchOrganizationMemberOK struct { Payload *service_model.V1OrganizationMember } +// IsSuccess returns true when this patch organization member o k response has a 2xx status code +func (o *PatchOrganizationMemberOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch organization member o k response has a 3xx status code +func (o *PatchOrganizationMemberOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization member o k response has a 4xx status code +func (o *PatchOrganizationMemberOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch organization member o k response has a 5xx status code +func (o *PatchOrganizationMemberOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization member o k response a status code equal to that given +func (o *PatchOrganizationMemberOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchOrganizationMemberOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/members/{member.user}][%d] patchOrganizationMemberOK %+v", 200, o.Payload) } + +func (o *PatchOrganizationMemberOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/members/{member.user}][%d] patchOrganizationMemberOK %+v", 200, o.Payload) +} + func (o *PatchOrganizationMemberOK) GetPayload() *service_model.V1OrganizationMember { return o.Payload } @@ -118,9 +148,39 @@ type PatchOrganizationMemberNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch organization member no content response has a 2xx status code +func (o *PatchOrganizationMemberNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch organization member no content response has a 3xx status code +func (o *PatchOrganizationMemberNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization member no content response has a 4xx status code +func (o *PatchOrganizationMemberNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch organization member no content response has a 5xx status code +func (o *PatchOrganizationMemberNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization member no content response a status code equal to that given +func (o *PatchOrganizationMemberNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchOrganizationMemberNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/members/{member.user}][%d] patchOrganizationMemberNoContent %+v", 204, o.Payload) } + +func (o *PatchOrganizationMemberNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/members/{member.user}][%d] patchOrganizationMemberNoContent %+v", 204, o.Payload) +} + func (o *PatchOrganizationMemberNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchOrganizationMemberForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch organization member forbidden response has a 2xx status code +func (o *PatchOrganizationMemberForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch organization member forbidden response has a 3xx status code +func (o *PatchOrganizationMemberForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization member forbidden response has a 4xx status code +func (o *PatchOrganizationMemberForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch organization member forbidden response has a 5xx status code +func (o *PatchOrganizationMemberForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization member forbidden response a status code equal to that given +func (o *PatchOrganizationMemberForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchOrganizationMemberForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/members/{member.user}][%d] patchOrganizationMemberForbidden %+v", 403, o.Payload) } + +func (o *PatchOrganizationMemberForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/members/{member.user}][%d] patchOrganizationMemberForbidden %+v", 403, o.Payload) +} + func (o *PatchOrganizationMemberForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchOrganizationMemberNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch organization member not found response has a 2xx status code +func (o *PatchOrganizationMemberNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch organization member not found response has a 3xx status code +func (o *PatchOrganizationMemberNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization member not found response has a 4xx status code +func (o *PatchOrganizationMemberNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch organization member not found response has a 5xx status code +func (o *PatchOrganizationMemberNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization member not found response a status code equal to that given +func (o *PatchOrganizationMemberNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchOrganizationMemberNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/members/{member.user}][%d] patchOrganizationMemberNotFound %+v", 404, o.Payload) } + +func (o *PatchOrganizationMemberNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/members/{member.user}][%d] patchOrganizationMemberNotFound %+v", 404, o.Payload) +} + func (o *PatchOrganizationMemberNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchOrganizationMemberDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch organization member default response has a 2xx status code +func (o *PatchOrganizationMemberDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch organization member default response has a 3xx status code +func (o *PatchOrganizationMemberDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch organization member default response has a 4xx status code +func (o *PatchOrganizationMemberDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch organization member default response has a 5xx status code +func (o *PatchOrganizationMemberDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch organization member default response a status code equal to that given +func (o *PatchOrganizationMemberDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchOrganizationMemberDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/members/{member.user}][%d] PatchOrganizationMember default %+v", o._statusCode, o.Payload) } + +func (o *PatchOrganizationMemberDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/members/{member.user}][%d] PatchOrganizationMember default %+v", o._statusCode, o.Payload) +} + func (o *PatchOrganizationMemberDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/patch_organization_responses.go b/go/http_client/v1/service_client/organizations_v1/patch_organization_responses.go index 4fa05349fe..e52f99de29 100644 --- a/go/http_client/v1/service_client/organizations_v1/patch_organization_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/patch_organization_responses.go @@ -86,9 +86,39 @@ type PatchOrganizationOK struct { Payload *service_model.V1Organization } +// IsSuccess returns true when this patch organization o k response has a 2xx status code +func (o *PatchOrganizationOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch organization o k response has a 3xx status code +func (o *PatchOrganizationOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization o k response has a 4xx status code +func (o *PatchOrganizationOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch organization o k response has a 5xx status code +func (o *PatchOrganizationOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization o k response a status code equal to that given +func (o *PatchOrganizationOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchOrganizationOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}][%d] patchOrganizationOK %+v", 200, o.Payload) } + +func (o *PatchOrganizationOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}][%d] patchOrganizationOK %+v", 200, o.Payload) +} + func (o *PatchOrganizationOK) GetPayload() *service_model.V1Organization { return o.Payload } @@ -118,9 +148,39 @@ type PatchOrganizationNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch organization no content response has a 2xx status code +func (o *PatchOrganizationNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch organization no content response has a 3xx status code +func (o *PatchOrganizationNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization no content response has a 4xx status code +func (o *PatchOrganizationNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch organization no content response has a 5xx status code +func (o *PatchOrganizationNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization no content response a status code equal to that given +func (o *PatchOrganizationNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchOrganizationNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}][%d] patchOrganizationNoContent %+v", 204, o.Payload) } + +func (o *PatchOrganizationNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}][%d] patchOrganizationNoContent %+v", 204, o.Payload) +} + func (o *PatchOrganizationNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchOrganizationForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch organization forbidden response has a 2xx status code +func (o *PatchOrganizationForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch organization forbidden response has a 3xx status code +func (o *PatchOrganizationForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization forbidden response has a 4xx status code +func (o *PatchOrganizationForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch organization forbidden response has a 5xx status code +func (o *PatchOrganizationForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization forbidden response a status code equal to that given +func (o *PatchOrganizationForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchOrganizationForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}][%d] patchOrganizationForbidden %+v", 403, o.Payload) } + +func (o *PatchOrganizationForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}][%d] patchOrganizationForbidden %+v", 403, o.Payload) +} + func (o *PatchOrganizationForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchOrganizationNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch organization not found response has a 2xx status code +func (o *PatchOrganizationNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch organization not found response has a 3xx status code +func (o *PatchOrganizationNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization not found response has a 4xx status code +func (o *PatchOrganizationNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch organization not found response has a 5xx status code +func (o *PatchOrganizationNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization not found response a status code equal to that given +func (o *PatchOrganizationNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchOrganizationNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}][%d] patchOrganizationNotFound %+v", 404, o.Payload) } + +func (o *PatchOrganizationNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}][%d] patchOrganizationNotFound %+v", 404, o.Payload) +} + func (o *PatchOrganizationNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchOrganizationDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch organization default response has a 2xx status code +func (o *PatchOrganizationDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch organization default response has a 3xx status code +func (o *PatchOrganizationDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch organization default response has a 4xx status code +func (o *PatchOrganizationDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch organization default response has a 5xx status code +func (o *PatchOrganizationDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch organization default response a status code equal to that given +func (o *PatchOrganizationDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchOrganizationDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}][%d] PatchOrganization default %+v", o._statusCode, o.Payload) } + +func (o *PatchOrganizationDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}][%d] PatchOrganization default %+v", o._statusCode, o.Payload) +} + func (o *PatchOrganizationDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/patch_organization_settings_responses.go b/go/http_client/v1/service_client/organizations_v1/patch_organization_settings_responses.go index 939a1750b9..abef29ae77 100644 --- a/go/http_client/v1/service_client/organizations_v1/patch_organization_settings_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/patch_organization_settings_responses.go @@ -86,9 +86,39 @@ type PatchOrganizationSettingsOK struct { Payload *service_model.V1Organization } +// IsSuccess returns true when this patch organization settings o k response has a 2xx status code +func (o *PatchOrganizationSettingsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch organization settings o k response has a 3xx status code +func (o *PatchOrganizationSettingsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization settings o k response has a 4xx status code +func (o *PatchOrganizationSettingsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch organization settings o k response has a 5xx status code +func (o *PatchOrganizationSettingsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization settings o k response a status code equal to that given +func (o *PatchOrganizationSettingsOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchOrganizationSettingsOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/settings][%d] patchOrganizationSettingsOK %+v", 200, o.Payload) } + +func (o *PatchOrganizationSettingsOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/settings][%d] patchOrganizationSettingsOK %+v", 200, o.Payload) +} + func (o *PatchOrganizationSettingsOK) GetPayload() *service_model.V1Organization { return o.Payload } @@ -118,9 +148,39 @@ type PatchOrganizationSettingsNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch organization settings no content response has a 2xx status code +func (o *PatchOrganizationSettingsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch organization settings no content response has a 3xx status code +func (o *PatchOrganizationSettingsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization settings no content response has a 4xx status code +func (o *PatchOrganizationSettingsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch organization settings no content response has a 5xx status code +func (o *PatchOrganizationSettingsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization settings no content response a status code equal to that given +func (o *PatchOrganizationSettingsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchOrganizationSettingsNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/settings][%d] patchOrganizationSettingsNoContent %+v", 204, o.Payload) } + +func (o *PatchOrganizationSettingsNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/settings][%d] patchOrganizationSettingsNoContent %+v", 204, o.Payload) +} + func (o *PatchOrganizationSettingsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchOrganizationSettingsForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch organization settings forbidden response has a 2xx status code +func (o *PatchOrganizationSettingsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch organization settings forbidden response has a 3xx status code +func (o *PatchOrganizationSettingsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization settings forbidden response has a 4xx status code +func (o *PatchOrganizationSettingsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch organization settings forbidden response has a 5xx status code +func (o *PatchOrganizationSettingsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization settings forbidden response a status code equal to that given +func (o *PatchOrganizationSettingsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchOrganizationSettingsForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/settings][%d] patchOrganizationSettingsForbidden %+v", 403, o.Payload) } + +func (o *PatchOrganizationSettingsForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/settings][%d] patchOrganizationSettingsForbidden %+v", 403, o.Payload) +} + func (o *PatchOrganizationSettingsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchOrganizationSettingsNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch organization settings not found response has a 2xx status code +func (o *PatchOrganizationSettingsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch organization settings not found response has a 3xx status code +func (o *PatchOrganizationSettingsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch organization settings not found response has a 4xx status code +func (o *PatchOrganizationSettingsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch organization settings not found response has a 5xx status code +func (o *PatchOrganizationSettingsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch organization settings not found response a status code equal to that given +func (o *PatchOrganizationSettingsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchOrganizationSettingsNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/settings][%d] patchOrganizationSettingsNotFound %+v", 404, o.Payload) } + +func (o *PatchOrganizationSettingsNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/settings][%d] patchOrganizationSettingsNotFound %+v", 404, o.Payload) +} + func (o *PatchOrganizationSettingsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchOrganizationSettingsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch organization settings default response has a 2xx status code +func (o *PatchOrganizationSettingsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch organization settings default response has a 3xx status code +func (o *PatchOrganizationSettingsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch organization settings default response has a 4xx status code +func (o *PatchOrganizationSettingsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch organization settings default response has a 5xx status code +func (o *PatchOrganizationSettingsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch organization settings default response a status code equal to that given +func (o *PatchOrganizationSettingsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchOrganizationSettingsDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/settings][%d] PatchOrganizationSettings default %+v", o._statusCode, o.Payload) } + +func (o *PatchOrganizationSettingsDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/settings][%d] PatchOrganizationSettings default %+v", o._statusCode, o.Payload) +} + func (o *PatchOrganizationSettingsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/resend_organization_invitation_responses.go b/go/http_client/v1/service_client/organizations_v1/resend_organization_invitation_responses.go index 2859c4a734..7b74d69d36 100644 --- a/go/http_client/v1/service_client/organizations_v1/resend_organization_invitation_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/resend_organization_invitation_responses.go @@ -86,9 +86,39 @@ type ResendOrganizationInvitationOK struct { Payload *service_model.V1OrganizationMember } +// IsSuccess returns true when this resend organization invitation o k response has a 2xx status code +func (o *ResendOrganizationInvitationOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this resend organization invitation o k response has a 3xx status code +func (o *ResendOrganizationInvitationOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this resend organization invitation o k response has a 4xx status code +func (o *ResendOrganizationInvitationOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this resend organization invitation o k response has a 5xx status code +func (o *ResendOrganizationInvitationOK) IsServerError() bool { + return false +} + +// IsCode returns true when this resend organization invitation o k response a status code equal to that given +func (o *ResendOrganizationInvitationOK) IsCode(code int) bool { + return code == 200 +} + func (o *ResendOrganizationInvitationOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/invitations][%d] resendOrganizationInvitationOK %+v", 200, o.Payload) } + +func (o *ResendOrganizationInvitationOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/invitations][%d] resendOrganizationInvitationOK %+v", 200, o.Payload) +} + func (o *ResendOrganizationInvitationOK) GetPayload() *service_model.V1OrganizationMember { return o.Payload } @@ -118,9 +148,39 @@ type ResendOrganizationInvitationNoContent struct { Payload interface{} } +// IsSuccess returns true when this resend organization invitation no content response has a 2xx status code +func (o *ResendOrganizationInvitationNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this resend organization invitation no content response has a 3xx status code +func (o *ResendOrganizationInvitationNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this resend organization invitation no content response has a 4xx status code +func (o *ResendOrganizationInvitationNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this resend organization invitation no content response has a 5xx status code +func (o *ResendOrganizationInvitationNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this resend organization invitation no content response a status code equal to that given +func (o *ResendOrganizationInvitationNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ResendOrganizationInvitationNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/invitations][%d] resendOrganizationInvitationNoContent %+v", 204, o.Payload) } + +func (o *ResendOrganizationInvitationNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/invitations][%d] resendOrganizationInvitationNoContent %+v", 204, o.Payload) +} + func (o *ResendOrganizationInvitationNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ResendOrganizationInvitationForbidden struct { Payload interface{} } +// IsSuccess returns true when this resend organization invitation forbidden response has a 2xx status code +func (o *ResendOrganizationInvitationForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this resend organization invitation forbidden response has a 3xx status code +func (o *ResendOrganizationInvitationForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this resend organization invitation forbidden response has a 4xx status code +func (o *ResendOrganizationInvitationForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this resend organization invitation forbidden response has a 5xx status code +func (o *ResendOrganizationInvitationForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this resend organization invitation forbidden response a status code equal to that given +func (o *ResendOrganizationInvitationForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ResendOrganizationInvitationForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/invitations][%d] resendOrganizationInvitationForbidden %+v", 403, o.Payload) } + +func (o *ResendOrganizationInvitationForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/invitations][%d] resendOrganizationInvitationForbidden %+v", 403, o.Payload) +} + func (o *ResendOrganizationInvitationForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ResendOrganizationInvitationNotFound struct { Payload interface{} } +// IsSuccess returns true when this resend organization invitation not found response has a 2xx status code +func (o *ResendOrganizationInvitationNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this resend organization invitation not found response has a 3xx status code +func (o *ResendOrganizationInvitationNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this resend organization invitation not found response has a 4xx status code +func (o *ResendOrganizationInvitationNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this resend organization invitation not found response has a 5xx status code +func (o *ResendOrganizationInvitationNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this resend organization invitation not found response a status code equal to that given +func (o *ResendOrganizationInvitationNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ResendOrganizationInvitationNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/invitations][%d] resendOrganizationInvitationNotFound %+v", 404, o.Payload) } + +func (o *ResendOrganizationInvitationNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/invitations][%d] resendOrganizationInvitationNotFound %+v", 404, o.Payload) +} + func (o *ResendOrganizationInvitationNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ResendOrganizationInvitationDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this resend organization invitation default response has a 2xx status code +func (o *ResendOrganizationInvitationDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this resend organization invitation default response has a 3xx status code +func (o *ResendOrganizationInvitationDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this resend organization invitation default response has a 4xx status code +func (o *ResendOrganizationInvitationDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this resend organization invitation default response has a 5xx status code +func (o *ResendOrganizationInvitationDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this resend organization invitation default response a status code equal to that given +func (o *ResendOrganizationInvitationDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ResendOrganizationInvitationDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/invitations][%d] ResendOrganizationInvitation default %+v", o._statusCode, o.Payload) } + +func (o *ResendOrganizationInvitationDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/invitations][%d] ResendOrganizationInvitation default %+v", o._statusCode, o.Payload) +} + func (o *ResendOrganizationInvitationDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/restore_organization_runs_responses.go b/go/http_client/v1/service_client/organizations_v1/restore_organization_runs_responses.go index 4c3e7980a4..33615ee9c9 100644 --- a/go/http_client/v1/service_client/organizations_v1/restore_organization_runs_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/restore_organization_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type RestoreOrganizationRunsOK struct { } +// IsSuccess returns true when this restore organization runs o k response has a 2xx status code +func (o *RestoreOrganizationRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this restore organization runs o k response has a 3xx status code +func (o *RestoreOrganizationRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore organization runs o k response has a 4xx status code +func (o *RestoreOrganizationRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this restore organization runs o k response has a 5xx status code +func (o *RestoreOrganizationRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this restore organization runs o k response a status code equal to that given +func (o *RestoreOrganizationRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *RestoreOrganizationRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/restore][%d] restoreOrganizationRunsOK ", 200) } +func (o *RestoreOrganizationRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/restore][%d] restoreOrganizationRunsOK ", 200) +} + func (o *RestoreOrganizationRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type RestoreOrganizationRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this restore organization runs no content response has a 2xx status code +func (o *RestoreOrganizationRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this restore organization runs no content response has a 3xx status code +func (o *RestoreOrganizationRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore organization runs no content response has a 4xx status code +func (o *RestoreOrganizationRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this restore organization runs no content response has a 5xx status code +func (o *RestoreOrganizationRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this restore organization runs no content response a status code equal to that given +func (o *RestoreOrganizationRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *RestoreOrganizationRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/restore][%d] restoreOrganizationRunsNoContent %+v", 204, o.Payload) } + +func (o *RestoreOrganizationRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/restore][%d] restoreOrganizationRunsNoContent %+v", 204, o.Payload) +} + func (o *RestoreOrganizationRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type RestoreOrganizationRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this restore organization runs forbidden response has a 2xx status code +func (o *RestoreOrganizationRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this restore organization runs forbidden response has a 3xx status code +func (o *RestoreOrganizationRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore organization runs forbidden response has a 4xx status code +func (o *RestoreOrganizationRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this restore organization runs forbidden response has a 5xx status code +func (o *RestoreOrganizationRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this restore organization runs forbidden response a status code equal to that given +func (o *RestoreOrganizationRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *RestoreOrganizationRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/restore][%d] restoreOrganizationRunsForbidden %+v", 403, o.Payload) } + +func (o *RestoreOrganizationRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/restore][%d] restoreOrganizationRunsForbidden %+v", 403, o.Payload) +} + func (o *RestoreOrganizationRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type RestoreOrganizationRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this restore organization runs not found response has a 2xx status code +func (o *RestoreOrganizationRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this restore organization runs not found response has a 3xx status code +func (o *RestoreOrganizationRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore organization runs not found response has a 4xx status code +func (o *RestoreOrganizationRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this restore organization runs not found response has a 5xx status code +func (o *RestoreOrganizationRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this restore organization runs not found response a status code equal to that given +func (o *RestoreOrganizationRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *RestoreOrganizationRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/restore][%d] restoreOrganizationRunsNotFound %+v", 404, o.Payload) } + +func (o *RestoreOrganizationRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/restore][%d] restoreOrganizationRunsNotFound %+v", 404, o.Payload) +} + func (o *RestoreOrganizationRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *RestoreOrganizationRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this restore organization runs default response has a 2xx status code +func (o *RestoreOrganizationRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this restore organization runs default response has a 3xx status code +func (o *RestoreOrganizationRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this restore organization runs default response has a 4xx status code +func (o *RestoreOrganizationRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this restore organization runs default response has a 5xx status code +func (o *RestoreOrganizationRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this restore organization runs default response a status code equal to that given +func (o *RestoreOrganizationRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *RestoreOrganizationRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/restore][%d] RestoreOrganizationRuns default %+v", o._statusCode, o.Payload) } + +func (o *RestoreOrganizationRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/restore][%d] RestoreOrganizationRuns default %+v", o._statusCode, o.Payload) +} + func (o *RestoreOrganizationRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/stop_organization_runs_responses.go b/go/http_client/v1/service_client/organizations_v1/stop_organization_runs_responses.go index 47335098f9..bef809f16b 100644 --- a/go/http_client/v1/service_client/organizations_v1/stop_organization_runs_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/stop_organization_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type StopOrganizationRunsOK struct { } +// IsSuccess returns true when this stop organization runs o k response has a 2xx status code +func (o *StopOrganizationRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this stop organization runs o k response has a 3xx status code +func (o *StopOrganizationRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this stop organization runs o k response has a 4xx status code +func (o *StopOrganizationRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this stop organization runs o k response has a 5xx status code +func (o *StopOrganizationRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this stop organization runs o k response a status code equal to that given +func (o *StopOrganizationRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *StopOrganizationRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/stop][%d] stopOrganizationRunsOK ", 200) } +func (o *StopOrganizationRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/stop][%d] stopOrganizationRunsOK ", 200) +} + func (o *StopOrganizationRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type StopOrganizationRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this stop organization runs no content response has a 2xx status code +func (o *StopOrganizationRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this stop organization runs no content response has a 3xx status code +func (o *StopOrganizationRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this stop organization runs no content response has a 4xx status code +func (o *StopOrganizationRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this stop organization runs no content response has a 5xx status code +func (o *StopOrganizationRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this stop organization runs no content response a status code equal to that given +func (o *StopOrganizationRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *StopOrganizationRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/stop][%d] stopOrganizationRunsNoContent %+v", 204, o.Payload) } + +func (o *StopOrganizationRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/stop][%d] stopOrganizationRunsNoContent %+v", 204, o.Payload) +} + func (o *StopOrganizationRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type StopOrganizationRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this stop organization runs forbidden response has a 2xx status code +func (o *StopOrganizationRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this stop organization runs forbidden response has a 3xx status code +func (o *StopOrganizationRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this stop organization runs forbidden response has a 4xx status code +func (o *StopOrganizationRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this stop organization runs forbidden response has a 5xx status code +func (o *StopOrganizationRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this stop organization runs forbidden response a status code equal to that given +func (o *StopOrganizationRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *StopOrganizationRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/stop][%d] stopOrganizationRunsForbidden %+v", 403, o.Payload) } + +func (o *StopOrganizationRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/stop][%d] stopOrganizationRunsForbidden %+v", 403, o.Payload) +} + func (o *StopOrganizationRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type StopOrganizationRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this stop organization runs not found response has a 2xx status code +func (o *StopOrganizationRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this stop organization runs not found response has a 3xx status code +func (o *StopOrganizationRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this stop organization runs not found response has a 4xx status code +func (o *StopOrganizationRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this stop organization runs not found response has a 5xx status code +func (o *StopOrganizationRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this stop organization runs not found response a status code equal to that given +func (o *StopOrganizationRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *StopOrganizationRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/stop][%d] stopOrganizationRunsNotFound %+v", 404, o.Payload) } + +func (o *StopOrganizationRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/stop][%d] stopOrganizationRunsNotFound %+v", 404, o.Payload) +} + func (o *StopOrganizationRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *StopOrganizationRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this stop organization runs default response has a 2xx status code +func (o *StopOrganizationRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this stop organization runs default response has a 3xx status code +func (o *StopOrganizationRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this stop organization runs default response has a 4xx status code +func (o *StopOrganizationRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this stop organization runs default response has a 5xx status code +func (o *StopOrganizationRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this stop organization runs default response a status code equal to that given +func (o *StopOrganizationRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *StopOrganizationRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/stop][%d] StopOrganizationRuns default %+v", o._statusCode, o.Payload) } + +func (o *StopOrganizationRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/stop][%d] StopOrganizationRuns default %+v", o._statusCode, o.Payload) +} + func (o *StopOrganizationRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/tag_organization_runs_responses.go b/go/http_client/v1/service_client/organizations_v1/tag_organization_runs_responses.go index 8131c3066f..27195d28f8 100644 --- a/go/http_client/v1/service_client/organizations_v1/tag_organization_runs_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/tag_organization_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type TagOrganizationRunsOK struct { } +// IsSuccess returns true when this tag organization runs o k response has a 2xx status code +func (o *TagOrganizationRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this tag organization runs o k response has a 3xx status code +func (o *TagOrganizationRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this tag organization runs o k response has a 4xx status code +func (o *TagOrganizationRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this tag organization runs o k response has a 5xx status code +func (o *TagOrganizationRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this tag organization runs o k response a status code equal to that given +func (o *TagOrganizationRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *TagOrganizationRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/tag][%d] tagOrganizationRunsOK ", 200) } +func (o *TagOrganizationRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/tag][%d] tagOrganizationRunsOK ", 200) +} + func (o *TagOrganizationRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type TagOrganizationRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this tag organization runs no content response has a 2xx status code +func (o *TagOrganizationRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this tag organization runs no content response has a 3xx status code +func (o *TagOrganizationRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this tag organization runs no content response has a 4xx status code +func (o *TagOrganizationRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this tag organization runs no content response has a 5xx status code +func (o *TagOrganizationRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this tag organization runs no content response a status code equal to that given +func (o *TagOrganizationRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *TagOrganizationRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/tag][%d] tagOrganizationRunsNoContent %+v", 204, o.Payload) } + +func (o *TagOrganizationRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/tag][%d] tagOrganizationRunsNoContent %+v", 204, o.Payload) +} + func (o *TagOrganizationRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type TagOrganizationRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this tag organization runs forbidden response has a 2xx status code +func (o *TagOrganizationRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this tag organization runs forbidden response has a 3xx status code +func (o *TagOrganizationRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this tag organization runs forbidden response has a 4xx status code +func (o *TagOrganizationRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this tag organization runs forbidden response has a 5xx status code +func (o *TagOrganizationRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this tag organization runs forbidden response a status code equal to that given +func (o *TagOrganizationRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *TagOrganizationRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/tag][%d] tagOrganizationRunsForbidden %+v", 403, o.Payload) } + +func (o *TagOrganizationRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/tag][%d] tagOrganizationRunsForbidden %+v", 403, o.Payload) +} + func (o *TagOrganizationRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type TagOrganizationRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this tag organization runs not found response has a 2xx status code +func (o *TagOrganizationRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this tag organization runs not found response has a 3xx status code +func (o *TagOrganizationRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this tag organization runs not found response has a 4xx status code +func (o *TagOrganizationRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this tag organization runs not found response has a 5xx status code +func (o *TagOrganizationRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this tag organization runs not found response a status code equal to that given +func (o *TagOrganizationRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *TagOrganizationRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/tag][%d] tagOrganizationRunsNotFound %+v", 404, o.Payload) } + +func (o *TagOrganizationRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/tag][%d] tagOrganizationRunsNotFound %+v", 404, o.Payload) +} + func (o *TagOrganizationRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *TagOrganizationRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this tag organization runs default response has a 2xx status code +func (o *TagOrganizationRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this tag organization runs default response has a 3xx status code +func (o *TagOrganizationRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this tag organization runs default response has a 4xx status code +func (o *TagOrganizationRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this tag organization runs default response has a 5xx status code +func (o *TagOrganizationRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this tag organization runs default response a status code equal to that given +func (o *TagOrganizationRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *TagOrganizationRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/tag][%d] TagOrganizationRuns default %+v", o._statusCode, o.Payload) } + +func (o *TagOrganizationRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/tag][%d] TagOrganizationRuns default %+v", o._statusCode, o.Payload) +} + func (o *TagOrganizationRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/transfer_organization_runs_responses.go b/go/http_client/v1/service_client/organizations_v1/transfer_organization_runs_responses.go index 1fb8a1e99b..bfb80f0130 100644 --- a/go/http_client/v1/service_client/organizations_v1/transfer_organization_runs_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/transfer_organization_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type TransferOrganizationRunsOK struct { } +// IsSuccess returns true when this transfer organization runs o k response has a 2xx status code +func (o *TransferOrganizationRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this transfer organization runs o k response has a 3xx status code +func (o *TransferOrganizationRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer organization runs o k response has a 4xx status code +func (o *TransferOrganizationRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this transfer organization runs o k response has a 5xx status code +func (o *TransferOrganizationRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer organization runs o k response a status code equal to that given +func (o *TransferOrganizationRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *TransferOrganizationRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/transfer][%d] transferOrganizationRunsOK ", 200) } +func (o *TransferOrganizationRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/transfer][%d] transferOrganizationRunsOK ", 200) +} + func (o *TransferOrganizationRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type TransferOrganizationRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this transfer organization runs no content response has a 2xx status code +func (o *TransferOrganizationRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this transfer organization runs no content response has a 3xx status code +func (o *TransferOrganizationRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer organization runs no content response has a 4xx status code +func (o *TransferOrganizationRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this transfer organization runs no content response has a 5xx status code +func (o *TransferOrganizationRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer organization runs no content response a status code equal to that given +func (o *TransferOrganizationRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *TransferOrganizationRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/transfer][%d] transferOrganizationRunsNoContent %+v", 204, o.Payload) } + +func (o *TransferOrganizationRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/transfer][%d] transferOrganizationRunsNoContent %+v", 204, o.Payload) +} + func (o *TransferOrganizationRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type TransferOrganizationRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this transfer organization runs forbidden response has a 2xx status code +func (o *TransferOrganizationRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this transfer organization runs forbidden response has a 3xx status code +func (o *TransferOrganizationRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer organization runs forbidden response has a 4xx status code +func (o *TransferOrganizationRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this transfer organization runs forbidden response has a 5xx status code +func (o *TransferOrganizationRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer organization runs forbidden response a status code equal to that given +func (o *TransferOrganizationRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *TransferOrganizationRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/transfer][%d] transferOrganizationRunsForbidden %+v", 403, o.Payload) } + +func (o *TransferOrganizationRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/transfer][%d] transferOrganizationRunsForbidden %+v", 403, o.Payload) +} + func (o *TransferOrganizationRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type TransferOrganizationRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this transfer organization runs not found response has a 2xx status code +func (o *TransferOrganizationRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this transfer organization runs not found response has a 3xx status code +func (o *TransferOrganizationRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer organization runs not found response has a 4xx status code +func (o *TransferOrganizationRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this transfer organization runs not found response has a 5xx status code +func (o *TransferOrganizationRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer organization runs not found response a status code equal to that given +func (o *TransferOrganizationRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *TransferOrganizationRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/transfer][%d] transferOrganizationRunsNotFound %+v", 404, o.Payload) } + +func (o *TransferOrganizationRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/transfer][%d] transferOrganizationRunsNotFound %+v", 404, o.Payload) +} + func (o *TransferOrganizationRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *TransferOrganizationRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this transfer organization runs default response has a 2xx status code +func (o *TransferOrganizationRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this transfer organization runs default response has a 3xx status code +func (o *TransferOrganizationRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this transfer organization runs default response has a 4xx status code +func (o *TransferOrganizationRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this transfer organization runs default response has a 5xx status code +func (o *TransferOrganizationRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this transfer organization runs default response a status code equal to that given +func (o *TransferOrganizationRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *TransferOrganizationRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/transfer][%d] TransferOrganizationRuns default %+v", o._statusCode, o.Payload) } + +func (o *TransferOrganizationRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/runs/transfer][%d] TransferOrganizationRuns default %+v", o._statusCode, o.Payload) +} + func (o *TransferOrganizationRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/update_organization_invitation_responses.go b/go/http_client/v1/service_client/organizations_v1/update_organization_invitation_responses.go index 89fd54fc88..5a498353a5 100644 --- a/go/http_client/v1/service_client/organizations_v1/update_organization_invitation_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/update_organization_invitation_responses.go @@ -86,9 +86,39 @@ type UpdateOrganizationInvitationOK struct { Payload *service_model.V1OrganizationMember } +// IsSuccess returns true when this update organization invitation o k response has a 2xx status code +func (o *UpdateOrganizationInvitationOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update organization invitation o k response has a 3xx status code +func (o *UpdateOrganizationInvitationOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization invitation o k response has a 4xx status code +func (o *UpdateOrganizationInvitationOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update organization invitation o k response has a 5xx status code +func (o *UpdateOrganizationInvitationOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization invitation o k response a status code equal to that given +func (o *UpdateOrganizationInvitationOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateOrganizationInvitationOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/invitations][%d] updateOrganizationInvitationOK %+v", 200, o.Payload) } + +func (o *UpdateOrganizationInvitationOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/invitations][%d] updateOrganizationInvitationOK %+v", 200, o.Payload) +} + func (o *UpdateOrganizationInvitationOK) GetPayload() *service_model.V1OrganizationMember { return o.Payload } @@ -118,9 +148,39 @@ type UpdateOrganizationInvitationNoContent struct { Payload interface{} } +// IsSuccess returns true when this update organization invitation no content response has a 2xx status code +func (o *UpdateOrganizationInvitationNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update organization invitation no content response has a 3xx status code +func (o *UpdateOrganizationInvitationNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization invitation no content response has a 4xx status code +func (o *UpdateOrganizationInvitationNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update organization invitation no content response has a 5xx status code +func (o *UpdateOrganizationInvitationNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization invitation no content response a status code equal to that given +func (o *UpdateOrganizationInvitationNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateOrganizationInvitationNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/invitations][%d] updateOrganizationInvitationNoContent %+v", 204, o.Payload) } + +func (o *UpdateOrganizationInvitationNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/invitations][%d] updateOrganizationInvitationNoContent %+v", 204, o.Payload) +} + func (o *UpdateOrganizationInvitationNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateOrganizationInvitationForbidden struct { Payload interface{} } +// IsSuccess returns true when this update organization invitation forbidden response has a 2xx status code +func (o *UpdateOrganizationInvitationForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update organization invitation forbidden response has a 3xx status code +func (o *UpdateOrganizationInvitationForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization invitation forbidden response has a 4xx status code +func (o *UpdateOrganizationInvitationForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update organization invitation forbidden response has a 5xx status code +func (o *UpdateOrganizationInvitationForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization invitation forbidden response a status code equal to that given +func (o *UpdateOrganizationInvitationForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateOrganizationInvitationForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/invitations][%d] updateOrganizationInvitationForbidden %+v", 403, o.Payload) } + +func (o *UpdateOrganizationInvitationForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/invitations][%d] updateOrganizationInvitationForbidden %+v", 403, o.Payload) +} + func (o *UpdateOrganizationInvitationForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateOrganizationInvitationNotFound struct { Payload interface{} } +// IsSuccess returns true when this update organization invitation not found response has a 2xx status code +func (o *UpdateOrganizationInvitationNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update organization invitation not found response has a 3xx status code +func (o *UpdateOrganizationInvitationNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization invitation not found response has a 4xx status code +func (o *UpdateOrganizationInvitationNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update organization invitation not found response has a 5xx status code +func (o *UpdateOrganizationInvitationNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization invitation not found response a status code equal to that given +func (o *UpdateOrganizationInvitationNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateOrganizationInvitationNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/invitations][%d] updateOrganizationInvitationNotFound %+v", 404, o.Payload) } + +func (o *UpdateOrganizationInvitationNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/invitations][%d] updateOrganizationInvitationNotFound %+v", 404, o.Payload) +} + func (o *UpdateOrganizationInvitationNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateOrganizationInvitationDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update organization invitation default response has a 2xx status code +func (o *UpdateOrganizationInvitationDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update organization invitation default response has a 3xx status code +func (o *UpdateOrganizationInvitationDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update organization invitation default response has a 4xx status code +func (o *UpdateOrganizationInvitationDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update organization invitation default response has a 5xx status code +func (o *UpdateOrganizationInvitationDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update organization invitation default response a status code equal to that given +func (o *UpdateOrganizationInvitationDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateOrganizationInvitationDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/invitations][%d] UpdateOrganizationInvitation default %+v", o._statusCode, o.Payload) } + +func (o *UpdateOrganizationInvitationDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/invitations][%d] UpdateOrganizationInvitation default %+v", o._statusCode, o.Payload) +} + func (o *UpdateOrganizationInvitationDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/update_organization_member_responses.go b/go/http_client/v1/service_client/organizations_v1/update_organization_member_responses.go index 6a88625fc0..ef51e36fea 100644 --- a/go/http_client/v1/service_client/organizations_v1/update_organization_member_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/update_organization_member_responses.go @@ -86,9 +86,39 @@ type UpdateOrganizationMemberOK struct { Payload *service_model.V1OrganizationMember } +// IsSuccess returns true when this update organization member o k response has a 2xx status code +func (o *UpdateOrganizationMemberOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update organization member o k response has a 3xx status code +func (o *UpdateOrganizationMemberOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization member o k response has a 4xx status code +func (o *UpdateOrganizationMemberOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update organization member o k response has a 5xx status code +func (o *UpdateOrganizationMemberOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization member o k response a status code equal to that given +func (o *UpdateOrganizationMemberOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateOrganizationMemberOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/members/{member.user}][%d] updateOrganizationMemberOK %+v", 200, o.Payload) } + +func (o *UpdateOrganizationMemberOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/members/{member.user}][%d] updateOrganizationMemberOK %+v", 200, o.Payload) +} + func (o *UpdateOrganizationMemberOK) GetPayload() *service_model.V1OrganizationMember { return o.Payload } @@ -118,9 +148,39 @@ type UpdateOrganizationMemberNoContent struct { Payload interface{} } +// IsSuccess returns true when this update organization member no content response has a 2xx status code +func (o *UpdateOrganizationMemberNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update organization member no content response has a 3xx status code +func (o *UpdateOrganizationMemberNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization member no content response has a 4xx status code +func (o *UpdateOrganizationMemberNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update organization member no content response has a 5xx status code +func (o *UpdateOrganizationMemberNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization member no content response a status code equal to that given +func (o *UpdateOrganizationMemberNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateOrganizationMemberNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/members/{member.user}][%d] updateOrganizationMemberNoContent %+v", 204, o.Payload) } + +func (o *UpdateOrganizationMemberNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/members/{member.user}][%d] updateOrganizationMemberNoContent %+v", 204, o.Payload) +} + func (o *UpdateOrganizationMemberNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateOrganizationMemberForbidden struct { Payload interface{} } +// IsSuccess returns true when this update organization member forbidden response has a 2xx status code +func (o *UpdateOrganizationMemberForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update organization member forbidden response has a 3xx status code +func (o *UpdateOrganizationMemberForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization member forbidden response has a 4xx status code +func (o *UpdateOrganizationMemberForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update organization member forbidden response has a 5xx status code +func (o *UpdateOrganizationMemberForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization member forbidden response a status code equal to that given +func (o *UpdateOrganizationMemberForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateOrganizationMemberForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/members/{member.user}][%d] updateOrganizationMemberForbidden %+v", 403, o.Payload) } + +func (o *UpdateOrganizationMemberForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/members/{member.user}][%d] updateOrganizationMemberForbidden %+v", 403, o.Payload) +} + func (o *UpdateOrganizationMemberForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateOrganizationMemberNotFound struct { Payload interface{} } +// IsSuccess returns true when this update organization member not found response has a 2xx status code +func (o *UpdateOrganizationMemberNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update organization member not found response has a 3xx status code +func (o *UpdateOrganizationMemberNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization member not found response has a 4xx status code +func (o *UpdateOrganizationMemberNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update organization member not found response has a 5xx status code +func (o *UpdateOrganizationMemberNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization member not found response a status code equal to that given +func (o *UpdateOrganizationMemberNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateOrganizationMemberNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/members/{member.user}][%d] updateOrganizationMemberNotFound %+v", 404, o.Payload) } + +func (o *UpdateOrganizationMemberNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/members/{member.user}][%d] updateOrganizationMemberNotFound %+v", 404, o.Payload) +} + func (o *UpdateOrganizationMemberNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateOrganizationMemberDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update organization member default response has a 2xx status code +func (o *UpdateOrganizationMemberDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update organization member default response has a 3xx status code +func (o *UpdateOrganizationMemberDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update organization member default response has a 4xx status code +func (o *UpdateOrganizationMemberDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update organization member default response has a 5xx status code +func (o *UpdateOrganizationMemberDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update organization member default response a status code equal to that given +func (o *UpdateOrganizationMemberDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateOrganizationMemberDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/members/{member.user}][%d] UpdateOrganizationMember default %+v", o._statusCode, o.Payload) } + +func (o *UpdateOrganizationMemberDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/members/{member.user}][%d] UpdateOrganizationMember default %+v", o._statusCode, o.Payload) +} + func (o *UpdateOrganizationMemberDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/update_organization_responses.go b/go/http_client/v1/service_client/organizations_v1/update_organization_responses.go index dc17c313f5..4d50cb7865 100644 --- a/go/http_client/v1/service_client/organizations_v1/update_organization_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/update_organization_responses.go @@ -86,9 +86,39 @@ type UpdateOrganizationOK struct { Payload *service_model.V1Organization } +// IsSuccess returns true when this update organization o k response has a 2xx status code +func (o *UpdateOrganizationOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update organization o k response has a 3xx status code +func (o *UpdateOrganizationOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization o k response has a 4xx status code +func (o *UpdateOrganizationOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update organization o k response has a 5xx status code +func (o *UpdateOrganizationOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization o k response a status code equal to that given +func (o *UpdateOrganizationOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateOrganizationOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}][%d] updateOrganizationOK %+v", 200, o.Payload) } + +func (o *UpdateOrganizationOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}][%d] updateOrganizationOK %+v", 200, o.Payload) +} + func (o *UpdateOrganizationOK) GetPayload() *service_model.V1Organization { return o.Payload } @@ -118,9 +148,39 @@ type UpdateOrganizationNoContent struct { Payload interface{} } +// IsSuccess returns true when this update organization no content response has a 2xx status code +func (o *UpdateOrganizationNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update organization no content response has a 3xx status code +func (o *UpdateOrganizationNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization no content response has a 4xx status code +func (o *UpdateOrganizationNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update organization no content response has a 5xx status code +func (o *UpdateOrganizationNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization no content response a status code equal to that given +func (o *UpdateOrganizationNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateOrganizationNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}][%d] updateOrganizationNoContent %+v", 204, o.Payload) } + +func (o *UpdateOrganizationNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}][%d] updateOrganizationNoContent %+v", 204, o.Payload) +} + func (o *UpdateOrganizationNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateOrganizationForbidden struct { Payload interface{} } +// IsSuccess returns true when this update organization forbidden response has a 2xx status code +func (o *UpdateOrganizationForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update organization forbidden response has a 3xx status code +func (o *UpdateOrganizationForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization forbidden response has a 4xx status code +func (o *UpdateOrganizationForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update organization forbidden response has a 5xx status code +func (o *UpdateOrganizationForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization forbidden response a status code equal to that given +func (o *UpdateOrganizationForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateOrganizationForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}][%d] updateOrganizationForbidden %+v", 403, o.Payload) } + +func (o *UpdateOrganizationForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}][%d] updateOrganizationForbidden %+v", 403, o.Payload) +} + func (o *UpdateOrganizationForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateOrganizationNotFound struct { Payload interface{} } +// IsSuccess returns true when this update organization not found response has a 2xx status code +func (o *UpdateOrganizationNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update organization not found response has a 3xx status code +func (o *UpdateOrganizationNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization not found response has a 4xx status code +func (o *UpdateOrganizationNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update organization not found response has a 5xx status code +func (o *UpdateOrganizationNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization not found response a status code equal to that given +func (o *UpdateOrganizationNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateOrganizationNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}][%d] updateOrganizationNotFound %+v", 404, o.Payload) } + +func (o *UpdateOrganizationNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}][%d] updateOrganizationNotFound %+v", 404, o.Payload) +} + func (o *UpdateOrganizationNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateOrganizationDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update organization default response has a 2xx status code +func (o *UpdateOrganizationDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update organization default response has a 3xx status code +func (o *UpdateOrganizationDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update organization default response has a 4xx status code +func (o *UpdateOrganizationDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update organization default response has a 5xx status code +func (o *UpdateOrganizationDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update organization default response a status code equal to that given +func (o *UpdateOrganizationDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateOrganizationDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}][%d] UpdateOrganization default %+v", o._statusCode, o.Payload) } + +func (o *UpdateOrganizationDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}][%d] UpdateOrganization default %+v", o._statusCode, o.Payload) +} + func (o *UpdateOrganizationDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/organizations_v1/update_organization_settings_responses.go b/go/http_client/v1/service_client/organizations_v1/update_organization_settings_responses.go index bdf04bbe85..0766ba0a57 100644 --- a/go/http_client/v1/service_client/organizations_v1/update_organization_settings_responses.go +++ b/go/http_client/v1/service_client/organizations_v1/update_organization_settings_responses.go @@ -86,9 +86,39 @@ type UpdateOrganizationSettingsOK struct { Payload *service_model.V1Organization } +// IsSuccess returns true when this update organization settings o k response has a 2xx status code +func (o *UpdateOrganizationSettingsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update organization settings o k response has a 3xx status code +func (o *UpdateOrganizationSettingsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization settings o k response has a 4xx status code +func (o *UpdateOrganizationSettingsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update organization settings o k response has a 5xx status code +func (o *UpdateOrganizationSettingsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization settings o k response a status code equal to that given +func (o *UpdateOrganizationSettingsOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateOrganizationSettingsOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/settings][%d] updateOrganizationSettingsOK %+v", 200, o.Payload) } + +func (o *UpdateOrganizationSettingsOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/settings][%d] updateOrganizationSettingsOK %+v", 200, o.Payload) +} + func (o *UpdateOrganizationSettingsOK) GetPayload() *service_model.V1Organization { return o.Payload } @@ -118,9 +148,39 @@ type UpdateOrganizationSettingsNoContent struct { Payload interface{} } +// IsSuccess returns true when this update organization settings no content response has a 2xx status code +func (o *UpdateOrganizationSettingsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update organization settings no content response has a 3xx status code +func (o *UpdateOrganizationSettingsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization settings no content response has a 4xx status code +func (o *UpdateOrganizationSettingsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update organization settings no content response has a 5xx status code +func (o *UpdateOrganizationSettingsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization settings no content response a status code equal to that given +func (o *UpdateOrganizationSettingsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateOrganizationSettingsNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/settings][%d] updateOrganizationSettingsNoContent %+v", 204, o.Payload) } + +func (o *UpdateOrganizationSettingsNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/settings][%d] updateOrganizationSettingsNoContent %+v", 204, o.Payload) +} + func (o *UpdateOrganizationSettingsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateOrganizationSettingsForbidden struct { Payload interface{} } +// IsSuccess returns true when this update organization settings forbidden response has a 2xx status code +func (o *UpdateOrganizationSettingsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update organization settings forbidden response has a 3xx status code +func (o *UpdateOrganizationSettingsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization settings forbidden response has a 4xx status code +func (o *UpdateOrganizationSettingsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update organization settings forbidden response has a 5xx status code +func (o *UpdateOrganizationSettingsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization settings forbidden response a status code equal to that given +func (o *UpdateOrganizationSettingsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateOrganizationSettingsForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/settings][%d] updateOrganizationSettingsForbidden %+v", 403, o.Payload) } + +func (o *UpdateOrganizationSettingsForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/settings][%d] updateOrganizationSettingsForbidden %+v", 403, o.Payload) +} + func (o *UpdateOrganizationSettingsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateOrganizationSettingsNotFound struct { Payload interface{} } +// IsSuccess returns true when this update organization settings not found response has a 2xx status code +func (o *UpdateOrganizationSettingsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update organization settings not found response has a 3xx status code +func (o *UpdateOrganizationSettingsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update organization settings not found response has a 4xx status code +func (o *UpdateOrganizationSettingsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update organization settings not found response has a 5xx status code +func (o *UpdateOrganizationSettingsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update organization settings not found response a status code equal to that given +func (o *UpdateOrganizationSettingsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateOrganizationSettingsNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/settings][%d] updateOrganizationSettingsNotFound %+v", 404, o.Payload) } + +func (o *UpdateOrganizationSettingsNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/settings][%d] updateOrganizationSettingsNotFound %+v", 404, o.Payload) +} + func (o *UpdateOrganizationSettingsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateOrganizationSettingsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update organization settings default response has a 2xx status code +func (o *UpdateOrganizationSettingsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update organization settings default response has a 3xx status code +func (o *UpdateOrganizationSettingsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update organization settings default response has a 4xx status code +func (o *UpdateOrganizationSettingsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update organization settings default response has a 5xx status code +func (o *UpdateOrganizationSettingsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update organization settings default response a status code equal to that given +func (o *UpdateOrganizationSettingsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateOrganizationSettingsDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/settings][%d] UpdateOrganizationSettings default %+v", o._statusCode, o.Payload) } + +func (o *UpdateOrganizationSettingsDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/settings][%d] UpdateOrganizationSettings default %+v", o._statusCode, o.Payload) +} + func (o *UpdateOrganizationSettingsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/presets_v1/create_preset_responses.go b/go/http_client/v1/service_client/presets_v1/create_preset_responses.go index 0352c6356f..33d9b35812 100644 --- a/go/http_client/v1/service_client/presets_v1/create_preset_responses.go +++ b/go/http_client/v1/service_client/presets_v1/create_preset_responses.go @@ -86,9 +86,39 @@ type CreatePresetOK struct { Payload *service_model.V1Preset } +// IsSuccess returns true when this create preset o k response has a 2xx status code +func (o *CreatePresetOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create preset o k response has a 3xx status code +func (o *CreatePresetOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create preset o k response has a 4xx status code +func (o *CreatePresetOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create preset o k response has a 5xx status code +func (o *CreatePresetOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create preset o k response a status code equal to that given +func (o *CreatePresetOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreatePresetOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/presets][%d] createPresetOK %+v", 200, o.Payload) } + +func (o *CreatePresetOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/presets][%d] createPresetOK %+v", 200, o.Payload) +} + func (o *CreatePresetOK) GetPayload() *service_model.V1Preset { return o.Payload } @@ -118,9 +148,39 @@ type CreatePresetNoContent struct { Payload interface{} } +// IsSuccess returns true when this create preset no content response has a 2xx status code +func (o *CreatePresetNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create preset no content response has a 3xx status code +func (o *CreatePresetNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create preset no content response has a 4xx status code +func (o *CreatePresetNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create preset no content response has a 5xx status code +func (o *CreatePresetNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create preset no content response a status code equal to that given +func (o *CreatePresetNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreatePresetNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/presets][%d] createPresetNoContent %+v", 204, o.Payload) } + +func (o *CreatePresetNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/presets][%d] createPresetNoContent %+v", 204, o.Payload) +} + func (o *CreatePresetNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreatePresetForbidden struct { Payload interface{} } +// IsSuccess returns true when this create preset forbidden response has a 2xx status code +func (o *CreatePresetForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create preset forbidden response has a 3xx status code +func (o *CreatePresetForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create preset forbidden response has a 4xx status code +func (o *CreatePresetForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create preset forbidden response has a 5xx status code +func (o *CreatePresetForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create preset forbidden response a status code equal to that given +func (o *CreatePresetForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreatePresetForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/presets][%d] createPresetForbidden %+v", 403, o.Payload) } + +func (o *CreatePresetForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/presets][%d] createPresetForbidden %+v", 403, o.Payload) +} + func (o *CreatePresetForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreatePresetNotFound struct { Payload interface{} } +// IsSuccess returns true when this create preset not found response has a 2xx status code +func (o *CreatePresetNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create preset not found response has a 3xx status code +func (o *CreatePresetNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create preset not found response has a 4xx status code +func (o *CreatePresetNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create preset not found response has a 5xx status code +func (o *CreatePresetNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create preset not found response a status code equal to that given +func (o *CreatePresetNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreatePresetNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/presets][%d] createPresetNotFound %+v", 404, o.Payload) } + +func (o *CreatePresetNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/presets][%d] createPresetNotFound %+v", 404, o.Payload) +} + func (o *CreatePresetNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreatePresetDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create preset default response has a 2xx status code +func (o *CreatePresetDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create preset default response has a 3xx status code +func (o *CreatePresetDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create preset default response has a 4xx status code +func (o *CreatePresetDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create preset default response has a 5xx status code +func (o *CreatePresetDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create preset default response a status code equal to that given +func (o *CreatePresetDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreatePresetDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/presets][%d] CreatePreset default %+v", o._statusCode, o.Payload) } + +func (o *CreatePresetDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/presets][%d] CreatePreset default %+v", o._statusCode, o.Payload) +} + func (o *CreatePresetDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/presets_v1/delete_preset_responses.go b/go/http_client/v1/service_client/presets_v1/delete_preset_responses.go index e6f1c96d4e..2365954734 100644 --- a/go/http_client/v1/service_client/presets_v1/delete_preset_responses.go +++ b/go/http_client/v1/service_client/presets_v1/delete_preset_responses.go @@ -85,10 +85,39 @@ A successful response. type DeletePresetOK struct { } +// IsSuccess returns true when this delete preset o k response has a 2xx status code +func (o *DeletePresetOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete preset o k response has a 3xx status code +func (o *DeletePresetOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete preset o k response has a 4xx status code +func (o *DeletePresetOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete preset o k response has a 5xx status code +func (o *DeletePresetOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete preset o k response a status code equal to that given +func (o *DeletePresetOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeletePresetOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/presets/{uuid}][%d] deletePresetOK ", 200) } +func (o *DeletePresetOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/presets/{uuid}][%d] deletePresetOK ", 200) +} + func (o *DeletePresetOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeletePresetNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete preset no content response has a 2xx status code +func (o *DeletePresetNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete preset no content response has a 3xx status code +func (o *DeletePresetNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete preset no content response has a 4xx status code +func (o *DeletePresetNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete preset no content response has a 5xx status code +func (o *DeletePresetNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete preset no content response a status code equal to that given +func (o *DeletePresetNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeletePresetNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/presets/{uuid}][%d] deletePresetNoContent %+v", 204, o.Payload) } + +func (o *DeletePresetNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/presets/{uuid}][%d] deletePresetNoContent %+v", 204, o.Payload) +} + func (o *DeletePresetNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeletePresetForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete preset forbidden response has a 2xx status code +func (o *DeletePresetForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete preset forbidden response has a 3xx status code +func (o *DeletePresetForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete preset forbidden response has a 4xx status code +func (o *DeletePresetForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete preset forbidden response has a 5xx status code +func (o *DeletePresetForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete preset forbidden response a status code equal to that given +func (o *DeletePresetForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeletePresetForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/presets/{uuid}][%d] deletePresetForbidden %+v", 403, o.Payload) } + +func (o *DeletePresetForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/presets/{uuid}][%d] deletePresetForbidden %+v", 403, o.Payload) +} + func (o *DeletePresetForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeletePresetNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete preset not found response has a 2xx status code +func (o *DeletePresetNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete preset not found response has a 3xx status code +func (o *DeletePresetNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete preset not found response has a 4xx status code +func (o *DeletePresetNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete preset not found response has a 5xx status code +func (o *DeletePresetNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete preset not found response a status code equal to that given +func (o *DeletePresetNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeletePresetNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/presets/{uuid}][%d] deletePresetNotFound %+v", 404, o.Payload) } + +func (o *DeletePresetNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/presets/{uuid}][%d] deletePresetNotFound %+v", 404, o.Payload) +} + func (o *DeletePresetNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeletePresetDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete preset default response has a 2xx status code +func (o *DeletePresetDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete preset default response has a 3xx status code +func (o *DeletePresetDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete preset default response has a 4xx status code +func (o *DeletePresetDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete preset default response has a 5xx status code +func (o *DeletePresetDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete preset default response a status code equal to that given +func (o *DeletePresetDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeletePresetDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/presets/{uuid}][%d] DeletePreset default %+v", o._statusCode, o.Payload) } + +func (o *DeletePresetDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/presets/{uuid}][%d] DeletePreset default %+v", o._statusCode, o.Payload) +} + func (o *DeletePresetDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/presets_v1/get_preset_responses.go b/go/http_client/v1/service_client/presets_v1/get_preset_responses.go index 3483fa7f40..1e460db12c 100644 --- a/go/http_client/v1/service_client/presets_v1/get_preset_responses.go +++ b/go/http_client/v1/service_client/presets_v1/get_preset_responses.go @@ -86,9 +86,39 @@ type GetPresetOK struct { Payload *service_model.V1Preset } +// IsSuccess returns true when this get preset o k response has a 2xx status code +func (o *GetPresetOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get preset o k response has a 3xx status code +func (o *GetPresetOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get preset o k response has a 4xx status code +func (o *GetPresetOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get preset o k response has a 5xx status code +func (o *GetPresetOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get preset o k response a status code equal to that given +func (o *GetPresetOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetPresetOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/{uuid}][%d] getPresetOK %+v", 200, o.Payload) } + +func (o *GetPresetOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/{uuid}][%d] getPresetOK %+v", 200, o.Payload) +} + func (o *GetPresetOK) GetPayload() *service_model.V1Preset { return o.Payload } @@ -118,9 +148,39 @@ type GetPresetNoContent struct { Payload interface{} } +// IsSuccess returns true when this get preset no content response has a 2xx status code +func (o *GetPresetNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get preset no content response has a 3xx status code +func (o *GetPresetNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get preset no content response has a 4xx status code +func (o *GetPresetNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get preset no content response has a 5xx status code +func (o *GetPresetNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get preset no content response a status code equal to that given +func (o *GetPresetNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetPresetNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/{uuid}][%d] getPresetNoContent %+v", 204, o.Payload) } + +func (o *GetPresetNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/{uuid}][%d] getPresetNoContent %+v", 204, o.Payload) +} + func (o *GetPresetNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetPresetForbidden struct { Payload interface{} } +// IsSuccess returns true when this get preset forbidden response has a 2xx status code +func (o *GetPresetForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get preset forbidden response has a 3xx status code +func (o *GetPresetForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get preset forbidden response has a 4xx status code +func (o *GetPresetForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get preset forbidden response has a 5xx status code +func (o *GetPresetForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get preset forbidden response a status code equal to that given +func (o *GetPresetForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetPresetForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/{uuid}][%d] getPresetForbidden %+v", 403, o.Payload) } + +func (o *GetPresetForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/{uuid}][%d] getPresetForbidden %+v", 403, o.Payload) +} + func (o *GetPresetForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetPresetNotFound struct { Payload interface{} } +// IsSuccess returns true when this get preset not found response has a 2xx status code +func (o *GetPresetNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get preset not found response has a 3xx status code +func (o *GetPresetNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get preset not found response has a 4xx status code +func (o *GetPresetNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get preset not found response has a 5xx status code +func (o *GetPresetNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get preset not found response a status code equal to that given +func (o *GetPresetNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetPresetNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/{uuid}][%d] getPresetNotFound %+v", 404, o.Payload) } + +func (o *GetPresetNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/{uuid}][%d] getPresetNotFound %+v", 404, o.Payload) +} + func (o *GetPresetNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetPresetDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get preset default response has a 2xx status code +func (o *GetPresetDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get preset default response has a 3xx status code +func (o *GetPresetDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get preset default response has a 4xx status code +func (o *GetPresetDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get preset default response has a 5xx status code +func (o *GetPresetDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get preset default response a status code equal to that given +func (o *GetPresetDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetPresetDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/{uuid}][%d] GetPreset default %+v", o._statusCode, o.Payload) } + +func (o *GetPresetDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/{uuid}][%d] GetPreset default %+v", o._statusCode, o.Payload) +} + func (o *GetPresetDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/presets_v1/list_preset_names_responses.go b/go/http_client/v1/service_client/presets_v1/list_preset_names_responses.go index 0719c7070c..a8634f039f 100644 --- a/go/http_client/v1/service_client/presets_v1/list_preset_names_responses.go +++ b/go/http_client/v1/service_client/presets_v1/list_preset_names_responses.go @@ -86,9 +86,39 @@ type ListPresetNamesOK struct { Payload *service_model.V1ListPresetsResponse } +// IsSuccess returns true when this list preset names o k response has a 2xx status code +func (o *ListPresetNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list preset names o k response has a 3xx status code +func (o *ListPresetNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list preset names o k response has a 4xx status code +func (o *ListPresetNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list preset names o k response has a 5xx status code +func (o *ListPresetNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list preset names o k response a status code equal to that given +func (o *ListPresetNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListPresetNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/names][%d] listPresetNamesOK %+v", 200, o.Payload) } + +func (o *ListPresetNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/names][%d] listPresetNamesOK %+v", 200, o.Payload) +} + func (o *ListPresetNamesOK) GetPayload() *service_model.V1ListPresetsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListPresetNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list preset names no content response has a 2xx status code +func (o *ListPresetNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list preset names no content response has a 3xx status code +func (o *ListPresetNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list preset names no content response has a 4xx status code +func (o *ListPresetNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list preset names no content response has a 5xx status code +func (o *ListPresetNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list preset names no content response a status code equal to that given +func (o *ListPresetNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListPresetNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/names][%d] listPresetNamesNoContent %+v", 204, o.Payload) } + +func (o *ListPresetNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/names][%d] listPresetNamesNoContent %+v", 204, o.Payload) +} + func (o *ListPresetNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListPresetNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list preset names forbidden response has a 2xx status code +func (o *ListPresetNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list preset names forbidden response has a 3xx status code +func (o *ListPresetNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list preset names forbidden response has a 4xx status code +func (o *ListPresetNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list preset names forbidden response has a 5xx status code +func (o *ListPresetNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list preset names forbidden response a status code equal to that given +func (o *ListPresetNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListPresetNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/names][%d] listPresetNamesForbidden %+v", 403, o.Payload) } + +func (o *ListPresetNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/names][%d] listPresetNamesForbidden %+v", 403, o.Payload) +} + func (o *ListPresetNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListPresetNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list preset names not found response has a 2xx status code +func (o *ListPresetNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list preset names not found response has a 3xx status code +func (o *ListPresetNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list preset names not found response has a 4xx status code +func (o *ListPresetNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list preset names not found response has a 5xx status code +func (o *ListPresetNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list preset names not found response a status code equal to that given +func (o *ListPresetNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListPresetNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/names][%d] listPresetNamesNotFound %+v", 404, o.Payload) } + +func (o *ListPresetNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/names][%d] listPresetNamesNotFound %+v", 404, o.Payload) +} + func (o *ListPresetNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListPresetNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list preset names default response has a 2xx status code +func (o *ListPresetNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list preset names default response has a 3xx status code +func (o *ListPresetNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list preset names default response has a 4xx status code +func (o *ListPresetNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list preset names default response has a 5xx status code +func (o *ListPresetNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list preset names default response a status code equal to that given +func (o *ListPresetNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListPresetNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/names][%d] ListPresetNames default %+v", o._statusCode, o.Payload) } + +func (o *ListPresetNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets/names][%d] ListPresetNames default %+v", o._statusCode, o.Payload) +} + func (o *ListPresetNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/presets_v1/list_presets_responses.go b/go/http_client/v1/service_client/presets_v1/list_presets_responses.go index c1cd350ee1..3549b6d7ea 100644 --- a/go/http_client/v1/service_client/presets_v1/list_presets_responses.go +++ b/go/http_client/v1/service_client/presets_v1/list_presets_responses.go @@ -86,9 +86,39 @@ type ListPresetsOK struct { Payload *service_model.V1ListPresetsResponse } +// IsSuccess returns true when this list presets o k response has a 2xx status code +func (o *ListPresetsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list presets o k response has a 3xx status code +func (o *ListPresetsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list presets o k response has a 4xx status code +func (o *ListPresetsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list presets o k response has a 5xx status code +func (o *ListPresetsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list presets o k response a status code equal to that given +func (o *ListPresetsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListPresetsOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets][%d] listPresetsOK %+v", 200, o.Payload) } + +func (o *ListPresetsOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets][%d] listPresetsOK %+v", 200, o.Payload) +} + func (o *ListPresetsOK) GetPayload() *service_model.V1ListPresetsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListPresetsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list presets no content response has a 2xx status code +func (o *ListPresetsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list presets no content response has a 3xx status code +func (o *ListPresetsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list presets no content response has a 4xx status code +func (o *ListPresetsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list presets no content response has a 5xx status code +func (o *ListPresetsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list presets no content response a status code equal to that given +func (o *ListPresetsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListPresetsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets][%d] listPresetsNoContent %+v", 204, o.Payload) } + +func (o *ListPresetsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets][%d] listPresetsNoContent %+v", 204, o.Payload) +} + func (o *ListPresetsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListPresetsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list presets forbidden response has a 2xx status code +func (o *ListPresetsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list presets forbidden response has a 3xx status code +func (o *ListPresetsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list presets forbidden response has a 4xx status code +func (o *ListPresetsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list presets forbidden response has a 5xx status code +func (o *ListPresetsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list presets forbidden response a status code equal to that given +func (o *ListPresetsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListPresetsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets][%d] listPresetsForbidden %+v", 403, o.Payload) } + +func (o *ListPresetsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets][%d] listPresetsForbidden %+v", 403, o.Payload) +} + func (o *ListPresetsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListPresetsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list presets not found response has a 2xx status code +func (o *ListPresetsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list presets not found response has a 3xx status code +func (o *ListPresetsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list presets not found response has a 4xx status code +func (o *ListPresetsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list presets not found response has a 5xx status code +func (o *ListPresetsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list presets not found response a status code equal to that given +func (o *ListPresetsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListPresetsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets][%d] listPresetsNotFound %+v", 404, o.Payload) } + +func (o *ListPresetsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets][%d] listPresetsNotFound %+v", 404, o.Payload) +} + func (o *ListPresetsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListPresetsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list presets default response has a 2xx status code +func (o *ListPresetsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list presets default response has a 3xx status code +func (o *ListPresetsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list presets default response has a 4xx status code +func (o *ListPresetsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list presets default response has a 5xx status code +func (o *ListPresetsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list presets default response a status code equal to that given +func (o *ListPresetsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListPresetsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets][%d] ListPresets default %+v", o._statusCode, o.Payload) } + +func (o *ListPresetsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/presets][%d] ListPresets default %+v", o._statusCode, o.Payload) +} + func (o *ListPresetsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/presets_v1/patch_preset_responses.go b/go/http_client/v1/service_client/presets_v1/patch_preset_responses.go index 6e128f8365..6a928889fc 100644 --- a/go/http_client/v1/service_client/presets_v1/patch_preset_responses.go +++ b/go/http_client/v1/service_client/presets_v1/patch_preset_responses.go @@ -86,9 +86,39 @@ type PatchPresetOK struct { Payload *service_model.V1Preset } +// IsSuccess returns true when this patch preset o k response has a 2xx status code +func (o *PatchPresetOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch preset o k response has a 3xx status code +func (o *PatchPresetOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch preset o k response has a 4xx status code +func (o *PatchPresetOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch preset o k response has a 5xx status code +func (o *PatchPresetOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch preset o k response a status code equal to that given +func (o *PatchPresetOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchPresetOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] patchPresetOK %+v", 200, o.Payload) } + +func (o *PatchPresetOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] patchPresetOK %+v", 200, o.Payload) +} + func (o *PatchPresetOK) GetPayload() *service_model.V1Preset { return o.Payload } @@ -118,9 +148,39 @@ type PatchPresetNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch preset no content response has a 2xx status code +func (o *PatchPresetNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch preset no content response has a 3xx status code +func (o *PatchPresetNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch preset no content response has a 4xx status code +func (o *PatchPresetNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch preset no content response has a 5xx status code +func (o *PatchPresetNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch preset no content response a status code equal to that given +func (o *PatchPresetNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchPresetNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] patchPresetNoContent %+v", 204, o.Payload) } + +func (o *PatchPresetNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] patchPresetNoContent %+v", 204, o.Payload) +} + func (o *PatchPresetNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchPresetForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch preset forbidden response has a 2xx status code +func (o *PatchPresetForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch preset forbidden response has a 3xx status code +func (o *PatchPresetForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch preset forbidden response has a 4xx status code +func (o *PatchPresetForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch preset forbidden response has a 5xx status code +func (o *PatchPresetForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch preset forbidden response a status code equal to that given +func (o *PatchPresetForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchPresetForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] patchPresetForbidden %+v", 403, o.Payload) } + +func (o *PatchPresetForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] patchPresetForbidden %+v", 403, o.Payload) +} + func (o *PatchPresetForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchPresetNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch preset not found response has a 2xx status code +func (o *PatchPresetNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch preset not found response has a 3xx status code +func (o *PatchPresetNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch preset not found response has a 4xx status code +func (o *PatchPresetNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch preset not found response has a 5xx status code +func (o *PatchPresetNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch preset not found response a status code equal to that given +func (o *PatchPresetNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchPresetNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] patchPresetNotFound %+v", 404, o.Payload) } + +func (o *PatchPresetNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] patchPresetNotFound %+v", 404, o.Payload) +} + func (o *PatchPresetNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchPresetDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch preset default response has a 2xx status code +func (o *PatchPresetDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch preset default response has a 3xx status code +func (o *PatchPresetDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch preset default response has a 4xx status code +func (o *PatchPresetDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch preset default response has a 5xx status code +func (o *PatchPresetDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch preset default response a status code equal to that given +func (o *PatchPresetDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchPresetDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] PatchPreset default %+v", o._statusCode, o.Payload) } + +func (o *PatchPresetDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] PatchPreset default %+v", o._statusCode, o.Payload) +} + func (o *PatchPresetDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/presets_v1/update_preset_responses.go b/go/http_client/v1/service_client/presets_v1/update_preset_responses.go index d40dae48a8..4ff151c4ed 100644 --- a/go/http_client/v1/service_client/presets_v1/update_preset_responses.go +++ b/go/http_client/v1/service_client/presets_v1/update_preset_responses.go @@ -86,9 +86,39 @@ type UpdatePresetOK struct { Payload *service_model.V1Preset } +// IsSuccess returns true when this update preset o k response has a 2xx status code +func (o *UpdatePresetOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update preset o k response has a 3xx status code +func (o *UpdatePresetOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update preset o k response has a 4xx status code +func (o *UpdatePresetOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update preset o k response has a 5xx status code +func (o *UpdatePresetOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update preset o k response a status code equal to that given +func (o *UpdatePresetOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdatePresetOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] updatePresetOK %+v", 200, o.Payload) } + +func (o *UpdatePresetOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] updatePresetOK %+v", 200, o.Payload) +} + func (o *UpdatePresetOK) GetPayload() *service_model.V1Preset { return o.Payload } @@ -118,9 +148,39 @@ type UpdatePresetNoContent struct { Payload interface{} } +// IsSuccess returns true when this update preset no content response has a 2xx status code +func (o *UpdatePresetNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update preset no content response has a 3xx status code +func (o *UpdatePresetNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update preset no content response has a 4xx status code +func (o *UpdatePresetNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update preset no content response has a 5xx status code +func (o *UpdatePresetNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update preset no content response a status code equal to that given +func (o *UpdatePresetNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdatePresetNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] updatePresetNoContent %+v", 204, o.Payload) } + +func (o *UpdatePresetNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] updatePresetNoContent %+v", 204, o.Payload) +} + func (o *UpdatePresetNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdatePresetForbidden struct { Payload interface{} } +// IsSuccess returns true when this update preset forbidden response has a 2xx status code +func (o *UpdatePresetForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update preset forbidden response has a 3xx status code +func (o *UpdatePresetForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update preset forbidden response has a 4xx status code +func (o *UpdatePresetForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update preset forbidden response has a 5xx status code +func (o *UpdatePresetForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update preset forbidden response a status code equal to that given +func (o *UpdatePresetForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdatePresetForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] updatePresetForbidden %+v", 403, o.Payload) } + +func (o *UpdatePresetForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] updatePresetForbidden %+v", 403, o.Payload) +} + func (o *UpdatePresetForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdatePresetNotFound struct { Payload interface{} } +// IsSuccess returns true when this update preset not found response has a 2xx status code +func (o *UpdatePresetNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update preset not found response has a 3xx status code +func (o *UpdatePresetNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update preset not found response has a 4xx status code +func (o *UpdatePresetNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update preset not found response has a 5xx status code +func (o *UpdatePresetNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update preset not found response a status code equal to that given +func (o *UpdatePresetNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdatePresetNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] updatePresetNotFound %+v", 404, o.Payload) } + +func (o *UpdatePresetNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] updatePresetNotFound %+v", 404, o.Payload) +} + func (o *UpdatePresetNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdatePresetDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update preset default response has a 2xx status code +func (o *UpdatePresetDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update preset default response has a 3xx status code +func (o *UpdatePresetDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update preset default response has a 4xx status code +func (o *UpdatePresetDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update preset default response has a 5xx status code +func (o *UpdatePresetDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update preset default response a status code equal to that given +func (o *UpdatePresetDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdatePresetDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] UpdatePreset default %+v", o._statusCode, o.Payload) } + +func (o *UpdatePresetDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/presets/{preset.uuid}][%d] UpdatePreset default %+v", o._statusCode, o.Payload) +} + func (o *UpdatePresetDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_dashboards_v1/create_project_dashboard_responses.go b/go/http_client/v1/service_client/project_dashboards_v1/create_project_dashboard_responses.go index 2d1ec8c7e2..c9e2370776 100644 --- a/go/http_client/v1/service_client/project_dashboards_v1/create_project_dashboard_responses.go +++ b/go/http_client/v1/service_client/project_dashboards_v1/create_project_dashboard_responses.go @@ -86,9 +86,39 @@ type CreateProjectDashboardOK struct { Payload *service_model.V1Dashboard } +// IsSuccess returns true when this create project dashboard o k response has a 2xx status code +func (o *CreateProjectDashboardOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create project dashboard o k response has a 3xx status code +func (o *CreateProjectDashboardOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create project dashboard o k response has a 4xx status code +func (o *CreateProjectDashboardOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create project dashboard o k response has a 5xx status code +func (o *CreateProjectDashboardOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create project dashboard o k response a status code equal to that given +func (o *CreateProjectDashboardOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateProjectDashboardOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/dashboards][%d] createProjectDashboardOK %+v", 200, o.Payload) } + +func (o *CreateProjectDashboardOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/dashboards][%d] createProjectDashboardOK %+v", 200, o.Payload) +} + func (o *CreateProjectDashboardOK) GetPayload() *service_model.V1Dashboard { return o.Payload } @@ -118,9 +148,39 @@ type CreateProjectDashboardNoContent struct { Payload interface{} } +// IsSuccess returns true when this create project dashboard no content response has a 2xx status code +func (o *CreateProjectDashboardNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create project dashboard no content response has a 3xx status code +func (o *CreateProjectDashboardNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create project dashboard no content response has a 4xx status code +func (o *CreateProjectDashboardNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create project dashboard no content response has a 5xx status code +func (o *CreateProjectDashboardNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create project dashboard no content response a status code equal to that given +func (o *CreateProjectDashboardNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateProjectDashboardNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/dashboards][%d] createProjectDashboardNoContent %+v", 204, o.Payload) } + +func (o *CreateProjectDashboardNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/dashboards][%d] createProjectDashboardNoContent %+v", 204, o.Payload) +} + func (o *CreateProjectDashboardNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateProjectDashboardForbidden struct { Payload interface{} } +// IsSuccess returns true when this create project dashboard forbidden response has a 2xx status code +func (o *CreateProjectDashboardForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create project dashboard forbidden response has a 3xx status code +func (o *CreateProjectDashboardForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create project dashboard forbidden response has a 4xx status code +func (o *CreateProjectDashboardForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create project dashboard forbidden response has a 5xx status code +func (o *CreateProjectDashboardForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create project dashboard forbidden response a status code equal to that given +func (o *CreateProjectDashboardForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateProjectDashboardForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/dashboards][%d] createProjectDashboardForbidden %+v", 403, o.Payload) } + +func (o *CreateProjectDashboardForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/dashboards][%d] createProjectDashboardForbidden %+v", 403, o.Payload) +} + func (o *CreateProjectDashboardForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateProjectDashboardNotFound struct { Payload interface{} } +// IsSuccess returns true when this create project dashboard not found response has a 2xx status code +func (o *CreateProjectDashboardNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create project dashboard not found response has a 3xx status code +func (o *CreateProjectDashboardNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create project dashboard not found response has a 4xx status code +func (o *CreateProjectDashboardNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create project dashboard not found response has a 5xx status code +func (o *CreateProjectDashboardNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create project dashboard not found response a status code equal to that given +func (o *CreateProjectDashboardNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateProjectDashboardNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/dashboards][%d] createProjectDashboardNotFound %+v", 404, o.Payload) } + +func (o *CreateProjectDashboardNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/dashboards][%d] createProjectDashboardNotFound %+v", 404, o.Payload) +} + func (o *CreateProjectDashboardNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateProjectDashboardDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create project dashboard default response has a 2xx status code +func (o *CreateProjectDashboardDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create project dashboard default response has a 3xx status code +func (o *CreateProjectDashboardDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create project dashboard default response has a 4xx status code +func (o *CreateProjectDashboardDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create project dashboard default response has a 5xx status code +func (o *CreateProjectDashboardDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create project dashboard default response a status code equal to that given +func (o *CreateProjectDashboardDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateProjectDashboardDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/dashboards][%d] CreateProjectDashboard default %+v", o._statusCode, o.Payload) } + +func (o *CreateProjectDashboardDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/dashboards][%d] CreateProjectDashboard default %+v", o._statusCode, o.Payload) +} + func (o *CreateProjectDashboardDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_dashboards_v1/delete_project_dashboard_responses.go b/go/http_client/v1/service_client/project_dashboards_v1/delete_project_dashboard_responses.go index 2fd3fb6898..9e0ecbe7ce 100644 --- a/go/http_client/v1/service_client/project_dashboards_v1/delete_project_dashboard_responses.go +++ b/go/http_client/v1/service_client/project_dashboards_v1/delete_project_dashboard_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteProjectDashboardOK struct { } +// IsSuccess returns true when this delete project dashboard o k response has a 2xx status code +func (o *DeleteProjectDashboardOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete project dashboard o k response has a 3xx status code +func (o *DeleteProjectDashboardOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete project dashboard o k response has a 4xx status code +func (o *DeleteProjectDashboardOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete project dashboard o k response has a 5xx status code +func (o *DeleteProjectDashboardOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete project dashboard o k response a status code equal to that given +func (o *DeleteProjectDashboardOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteProjectDashboardOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] deleteProjectDashboardOK ", 200) } +func (o *DeleteProjectDashboardOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] deleteProjectDashboardOK ", 200) +} + func (o *DeleteProjectDashboardOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteProjectDashboardNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete project dashboard no content response has a 2xx status code +func (o *DeleteProjectDashboardNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete project dashboard no content response has a 3xx status code +func (o *DeleteProjectDashboardNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete project dashboard no content response has a 4xx status code +func (o *DeleteProjectDashboardNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete project dashboard no content response has a 5xx status code +func (o *DeleteProjectDashboardNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete project dashboard no content response a status code equal to that given +func (o *DeleteProjectDashboardNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteProjectDashboardNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] deleteProjectDashboardNoContent %+v", 204, o.Payload) } + +func (o *DeleteProjectDashboardNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] deleteProjectDashboardNoContent %+v", 204, o.Payload) +} + func (o *DeleteProjectDashboardNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteProjectDashboardForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete project dashboard forbidden response has a 2xx status code +func (o *DeleteProjectDashboardForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete project dashboard forbidden response has a 3xx status code +func (o *DeleteProjectDashboardForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete project dashboard forbidden response has a 4xx status code +func (o *DeleteProjectDashboardForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete project dashboard forbidden response has a 5xx status code +func (o *DeleteProjectDashboardForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete project dashboard forbidden response a status code equal to that given +func (o *DeleteProjectDashboardForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteProjectDashboardForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] deleteProjectDashboardForbidden %+v", 403, o.Payload) } + +func (o *DeleteProjectDashboardForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] deleteProjectDashboardForbidden %+v", 403, o.Payload) +} + func (o *DeleteProjectDashboardForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteProjectDashboardNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete project dashboard not found response has a 2xx status code +func (o *DeleteProjectDashboardNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete project dashboard not found response has a 3xx status code +func (o *DeleteProjectDashboardNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete project dashboard not found response has a 4xx status code +func (o *DeleteProjectDashboardNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete project dashboard not found response has a 5xx status code +func (o *DeleteProjectDashboardNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete project dashboard not found response a status code equal to that given +func (o *DeleteProjectDashboardNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteProjectDashboardNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] deleteProjectDashboardNotFound %+v", 404, o.Payload) } + +func (o *DeleteProjectDashboardNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] deleteProjectDashboardNotFound %+v", 404, o.Payload) +} + func (o *DeleteProjectDashboardNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteProjectDashboardDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete project dashboard default response has a 2xx status code +func (o *DeleteProjectDashboardDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete project dashboard default response has a 3xx status code +func (o *DeleteProjectDashboardDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete project dashboard default response has a 4xx status code +func (o *DeleteProjectDashboardDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete project dashboard default response has a 5xx status code +func (o *DeleteProjectDashboardDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete project dashboard default response a status code equal to that given +func (o *DeleteProjectDashboardDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteProjectDashboardDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] DeleteProjectDashboard default %+v", o._statusCode, o.Payload) } + +func (o *DeleteProjectDashboardDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] DeleteProjectDashboard default %+v", o._statusCode, o.Payload) +} + func (o *DeleteProjectDashboardDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_dashboards_v1/get_project_dashboard_responses.go b/go/http_client/v1/service_client/project_dashboards_v1/get_project_dashboard_responses.go index 7fb8979612..a87c62075f 100644 --- a/go/http_client/v1/service_client/project_dashboards_v1/get_project_dashboard_responses.go +++ b/go/http_client/v1/service_client/project_dashboards_v1/get_project_dashboard_responses.go @@ -86,9 +86,39 @@ type GetProjectDashboardOK struct { Payload *service_model.V1Dashboard } +// IsSuccess returns true when this get project dashboard o k response has a 2xx status code +func (o *GetProjectDashboardOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get project dashboard o k response has a 3xx status code +func (o *GetProjectDashboardOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project dashboard o k response has a 4xx status code +func (o *GetProjectDashboardOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get project dashboard o k response has a 5xx status code +func (o *GetProjectDashboardOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get project dashboard o k response a status code equal to that given +func (o *GetProjectDashboardOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetProjectDashboardOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] getProjectDashboardOK %+v", 200, o.Payload) } + +func (o *GetProjectDashboardOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] getProjectDashboardOK %+v", 200, o.Payload) +} + func (o *GetProjectDashboardOK) GetPayload() *service_model.V1Dashboard { return o.Payload } @@ -118,9 +148,39 @@ type GetProjectDashboardNoContent struct { Payload interface{} } +// IsSuccess returns true when this get project dashboard no content response has a 2xx status code +func (o *GetProjectDashboardNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get project dashboard no content response has a 3xx status code +func (o *GetProjectDashboardNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project dashboard no content response has a 4xx status code +func (o *GetProjectDashboardNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get project dashboard no content response has a 5xx status code +func (o *GetProjectDashboardNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get project dashboard no content response a status code equal to that given +func (o *GetProjectDashboardNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetProjectDashboardNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] getProjectDashboardNoContent %+v", 204, o.Payload) } + +func (o *GetProjectDashboardNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] getProjectDashboardNoContent %+v", 204, o.Payload) +} + func (o *GetProjectDashboardNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetProjectDashboardForbidden struct { Payload interface{} } +// IsSuccess returns true when this get project dashboard forbidden response has a 2xx status code +func (o *GetProjectDashboardForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get project dashboard forbidden response has a 3xx status code +func (o *GetProjectDashboardForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project dashboard forbidden response has a 4xx status code +func (o *GetProjectDashboardForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get project dashboard forbidden response has a 5xx status code +func (o *GetProjectDashboardForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get project dashboard forbidden response a status code equal to that given +func (o *GetProjectDashboardForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetProjectDashboardForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] getProjectDashboardForbidden %+v", 403, o.Payload) } + +func (o *GetProjectDashboardForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] getProjectDashboardForbidden %+v", 403, o.Payload) +} + func (o *GetProjectDashboardForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetProjectDashboardNotFound struct { Payload interface{} } +// IsSuccess returns true when this get project dashboard not found response has a 2xx status code +func (o *GetProjectDashboardNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get project dashboard not found response has a 3xx status code +func (o *GetProjectDashboardNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project dashboard not found response has a 4xx status code +func (o *GetProjectDashboardNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get project dashboard not found response has a 5xx status code +func (o *GetProjectDashboardNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get project dashboard not found response a status code equal to that given +func (o *GetProjectDashboardNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetProjectDashboardNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] getProjectDashboardNotFound %+v", 404, o.Payload) } + +func (o *GetProjectDashboardNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] getProjectDashboardNotFound %+v", 404, o.Payload) +} + func (o *GetProjectDashboardNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetProjectDashboardDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get project dashboard default response has a 2xx status code +func (o *GetProjectDashboardDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get project dashboard default response has a 3xx status code +func (o *GetProjectDashboardDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get project dashboard default response has a 4xx status code +func (o *GetProjectDashboardDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get project dashboard default response has a 5xx status code +func (o *GetProjectDashboardDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get project dashboard default response a status code equal to that given +func (o *GetProjectDashboardDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetProjectDashboardDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] GetProjectDashboard default %+v", o._statusCode, o.Payload) } + +func (o *GetProjectDashboardDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/dashboards/{uuid}][%d] GetProjectDashboard default %+v", o._statusCode, o.Payload) +} + func (o *GetProjectDashboardDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_dashboards_v1/list_project_dashboard_names_responses.go b/go/http_client/v1/service_client/project_dashboards_v1/list_project_dashboard_names_responses.go index 2356c4c115..fe6c37e074 100644 --- a/go/http_client/v1/service_client/project_dashboards_v1/list_project_dashboard_names_responses.go +++ b/go/http_client/v1/service_client/project_dashboards_v1/list_project_dashboard_names_responses.go @@ -86,9 +86,39 @@ type ListProjectDashboardNamesOK struct { Payload *service_model.V1ListDashboardsResponse } +// IsSuccess returns true when this list project dashboard names o k response has a 2xx status code +func (o *ListProjectDashboardNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list project dashboard names o k response has a 3xx status code +func (o *ListProjectDashboardNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project dashboard names o k response has a 4xx status code +func (o *ListProjectDashboardNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list project dashboard names o k response has a 5xx status code +func (o *ListProjectDashboardNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list project dashboard names o k response a status code equal to that given +func (o *ListProjectDashboardNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListProjectDashboardNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards/names][%d] listProjectDashboardNamesOK %+v", 200, o.Payload) } + +func (o *ListProjectDashboardNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards/names][%d] listProjectDashboardNamesOK %+v", 200, o.Payload) +} + func (o *ListProjectDashboardNamesOK) GetPayload() *service_model.V1ListDashboardsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListProjectDashboardNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list project dashboard names no content response has a 2xx status code +func (o *ListProjectDashboardNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list project dashboard names no content response has a 3xx status code +func (o *ListProjectDashboardNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project dashboard names no content response has a 4xx status code +func (o *ListProjectDashboardNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list project dashboard names no content response has a 5xx status code +func (o *ListProjectDashboardNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list project dashboard names no content response a status code equal to that given +func (o *ListProjectDashboardNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListProjectDashboardNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards/names][%d] listProjectDashboardNamesNoContent %+v", 204, o.Payload) } + +func (o *ListProjectDashboardNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards/names][%d] listProjectDashboardNamesNoContent %+v", 204, o.Payload) +} + func (o *ListProjectDashboardNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListProjectDashboardNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list project dashboard names forbidden response has a 2xx status code +func (o *ListProjectDashboardNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list project dashboard names forbidden response has a 3xx status code +func (o *ListProjectDashboardNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project dashboard names forbidden response has a 4xx status code +func (o *ListProjectDashboardNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list project dashboard names forbidden response has a 5xx status code +func (o *ListProjectDashboardNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list project dashboard names forbidden response a status code equal to that given +func (o *ListProjectDashboardNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListProjectDashboardNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards/names][%d] listProjectDashboardNamesForbidden %+v", 403, o.Payload) } + +func (o *ListProjectDashboardNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards/names][%d] listProjectDashboardNamesForbidden %+v", 403, o.Payload) +} + func (o *ListProjectDashboardNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListProjectDashboardNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list project dashboard names not found response has a 2xx status code +func (o *ListProjectDashboardNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list project dashboard names not found response has a 3xx status code +func (o *ListProjectDashboardNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project dashboard names not found response has a 4xx status code +func (o *ListProjectDashboardNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list project dashboard names not found response has a 5xx status code +func (o *ListProjectDashboardNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list project dashboard names not found response a status code equal to that given +func (o *ListProjectDashboardNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListProjectDashboardNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards/names][%d] listProjectDashboardNamesNotFound %+v", 404, o.Payload) } + +func (o *ListProjectDashboardNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards/names][%d] listProjectDashboardNamesNotFound %+v", 404, o.Payload) +} + func (o *ListProjectDashboardNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListProjectDashboardNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list project dashboard names default response has a 2xx status code +func (o *ListProjectDashboardNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list project dashboard names default response has a 3xx status code +func (o *ListProjectDashboardNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list project dashboard names default response has a 4xx status code +func (o *ListProjectDashboardNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list project dashboard names default response has a 5xx status code +func (o *ListProjectDashboardNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list project dashboard names default response a status code equal to that given +func (o *ListProjectDashboardNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListProjectDashboardNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards/names][%d] ListProjectDashboardNames default %+v", o._statusCode, o.Payload) } + +func (o *ListProjectDashboardNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards/names][%d] ListProjectDashboardNames default %+v", o._statusCode, o.Payload) +} + func (o *ListProjectDashboardNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_dashboards_v1/list_project_dashboards_responses.go b/go/http_client/v1/service_client/project_dashboards_v1/list_project_dashboards_responses.go index 0d97565a6c..e0a9761c1e 100644 --- a/go/http_client/v1/service_client/project_dashboards_v1/list_project_dashboards_responses.go +++ b/go/http_client/v1/service_client/project_dashboards_v1/list_project_dashboards_responses.go @@ -86,9 +86,39 @@ type ListProjectDashboardsOK struct { Payload *service_model.V1ListDashboardsResponse } +// IsSuccess returns true when this list project dashboards o k response has a 2xx status code +func (o *ListProjectDashboardsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list project dashboards o k response has a 3xx status code +func (o *ListProjectDashboardsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project dashboards o k response has a 4xx status code +func (o *ListProjectDashboardsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list project dashboards o k response has a 5xx status code +func (o *ListProjectDashboardsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list project dashboards o k response a status code equal to that given +func (o *ListProjectDashboardsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListProjectDashboardsOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards][%d] listProjectDashboardsOK %+v", 200, o.Payload) } + +func (o *ListProjectDashboardsOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards][%d] listProjectDashboardsOK %+v", 200, o.Payload) +} + func (o *ListProjectDashboardsOK) GetPayload() *service_model.V1ListDashboardsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListProjectDashboardsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list project dashboards no content response has a 2xx status code +func (o *ListProjectDashboardsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list project dashboards no content response has a 3xx status code +func (o *ListProjectDashboardsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project dashboards no content response has a 4xx status code +func (o *ListProjectDashboardsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list project dashboards no content response has a 5xx status code +func (o *ListProjectDashboardsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list project dashboards no content response a status code equal to that given +func (o *ListProjectDashboardsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListProjectDashboardsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards][%d] listProjectDashboardsNoContent %+v", 204, o.Payload) } + +func (o *ListProjectDashboardsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards][%d] listProjectDashboardsNoContent %+v", 204, o.Payload) +} + func (o *ListProjectDashboardsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListProjectDashboardsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list project dashboards forbidden response has a 2xx status code +func (o *ListProjectDashboardsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list project dashboards forbidden response has a 3xx status code +func (o *ListProjectDashboardsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project dashboards forbidden response has a 4xx status code +func (o *ListProjectDashboardsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list project dashboards forbidden response has a 5xx status code +func (o *ListProjectDashboardsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list project dashboards forbidden response a status code equal to that given +func (o *ListProjectDashboardsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListProjectDashboardsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards][%d] listProjectDashboardsForbidden %+v", 403, o.Payload) } + +func (o *ListProjectDashboardsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards][%d] listProjectDashboardsForbidden %+v", 403, o.Payload) +} + func (o *ListProjectDashboardsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListProjectDashboardsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list project dashboards not found response has a 2xx status code +func (o *ListProjectDashboardsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list project dashboards not found response has a 3xx status code +func (o *ListProjectDashboardsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project dashboards not found response has a 4xx status code +func (o *ListProjectDashboardsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list project dashboards not found response has a 5xx status code +func (o *ListProjectDashboardsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list project dashboards not found response a status code equal to that given +func (o *ListProjectDashboardsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListProjectDashboardsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards][%d] listProjectDashboardsNotFound %+v", 404, o.Payload) } + +func (o *ListProjectDashboardsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards][%d] listProjectDashboardsNotFound %+v", 404, o.Payload) +} + func (o *ListProjectDashboardsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListProjectDashboardsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list project dashboards default response has a 2xx status code +func (o *ListProjectDashboardsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list project dashboards default response has a 3xx status code +func (o *ListProjectDashboardsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list project dashboards default response has a 4xx status code +func (o *ListProjectDashboardsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list project dashboards default response has a 5xx status code +func (o *ListProjectDashboardsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list project dashboards default response a status code equal to that given +func (o *ListProjectDashboardsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListProjectDashboardsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards][%d] ListProjectDashboards default %+v", o._statusCode, o.Payload) } + +func (o *ListProjectDashboardsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/dashboards][%d] ListProjectDashboards default %+v", o._statusCode, o.Payload) +} + func (o *ListProjectDashboardsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_dashboards_v1/patch_project_dashboard_responses.go b/go/http_client/v1/service_client/project_dashboards_v1/patch_project_dashboard_responses.go index 223e80896d..871c2976f4 100644 --- a/go/http_client/v1/service_client/project_dashboards_v1/patch_project_dashboard_responses.go +++ b/go/http_client/v1/service_client/project_dashboards_v1/patch_project_dashboard_responses.go @@ -86,9 +86,39 @@ type PatchProjectDashboardOK struct { Payload *service_model.V1Dashboard } +// IsSuccess returns true when this patch project dashboard o k response has a 2xx status code +func (o *PatchProjectDashboardOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch project dashboard o k response has a 3xx status code +func (o *PatchProjectDashboardOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project dashboard o k response has a 4xx status code +func (o *PatchProjectDashboardOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch project dashboard o k response has a 5xx status code +func (o *PatchProjectDashboardOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project dashboard o k response a status code equal to that given +func (o *PatchProjectDashboardOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchProjectDashboardOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] patchProjectDashboardOK %+v", 200, o.Payload) } + +func (o *PatchProjectDashboardOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] patchProjectDashboardOK %+v", 200, o.Payload) +} + func (o *PatchProjectDashboardOK) GetPayload() *service_model.V1Dashboard { return o.Payload } @@ -118,9 +148,39 @@ type PatchProjectDashboardNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch project dashboard no content response has a 2xx status code +func (o *PatchProjectDashboardNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch project dashboard no content response has a 3xx status code +func (o *PatchProjectDashboardNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project dashboard no content response has a 4xx status code +func (o *PatchProjectDashboardNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch project dashboard no content response has a 5xx status code +func (o *PatchProjectDashboardNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project dashboard no content response a status code equal to that given +func (o *PatchProjectDashboardNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchProjectDashboardNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] patchProjectDashboardNoContent %+v", 204, o.Payload) } + +func (o *PatchProjectDashboardNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] patchProjectDashboardNoContent %+v", 204, o.Payload) +} + func (o *PatchProjectDashboardNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchProjectDashboardForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch project dashboard forbidden response has a 2xx status code +func (o *PatchProjectDashboardForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch project dashboard forbidden response has a 3xx status code +func (o *PatchProjectDashboardForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project dashboard forbidden response has a 4xx status code +func (o *PatchProjectDashboardForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch project dashboard forbidden response has a 5xx status code +func (o *PatchProjectDashboardForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project dashboard forbidden response a status code equal to that given +func (o *PatchProjectDashboardForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchProjectDashboardForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] patchProjectDashboardForbidden %+v", 403, o.Payload) } + +func (o *PatchProjectDashboardForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] patchProjectDashboardForbidden %+v", 403, o.Payload) +} + func (o *PatchProjectDashboardForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchProjectDashboardNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch project dashboard not found response has a 2xx status code +func (o *PatchProjectDashboardNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch project dashboard not found response has a 3xx status code +func (o *PatchProjectDashboardNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project dashboard not found response has a 4xx status code +func (o *PatchProjectDashboardNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch project dashboard not found response has a 5xx status code +func (o *PatchProjectDashboardNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project dashboard not found response a status code equal to that given +func (o *PatchProjectDashboardNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchProjectDashboardNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] patchProjectDashboardNotFound %+v", 404, o.Payload) } + +func (o *PatchProjectDashboardNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] patchProjectDashboardNotFound %+v", 404, o.Payload) +} + func (o *PatchProjectDashboardNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchProjectDashboardDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch project dashboard default response has a 2xx status code +func (o *PatchProjectDashboardDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch project dashboard default response has a 3xx status code +func (o *PatchProjectDashboardDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch project dashboard default response has a 4xx status code +func (o *PatchProjectDashboardDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch project dashboard default response has a 5xx status code +func (o *PatchProjectDashboardDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch project dashboard default response a status code equal to that given +func (o *PatchProjectDashboardDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchProjectDashboardDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] PatchProjectDashboard default %+v", o._statusCode, o.Payload) } + +func (o *PatchProjectDashboardDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] PatchProjectDashboard default %+v", o._statusCode, o.Payload) +} + func (o *PatchProjectDashboardDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_dashboards_v1/promote_project_dashboard_responses.go b/go/http_client/v1/service_client/project_dashboards_v1/promote_project_dashboard_responses.go index b3a256ec75..31fa1ced8e 100644 --- a/go/http_client/v1/service_client/project_dashboards_v1/promote_project_dashboard_responses.go +++ b/go/http_client/v1/service_client/project_dashboards_v1/promote_project_dashboard_responses.go @@ -85,10 +85,39 @@ A successful response. type PromoteProjectDashboardOK struct { } +// IsSuccess returns true when this promote project dashboard o k response has a 2xx status code +func (o *PromoteProjectDashboardOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this promote project dashboard o k response has a 3xx status code +func (o *PromoteProjectDashboardOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this promote project dashboard o k response has a 4xx status code +func (o *PromoteProjectDashboardOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this promote project dashboard o k response has a 5xx status code +func (o *PromoteProjectDashboardOK) IsServerError() bool { + return false +} + +// IsCode returns true when this promote project dashboard o k response a status code equal to that given +func (o *PromoteProjectDashboardOK) IsCode(code int) bool { + return code == 200 +} + func (o *PromoteProjectDashboardOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/dashboards/{uuid}/promote][%d] promoteProjectDashboardOK ", 200) } +func (o *PromoteProjectDashboardOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/dashboards/{uuid}/promote][%d] promoteProjectDashboardOK ", 200) +} + func (o *PromoteProjectDashboardOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type PromoteProjectDashboardNoContent struct { Payload interface{} } +// IsSuccess returns true when this promote project dashboard no content response has a 2xx status code +func (o *PromoteProjectDashboardNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this promote project dashboard no content response has a 3xx status code +func (o *PromoteProjectDashboardNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this promote project dashboard no content response has a 4xx status code +func (o *PromoteProjectDashboardNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this promote project dashboard no content response has a 5xx status code +func (o *PromoteProjectDashboardNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this promote project dashboard no content response a status code equal to that given +func (o *PromoteProjectDashboardNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PromoteProjectDashboardNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/dashboards/{uuid}/promote][%d] promoteProjectDashboardNoContent %+v", 204, o.Payload) } + +func (o *PromoteProjectDashboardNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/dashboards/{uuid}/promote][%d] promoteProjectDashboardNoContent %+v", 204, o.Payload) +} + func (o *PromoteProjectDashboardNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type PromoteProjectDashboardForbidden struct { Payload interface{} } +// IsSuccess returns true when this promote project dashboard forbidden response has a 2xx status code +func (o *PromoteProjectDashboardForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this promote project dashboard forbidden response has a 3xx status code +func (o *PromoteProjectDashboardForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this promote project dashboard forbidden response has a 4xx status code +func (o *PromoteProjectDashboardForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this promote project dashboard forbidden response has a 5xx status code +func (o *PromoteProjectDashboardForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this promote project dashboard forbidden response a status code equal to that given +func (o *PromoteProjectDashboardForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PromoteProjectDashboardForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/dashboards/{uuid}/promote][%d] promoteProjectDashboardForbidden %+v", 403, o.Payload) } + +func (o *PromoteProjectDashboardForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/dashboards/{uuid}/promote][%d] promoteProjectDashboardForbidden %+v", 403, o.Payload) +} + func (o *PromoteProjectDashboardForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type PromoteProjectDashboardNotFound struct { Payload interface{} } +// IsSuccess returns true when this promote project dashboard not found response has a 2xx status code +func (o *PromoteProjectDashboardNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this promote project dashboard not found response has a 3xx status code +func (o *PromoteProjectDashboardNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this promote project dashboard not found response has a 4xx status code +func (o *PromoteProjectDashboardNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this promote project dashboard not found response has a 5xx status code +func (o *PromoteProjectDashboardNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this promote project dashboard not found response a status code equal to that given +func (o *PromoteProjectDashboardNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PromoteProjectDashboardNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/dashboards/{uuid}/promote][%d] promoteProjectDashboardNotFound %+v", 404, o.Payload) } + +func (o *PromoteProjectDashboardNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/dashboards/{uuid}/promote][%d] promoteProjectDashboardNotFound %+v", 404, o.Payload) +} + func (o *PromoteProjectDashboardNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *PromoteProjectDashboardDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this promote project dashboard default response has a 2xx status code +func (o *PromoteProjectDashboardDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this promote project dashboard default response has a 3xx status code +func (o *PromoteProjectDashboardDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this promote project dashboard default response has a 4xx status code +func (o *PromoteProjectDashboardDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this promote project dashboard default response has a 5xx status code +func (o *PromoteProjectDashboardDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this promote project dashboard default response a status code equal to that given +func (o *PromoteProjectDashboardDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PromoteProjectDashboardDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/dashboards/{uuid}/promote][%d] PromoteProjectDashboard default %+v", o._statusCode, o.Payload) } + +func (o *PromoteProjectDashboardDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/dashboards/{uuid}/promote][%d] PromoteProjectDashboard default %+v", o._statusCode, o.Payload) +} + func (o *PromoteProjectDashboardDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_dashboards_v1/update_project_dashboard_responses.go b/go/http_client/v1/service_client/project_dashboards_v1/update_project_dashboard_responses.go index f989be5777..a04e10049f 100644 --- a/go/http_client/v1/service_client/project_dashboards_v1/update_project_dashboard_responses.go +++ b/go/http_client/v1/service_client/project_dashboards_v1/update_project_dashboard_responses.go @@ -86,9 +86,39 @@ type UpdateProjectDashboardOK struct { Payload *service_model.V1Dashboard } +// IsSuccess returns true when this update project dashboard o k response has a 2xx status code +func (o *UpdateProjectDashboardOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update project dashboard o k response has a 3xx status code +func (o *UpdateProjectDashboardOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project dashboard o k response has a 4xx status code +func (o *UpdateProjectDashboardOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update project dashboard o k response has a 5xx status code +func (o *UpdateProjectDashboardOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update project dashboard o k response a status code equal to that given +func (o *UpdateProjectDashboardOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateProjectDashboardOK) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] updateProjectDashboardOK %+v", 200, o.Payload) } + +func (o *UpdateProjectDashboardOK) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] updateProjectDashboardOK %+v", 200, o.Payload) +} + func (o *UpdateProjectDashboardOK) GetPayload() *service_model.V1Dashboard { return o.Payload } @@ -118,9 +148,39 @@ type UpdateProjectDashboardNoContent struct { Payload interface{} } +// IsSuccess returns true when this update project dashboard no content response has a 2xx status code +func (o *UpdateProjectDashboardNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update project dashboard no content response has a 3xx status code +func (o *UpdateProjectDashboardNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project dashboard no content response has a 4xx status code +func (o *UpdateProjectDashboardNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update project dashboard no content response has a 5xx status code +func (o *UpdateProjectDashboardNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update project dashboard no content response a status code equal to that given +func (o *UpdateProjectDashboardNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateProjectDashboardNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] updateProjectDashboardNoContent %+v", 204, o.Payload) } + +func (o *UpdateProjectDashboardNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] updateProjectDashboardNoContent %+v", 204, o.Payload) +} + func (o *UpdateProjectDashboardNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateProjectDashboardForbidden struct { Payload interface{} } +// IsSuccess returns true when this update project dashboard forbidden response has a 2xx status code +func (o *UpdateProjectDashboardForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update project dashboard forbidden response has a 3xx status code +func (o *UpdateProjectDashboardForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project dashboard forbidden response has a 4xx status code +func (o *UpdateProjectDashboardForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update project dashboard forbidden response has a 5xx status code +func (o *UpdateProjectDashboardForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update project dashboard forbidden response a status code equal to that given +func (o *UpdateProjectDashboardForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateProjectDashboardForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] updateProjectDashboardForbidden %+v", 403, o.Payload) } + +func (o *UpdateProjectDashboardForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] updateProjectDashboardForbidden %+v", 403, o.Payload) +} + func (o *UpdateProjectDashboardForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateProjectDashboardNotFound struct { Payload interface{} } +// IsSuccess returns true when this update project dashboard not found response has a 2xx status code +func (o *UpdateProjectDashboardNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update project dashboard not found response has a 3xx status code +func (o *UpdateProjectDashboardNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project dashboard not found response has a 4xx status code +func (o *UpdateProjectDashboardNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update project dashboard not found response has a 5xx status code +func (o *UpdateProjectDashboardNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update project dashboard not found response a status code equal to that given +func (o *UpdateProjectDashboardNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateProjectDashboardNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] updateProjectDashboardNotFound %+v", 404, o.Payload) } + +func (o *UpdateProjectDashboardNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] updateProjectDashboardNotFound %+v", 404, o.Payload) +} + func (o *UpdateProjectDashboardNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateProjectDashboardDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update project dashboard default response has a 2xx status code +func (o *UpdateProjectDashboardDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update project dashboard default response has a 3xx status code +func (o *UpdateProjectDashboardDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update project dashboard default response has a 4xx status code +func (o *UpdateProjectDashboardDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update project dashboard default response has a 5xx status code +func (o *UpdateProjectDashboardDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update project dashboard default response a status code equal to that given +func (o *UpdateProjectDashboardDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateProjectDashboardDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] UpdateProjectDashboard default %+v", o._statusCode, o.Payload) } + +func (o *UpdateProjectDashboardDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/dashboards/{dashboard.uuid}][%d] UpdateProjectDashboard default %+v", o._statusCode, o.Payload) +} + func (o *UpdateProjectDashboardDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_searches_v1/create_project_search_responses.go b/go/http_client/v1/service_client/project_searches_v1/create_project_search_responses.go index 931fad0152..446d1d0d53 100644 --- a/go/http_client/v1/service_client/project_searches_v1/create_project_search_responses.go +++ b/go/http_client/v1/service_client/project_searches_v1/create_project_search_responses.go @@ -86,9 +86,39 @@ type CreateProjectSearchOK struct { Payload *service_model.V1Search } +// IsSuccess returns true when this create project search o k response has a 2xx status code +func (o *CreateProjectSearchOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create project search o k response has a 3xx status code +func (o *CreateProjectSearchOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create project search o k response has a 4xx status code +func (o *CreateProjectSearchOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create project search o k response has a 5xx status code +func (o *CreateProjectSearchOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create project search o k response a status code equal to that given +func (o *CreateProjectSearchOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateProjectSearchOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/searches][%d] createProjectSearchOK %+v", 200, o.Payload) } + +func (o *CreateProjectSearchOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/searches][%d] createProjectSearchOK %+v", 200, o.Payload) +} + func (o *CreateProjectSearchOK) GetPayload() *service_model.V1Search { return o.Payload } @@ -118,9 +148,39 @@ type CreateProjectSearchNoContent struct { Payload interface{} } +// IsSuccess returns true when this create project search no content response has a 2xx status code +func (o *CreateProjectSearchNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create project search no content response has a 3xx status code +func (o *CreateProjectSearchNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create project search no content response has a 4xx status code +func (o *CreateProjectSearchNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create project search no content response has a 5xx status code +func (o *CreateProjectSearchNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create project search no content response a status code equal to that given +func (o *CreateProjectSearchNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateProjectSearchNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/searches][%d] createProjectSearchNoContent %+v", 204, o.Payload) } + +func (o *CreateProjectSearchNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/searches][%d] createProjectSearchNoContent %+v", 204, o.Payload) +} + func (o *CreateProjectSearchNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateProjectSearchForbidden struct { Payload interface{} } +// IsSuccess returns true when this create project search forbidden response has a 2xx status code +func (o *CreateProjectSearchForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create project search forbidden response has a 3xx status code +func (o *CreateProjectSearchForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create project search forbidden response has a 4xx status code +func (o *CreateProjectSearchForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create project search forbidden response has a 5xx status code +func (o *CreateProjectSearchForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create project search forbidden response a status code equal to that given +func (o *CreateProjectSearchForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateProjectSearchForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/searches][%d] createProjectSearchForbidden %+v", 403, o.Payload) } + +func (o *CreateProjectSearchForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/searches][%d] createProjectSearchForbidden %+v", 403, o.Payload) +} + func (o *CreateProjectSearchForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateProjectSearchNotFound struct { Payload interface{} } +// IsSuccess returns true when this create project search not found response has a 2xx status code +func (o *CreateProjectSearchNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create project search not found response has a 3xx status code +func (o *CreateProjectSearchNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create project search not found response has a 4xx status code +func (o *CreateProjectSearchNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create project search not found response has a 5xx status code +func (o *CreateProjectSearchNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create project search not found response a status code equal to that given +func (o *CreateProjectSearchNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateProjectSearchNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/searches][%d] createProjectSearchNotFound %+v", 404, o.Payload) } + +func (o *CreateProjectSearchNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/searches][%d] createProjectSearchNotFound %+v", 404, o.Payload) +} + func (o *CreateProjectSearchNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateProjectSearchDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create project search default response has a 2xx status code +func (o *CreateProjectSearchDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create project search default response has a 3xx status code +func (o *CreateProjectSearchDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create project search default response has a 4xx status code +func (o *CreateProjectSearchDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create project search default response has a 5xx status code +func (o *CreateProjectSearchDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create project search default response a status code equal to that given +func (o *CreateProjectSearchDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateProjectSearchDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/searches][%d] CreateProjectSearch default %+v", o._statusCode, o.Payload) } + +func (o *CreateProjectSearchDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/searches][%d] CreateProjectSearch default %+v", o._statusCode, o.Payload) +} + func (o *CreateProjectSearchDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_searches_v1/delete_project_search_responses.go b/go/http_client/v1/service_client/project_searches_v1/delete_project_search_responses.go index 566086ff1b..3f60efc2e9 100644 --- a/go/http_client/v1/service_client/project_searches_v1/delete_project_search_responses.go +++ b/go/http_client/v1/service_client/project_searches_v1/delete_project_search_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteProjectSearchOK struct { } +// IsSuccess returns true when this delete project search o k response has a 2xx status code +func (o *DeleteProjectSearchOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete project search o k response has a 3xx status code +func (o *DeleteProjectSearchOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete project search o k response has a 4xx status code +func (o *DeleteProjectSearchOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete project search o k response has a 5xx status code +func (o *DeleteProjectSearchOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete project search o k response a status code equal to that given +func (o *DeleteProjectSearchOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteProjectSearchOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/searches/{uuid}][%d] deleteProjectSearchOK ", 200) } +func (o *DeleteProjectSearchOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/searches/{uuid}][%d] deleteProjectSearchOK ", 200) +} + func (o *DeleteProjectSearchOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteProjectSearchNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete project search no content response has a 2xx status code +func (o *DeleteProjectSearchNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete project search no content response has a 3xx status code +func (o *DeleteProjectSearchNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete project search no content response has a 4xx status code +func (o *DeleteProjectSearchNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete project search no content response has a 5xx status code +func (o *DeleteProjectSearchNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete project search no content response a status code equal to that given +func (o *DeleteProjectSearchNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteProjectSearchNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/searches/{uuid}][%d] deleteProjectSearchNoContent %+v", 204, o.Payload) } + +func (o *DeleteProjectSearchNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/searches/{uuid}][%d] deleteProjectSearchNoContent %+v", 204, o.Payload) +} + func (o *DeleteProjectSearchNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteProjectSearchForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete project search forbidden response has a 2xx status code +func (o *DeleteProjectSearchForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete project search forbidden response has a 3xx status code +func (o *DeleteProjectSearchForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete project search forbidden response has a 4xx status code +func (o *DeleteProjectSearchForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete project search forbidden response has a 5xx status code +func (o *DeleteProjectSearchForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete project search forbidden response a status code equal to that given +func (o *DeleteProjectSearchForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteProjectSearchForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/searches/{uuid}][%d] deleteProjectSearchForbidden %+v", 403, o.Payload) } + +func (o *DeleteProjectSearchForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/searches/{uuid}][%d] deleteProjectSearchForbidden %+v", 403, o.Payload) +} + func (o *DeleteProjectSearchForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteProjectSearchNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete project search not found response has a 2xx status code +func (o *DeleteProjectSearchNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete project search not found response has a 3xx status code +func (o *DeleteProjectSearchNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete project search not found response has a 4xx status code +func (o *DeleteProjectSearchNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete project search not found response has a 5xx status code +func (o *DeleteProjectSearchNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete project search not found response a status code equal to that given +func (o *DeleteProjectSearchNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteProjectSearchNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/searches/{uuid}][%d] deleteProjectSearchNotFound %+v", 404, o.Payload) } + +func (o *DeleteProjectSearchNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/searches/{uuid}][%d] deleteProjectSearchNotFound %+v", 404, o.Payload) +} + func (o *DeleteProjectSearchNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteProjectSearchDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete project search default response has a 2xx status code +func (o *DeleteProjectSearchDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete project search default response has a 3xx status code +func (o *DeleteProjectSearchDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete project search default response has a 4xx status code +func (o *DeleteProjectSearchDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete project search default response has a 5xx status code +func (o *DeleteProjectSearchDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete project search default response a status code equal to that given +func (o *DeleteProjectSearchDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteProjectSearchDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/searches/{uuid}][%d] DeleteProjectSearch default %+v", o._statusCode, o.Payload) } + +func (o *DeleteProjectSearchDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/searches/{uuid}][%d] DeleteProjectSearch default %+v", o._statusCode, o.Payload) +} + func (o *DeleteProjectSearchDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_searches_v1/get_project_search_responses.go b/go/http_client/v1/service_client/project_searches_v1/get_project_search_responses.go index cfb24f5f84..57eca90600 100644 --- a/go/http_client/v1/service_client/project_searches_v1/get_project_search_responses.go +++ b/go/http_client/v1/service_client/project_searches_v1/get_project_search_responses.go @@ -86,9 +86,39 @@ type GetProjectSearchOK struct { Payload *service_model.V1Search } +// IsSuccess returns true when this get project search o k response has a 2xx status code +func (o *GetProjectSearchOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get project search o k response has a 3xx status code +func (o *GetProjectSearchOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project search o k response has a 4xx status code +func (o *GetProjectSearchOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get project search o k response has a 5xx status code +func (o *GetProjectSearchOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get project search o k response a status code equal to that given +func (o *GetProjectSearchOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetProjectSearchOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/searches/{uuid}][%d] getProjectSearchOK %+v", 200, o.Payload) } + +func (o *GetProjectSearchOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/searches/{uuid}][%d] getProjectSearchOK %+v", 200, o.Payload) +} + func (o *GetProjectSearchOK) GetPayload() *service_model.V1Search { return o.Payload } @@ -118,9 +148,39 @@ type GetProjectSearchNoContent struct { Payload interface{} } +// IsSuccess returns true when this get project search no content response has a 2xx status code +func (o *GetProjectSearchNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get project search no content response has a 3xx status code +func (o *GetProjectSearchNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project search no content response has a 4xx status code +func (o *GetProjectSearchNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get project search no content response has a 5xx status code +func (o *GetProjectSearchNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get project search no content response a status code equal to that given +func (o *GetProjectSearchNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetProjectSearchNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/searches/{uuid}][%d] getProjectSearchNoContent %+v", 204, o.Payload) } + +func (o *GetProjectSearchNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/searches/{uuid}][%d] getProjectSearchNoContent %+v", 204, o.Payload) +} + func (o *GetProjectSearchNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetProjectSearchForbidden struct { Payload interface{} } +// IsSuccess returns true when this get project search forbidden response has a 2xx status code +func (o *GetProjectSearchForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get project search forbidden response has a 3xx status code +func (o *GetProjectSearchForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project search forbidden response has a 4xx status code +func (o *GetProjectSearchForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get project search forbidden response has a 5xx status code +func (o *GetProjectSearchForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get project search forbidden response a status code equal to that given +func (o *GetProjectSearchForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetProjectSearchForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/searches/{uuid}][%d] getProjectSearchForbidden %+v", 403, o.Payload) } + +func (o *GetProjectSearchForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/searches/{uuid}][%d] getProjectSearchForbidden %+v", 403, o.Payload) +} + func (o *GetProjectSearchForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetProjectSearchNotFound struct { Payload interface{} } +// IsSuccess returns true when this get project search not found response has a 2xx status code +func (o *GetProjectSearchNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get project search not found response has a 3xx status code +func (o *GetProjectSearchNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project search not found response has a 4xx status code +func (o *GetProjectSearchNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get project search not found response has a 5xx status code +func (o *GetProjectSearchNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get project search not found response a status code equal to that given +func (o *GetProjectSearchNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetProjectSearchNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/searches/{uuid}][%d] getProjectSearchNotFound %+v", 404, o.Payload) } + +func (o *GetProjectSearchNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/searches/{uuid}][%d] getProjectSearchNotFound %+v", 404, o.Payload) +} + func (o *GetProjectSearchNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetProjectSearchDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get project search default response has a 2xx status code +func (o *GetProjectSearchDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get project search default response has a 3xx status code +func (o *GetProjectSearchDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get project search default response has a 4xx status code +func (o *GetProjectSearchDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get project search default response has a 5xx status code +func (o *GetProjectSearchDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get project search default response a status code equal to that given +func (o *GetProjectSearchDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetProjectSearchDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/searches/{uuid}][%d] GetProjectSearch default %+v", o._statusCode, o.Payload) } + +func (o *GetProjectSearchDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/searches/{uuid}][%d] GetProjectSearch default %+v", o._statusCode, o.Payload) +} + func (o *GetProjectSearchDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_searches_v1/list_project_search_names_responses.go b/go/http_client/v1/service_client/project_searches_v1/list_project_search_names_responses.go index d57350e658..ec128aaa25 100644 --- a/go/http_client/v1/service_client/project_searches_v1/list_project_search_names_responses.go +++ b/go/http_client/v1/service_client/project_searches_v1/list_project_search_names_responses.go @@ -86,9 +86,39 @@ type ListProjectSearchNamesOK struct { Payload *service_model.V1ListSearchesResponse } +// IsSuccess returns true when this list project search names o k response has a 2xx status code +func (o *ListProjectSearchNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list project search names o k response has a 3xx status code +func (o *ListProjectSearchNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project search names o k response has a 4xx status code +func (o *ListProjectSearchNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list project search names o k response has a 5xx status code +func (o *ListProjectSearchNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list project search names o k response a status code equal to that given +func (o *ListProjectSearchNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListProjectSearchNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches/names][%d] listProjectSearchNamesOK %+v", 200, o.Payload) } + +func (o *ListProjectSearchNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches/names][%d] listProjectSearchNamesOK %+v", 200, o.Payload) +} + func (o *ListProjectSearchNamesOK) GetPayload() *service_model.V1ListSearchesResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListProjectSearchNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list project search names no content response has a 2xx status code +func (o *ListProjectSearchNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list project search names no content response has a 3xx status code +func (o *ListProjectSearchNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project search names no content response has a 4xx status code +func (o *ListProjectSearchNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list project search names no content response has a 5xx status code +func (o *ListProjectSearchNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list project search names no content response a status code equal to that given +func (o *ListProjectSearchNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListProjectSearchNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches/names][%d] listProjectSearchNamesNoContent %+v", 204, o.Payload) } + +func (o *ListProjectSearchNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches/names][%d] listProjectSearchNamesNoContent %+v", 204, o.Payload) +} + func (o *ListProjectSearchNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListProjectSearchNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list project search names forbidden response has a 2xx status code +func (o *ListProjectSearchNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list project search names forbidden response has a 3xx status code +func (o *ListProjectSearchNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project search names forbidden response has a 4xx status code +func (o *ListProjectSearchNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list project search names forbidden response has a 5xx status code +func (o *ListProjectSearchNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list project search names forbidden response a status code equal to that given +func (o *ListProjectSearchNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListProjectSearchNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches/names][%d] listProjectSearchNamesForbidden %+v", 403, o.Payload) } + +func (o *ListProjectSearchNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches/names][%d] listProjectSearchNamesForbidden %+v", 403, o.Payload) +} + func (o *ListProjectSearchNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListProjectSearchNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list project search names not found response has a 2xx status code +func (o *ListProjectSearchNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list project search names not found response has a 3xx status code +func (o *ListProjectSearchNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project search names not found response has a 4xx status code +func (o *ListProjectSearchNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list project search names not found response has a 5xx status code +func (o *ListProjectSearchNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list project search names not found response a status code equal to that given +func (o *ListProjectSearchNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListProjectSearchNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches/names][%d] listProjectSearchNamesNotFound %+v", 404, o.Payload) } + +func (o *ListProjectSearchNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches/names][%d] listProjectSearchNamesNotFound %+v", 404, o.Payload) +} + func (o *ListProjectSearchNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListProjectSearchNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list project search names default response has a 2xx status code +func (o *ListProjectSearchNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list project search names default response has a 3xx status code +func (o *ListProjectSearchNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list project search names default response has a 4xx status code +func (o *ListProjectSearchNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list project search names default response has a 5xx status code +func (o *ListProjectSearchNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list project search names default response a status code equal to that given +func (o *ListProjectSearchNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListProjectSearchNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches/names][%d] ListProjectSearchNames default %+v", o._statusCode, o.Payload) } + +func (o *ListProjectSearchNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches/names][%d] ListProjectSearchNames default %+v", o._statusCode, o.Payload) +} + func (o *ListProjectSearchNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_searches_v1/list_project_searches_responses.go b/go/http_client/v1/service_client/project_searches_v1/list_project_searches_responses.go index 430d6bbe87..ecc7e42279 100644 --- a/go/http_client/v1/service_client/project_searches_v1/list_project_searches_responses.go +++ b/go/http_client/v1/service_client/project_searches_v1/list_project_searches_responses.go @@ -86,9 +86,39 @@ type ListProjectSearchesOK struct { Payload *service_model.V1ListSearchesResponse } +// IsSuccess returns true when this list project searches o k response has a 2xx status code +func (o *ListProjectSearchesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list project searches o k response has a 3xx status code +func (o *ListProjectSearchesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project searches o k response has a 4xx status code +func (o *ListProjectSearchesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list project searches o k response has a 5xx status code +func (o *ListProjectSearchesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list project searches o k response a status code equal to that given +func (o *ListProjectSearchesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListProjectSearchesOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches][%d] listProjectSearchesOK %+v", 200, o.Payload) } + +func (o *ListProjectSearchesOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches][%d] listProjectSearchesOK %+v", 200, o.Payload) +} + func (o *ListProjectSearchesOK) GetPayload() *service_model.V1ListSearchesResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListProjectSearchesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list project searches no content response has a 2xx status code +func (o *ListProjectSearchesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list project searches no content response has a 3xx status code +func (o *ListProjectSearchesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project searches no content response has a 4xx status code +func (o *ListProjectSearchesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list project searches no content response has a 5xx status code +func (o *ListProjectSearchesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list project searches no content response a status code equal to that given +func (o *ListProjectSearchesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListProjectSearchesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches][%d] listProjectSearchesNoContent %+v", 204, o.Payload) } + +func (o *ListProjectSearchesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches][%d] listProjectSearchesNoContent %+v", 204, o.Payload) +} + func (o *ListProjectSearchesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListProjectSearchesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list project searches forbidden response has a 2xx status code +func (o *ListProjectSearchesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list project searches forbidden response has a 3xx status code +func (o *ListProjectSearchesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project searches forbidden response has a 4xx status code +func (o *ListProjectSearchesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list project searches forbidden response has a 5xx status code +func (o *ListProjectSearchesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list project searches forbidden response a status code equal to that given +func (o *ListProjectSearchesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListProjectSearchesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches][%d] listProjectSearchesForbidden %+v", 403, o.Payload) } + +func (o *ListProjectSearchesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches][%d] listProjectSearchesForbidden %+v", 403, o.Payload) +} + func (o *ListProjectSearchesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListProjectSearchesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list project searches not found response has a 2xx status code +func (o *ListProjectSearchesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list project searches not found response has a 3xx status code +func (o *ListProjectSearchesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project searches not found response has a 4xx status code +func (o *ListProjectSearchesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list project searches not found response has a 5xx status code +func (o *ListProjectSearchesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list project searches not found response a status code equal to that given +func (o *ListProjectSearchesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListProjectSearchesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches][%d] listProjectSearchesNotFound %+v", 404, o.Payload) } + +func (o *ListProjectSearchesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches][%d] listProjectSearchesNotFound %+v", 404, o.Payload) +} + func (o *ListProjectSearchesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListProjectSearchesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list project searches default response has a 2xx status code +func (o *ListProjectSearchesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list project searches default response has a 3xx status code +func (o *ListProjectSearchesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list project searches default response has a 4xx status code +func (o *ListProjectSearchesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list project searches default response has a 5xx status code +func (o *ListProjectSearchesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list project searches default response a status code equal to that given +func (o *ListProjectSearchesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListProjectSearchesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches][%d] ListProjectSearches default %+v", o._statusCode, o.Payload) } + +func (o *ListProjectSearchesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/searches][%d] ListProjectSearches default %+v", o._statusCode, o.Payload) +} + func (o *ListProjectSearchesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_searches_v1/patch_project_search_responses.go b/go/http_client/v1/service_client/project_searches_v1/patch_project_search_responses.go index 51933820a0..8a3f54d04f 100644 --- a/go/http_client/v1/service_client/project_searches_v1/patch_project_search_responses.go +++ b/go/http_client/v1/service_client/project_searches_v1/patch_project_search_responses.go @@ -86,9 +86,39 @@ type PatchProjectSearchOK struct { Payload *service_model.V1Search } +// IsSuccess returns true when this patch project search o k response has a 2xx status code +func (o *PatchProjectSearchOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch project search o k response has a 3xx status code +func (o *PatchProjectSearchOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project search o k response has a 4xx status code +func (o *PatchProjectSearchOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch project search o k response has a 5xx status code +func (o *PatchProjectSearchOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project search o k response a status code equal to that given +func (o *PatchProjectSearchOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchProjectSearchOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/searches/{search.uuid}][%d] patchProjectSearchOK %+v", 200, o.Payload) } + +func (o *PatchProjectSearchOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/searches/{search.uuid}][%d] patchProjectSearchOK %+v", 200, o.Payload) +} + func (o *PatchProjectSearchOK) GetPayload() *service_model.V1Search { return o.Payload } @@ -118,9 +148,39 @@ type PatchProjectSearchNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch project search no content response has a 2xx status code +func (o *PatchProjectSearchNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch project search no content response has a 3xx status code +func (o *PatchProjectSearchNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project search no content response has a 4xx status code +func (o *PatchProjectSearchNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch project search no content response has a 5xx status code +func (o *PatchProjectSearchNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project search no content response a status code equal to that given +func (o *PatchProjectSearchNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchProjectSearchNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/searches/{search.uuid}][%d] patchProjectSearchNoContent %+v", 204, o.Payload) } + +func (o *PatchProjectSearchNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/searches/{search.uuid}][%d] patchProjectSearchNoContent %+v", 204, o.Payload) +} + func (o *PatchProjectSearchNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchProjectSearchForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch project search forbidden response has a 2xx status code +func (o *PatchProjectSearchForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch project search forbidden response has a 3xx status code +func (o *PatchProjectSearchForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project search forbidden response has a 4xx status code +func (o *PatchProjectSearchForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch project search forbidden response has a 5xx status code +func (o *PatchProjectSearchForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project search forbidden response a status code equal to that given +func (o *PatchProjectSearchForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchProjectSearchForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/searches/{search.uuid}][%d] patchProjectSearchForbidden %+v", 403, o.Payload) } + +func (o *PatchProjectSearchForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/searches/{search.uuid}][%d] patchProjectSearchForbidden %+v", 403, o.Payload) +} + func (o *PatchProjectSearchForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchProjectSearchNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch project search not found response has a 2xx status code +func (o *PatchProjectSearchNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch project search not found response has a 3xx status code +func (o *PatchProjectSearchNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project search not found response has a 4xx status code +func (o *PatchProjectSearchNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch project search not found response has a 5xx status code +func (o *PatchProjectSearchNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project search not found response a status code equal to that given +func (o *PatchProjectSearchNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchProjectSearchNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/searches/{search.uuid}][%d] patchProjectSearchNotFound %+v", 404, o.Payload) } + +func (o *PatchProjectSearchNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/searches/{search.uuid}][%d] patchProjectSearchNotFound %+v", 404, o.Payload) +} + func (o *PatchProjectSearchNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchProjectSearchDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch project search default response has a 2xx status code +func (o *PatchProjectSearchDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch project search default response has a 3xx status code +func (o *PatchProjectSearchDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch project search default response has a 4xx status code +func (o *PatchProjectSearchDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch project search default response has a 5xx status code +func (o *PatchProjectSearchDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch project search default response a status code equal to that given +func (o *PatchProjectSearchDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchProjectSearchDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/searches/{search.uuid}][%d] PatchProjectSearch default %+v", o._statusCode, o.Payload) } + +func (o *PatchProjectSearchDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/searches/{search.uuid}][%d] PatchProjectSearch default %+v", o._statusCode, o.Payload) +} + func (o *PatchProjectSearchDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_searches_v1/promote_project_search_responses.go b/go/http_client/v1/service_client/project_searches_v1/promote_project_search_responses.go index 7ab87ead8c..2858b2ec8a 100644 --- a/go/http_client/v1/service_client/project_searches_v1/promote_project_search_responses.go +++ b/go/http_client/v1/service_client/project_searches_v1/promote_project_search_responses.go @@ -85,10 +85,39 @@ A successful response. type PromoteProjectSearchOK struct { } +// IsSuccess returns true when this promote project search o k response has a 2xx status code +func (o *PromoteProjectSearchOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this promote project search o k response has a 3xx status code +func (o *PromoteProjectSearchOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this promote project search o k response has a 4xx status code +func (o *PromoteProjectSearchOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this promote project search o k response has a 5xx status code +func (o *PromoteProjectSearchOK) IsServerError() bool { + return false +} + +// IsCode returns true when this promote project search o k response a status code equal to that given +func (o *PromoteProjectSearchOK) IsCode(code int) bool { + return code == 200 +} + func (o *PromoteProjectSearchOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/searches/{uuid}/promote][%d] promoteProjectSearchOK ", 200) } +func (o *PromoteProjectSearchOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/searches/{uuid}/promote][%d] promoteProjectSearchOK ", 200) +} + func (o *PromoteProjectSearchOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type PromoteProjectSearchNoContent struct { Payload interface{} } +// IsSuccess returns true when this promote project search no content response has a 2xx status code +func (o *PromoteProjectSearchNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this promote project search no content response has a 3xx status code +func (o *PromoteProjectSearchNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this promote project search no content response has a 4xx status code +func (o *PromoteProjectSearchNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this promote project search no content response has a 5xx status code +func (o *PromoteProjectSearchNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this promote project search no content response a status code equal to that given +func (o *PromoteProjectSearchNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PromoteProjectSearchNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/searches/{uuid}/promote][%d] promoteProjectSearchNoContent %+v", 204, o.Payload) } + +func (o *PromoteProjectSearchNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/searches/{uuid}/promote][%d] promoteProjectSearchNoContent %+v", 204, o.Payload) +} + func (o *PromoteProjectSearchNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type PromoteProjectSearchForbidden struct { Payload interface{} } +// IsSuccess returns true when this promote project search forbidden response has a 2xx status code +func (o *PromoteProjectSearchForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this promote project search forbidden response has a 3xx status code +func (o *PromoteProjectSearchForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this promote project search forbidden response has a 4xx status code +func (o *PromoteProjectSearchForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this promote project search forbidden response has a 5xx status code +func (o *PromoteProjectSearchForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this promote project search forbidden response a status code equal to that given +func (o *PromoteProjectSearchForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PromoteProjectSearchForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/searches/{uuid}/promote][%d] promoteProjectSearchForbidden %+v", 403, o.Payload) } + +func (o *PromoteProjectSearchForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/searches/{uuid}/promote][%d] promoteProjectSearchForbidden %+v", 403, o.Payload) +} + func (o *PromoteProjectSearchForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type PromoteProjectSearchNotFound struct { Payload interface{} } +// IsSuccess returns true when this promote project search not found response has a 2xx status code +func (o *PromoteProjectSearchNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this promote project search not found response has a 3xx status code +func (o *PromoteProjectSearchNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this promote project search not found response has a 4xx status code +func (o *PromoteProjectSearchNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this promote project search not found response has a 5xx status code +func (o *PromoteProjectSearchNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this promote project search not found response a status code equal to that given +func (o *PromoteProjectSearchNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PromoteProjectSearchNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/searches/{uuid}/promote][%d] promoteProjectSearchNotFound %+v", 404, o.Payload) } + +func (o *PromoteProjectSearchNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/searches/{uuid}/promote][%d] promoteProjectSearchNotFound %+v", 404, o.Payload) +} + func (o *PromoteProjectSearchNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *PromoteProjectSearchDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this promote project search default response has a 2xx status code +func (o *PromoteProjectSearchDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this promote project search default response has a 3xx status code +func (o *PromoteProjectSearchDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this promote project search default response has a 4xx status code +func (o *PromoteProjectSearchDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this promote project search default response has a 5xx status code +func (o *PromoteProjectSearchDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this promote project search default response a status code equal to that given +func (o *PromoteProjectSearchDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PromoteProjectSearchDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/searches/{uuid}/promote][%d] PromoteProjectSearch default %+v", o._statusCode, o.Payload) } + +func (o *PromoteProjectSearchDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/searches/{uuid}/promote][%d] PromoteProjectSearch default %+v", o._statusCode, o.Payload) +} + func (o *PromoteProjectSearchDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/project_searches_v1/update_project_search_responses.go b/go/http_client/v1/service_client/project_searches_v1/update_project_search_responses.go index 90a16c2983..cf57f67339 100644 --- a/go/http_client/v1/service_client/project_searches_v1/update_project_search_responses.go +++ b/go/http_client/v1/service_client/project_searches_v1/update_project_search_responses.go @@ -86,9 +86,39 @@ type UpdateProjectSearchOK struct { Payload *service_model.V1Search } +// IsSuccess returns true when this update project search o k response has a 2xx status code +func (o *UpdateProjectSearchOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update project search o k response has a 3xx status code +func (o *UpdateProjectSearchOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project search o k response has a 4xx status code +func (o *UpdateProjectSearchOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update project search o k response has a 5xx status code +func (o *UpdateProjectSearchOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update project search o k response a status code equal to that given +func (o *UpdateProjectSearchOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateProjectSearchOK) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/searches/{search.uuid}][%d] updateProjectSearchOK %+v", 200, o.Payload) } + +func (o *UpdateProjectSearchOK) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/searches/{search.uuid}][%d] updateProjectSearchOK %+v", 200, o.Payload) +} + func (o *UpdateProjectSearchOK) GetPayload() *service_model.V1Search { return o.Payload } @@ -118,9 +148,39 @@ type UpdateProjectSearchNoContent struct { Payload interface{} } +// IsSuccess returns true when this update project search no content response has a 2xx status code +func (o *UpdateProjectSearchNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update project search no content response has a 3xx status code +func (o *UpdateProjectSearchNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project search no content response has a 4xx status code +func (o *UpdateProjectSearchNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update project search no content response has a 5xx status code +func (o *UpdateProjectSearchNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update project search no content response a status code equal to that given +func (o *UpdateProjectSearchNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateProjectSearchNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/searches/{search.uuid}][%d] updateProjectSearchNoContent %+v", 204, o.Payload) } + +func (o *UpdateProjectSearchNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/searches/{search.uuid}][%d] updateProjectSearchNoContent %+v", 204, o.Payload) +} + func (o *UpdateProjectSearchNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateProjectSearchForbidden struct { Payload interface{} } +// IsSuccess returns true when this update project search forbidden response has a 2xx status code +func (o *UpdateProjectSearchForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update project search forbidden response has a 3xx status code +func (o *UpdateProjectSearchForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project search forbidden response has a 4xx status code +func (o *UpdateProjectSearchForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update project search forbidden response has a 5xx status code +func (o *UpdateProjectSearchForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update project search forbidden response a status code equal to that given +func (o *UpdateProjectSearchForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateProjectSearchForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/searches/{search.uuid}][%d] updateProjectSearchForbidden %+v", 403, o.Payload) } + +func (o *UpdateProjectSearchForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/searches/{search.uuid}][%d] updateProjectSearchForbidden %+v", 403, o.Payload) +} + func (o *UpdateProjectSearchForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateProjectSearchNotFound struct { Payload interface{} } +// IsSuccess returns true when this update project search not found response has a 2xx status code +func (o *UpdateProjectSearchNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update project search not found response has a 3xx status code +func (o *UpdateProjectSearchNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project search not found response has a 4xx status code +func (o *UpdateProjectSearchNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update project search not found response has a 5xx status code +func (o *UpdateProjectSearchNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update project search not found response a status code equal to that given +func (o *UpdateProjectSearchNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateProjectSearchNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/searches/{search.uuid}][%d] updateProjectSearchNotFound %+v", 404, o.Payload) } + +func (o *UpdateProjectSearchNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/searches/{search.uuid}][%d] updateProjectSearchNotFound %+v", 404, o.Payload) +} + func (o *UpdateProjectSearchNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateProjectSearchDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update project search default response has a 2xx status code +func (o *UpdateProjectSearchDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update project search default response has a 3xx status code +func (o *UpdateProjectSearchDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update project search default response has a 4xx status code +func (o *UpdateProjectSearchDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update project search default response has a 5xx status code +func (o *UpdateProjectSearchDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update project search default response a status code equal to that given +func (o *UpdateProjectSearchDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateProjectSearchDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/searches/{search.uuid}][%d] UpdateProjectSearch default %+v", o._statusCode, o.Payload) } + +func (o *UpdateProjectSearchDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/searches/{search.uuid}][%d] UpdateProjectSearch default %+v", o._statusCode, o.Payload) +} + func (o *UpdateProjectSearchDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/archive_project_responses.go b/go/http_client/v1/service_client/projects_v1/archive_project_responses.go index c03e1407d3..9258106b49 100644 --- a/go/http_client/v1/service_client/projects_v1/archive_project_responses.go +++ b/go/http_client/v1/service_client/projects_v1/archive_project_responses.go @@ -85,10 +85,39 @@ A successful response. type ArchiveProjectOK struct { } +// IsSuccess returns true when this archive project o k response has a 2xx status code +func (o *ArchiveProjectOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this archive project o k response has a 3xx status code +func (o *ArchiveProjectOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive project o k response has a 4xx status code +func (o *ArchiveProjectOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this archive project o k response has a 5xx status code +func (o *ArchiveProjectOK) IsServerError() bool { + return false +} + +// IsCode returns true when this archive project o k response a status code equal to that given +func (o *ArchiveProjectOK) IsCode(code int) bool { + return code == 200 +} + func (o *ArchiveProjectOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/archive][%d] archiveProjectOK ", 200) } +func (o *ArchiveProjectOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/archive][%d] archiveProjectOK ", 200) +} + func (o *ArchiveProjectOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type ArchiveProjectNoContent struct { Payload interface{} } +// IsSuccess returns true when this archive project no content response has a 2xx status code +func (o *ArchiveProjectNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this archive project no content response has a 3xx status code +func (o *ArchiveProjectNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive project no content response has a 4xx status code +func (o *ArchiveProjectNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this archive project no content response has a 5xx status code +func (o *ArchiveProjectNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this archive project no content response a status code equal to that given +func (o *ArchiveProjectNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ArchiveProjectNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/archive][%d] archiveProjectNoContent %+v", 204, o.Payload) } + +func (o *ArchiveProjectNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/archive][%d] archiveProjectNoContent %+v", 204, o.Payload) +} + func (o *ArchiveProjectNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type ArchiveProjectForbidden struct { Payload interface{} } +// IsSuccess returns true when this archive project forbidden response has a 2xx status code +func (o *ArchiveProjectForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this archive project forbidden response has a 3xx status code +func (o *ArchiveProjectForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive project forbidden response has a 4xx status code +func (o *ArchiveProjectForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this archive project forbidden response has a 5xx status code +func (o *ArchiveProjectForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this archive project forbidden response a status code equal to that given +func (o *ArchiveProjectForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ArchiveProjectForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/archive][%d] archiveProjectForbidden %+v", 403, o.Payload) } + +func (o *ArchiveProjectForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/archive][%d] archiveProjectForbidden %+v", 403, o.Payload) +} + func (o *ArchiveProjectForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type ArchiveProjectNotFound struct { Payload interface{} } +// IsSuccess returns true when this archive project not found response has a 2xx status code +func (o *ArchiveProjectNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this archive project not found response has a 3xx status code +func (o *ArchiveProjectNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive project not found response has a 4xx status code +func (o *ArchiveProjectNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this archive project not found response has a 5xx status code +func (o *ArchiveProjectNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this archive project not found response a status code equal to that given +func (o *ArchiveProjectNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ArchiveProjectNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/archive][%d] archiveProjectNotFound %+v", 404, o.Payload) } + +func (o *ArchiveProjectNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/archive][%d] archiveProjectNotFound %+v", 404, o.Payload) +} + func (o *ArchiveProjectNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *ArchiveProjectDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this archive project default response has a 2xx status code +func (o *ArchiveProjectDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this archive project default response has a 3xx status code +func (o *ArchiveProjectDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this archive project default response has a 4xx status code +func (o *ArchiveProjectDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this archive project default response has a 5xx status code +func (o *ArchiveProjectDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this archive project default response a status code equal to that given +func (o *ArchiveProjectDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ArchiveProjectDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/archive][%d] ArchiveProject default %+v", o._statusCode, o.Payload) } + +func (o *ArchiveProjectDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/archive][%d] ArchiveProject default %+v", o._statusCode, o.Payload) +} + func (o *ArchiveProjectDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/bookmark_project_responses.go b/go/http_client/v1/service_client/projects_v1/bookmark_project_responses.go index 6af40140ec..15ff84f162 100644 --- a/go/http_client/v1/service_client/projects_v1/bookmark_project_responses.go +++ b/go/http_client/v1/service_client/projects_v1/bookmark_project_responses.go @@ -85,10 +85,39 @@ A successful response. type BookmarkProjectOK struct { } +// IsSuccess returns true when this bookmark project o k response has a 2xx status code +func (o *BookmarkProjectOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this bookmark project o k response has a 3xx status code +func (o *BookmarkProjectOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark project o k response has a 4xx status code +func (o *BookmarkProjectOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this bookmark project o k response has a 5xx status code +func (o *BookmarkProjectOK) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark project o k response a status code equal to that given +func (o *BookmarkProjectOK) IsCode(code int) bool { + return code == 200 +} + func (o *BookmarkProjectOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/bookmark][%d] bookmarkProjectOK ", 200) } +func (o *BookmarkProjectOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/bookmark][%d] bookmarkProjectOK ", 200) +} + func (o *BookmarkProjectOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type BookmarkProjectNoContent struct { Payload interface{} } +// IsSuccess returns true when this bookmark project no content response has a 2xx status code +func (o *BookmarkProjectNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this bookmark project no content response has a 3xx status code +func (o *BookmarkProjectNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark project no content response has a 4xx status code +func (o *BookmarkProjectNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this bookmark project no content response has a 5xx status code +func (o *BookmarkProjectNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark project no content response a status code equal to that given +func (o *BookmarkProjectNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *BookmarkProjectNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/bookmark][%d] bookmarkProjectNoContent %+v", 204, o.Payload) } + +func (o *BookmarkProjectNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/bookmark][%d] bookmarkProjectNoContent %+v", 204, o.Payload) +} + func (o *BookmarkProjectNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type BookmarkProjectForbidden struct { Payload interface{} } +// IsSuccess returns true when this bookmark project forbidden response has a 2xx status code +func (o *BookmarkProjectForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this bookmark project forbidden response has a 3xx status code +func (o *BookmarkProjectForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark project forbidden response has a 4xx status code +func (o *BookmarkProjectForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this bookmark project forbidden response has a 5xx status code +func (o *BookmarkProjectForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark project forbidden response a status code equal to that given +func (o *BookmarkProjectForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *BookmarkProjectForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/bookmark][%d] bookmarkProjectForbidden %+v", 403, o.Payload) } + +func (o *BookmarkProjectForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/bookmark][%d] bookmarkProjectForbidden %+v", 403, o.Payload) +} + func (o *BookmarkProjectForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type BookmarkProjectNotFound struct { Payload interface{} } +// IsSuccess returns true when this bookmark project not found response has a 2xx status code +func (o *BookmarkProjectNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this bookmark project not found response has a 3xx status code +func (o *BookmarkProjectNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark project not found response has a 4xx status code +func (o *BookmarkProjectNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this bookmark project not found response has a 5xx status code +func (o *BookmarkProjectNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark project not found response a status code equal to that given +func (o *BookmarkProjectNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *BookmarkProjectNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/bookmark][%d] bookmarkProjectNotFound %+v", 404, o.Payload) } + +func (o *BookmarkProjectNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/bookmark][%d] bookmarkProjectNotFound %+v", 404, o.Payload) +} + func (o *BookmarkProjectNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *BookmarkProjectDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this bookmark project default response has a 2xx status code +func (o *BookmarkProjectDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this bookmark project default response has a 3xx status code +func (o *BookmarkProjectDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this bookmark project default response has a 4xx status code +func (o *BookmarkProjectDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this bookmark project default response has a 5xx status code +func (o *BookmarkProjectDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this bookmark project default response a status code equal to that given +func (o *BookmarkProjectDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *BookmarkProjectDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/bookmark][%d] BookmarkProject default %+v", o._statusCode, o.Payload) } + +func (o *BookmarkProjectDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/bookmark][%d] BookmarkProject default %+v", o._statusCode, o.Payload) +} + func (o *BookmarkProjectDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/create_project_responses.go b/go/http_client/v1/service_client/projects_v1/create_project_responses.go index 6d9eec94f3..b8f8a7ee8b 100644 --- a/go/http_client/v1/service_client/projects_v1/create_project_responses.go +++ b/go/http_client/v1/service_client/projects_v1/create_project_responses.go @@ -86,9 +86,39 @@ type CreateProjectOK struct { Payload *service_model.V1Project } +// IsSuccess returns true when this create project o k response has a 2xx status code +func (o *CreateProjectOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create project o k response has a 3xx status code +func (o *CreateProjectOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create project o k response has a 4xx status code +func (o *CreateProjectOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create project o k response has a 5xx status code +func (o *CreateProjectOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create project o k response a status code equal to that given +func (o *CreateProjectOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateProjectOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/projects/create][%d] createProjectOK %+v", 200, o.Payload) } + +func (o *CreateProjectOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/projects/create][%d] createProjectOK %+v", 200, o.Payload) +} + func (o *CreateProjectOK) GetPayload() *service_model.V1Project { return o.Payload } @@ -118,9 +148,39 @@ type CreateProjectNoContent struct { Payload interface{} } +// IsSuccess returns true when this create project no content response has a 2xx status code +func (o *CreateProjectNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create project no content response has a 3xx status code +func (o *CreateProjectNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create project no content response has a 4xx status code +func (o *CreateProjectNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create project no content response has a 5xx status code +func (o *CreateProjectNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create project no content response a status code equal to that given +func (o *CreateProjectNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateProjectNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/projects/create][%d] createProjectNoContent %+v", 204, o.Payload) } + +func (o *CreateProjectNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/projects/create][%d] createProjectNoContent %+v", 204, o.Payload) +} + func (o *CreateProjectNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateProjectForbidden struct { Payload interface{} } +// IsSuccess returns true when this create project forbidden response has a 2xx status code +func (o *CreateProjectForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create project forbidden response has a 3xx status code +func (o *CreateProjectForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create project forbidden response has a 4xx status code +func (o *CreateProjectForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create project forbidden response has a 5xx status code +func (o *CreateProjectForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create project forbidden response a status code equal to that given +func (o *CreateProjectForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateProjectForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/projects/create][%d] createProjectForbidden %+v", 403, o.Payload) } + +func (o *CreateProjectForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/projects/create][%d] createProjectForbidden %+v", 403, o.Payload) +} + func (o *CreateProjectForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateProjectNotFound struct { Payload interface{} } +// IsSuccess returns true when this create project not found response has a 2xx status code +func (o *CreateProjectNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create project not found response has a 3xx status code +func (o *CreateProjectNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create project not found response has a 4xx status code +func (o *CreateProjectNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create project not found response has a 5xx status code +func (o *CreateProjectNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create project not found response a status code equal to that given +func (o *CreateProjectNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateProjectNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/projects/create][%d] createProjectNotFound %+v", 404, o.Payload) } + +func (o *CreateProjectNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/projects/create][%d] createProjectNotFound %+v", 404, o.Payload) +} + func (o *CreateProjectNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateProjectDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create project default response has a 2xx status code +func (o *CreateProjectDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create project default response has a 3xx status code +func (o *CreateProjectDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create project default response has a 4xx status code +func (o *CreateProjectDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create project default response has a 5xx status code +func (o *CreateProjectDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create project default response a status code equal to that given +func (o *CreateProjectDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateProjectDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/projects/create][%d] CreateProject default %+v", o._statusCode, o.Payload) } + +func (o *CreateProjectDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/projects/create][%d] CreateProject default %+v", o._statusCode, o.Payload) +} + func (o *CreateProjectDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/create_version_responses.go b/go/http_client/v1/service_client/projects_v1/create_version_responses.go index 3f8420fd1e..efa8cee2da 100644 --- a/go/http_client/v1/service_client/projects_v1/create_version_responses.go +++ b/go/http_client/v1/service_client/projects_v1/create_version_responses.go @@ -86,9 +86,39 @@ type CreateVersionOK struct { Payload *service_model.V1ProjectVersion } +// IsSuccess returns true when this create version o k response has a 2xx status code +func (o *CreateVersionOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create version o k response has a 3xx status code +func (o *CreateVersionOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create version o k response has a 4xx status code +func (o *CreateVersionOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create version o k response has a 5xx status code +func (o *CreateVersionOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create version o k response a status code equal to that given +func (o *CreateVersionOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateVersionOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}][%d] createVersionOK %+v", 200, o.Payload) } + +func (o *CreateVersionOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}][%d] createVersionOK %+v", 200, o.Payload) +} + func (o *CreateVersionOK) GetPayload() *service_model.V1ProjectVersion { return o.Payload } @@ -118,9 +148,39 @@ type CreateVersionNoContent struct { Payload interface{} } +// IsSuccess returns true when this create version no content response has a 2xx status code +func (o *CreateVersionNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create version no content response has a 3xx status code +func (o *CreateVersionNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create version no content response has a 4xx status code +func (o *CreateVersionNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create version no content response has a 5xx status code +func (o *CreateVersionNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create version no content response a status code equal to that given +func (o *CreateVersionNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateVersionNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}][%d] createVersionNoContent %+v", 204, o.Payload) } + +func (o *CreateVersionNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}][%d] createVersionNoContent %+v", 204, o.Payload) +} + func (o *CreateVersionNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateVersionForbidden struct { Payload interface{} } +// IsSuccess returns true when this create version forbidden response has a 2xx status code +func (o *CreateVersionForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create version forbidden response has a 3xx status code +func (o *CreateVersionForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create version forbidden response has a 4xx status code +func (o *CreateVersionForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create version forbidden response has a 5xx status code +func (o *CreateVersionForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create version forbidden response a status code equal to that given +func (o *CreateVersionForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateVersionForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}][%d] createVersionForbidden %+v", 403, o.Payload) } + +func (o *CreateVersionForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}][%d] createVersionForbidden %+v", 403, o.Payload) +} + func (o *CreateVersionForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateVersionNotFound struct { Payload interface{} } +// IsSuccess returns true when this create version not found response has a 2xx status code +func (o *CreateVersionNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create version not found response has a 3xx status code +func (o *CreateVersionNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create version not found response has a 4xx status code +func (o *CreateVersionNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create version not found response has a 5xx status code +func (o *CreateVersionNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create version not found response a status code equal to that given +func (o *CreateVersionNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateVersionNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}][%d] createVersionNotFound %+v", 404, o.Payload) } + +func (o *CreateVersionNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}][%d] createVersionNotFound %+v", 404, o.Payload) +} + func (o *CreateVersionNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateVersionDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create version default response has a 2xx status code +func (o *CreateVersionDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create version default response has a 3xx status code +func (o *CreateVersionDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create version default response has a 4xx status code +func (o *CreateVersionDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create version default response has a 5xx status code +func (o *CreateVersionDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create version default response a status code equal to that given +func (o *CreateVersionDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateVersionDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}][%d] CreateVersion default %+v", o._statusCode, o.Payload) } + +func (o *CreateVersionDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}][%d] CreateVersion default %+v", o._statusCode, o.Payload) +} + func (o *CreateVersionDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/create_version_stage_responses.go b/go/http_client/v1/service_client/projects_v1/create_version_stage_responses.go index 3136d09395..237e229499 100644 --- a/go/http_client/v1/service_client/projects_v1/create_version_stage_responses.go +++ b/go/http_client/v1/service_client/projects_v1/create_version_stage_responses.go @@ -86,9 +86,39 @@ type CreateVersionStageOK struct { Payload *service_model.V1Stage } +// IsSuccess returns true when this create version stage o k response has a 2xx status code +func (o *CreateVersionStageOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create version stage o k response has a 3xx status code +func (o *CreateVersionStageOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create version stage o k response has a 4xx status code +func (o *CreateVersionStageOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create version stage o k response has a 5xx status code +func (o *CreateVersionStageOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create version stage o k response a status code equal to that given +func (o *CreateVersionStageOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateVersionStageOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] createVersionStageOK %+v", 200, o.Payload) } + +func (o *CreateVersionStageOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] createVersionStageOK %+v", 200, o.Payload) +} + func (o *CreateVersionStageOK) GetPayload() *service_model.V1Stage { return o.Payload } @@ -118,9 +148,39 @@ type CreateVersionStageNoContent struct { Payload interface{} } +// IsSuccess returns true when this create version stage no content response has a 2xx status code +func (o *CreateVersionStageNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create version stage no content response has a 3xx status code +func (o *CreateVersionStageNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create version stage no content response has a 4xx status code +func (o *CreateVersionStageNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create version stage no content response has a 5xx status code +func (o *CreateVersionStageNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create version stage no content response a status code equal to that given +func (o *CreateVersionStageNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateVersionStageNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] createVersionStageNoContent %+v", 204, o.Payload) } + +func (o *CreateVersionStageNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] createVersionStageNoContent %+v", 204, o.Payload) +} + func (o *CreateVersionStageNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateVersionStageForbidden struct { Payload interface{} } +// IsSuccess returns true when this create version stage forbidden response has a 2xx status code +func (o *CreateVersionStageForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create version stage forbidden response has a 3xx status code +func (o *CreateVersionStageForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create version stage forbidden response has a 4xx status code +func (o *CreateVersionStageForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create version stage forbidden response has a 5xx status code +func (o *CreateVersionStageForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create version stage forbidden response a status code equal to that given +func (o *CreateVersionStageForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateVersionStageForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] createVersionStageForbidden %+v", 403, o.Payload) } + +func (o *CreateVersionStageForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] createVersionStageForbidden %+v", 403, o.Payload) +} + func (o *CreateVersionStageForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateVersionStageNotFound struct { Payload interface{} } +// IsSuccess returns true when this create version stage not found response has a 2xx status code +func (o *CreateVersionStageNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create version stage not found response has a 3xx status code +func (o *CreateVersionStageNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create version stage not found response has a 4xx status code +func (o *CreateVersionStageNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create version stage not found response has a 5xx status code +func (o *CreateVersionStageNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create version stage not found response a status code equal to that given +func (o *CreateVersionStageNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateVersionStageNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] createVersionStageNotFound %+v", 404, o.Payload) } + +func (o *CreateVersionStageNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] createVersionStageNotFound %+v", 404, o.Payload) +} + func (o *CreateVersionStageNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateVersionStageDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create version stage default response has a 2xx status code +func (o *CreateVersionStageDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create version stage default response has a 3xx status code +func (o *CreateVersionStageDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create version stage default response has a 4xx status code +func (o *CreateVersionStageDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create version stage default response has a 5xx status code +func (o *CreateVersionStageDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create version stage default response a status code equal to that given +func (o *CreateVersionStageDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateVersionStageDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] CreateVersionStage default %+v", o._statusCode, o.Payload) } + +func (o *CreateVersionStageDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] CreateVersionStage default %+v", o._statusCode, o.Payload) +} + func (o *CreateVersionStageDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/delete_project_responses.go b/go/http_client/v1/service_client/projects_v1/delete_project_responses.go index 6811e59c07..7a536cb326 100644 --- a/go/http_client/v1/service_client/projects_v1/delete_project_responses.go +++ b/go/http_client/v1/service_client/projects_v1/delete_project_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteProjectOK struct { } +// IsSuccess returns true when this delete project o k response has a 2xx status code +func (o *DeleteProjectOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete project o k response has a 3xx status code +func (o *DeleteProjectOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete project o k response has a 4xx status code +func (o *DeleteProjectOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete project o k response has a 5xx status code +func (o *DeleteProjectOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete project o k response a status code equal to that given +func (o *DeleteProjectOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteProjectOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}][%d] deleteProjectOK ", 200) } +func (o *DeleteProjectOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}][%d] deleteProjectOK ", 200) +} + func (o *DeleteProjectOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteProjectNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete project no content response has a 2xx status code +func (o *DeleteProjectNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete project no content response has a 3xx status code +func (o *DeleteProjectNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete project no content response has a 4xx status code +func (o *DeleteProjectNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete project no content response has a 5xx status code +func (o *DeleteProjectNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete project no content response a status code equal to that given +func (o *DeleteProjectNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteProjectNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}][%d] deleteProjectNoContent %+v", 204, o.Payload) } + +func (o *DeleteProjectNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}][%d] deleteProjectNoContent %+v", 204, o.Payload) +} + func (o *DeleteProjectNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteProjectForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete project forbidden response has a 2xx status code +func (o *DeleteProjectForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete project forbidden response has a 3xx status code +func (o *DeleteProjectForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete project forbidden response has a 4xx status code +func (o *DeleteProjectForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete project forbidden response has a 5xx status code +func (o *DeleteProjectForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete project forbidden response a status code equal to that given +func (o *DeleteProjectForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteProjectForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}][%d] deleteProjectForbidden %+v", 403, o.Payload) } + +func (o *DeleteProjectForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}][%d] deleteProjectForbidden %+v", 403, o.Payload) +} + func (o *DeleteProjectForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteProjectNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete project not found response has a 2xx status code +func (o *DeleteProjectNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete project not found response has a 3xx status code +func (o *DeleteProjectNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete project not found response has a 4xx status code +func (o *DeleteProjectNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete project not found response has a 5xx status code +func (o *DeleteProjectNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete project not found response a status code equal to that given +func (o *DeleteProjectNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteProjectNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}][%d] deleteProjectNotFound %+v", 404, o.Payload) } + +func (o *DeleteProjectNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}][%d] deleteProjectNotFound %+v", 404, o.Payload) +} + func (o *DeleteProjectNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteProjectDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete project default response has a 2xx status code +func (o *DeleteProjectDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete project default response has a 3xx status code +func (o *DeleteProjectDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete project default response has a 4xx status code +func (o *DeleteProjectDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete project default response has a 5xx status code +func (o *DeleteProjectDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete project default response a status code equal to that given +func (o *DeleteProjectDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteProjectDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}][%d] DeleteProject default %+v", o._statusCode, o.Payload) } + +func (o *DeleteProjectDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}][%d] DeleteProject default %+v", o._statusCode, o.Payload) +} + func (o *DeleteProjectDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/delete_version_responses.go b/go/http_client/v1/service_client/projects_v1/delete_version_responses.go index 717940d74c..509a39db5d 100644 --- a/go/http_client/v1/service_client/projects_v1/delete_version_responses.go +++ b/go/http_client/v1/service_client/projects_v1/delete_version_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteVersionOK struct { } +// IsSuccess returns true when this delete version o k response has a 2xx status code +func (o *DeleteVersionOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete version o k response has a 3xx status code +func (o *DeleteVersionOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete version o k response has a 4xx status code +func (o *DeleteVersionOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete version o k response has a 5xx status code +func (o *DeleteVersionOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete version o k response a status code equal to that given +func (o *DeleteVersionOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteVersionOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] deleteVersionOK ", 200) } +func (o *DeleteVersionOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] deleteVersionOK ", 200) +} + func (o *DeleteVersionOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteVersionNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete version no content response has a 2xx status code +func (o *DeleteVersionNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete version no content response has a 3xx status code +func (o *DeleteVersionNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete version no content response has a 4xx status code +func (o *DeleteVersionNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete version no content response has a 5xx status code +func (o *DeleteVersionNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete version no content response a status code equal to that given +func (o *DeleteVersionNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteVersionNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] deleteVersionNoContent %+v", 204, o.Payload) } + +func (o *DeleteVersionNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] deleteVersionNoContent %+v", 204, o.Payload) +} + func (o *DeleteVersionNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteVersionForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete version forbidden response has a 2xx status code +func (o *DeleteVersionForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete version forbidden response has a 3xx status code +func (o *DeleteVersionForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete version forbidden response has a 4xx status code +func (o *DeleteVersionForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete version forbidden response has a 5xx status code +func (o *DeleteVersionForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete version forbidden response a status code equal to that given +func (o *DeleteVersionForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteVersionForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] deleteVersionForbidden %+v", 403, o.Payload) } + +func (o *DeleteVersionForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] deleteVersionForbidden %+v", 403, o.Payload) +} + func (o *DeleteVersionForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteVersionNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete version not found response has a 2xx status code +func (o *DeleteVersionNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete version not found response has a 3xx status code +func (o *DeleteVersionNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete version not found response has a 4xx status code +func (o *DeleteVersionNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete version not found response has a 5xx status code +func (o *DeleteVersionNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete version not found response a status code equal to that given +func (o *DeleteVersionNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteVersionNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] deleteVersionNotFound %+v", 404, o.Payload) } + +func (o *DeleteVersionNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] deleteVersionNotFound %+v", 404, o.Payload) +} + func (o *DeleteVersionNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteVersionDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete version default response has a 2xx status code +func (o *DeleteVersionDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete version default response has a 3xx status code +func (o *DeleteVersionDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete version default response has a 4xx status code +func (o *DeleteVersionDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete version default response has a 5xx status code +func (o *DeleteVersionDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete version default response a status code equal to that given +func (o *DeleteVersionDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteVersionDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] DeleteVersion default %+v", o._statusCode, o.Payload) } + +func (o *DeleteVersionDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] DeleteVersion default %+v", o._statusCode, o.Payload) +} + func (o *DeleteVersionDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/disable_project_c_i_responses.go b/go/http_client/v1/service_client/projects_v1/disable_project_c_i_responses.go index fea89e4ce9..60f4d378b1 100644 --- a/go/http_client/v1/service_client/projects_v1/disable_project_c_i_responses.go +++ b/go/http_client/v1/service_client/projects_v1/disable_project_c_i_responses.go @@ -85,10 +85,39 @@ A successful response. type DisableProjectCIOK struct { } +// IsSuccess returns true when this disable project c i o k response has a 2xx status code +func (o *DisableProjectCIOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this disable project c i o k response has a 3xx status code +func (o *DisableProjectCIOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this disable project c i o k response has a 4xx status code +func (o *DisableProjectCIOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this disable project c i o k response has a 5xx status code +func (o *DisableProjectCIOK) IsServerError() bool { + return false +} + +// IsCode returns true when this disable project c i o k response a status code equal to that given +func (o *DisableProjectCIOK) IsCode(code int) bool { + return code == 200 +} + func (o *DisableProjectCIOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/ci][%d] disableProjectCIOK ", 200) } +func (o *DisableProjectCIOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/ci][%d] disableProjectCIOK ", 200) +} + func (o *DisableProjectCIOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DisableProjectCINoContent struct { Payload interface{} } +// IsSuccess returns true when this disable project c i no content response has a 2xx status code +func (o *DisableProjectCINoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this disable project c i no content response has a 3xx status code +func (o *DisableProjectCINoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this disable project c i no content response has a 4xx status code +func (o *DisableProjectCINoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this disable project c i no content response has a 5xx status code +func (o *DisableProjectCINoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this disable project c i no content response a status code equal to that given +func (o *DisableProjectCINoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DisableProjectCINoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/ci][%d] disableProjectCINoContent %+v", 204, o.Payload) } + +func (o *DisableProjectCINoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/ci][%d] disableProjectCINoContent %+v", 204, o.Payload) +} + func (o *DisableProjectCINoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DisableProjectCIForbidden struct { Payload interface{} } +// IsSuccess returns true when this disable project c i forbidden response has a 2xx status code +func (o *DisableProjectCIForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this disable project c i forbidden response has a 3xx status code +func (o *DisableProjectCIForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this disable project c i forbidden response has a 4xx status code +func (o *DisableProjectCIForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this disable project c i forbidden response has a 5xx status code +func (o *DisableProjectCIForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this disable project c i forbidden response a status code equal to that given +func (o *DisableProjectCIForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DisableProjectCIForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/ci][%d] disableProjectCIForbidden %+v", 403, o.Payload) } + +func (o *DisableProjectCIForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/ci][%d] disableProjectCIForbidden %+v", 403, o.Payload) +} + func (o *DisableProjectCIForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DisableProjectCINotFound struct { Payload interface{} } +// IsSuccess returns true when this disable project c i not found response has a 2xx status code +func (o *DisableProjectCINotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this disable project c i not found response has a 3xx status code +func (o *DisableProjectCINotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this disable project c i not found response has a 4xx status code +func (o *DisableProjectCINotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this disable project c i not found response has a 5xx status code +func (o *DisableProjectCINotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this disable project c i not found response a status code equal to that given +func (o *DisableProjectCINotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DisableProjectCINotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/ci][%d] disableProjectCINotFound %+v", 404, o.Payload) } + +func (o *DisableProjectCINotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/ci][%d] disableProjectCINotFound %+v", 404, o.Payload) +} + func (o *DisableProjectCINotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DisableProjectCIDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this disable project c i default response has a 2xx status code +func (o *DisableProjectCIDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this disable project c i default response has a 3xx status code +func (o *DisableProjectCIDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this disable project c i default response has a 4xx status code +func (o *DisableProjectCIDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this disable project c i default response has a 5xx status code +func (o *DisableProjectCIDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this disable project c i default response a status code equal to that given +func (o *DisableProjectCIDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DisableProjectCIDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/ci][%d] DisableProjectCI default %+v", o._statusCode, o.Payload) } + +func (o *DisableProjectCIDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/ci][%d] DisableProjectCI default %+v", o._statusCode, o.Payload) +} + func (o *DisableProjectCIDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/enable_project_c_i_responses.go b/go/http_client/v1/service_client/projects_v1/enable_project_c_i_responses.go index 45cc404c27..3348d6a03d 100644 --- a/go/http_client/v1/service_client/projects_v1/enable_project_c_i_responses.go +++ b/go/http_client/v1/service_client/projects_v1/enable_project_c_i_responses.go @@ -85,10 +85,39 @@ A successful response. type EnableProjectCIOK struct { } +// IsSuccess returns true when this enable project c i o k response has a 2xx status code +func (o *EnableProjectCIOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this enable project c i o k response has a 3xx status code +func (o *EnableProjectCIOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this enable project c i o k response has a 4xx status code +func (o *EnableProjectCIOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this enable project c i o k response has a 5xx status code +func (o *EnableProjectCIOK) IsServerError() bool { + return false +} + +// IsCode returns true when this enable project c i o k response a status code equal to that given +func (o *EnableProjectCIOK) IsCode(code int) bool { + return code == 200 +} + func (o *EnableProjectCIOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/ci][%d] enableProjectCIOK ", 200) } +func (o *EnableProjectCIOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/ci][%d] enableProjectCIOK ", 200) +} + func (o *EnableProjectCIOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type EnableProjectCINoContent struct { Payload interface{} } +// IsSuccess returns true when this enable project c i no content response has a 2xx status code +func (o *EnableProjectCINoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this enable project c i no content response has a 3xx status code +func (o *EnableProjectCINoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this enable project c i no content response has a 4xx status code +func (o *EnableProjectCINoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this enable project c i no content response has a 5xx status code +func (o *EnableProjectCINoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this enable project c i no content response a status code equal to that given +func (o *EnableProjectCINoContent) IsCode(code int) bool { + return code == 204 +} + func (o *EnableProjectCINoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/ci][%d] enableProjectCINoContent %+v", 204, o.Payload) } + +func (o *EnableProjectCINoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/ci][%d] enableProjectCINoContent %+v", 204, o.Payload) +} + func (o *EnableProjectCINoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type EnableProjectCIForbidden struct { Payload interface{} } +// IsSuccess returns true when this enable project c i forbidden response has a 2xx status code +func (o *EnableProjectCIForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this enable project c i forbidden response has a 3xx status code +func (o *EnableProjectCIForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this enable project c i forbidden response has a 4xx status code +func (o *EnableProjectCIForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this enable project c i forbidden response has a 5xx status code +func (o *EnableProjectCIForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this enable project c i forbidden response a status code equal to that given +func (o *EnableProjectCIForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *EnableProjectCIForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/ci][%d] enableProjectCIForbidden %+v", 403, o.Payload) } + +func (o *EnableProjectCIForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/ci][%d] enableProjectCIForbidden %+v", 403, o.Payload) +} + func (o *EnableProjectCIForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type EnableProjectCINotFound struct { Payload interface{} } +// IsSuccess returns true when this enable project c i not found response has a 2xx status code +func (o *EnableProjectCINotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this enable project c i not found response has a 3xx status code +func (o *EnableProjectCINotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this enable project c i not found response has a 4xx status code +func (o *EnableProjectCINotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this enable project c i not found response has a 5xx status code +func (o *EnableProjectCINotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this enable project c i not found response a status code equal to that given +func (o *EnableProjectCINotFound) IsCode(code int) bool { + return code == 404 +} + func (o *EnableProjectCINotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/ci][%d] enableProjectCINotFound %+v", 404, o.Payload) } + +func (o *EnableProjectCINotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/ci][%d] enableProjectCINotFound %+v", 404, o.Payload) +} + func (o *EnableProjectCINotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *EnableProjectCIDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this enable project c i default response has a 2xx status code +func (o *EnableProjectCIDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this enable project c i default response has a 3xx status code +func (o *EnableProjectCIDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this enable project c i default response has a 4xx status code +func (o *EnableProjectCIDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this enable project c i default response has a 5xx status code +func (o *EnableProjectCIDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this enable project c i default response a status code equal to that given +func (o *EnableProjectCIDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *EnableProjectCIDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/ci][%d] EnableProjectCI default %+v", o._statusCode, o.Payload) } + +func (o *EnableProjectCIDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/ci][%d] EnableProjectCI default %+v", o._statusCode, o.Payload) +} + func (o *EnableProjectCIDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/get_project_activities_responses.go b/go/http_client/v1/service_client/projects_v1/get_project_activities_responses.go index 92edd7a5aa..e8394c70d6 100644 --- a/go/http_client/v1/service_client/projects_v1/get_project_activities_responses.go +++ b/go/http_client/v1/service_client/projects_v1/get_project_activities_responses.go @@ -86,9 +86,39 @@ type GetProjectActivitiesOK struct { Payload *service_model.V1ListActivitiesResponse } +// IsSuccess returns true when this get project activities o k response has a 2xx status code +func (o *GetProjectActivitiesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get project activities o k response has a 3xx status code +func (o *GetProjectActivitiesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project activities o k response has a 4xx status code +func (o *GetProjectActivitiesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get project activities o k response has a 5xx status code +func (o *GetProjectActivitiesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get project activities o k response a status code equal to that given +func (o *GetProjectActivitiesOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetProjectActivitiesOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/activities][%d] getProjectActivitiesOK %+v", 200, o.Payload) } + +func (o *GetProjectActivitiesOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/activities][%d] getProjectActivitiesOK %+v", 200, o.Payload) +} + func (o *GetProjectActivitiesOK) GetPayload() *service_model.V1ListActivitiesResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetProjectActivitiesNoContent struct { Payload interface{} } +// IsSuccess returns true when this get project activities no content response has a 2xx status code +func (o *GetProjectActivitiesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get project activities no content response has a 3xx status code +func (o *GetProjectActivitiesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project activities no content response has a 4xx status code +func (o *GetProjectActivitiesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get project activities no content response has a 5xx status code +func (o *GetProjectActivitiesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get project activities no content response a status code equal to that given +func (o *GetProjectActivitiesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetProjectActivitiesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/activities][%d] getProjectActivitiesNoContent %+v", 204, o.Payload) } + +func (o *GetProjectActivitiesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/activities][%d] getProjectActivitiesNoContent %+v", 204, o.Payload) +} + func (o *GetProjectActivitiesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetProjectActivitiesForbidden struct { Payload interface{} } +// IsSuccess returns true when this get project activities forbidden response has a 2xx status code +func (o *GetProjectActivitiesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get project activities forbidden response has a 3xx status code +func (o *GetProjectActivitiesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project activities forbidden response has a 4xx status code +func (o *GetProjectActivitiesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get project activities forbidden response has a 5xx status code +func (o *GetProjectActivitiesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get project activities forbidden response a status code equal to that given +func (o *GetProjectActivitiesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetProjectActivitiesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/activities][%d] getProjectActivitiesForbidden %+v", 403, o.Payload) } + +func (o *GetProjectActivitiesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/activities][%d] getProjectActivitiesForbidden %+v", 403, o.Payload) +} + func (o *GetProjectActivitiesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetProjectActivitiesNotFound struct { Payload interface{} } +// IsSuccess returns true when this get project activities not found response has a 2xx status code +func (o *GetProjectActivitiesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get project activities not found response has a 3xx status code +func (o *GetProjectActivitiesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project activities not found response has a 4xx status code +func (o *GetProjectActivitiesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get project activities not found response has a 5xx status code +func (o *GetProjectActivitiesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get project activities not found response a status code equal to that given +func (o *GetProjectActivitiesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetProjectActivitiesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/activities][%d] getProjectActivitiesNotFound %+v", 404, o.Payload) } + +func (o *GetProjectActivitiesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/activities][%d] getProjectActivitiesNotFound %+v", 404, o.Payload) +} + func (o *GetProjectActivitiesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetProjectActivitiesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get project activities default response has a 2xx status code +func (o *GetProjectActivitiesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get project activities default response has a 3xx status code +func (o *GetProjectActivitiesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get project activities default response has a 4xx status code +func (o *GetProjectActivitiesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get project activities default response has a 5xx status code +func (o *GetProjectActivitiesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get project activities default response a status code equal to that given +func (o *GetProjectActivitiesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetProjectActivitiesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/activities][%d] GetProjectActivities default %+v", o._statusCode, o.Payload) } + +func (o *GetProjectActivitiesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/activities][%d] GetProjectActivities default %+v", o._statusCode, o.Payload) +} + func (o *GetProjectActivitiesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/get_project_responses.go b/go/http_client/v1/service_client/projects_v1/get_project_responses.go index eb96539a5d..15fd709cb6 100644 --- a/go/http_client/v1/service_client/projects_v1/get_project_responses.go +++ b/go/http_client/v1/service_client/projects_v1/get_project_responses.go @@ -86,9 +86,39 @@ type GetProjectOK struct { Payload *service_model.V1Project } +// IsSuccess returns true when this get project o k response has a 2xx status code +func (o *GetProjectOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get project o k response has a 3xx status code +func (o *GetProjectOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project o k response has a 4xx status code +func (o *GetProjectOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get project o k response has a 5xx status code +func (o *GetProjectOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get project o k response a status code equal to that given +func (o *GetProjectOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetProjectOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}][%d] getProjectOK %+v", 200, o.Payload) } + +func (o *GetProjectOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}][%d] getProjectOK %+v", 200, o.Payload) +} + func (o *GetProjectOK) GetPayload() *service_model.V1Project { return o.Payload } @@ -118,9 +148,39 @@ type GetProjectNoContent struct { Payload interface{} } +// IsSuccess returns true when this get project no content response has a 2xx status code +func (o *GetProjectNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get project no content response has a 3xx status code +func (o *GetProjectNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project no content response has a 4xx status code +func (o *GetProjectNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get project no content response has a 5xx status code +func (o *GetProjectNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get project no content response a status code equal to that given +func (o *GetProjectNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetProjectNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}][%d] getProjectNoContent %+v", 204, o.Payload) } + +func (o *GetProjectNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}][%d] getProjectNoContent %+v", 204, o.Payload) +} + func (o *GetProjectNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetProjectForbidden struct { Payload interface{} } +// IsSuccess returns true when this get project forbidden response has a 2xx status code +func (o *GetProjectForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get project forbidden response has a 3xx status code +func (o *GetProjectForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project forbidden response has a 4xx status code +func (o *GetProjectForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get project forbidden response has a 5xx status code +func (o *GetProjectForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get project forbidden response a status code equal to that given +func (o *GetProjectForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetProjectForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}][%d] getProjectForbidden %+v", 403, o.Payload) } + +func (o *GetProjectForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}][%d] getProjectForbidden %+v", 403, o.Payload) +} + func (o *GetProjectForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetProjectNotFound struct { Payload interface{} } +// IsSuccess returns true when this get project not found response has a 2xx status code +func (o *GetProjectNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get project not found response has a 3xx status code +func (o *GetProjectNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project not found response has a 4xx status code +func (o *GetProjectNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get project not found response has a 5xx status code +func (o *GetProjectNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get project not found response a status code equal to that given +func (o *GetProjectNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetProjectNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}][%d] getProjectNotFound %+v", 404, o.Payload) } + +func (o *GetProjectNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}][%d] getProjectNotFound %+v", 404, o.Payload) +} + func (o *GetProjectNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetProjectDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get project default response has a 2xx status code +func (o *GetProjectDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get project default response has a 3xx status code +func (o *GetProjectDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get project default response has a 4xx status code +func (o *GetProjectDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get project default response has a 5xx status code +func (o *GetProjectDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get project default response a status code equal to that given +func (o *GetProjectDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetProjectDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}][%d] GetProject default %+v", o._statusCode, o.Payload) } + +func (o *GetProjectDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}][%d] GetProject default %+v", o._statusCode, o.Payload) +} + func (o *GetProjectDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/get_project_settings_responses.go b/go/http_client/v1/service_client/projects_v1/get_project_settings_responses.go index 9c6c056330..a5ff6c1e5e 100644 --- a/go/http_client/v1/service_client/projects_v1/get_project_settings_responses.go +++ b/go/http_client/v1/service_client/projects_v1/get_project_settings_responses.go @@ -86,9 +86,39 @@ type GetProjectSettingsOK struct { Payload *service_model.V1ProjectSettings } +// IsSuccess returns true when this get project settings o k response has a 2xx status code +func (o *GetProjectSettingsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get project settings o k response has a 3xx status code +func (o *GetProjectSettingsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project settings o k response has a 4xx status code +func (o *GetProjectSettingsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get project settings o k response has a 5xx status code +func (o *GetProjectSettingsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get project settings o k response a status code equal to that given +func (o *GetProjectSettingsOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetProjectSettingsOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/settings][%d] getProjectSettingsOK %+v", 200, o.Payload) } + +func (o *GetProjectSettingsOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/settings][%d] getProjectSettingsOK %+v", 200, o.Payload) +} + func (o *GetProjectSettingsOK) GetPayload() *service_model.V1ProjectSettings { return o.Payload } @@ -118,9 +148,39 @@ type GetProjectSettingsNoContent struct { Payload interface{} } +// IsSuccess returns true when this get project settings no content response has a 2xx status code +func (o *GetProjectSettingsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get project settings no content response has a 3xx status code +func (o *GetProjectSettingsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project settings no content response has a 4xx status code +func (o *GetProjectSettingsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get project settings no content response has a 5xx status code +func (o *GetProjectSettingsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get project settings no content response a status code equal to that given +func (o *GetProjectSettingsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetProjectSettingsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/settings][%d] getProjectSettingsNoContent %+v", 204, o.Payload) } + +func (o *GetProjectSettingsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/settings][%d] getProjectSettingsNoContent %+v", 204, o.Payload) +} + func (o *GetProjectSettingsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetProjectSettingsForbidden struct { Payload interface{} } +// IsSuccess returns true when this get project settings forbidden response has a 2xx status code +func (o *GetProjectSettingsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get project settings forbidden response has a 3xx status code +func (o *GetProjectSettingsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project settings forbidden response has a 4xx status code +func (o *GetProjectSettingsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get project settings forbidden response has a 5xx status code +func (o *GetProjectSettingsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get project settings forbidden response a status code equal to that given +func (o *GetProjectSettingsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetProjectSettingsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/settings][%d] getProjectSettingsForbidden %+v", 403, o.Payload) } + +func (o *GetProjectSettingsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/settings][%d] getProjectSettingsForbidden %+v", 403, o.Payload) +} + func (o *GetProjectSettingsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetProjectSettingsNotFound struct { Payload interface{} } +// IsSuccess returns true when this get project settings not found response has a 2xx status code +func (o *GetProjectSettingsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get project settings not found response has a 3xx status code +func (o *GetProjectSettingsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project settings not found response has a 4xx status code +func (o *GetProjectSettingsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get project settings not found response has a 5xx status code +func (o *GetProjectSettingsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get project settings not found response a status code equal to that given +func (o *GetProjectSettingsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetProjectSettingsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/settings][%d] getProjectSettingsNotFound %+v", 404, o.Payload) } + +func (o *GetProjectSettingsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/settings][%d] getProjectSettingsNotFound %+v", 404, o.Payload) +} + func (o *GetProjectSettingsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetProjectSettingsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get project settings default response has a 2xx status code +func (o *GetProjectSettingsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get project settings default response has a 3xx status code +func (o *GetProjectSettingsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get project settings default response has a 4xx status code +func (o *GetProjectSettingsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get project settings default response has a 5xx status code +func (o *GetProjectSettingsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get project settings default response a status code equal to that given +func (o *GetProjectSettingsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetProjectSettingsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/settings][%d] GetProjectSettings default %+v", o._statusCode, o.Payload) } + +func (o *GetProjectSettingsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/settings][%d] GetProjectSettings default %+v", o._statusCode, o.Payload) +} + func (o *GetProjectSettingsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/get_project_stats_responses.go b/go/http_client/v1/service_client/projects_v1/get_project_stats_responses.go index ff219376b3..c938e4a7b2 100644 --- a/go/http_client/v1/service_client/projects_v1/get_project_stats_responses.go +++ b/go/http_client/v1/service_client/projects_v1/get_project_stats_responses.go @@ -86,9 +86,39 @@ type GetProjectStatsOK struct { Payload interface{} } +// IsSuccess returns true when this get project stats o k response has a 2xx status code +func (o *GetProjectStatsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get project stats o k response has a 3xx status code +func (o *GetProjectStatsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project stats o k response has a 4xx status code +func (o *GetProjectStatsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get project stats o k response has a 5xx status code +func (o *GetProjectStatsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get project stats o k response a status code equal to that given +func (o *GetProjectStatsOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetProjectStatsOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/stats][%d] getProjectStatsOK %+v", 200, o.Payload) } + +func (o *GetProjectStatsOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/stats][%d] getProjectStatsOK %+v", 200, o.Payload) +} + func (o *GetProjectStatsOK) GetPayload() interface{} { return o.Payload } @@ -116,9 +146,39 @@ type GetProjectStatsNoContent struct { Payload interface{} } +// IsSuccess returns true when this get project stats no content response has a 2xx status code +func (o *GetProjectStatsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get project stats no content response has a 3xx status code +func (o *GetProjectStatsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project stats no content response has a 4xx status code +func (o *GetProjectStatsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get project stats no content response has a 5xx status code +func (o *GetProjectStatsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get project stats no content response a status code equal to that given +func (o *GetProjectStatsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetProjectStatsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/stats][%d] getProjectStatsNoContent %+v", 204, o.Payload) } + +func (o *GetProjectStatsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/stats][%d] getProjectStatsNoContent %+v", 204, o.Payload) +} + func (o *GetProjectStatsNoContent) GetPayload() interface{} { return o.Payload } @@ -146,9 +206,39 @@ type GetProjectStatsForbidden struct { Payload interface{} } +// IsSuccess returns true when this get project stats forbidden response has a 2xx status code +func (o *GetProjectStatsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get project stats forbidden response has a 3xx status code +func (o *GetProjectStatsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project stats forbidden response has a 4xx status code +func (o *GetProjectStatsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get project stats forbidden response has a 5xx status code +func (o *GetProjectStatsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get project stats forbidden response a status code equal to that given +func (o *GetProjectStatsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetProjectStatsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/stats][%d] getProjectStatsForbidden %+v", 403, o.Payload) } + +func (o *GetProjectStatsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/stats][%d] getProjectStatsForbidden %+v", 403, o.Payload) +} + func (o *GetProjectStatsForbidden) GetPayload() interface{} { return o.Payload } @@ -176,9 +266,39 @@ type GetProjectStatsNotFound struct { Payload interface{} } +// IsSuccess returns true when this get project stats not found response has a 2xx status code +func (o *GetProjectStatsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get project stats not found response has a 3xx status code +func (o *GetProjectStatsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get project stats not found response has a 4xx status code +func (o *GetProjectStatsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get project stats not found response has a 5xx status code +func (o *GetProjectStatsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get project stats not found response a status code equal to that given +func (o *GetProjectStatsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetProjectStatsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/stats][%d] getProjectStatsNotFound %+v", 404, o.Payload) } + +func (o *GetProjectStatsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/stats][%d] getProjectStatsNotFound %+v", 404, o.Payload) +} + func (o *GetProjectStatsNotFound) GetPayload() interface{} { return o.Payload } @@ -215,9 +335,39 @@ func (o *GetProjectStatsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get project stats default response has a 2xx status code +func (o *GetProjectStatsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get project stats default response has a 3xx status code +func (o *GetProjectStatsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get project stats default response has a 4xx status code +func (o *GetProjectStatsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get project stats default response has a 5xx status code +func (o *GetProjectStatsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get project stats default response a status code equal to that given +func (o *GetProjectStatsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetProjectStatsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/stats][%d] GetProjectStats default %+v", o._statusCode, o.Payload) } + +func (o *GetProjectStatsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/stats][%d] GetProjectStats default %+v", o._statusCode, o.Payload) +} + func (o *GetProjectStatsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/get_version_responses.go b/go/http_client/v1/service_client/projects_v1/get_version_responses.go index b4e64b2c80..540f21c6f4 100644 --- a/go/http_client/v1/service_client/projects_v1/get_version_responses.go +++ b/go/http_client/v1/service_client/projects_v1/get_version_responses.go @@ -86,9 +86,39 @@ type GetVersionOK struct { Payload *service_model.V1ProjectVersion } +// IsSuccess returns true when this get version o k response has a 2xx status code +func (o *GetVersionOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get version o k response has a 3xx status code +func (o *GetVersionOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get version o k response has a 4xx status code +func (o *GetVersionOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get version o k response has a 5xx status code +func (o *GetVersionOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get version o k response a status code equal to that given +func (o *GetVersionOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetVersionOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] getVersionOK %+v", 200, o.Payload) } + +func (o *GetVersionOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] getVersionOK %+v", 200, o.Payload) +} + func (o *GetVersionOK) GetPayload() *service_model.V1ProjectVersion { return o.Payload } @@ -118,9 +148,39 @@ type GetVersionNoContent struct { Payload interface{} } +// IsSuccess returns true when this get version no content response has a 2xx status code +func (o *GetVersionNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get version no content response has a 3xx status code +func (o *GetVersionNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get version no content response has a 4xx status code +func (o *GetVersionNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get version no content response has a 5xx status code +func (o *GetVersionNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get version no content response a status code equal to that given +func (o *GetVersionNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetVersionNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] getVersionNoContent %+v", 204, o.Payload) } + +func (o *GetVersionNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] getVersionNoContent %+v", 204, o.Payload) +} + func (o *GetVersionNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetVersionForbidden struct { Payload interface{} } +// IsSuccess returns true when this get version forbidden response has a 2xx status code +func (o *GetVersionForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get version forbidden response has a 3xx status code +func (o *GetVersionForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get version forbidden response has a 4xx status code +func (o *GetVersionForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get version forbidden response has a 5xx status code +func (o *GetVersionForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get version forbidden response a status code equal to that given +func (o *GetVersionForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetVersionForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] getVersionForbidden %+v", 403, o.Payload) } + +func (o *GetVersionForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] getVersionForbidden %+v", 403, o.Payload) +} + func (o *GetVersionForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetVersionNotFound struct { Payload interface{} } +// IsSuccess returns true when this get version not found response has a 2xx status code +func (o *GetVersionNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get version not found response has a 3xx status code +func (o *GetVersionNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get version not found response has a 4xx status code +func (o *GetVersionNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get version not found response has a 5xx status code +func (o *GetVersionNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get version not found response a status code equal to that given +func (o *GetVersionNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetVersionNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] getVersionNotFound %+v", 404, o.Payload) } + +func (o *GetVersionNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] getVersionNotFound %+v", 404, o.Payload) +} + func (o *GetVersionNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetVersionDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get version default response has a 2xx status code +func (o *GetVersionDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get version default response has a 3xx status code +func (o *GetVersionDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get version default response has a 4xx status code +func (o *GetVersionDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get version default response has a 5xx status code +func (o *GetVersionDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get version default response a status code equal to that given +func (o *GetVersionDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetVersionDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] GetVersion default %+v", o._statusCode, o.Payload) } + +func (o *GetVersionDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}][%d] GetVersion default %+v", o._statusCode, o.Payload) +} + func (o *GetVersionDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/get_version_stages_responses.go b/go/http_client/v1/service_client/projects_v1/get_version_stages_responses.go index 13d84eae3b..8ebe3b7004 100644 --- a/go/http_client/v1/service_client/projects_v1/get_version_stages_responses.go +++ b/go/http_client/v1/service_client/projects_v1/get_version_stages_responses.go @@ -86,9 +86,39 @@ type GetVersionStagesOK struct { Payload *service_model.V1Stage } +// IsSuccess returns true when this get version stages o k response has a 2xx status code +func (o *GetVersionStagesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get version stages o k response has a 3xx status code +func (o *GetVersionStagesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get version stages o k response has a 4xx status code +func (o *GetVersionStagesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get version stages o k response has a 5xx status code +func (o *GetVersionStagesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get version stages o k response a status code equal to that given +func (o *GetVersionStagesOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetVersionStagesOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] getVersionStagesOK %+v", 200, o.Payload) } + +func (o *GetVersionStagesOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] getVersionStagesOK %+v", 200, o.Payload) +} + func (o *GetVersionStagesOK) GetPayload() *service_model.V1Stage { return o.Payload } @@ -118,9 +148,39 @@ type GetVersionStagesNoContent struct { Payload interface{} } +// IsSuccess returns true when this get version stages no content response has a 2xx status code +func (o *GetVersionStagesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get version stages no content response has a 3xx status code +func (o *GetVersionStagesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get version stages no content response has a 4xx status code +func (o *GetVersionStagesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get version stages no content response has a 5xx status code +func (o *GetVersionStagesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get version stages no content response a status code equal to that given +func (o *GetVersionStagesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetVersionStagesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] getVersionStagesNoContent %+v", 204, o.Payload) } + +func (o *GetVersionStagesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] getVersionStagesNoContent %+v", 204, o.Payload) +} + func (o *GetVersionStagesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetVersionStagesForbidden struct { Payload interface{} } +// IsSuccess returns true when this get version stages forbidden response has a 2xx status code +func (o *GetVersionStagesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get version stages forbidden response has a 3xx status code +func (o *GetVersionStagesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get version stages forbidden response has a 4xx status code +func (o *GetVersionStagesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get version stages forbidden response has a 5xx status code +func (o *GetVersionStagesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get version stages forbidden response a status code equal to that given +func (o *GetVersionStagesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetVersionStagesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] getVersionStagesForbidden %+v", 403, o.Payload) } + +func (o *GetVersionStagesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] getVersionStagesForbidden %+v", 403, o.Payload) +} + func (o *GetVersionStagesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetVersionStagesNotFound struct { Payload interface{} } +// IsSuccess returns true when this get version stages not found response has a 2xx status code +func (o *GetVersionStagesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get version stages not found response has a 3xx status code +func (o *GetVersionStagesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get version stages not found response has a 4xx status code +func (o *GetVersionStagesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get version stages not found response has a 5xx status code +func (o *GetVersionStagesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get version stages not found response a status code equal to that given +func (o *GetVersionStagesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetVersionStagesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] getVersionStagesNotFound %+v", 404, o.Payload) } + +func (o *GetVersionStagesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] getVersionStagesNotFound %+v", 404, o.Payload) +} + func (o *GetVersionStagesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetVersionStagesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get version stages default response has a 2xx status code +func (o *GetVersionStagesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get version stages default response has a 3xx status code +func (o *GetVersionStagesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get version stages default response has a 4xx status code +func (o *GetVersionStagesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get version stages default response has a 5xx status code +func (o *GetVersionStagesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get version stages default response a status code equal to that given +func (o *GetVersionStagesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetVersionStagesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] GetVersionStages default %+v", o._statusCode, o.Payload) } + +func (o *GetVersionStagesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/{name}/stages][%d] GetVersionStages default %+v", o._statusCode, o.Payload) +} + func (o *GetVersionStagesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/list_archived_projects_responses.go b/go/http_client/v1/service_client/projects_v1/list_archived_projects_responses.go index c0885d1511..2e6003386b 100644 --- a/go/http_client/v1/service_client/projects_v1/list_archived_projects_responses.go +++ b/go/http_client/v1/service_client/projects_v1/list_archived_projects_responses.go @@ -86,9 +86,39 @@ type ListArchivedProjectsOK struct { Payload *service_model.V1ListProjectsResponse } +// IsSuccess returns true when this list archived projects o k response has a 2xx status code +func (o *ListArchivedProjectsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list archived projects o k response has a 3xx status code +func (o *ListArchivedProjectsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list archived projects o k response has a 4xx status code +func (o *ListArchivedProjectsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list archived projects o k response has a 5xx status code +func (o *ListArchivedProjectsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list archived projects o k response a status code equal to that given +func (o *ListArchivedProjectsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListArchivedProjectsOK) Error() string { return fmt.Sprintf("[GET /api/v1/archives/{user}/projects][%d] listArchivedProjectsOK %+v", 200, o.Payload) } + +func (o *ListArchivedProjectsOK) String() string { + return fmt.Sprintf("[GET /api/v1/archives/{user}/projects][%d] listArchivedProjectsOK %+v", 200, o.Payload) +} + func (o *ListArchivedProjectsOK) GetPayload() *service_model.V1ListProjectsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListArchivedProjectsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list archived projects no content response has a 2xx status code +func (o *ListArchivedProjectsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list archived projects no content response has a 3xx status code +func (o *ListArchivedProjectsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list archived projects no content response has a 4xx status code +func (o *ListArchivedProjectsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list archived projects no content response has a 5xx status code +func (o *ListArchivedProjectsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list archived projects no content response a status code equal to that given +func (o *ListArchivedProjectsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListArchivedProjectsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/archives/{user}/projects][%d] listArchivedProjectsNoContent %+v", 204, o.Payload) } + +func (o *ListArchivedProjectsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/archives/{user}/projects][%d] listArchivedProjectsNoContent %+v", 204, o.Payload) +} + func (o *ListArchivedProjectsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListArchivedProjectsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list archived projects forbidden response has a 2xx status code +func (o *ListArchivedProjectsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list archived projects forbidden response has a 3xx status code +func (o *ListArchivedProjectsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list archived projects forbidden response has a 4xx status code +func (o *ListArchivedProjectsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list archived projects forbidden response has a 5xx status code +func (o *ListArchivedProjectsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list archived projects forbidden response a status code equal to that given +func (o *ListArchivedProjectsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListArchivedProjectsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/archives/{user}/projects][%d] listArchivedProjectsForbidden %+v", 403, o.Payload) } + +func (o *ListArchivedProjectsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/archives/{user}/projects][%d] listArchivedProjectsForbidden %+v", 403, o.Payload) +} + func (o *ListArchivedProjectsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListArchivedProjectsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list archived projects not found response has a 2xx status code +func (o *ListArchivedProjectsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list archived projects not found response has a 3xx status code +func (o *ListArchivedProjectsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list archived projects not found response has a 4xx status code +func (o *ListArchivedProjectsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list archived projects not found response has a 5xx status code +func (o *ListArchivedProjectsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list archived projects not found response a status code equal to that given +func (o *ListArchivedProjectsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListArchivedProjectsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/archives/{user}/projects][%d] listArchivedProjectsNotFound %+v", 404, o.Payload) } + +func (o *ListArchivedProjectsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/archives/{user}/projects][%d] listArchivedProjectsNotFound %+v", 404, o.Payload) +} + func (o *ListArchivedProjectsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListArchivedProjectsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list archived projects default response has a 2xx status code +func (o *ListArchivedProjectsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list archived projects default response has a 3xx status code +func (o *ListArchivedProjectsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list archived projects default response has a 4xx status code +func (o *ListArchivedProjectsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list archived projects default response has a 5xx status code +func (o *ListArchivedProjectsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list archived projects default response a status code equal to that given +func (o *ListArchivedProjectsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListArchivedProjectsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/archives/{user}/projects][%d] ListArchivedProjects default %+v", o._statusCode, o.Payload) } + +func (o *ListArchivedProjectsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/archives/{user}/projects][%d] ListArchivedProjects default %+v", o._statusCode, o.Payload) +} + func (o *ListArchivedProjectsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/list_bookmarked_projects_responses.go b/go/http_client/v1/service_client/projects_v1/list_bookmarked_projects_responses.go index 80fc217f68..07793cd412 100644 --- a/go/http_client/v1/service_client/projects_v1/list_bookmarked_projects_responses.go +++ b/go/http_client/v1/service_client/projects_v1/list_bookmarked_projects_responses.go @@ -86,9 +86,39 @@ type ListBookmarkedProjectsOK struct { Payload *service_model.V1ListBookmarksResponse } +// IsSuccess returns true when this list bookmarked projects o k response has a 2xx status code +func (o *ListBookmarkedProjectsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list bookmarked projects o k response has a 3xx status code +func (o *ListBookmarkedProjectsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list bookmarked projects o k response has a 4xx status code +func (o *ListBookmarkedProjectsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list bookmarked projects o k response has a 5xx status code +func (o *ListBookmarkedProjectsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list bookmarked projects o k response a status code equal to that given +func (o *ListBookmarkedProjectsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListBookmarkedProjectsOK) Error() string { return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/projects][%d] listBookmarkedProjectsOK %+v", 200, o.Payload) } + +func (o *ListBookmarkedProjectsOK) String() string { + return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/projects][%d] listBookmarkedProjectsOK %+v", 200, o.Payload) +} + func (o *ListBookmarkedProjectsOK) GetPayload() *service_model.V1ListBookmarksResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListBookmarkedProjectsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list bookmarked projects no content response has a 2xx status code +func (o *ListBookmarkedProjectsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list bookmarked projects no content response has a 3xx status code +func (o *ListBookmarkedProjectsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list bookmarked projects no content response has a 4xx status code +func (o *ListBookmarkedProjectsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list bookmarked projects no content response has a 5xx status code +func (o *ListBookmarkedProjectsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list bookmarked projects no content response a status code equal to that given +func (o *ListBookmarkedProjectsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListBookmarkedProjectsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/projects][%d] listBookmarkedProjectsNoContent %+v", 204, o.Payload) } + +func (o *ListBookmarkedProjectsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/projects][%d] listBookmarkedProjectsNoContent %+v", 204, o.Payload) +} + func (o *ListBookmarkedProjectsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListBookmarkedProjectsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list bookmarked projects forbidden response has a 2xx status code +func (o *ListBookmarkedProjectsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list bookmarked projects forbidden response has a 3xx status code +func (o *ListBookmarkedProjectsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list bookmarked projects forbidden response has a 4xx status code +func (o *ListBookmarkedProjectsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list bookmarked projects forbidden response has a 5xx status code +func (o *ListBookmarkedProjectsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list bookmarked projects forbidden response a status code equal to that given +func (o *ListBookmarkedProjectsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListBookmarkedProjectsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/projects][%d] listBookmarkedProjectsForbidden %+v", 403, o.Payload) } + +func (o *ListBookmarkedProjectsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/projects][%d] listBookmarkedProjectsForbidden %+v", 403, o.Payload) +} + func (o *ListBookmarkedProjectsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListBookmarkedProjectsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list bookmarked projects not found response has a 2xx status code +func (o *ListBookmarkedProjectsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list bookmarked projects not found response has a 3xx status code +func (o *ListBookmarkedProjectsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list bookmarked projects not found response has a 4xx status code +func (o *ListBookmarkedProjectsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list bookmarked projects not found response has a 5xx status code +func (o *ListBookmarkedProjectsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list bookmarked projects not found response a status code equal to that given +func (o *ListBookmarkedProjectsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListBookmarkedProjectsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/projects][%d] listBookmarkedProjectsNotFound %+v", 404, o.Payload) } + +func (o *ListBookmarkedProjectsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/projects][%d] listBookmarkedProjectsNotFound %+v", 404, o.Payload) +} + func (o *ListBookmarkedProjectsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListBookmarkedProjectsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list bookmarked projects default response has a 2xx status code +func (o *ListBookmarkedProjectsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list bookmarked projects default response has a 3xx status code +func (o *ListBookmarkedProjectsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list bookmarked projects default response has a 4xx status code +func (o *ListBookmarkedProjectsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list bookmarked projects default response has a 5xx status code +func (o *ListBookmarkedProjectsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list bookmarked projects default response a status code equal to that given +func (o *ListBookmarkedProjectsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListBookmarkedProjectsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/projects][%d] ListBookmarkedProjects default %+v", o._statusCode, o.Payload) } + +func (o *ListBookmarkedProjectsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/projects][%d] ListBookmarkedProjects default %+v", o._statusCode, o.Payload) +} + func (o *ListBookmarkedProjectsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/list_project_names_responses.go b/go/http_client/v1/service_client/projects_v1/list_project_names_responses.go index 16f778fded..1ff49137db 100644 --- a/go/http_client/v1/service_client/projects_v1/list_project_names_responses.go +++ b/go/http_client/v1/service_client/projects_v1/list_project_names_responses.go @@ -86,9 +86,39 @@ type ListProjectNamesOK struct { Payload *service_model.V1ListProjectsResponse } +// IsSuccess returns true when this list project names o k response has a 2xx status code +func (o *ListProjectNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list project names o k response has a 3xx status code +func (o *ListProjectNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project names o k response has a 4xx status code +func (o *ListProjectNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list project names o k response has a 5xx status code +func (o *ListProjectNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list project names o k response a status code equal to that given +func (o *ListProjectNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListProjectNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/projects/names][%d] listProjectNamesOK %+v", 200, o.Payload) } + +func (o *ListProjectNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/projects/names][%d] listProjectNamesOK %+v", 200, o.Payload) +} + func (o *ListProjectNamesOK) GetPayload() *service_model.V1ListProjectsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListProjectNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list project names no content response has a 2xx status code +func (o *ListProjectNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list project names no content response has a 3xx status code +func (o *ListProjectNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project names no content response has a 4xx status code +func (o *ListProjectNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list project names no content response has a 5xx status code +func (o *ListProjectNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list project names no content response a status code equal to that given +func (o *ListProjectNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListProjectNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/projects/names][%d] listProjectNamesNoContent %+v", 204, o.Payload) } + +func (o *ListProjectNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/projects/names][%d] listProjectNamesNoContent %+v", 204, o.Payload) +} + func (o *ListProjectNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListProjectNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list project names forbidden response has a 2xx status code +func (o *ListProjectNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list project names forbidden response has a 3xx status code +func (o *ListProjectNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project names forbidden response has a 4xx status code +func (o *ListProjectNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list project names forbidden response has a 5xx status code +func (o *ListProjectNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list project names forbidden response a status code equal to that given +func (o *ListProjectNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListProjectNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/projects/names][%d] listProjectNamesForbidden %+v", 403, o.Payload) } + +func (o *ListProjectNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/projects/names][%d] listProjectNamesForbidden %+v", 403, o.Payload) +} + func (o *ListProjectNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListProjectNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list project names not found response has a 2xx status code +func (o *ListProjectNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list project names not found response has a 3xx status code +func (o *ListProjectNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list project names not found response has a 4xx status code +func (o *ListProjectNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list project names not found response has a 5xx status code +func (o *ListProjectNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list project names not found response a status code equal to that given +func (o *ListProjectNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListProjectNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/projects/names][%d] listProjectNamesNotFound %+v", 404, o.Payload) } + +func (o *ListProjectNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/projects/names][%d] listProjectNamesNotFound %+v", 404, o.Payload) +} + func (o *ListProjectNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListProjectNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list project names default response has a 2xx status code +func (o *ListProjectNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list project names default response has a 3xx status code +func (o *ListProjectNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list project names default response has a 4xx status code +func (o *ListProjectNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list project names default response has a 5xx status code +func (o *ListProjectNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list project names default response a status code equal to that given +func (o *ListProjectNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListProjectNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/projects/names][%d] ListProjectNames default %+v", o._statusCode, o.Payload) } + +func (o *ListProjectNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/projects/names][%d] ListProjectNames default %+v", o._statusCode, o.Payload) +} + func (o *ListProjectNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/list_projects_responses.go b/go/http_client/v1/service_client/projects_v1/list_projects_responses.go index 9a7908b0e7..044e09c1d1 100644 --- a/go/http_client/v1/service_client/projects_v1/list_projects_responses.go +++ b/go/http_client/v1/service_client/projects_v1/list_projects_responses.go @@ -86,9 +86,39 @@ type ListProjectsOK struct { Payload *service_model.V1ListProjectsResponse } +// IsSuccess returns true when this list projects o k response has a 2xx status code +func (o *ListProjectsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list projects o k response has a 3xx status code +func (o *ListProjectsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list projects o k response has a 4xx status code +func (o *ListProjectsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list projects o k response has a 5xx status code +func (o *ListProjectsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list projects o k response a status code equal to that given +func (o *ListProjectsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListProjectsOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/projects/list][%d] listProjectsOK %+v", 200, o.Payload) } + +func (o *ListProjectsOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/projects/list][%d] listProjectsOK %+v", 200, o.Payload) +} + func (o *ListProjectsOK) GetPayload() *service_model.V1ListProjectsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListProjectsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list projects no content response has a 2xx status code +func (o *ListProjectsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list projects no content response has a 3xx status code +func (o *ListProjectsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list projects no content response has a 4xx status code +func (o *ListProjectsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list projects no content response has a 5xx status code +func (o *ListProjectsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list projects no content response a status code equal to that given +func (o *ListProjectsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListProjectsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/projects/list][%d] listProjectsNoContent %+v", 204, o.Payload) } + +func (o *ListProjectsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/projects/list][%d] listProjectsNoContent %+v", 204, o.Payload) +} + func (o *ListProjectsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListProjectsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list projects forbidden response has a 2xx status code +func (o *ListProjectsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list projects forbidden response has a 3xx status code +func (o *ListProjectsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list projects forbidden response has a 4xx status code +func (o *ListProjectsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list projects forbidden response has a 5xx status code +func (o *ListProjectsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list projects forbidden response a status code equal to that given +func (o *ListProjectsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListProjectsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/projects/list][%d] listProjectsForbidden %+v", 403, o.Payload) } + +func (o *ListProjectsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/projects/list][%d] listProjectsForbidden %+v", 403, o.Payload) +} + func (o *ListProjectsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListProjectsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list projects not found response has a 2xx status code +func (o *ListProjectsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list projects not found response has a 3xx status code +func (o *ListProjectsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list projects not found response has a 4xx status code +func (o *ListProjectsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list projects not found response has a 5xx status code +func (o *ListProjectsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list projects not found response a status code equal to that given +func (o *ListProjectsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListProjectsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/projects/list][%d] listProjectsNotFound %+v", 404, o.Payload) } + +func (o *ListProjectsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/projects/list][%d] listProjectsNotFound %+v", 404, o.Payload) +} + func (o *ListProjectsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListProjectsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list projects default response has a 2xx status code +func (o *ListProjectsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list projects default response has a 3xx status code +func (o *ListProjectsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list projects default response has a 4xx status code +func (o *ListProjectsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list projects default response has a 5xx status code +func (o *ListProjectsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list projects default response a status code equal to that given +func (o *ListProjectsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListProjectsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/projects/list][%d] ListProjects default %+v", o._statusCode, o.Payload) } + +func (o *ListProjectsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/projects/list][%d] ListProjects default %+v", o._statusCode, o.Payload) +} + func (o *ListProjectsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/list_version_names_responses.go b/go/http_client/v1/service_client/projects_v1/list_version_names_responses.go index b86ea22728..65c8721db1 100644 --- a/go/http_client/v1/service_client/projects_v1/list_version_names_responses.go +++ b/go/http_client/v1/service_client/projects_v1/list_version_names_responses.go @@ -86,9 +86,39 @@ type ListVersionNamesOK struct { Payload *service_model.V1ListProjectVersionsResponse } +// IsSuccess returns true when this list version names o k response has a 2xx status code +func (o *ListVersionNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list version names o k response has a 3xx status code +func (o *ListVersionNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list version names o k response has a 4xx status code +func (o *ListVersionNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list version names o k response has a 5xx status code +func (o *ListVersionNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list version names o k response a status code equal to that given +func (o *ListVersionNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListVersionNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/names][%d] listVersionNamesOK %+v", 200, o.Payload) } + +func (o *ListVersionNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/names][%d] listVersionNamesOK %+v", 200, o.Payload) +} + func (o *ListVersionNamesOK) GetPayload() *service_model.V1ListProjectVersionsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListVersionNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list version names no content response has a 2xx status code +func (o *ListVersionNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list version names no content response has a 3xx status code +func (o *ListVersionNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list version names no content response has a 4xx status code +func (o *ListVersionNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list version names no content response has a 5xx status code +func (o *ListVersionNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list version names no content response a status code equal to that given +func (o *ListVersionNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListVersionNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/names][%d] listVersionNamesNoContent %+v", 204, o.Payload) } + +func (o *ListVersionNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/names][%d] listVersionNamesNoContent %+v", 204, o.Payload) +} + func (o *ListVersionNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListVersionNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list version names forbidden response has a 2xx status code +func (o *ListVersionNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list version names forbidden response has a 3xx status code +func (o *ListVersionNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list version names forbidden response has a 4xx status code +func (o *ListVersionNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list version names forbidden response has a 5xx status code +func (o *ListVersionNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list version names forbidden response a status code equal to that given +func (o *ListVersionNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListVersionNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/names][%d] listVersionNamesForbidden %+v", 403, o.Payload) } + +func (o *ListVersionNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/names][%d] listVersionNamesForbidden %+v", 403, o.Payload) +} + func (o *ListVersionNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListVersionNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list version names not found response has a 2xx status code +func (o *ListVersionNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list version names not found response has a 3xx status code +func (o *ListVersionNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list version names not found response has a 4xx status code +func (o *ListVersionNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list version names not found response has a 5xx status code +func (o *ListVersionNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list version names not found response a status code equal to that given +func (o *ListVersionNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListVersionNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/names][%d] listVersionNamesNotFound %+v", 404, o.Payload) } + +func (o *ListVersionNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/names][%d] listVersionNamesNotFound %+v", 404, o.Payload) +} + func (o *ListVersionNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListVersionNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list version names default response has a 2xx status code +func (o *ListVersionNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list version names default response has a 3xx status code +func (o *ListVersionNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list version names default response has a 4xx status code +func (o *ListVersionNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list version names default response has a 5xx status code +func (o *ListVersionNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list version names default response a status code equal to that given +func (o *ListVersionNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListVersionNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/names][%d] ListVersionNames default %+v", o._statusCode, o.Payload) } + +func (o *ListVersionNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}/names][%d] ListVersionNames default %+v", o._statusCode, o.Payload) +} + func (o *ListVersionNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/list_versions_responses.go b/go/http_client/v1/service_client/projects_v1/list_versions_responses.go index 951602755d..34691a3860 100644 --- a/go/http_client/v1/service_client/projects_v1/list_versions_responses.go +++ b/go/http_client/v1/service_client/projects_v1/list_versions_responses.go @@ -86,9 +86,39 @@ type ListVersionsOK struct { Payload *service_model.V1ListProjectVersionsResponse } +// IsSuccess returns true when this list versions o k response has a 2xx status code +func (o *ListVersionsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list versions o k response has a 3xx status code +func (o *ListVersionsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list versions o k response has a 4xx status code +func (o *ListVersionsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list versions o k response has a 5xx status code +func (o *ListVersionsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list versions o k response a status code equal to that given +func (o *ListVersionsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListVersionsOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}][%d] listVersionsOK %+v", 200, o.Payload) } + +func (o *ListVersionsOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}][%d] listVersionsOK %+v", 200, o.Payload) +} + func (o *ListVersionsOK) GetPayload() *service_model.V1ListProjectVersionsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListVersionsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list versions no content response has a 2xx status code +func (o *ListVersionsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list versions no content response has a 3xx status code +func (o *ListVersionsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list versions no content response has a 4xx status code +func (o *ListVersionsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list versions no content response has a 5xx status code +func (o *ListVersionsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list versions no content response a status code equal to that given +func (o *ListVersionsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListVersionsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}][%d] listVersionsNoContent %+v", 204, o.Payload) } + +func (o *ListVersionsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}][%d] listVersionsNoContent %+v", 204, o.Payload) +} + func (o *ListVersionsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListVersionsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list versions forbidden response has a 2xx status code +func (o *ListVersionsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list versions forbidden response has a 3xx status code +func (o *ListVersionsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list versions forbidden response has a 4xx status code +func (o *ListVersionsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list versions forbidden response has a 5xx status code +func (o *ListVersionsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list versions forbidden response a status code equal to that given +func (o *ListVersionsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListVersionsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}][%d] listVersionsForbidden %+v", 403, o.Payload) } + +func (o *ListVersionsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}][%d] listVersionsForbidden %+v", 403, o.Payload) +} + func (o *ListVersionsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListVersionsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list versions not found response has a 2xx status code +func (o *ListVersionsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list versions not found response has a 3xx status code +func (o *ListVersionsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list versions not found response has a 4xx status code +func (o *ListVersionsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list versions not found response has a 5xx status code +func (o *ListVersionsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list versions not found response a status code equal to that given +func (o *ListVersionsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListVersionsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}][%d] listVersionsNotFound %+v", 404, o.Payload) } + +func (o *ListVersionsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}][%d] listVersionsNotFound %+v", 404, o.Payload) +} + func (o *ListVersionsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListVersionsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list versions default response has a 2xx status code +func (o *ListVersionsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list versions default response has a 3xx status code +func (o *ListVersionsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list versions default response has a 4xx status code +func (o *ListVersionsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list versions default response has a 5xx status code +func (o *ListVersionsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list versions default response a status code equal to that given +func (o *ListVersionsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListVersionsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}][%d] ListVersions default %+v", o._statusCode, o.Payload) } + +func (o *ListVersionsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/versions/{kind}][%d] ListVersions default %+v", o._statusCode, o.Payload) +} + func (o *ListVersionsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/patch_project_responses.go b/go/http_client/v1/service_client/projects_v1/patch_project_responses.go index 78c2c388c7..a70315a59d 100644 --- a/go/http_client/v1/service_client/projects_v1/patch_project_responses.go +++ b/go/http_client/v1/service_client/projects_v1/patch_project_responses.go @@ -86,9 +86,39 @@ type PatchProjectOK struct { Payload *service_model.V1Project } +// IsSuccess returns true when this patch project o k response has a 2xx status code +func (o *PatchProjectOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch project o k response has a 3xx status code +func (o *PatchProjectOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project o k response has a 4xx status code +func (o *PatchProjectOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch project o k response has a 5xx status code +func (o *PatchProjectOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project o k response a status code equal to that given +func (o *PatchProjectOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchProjectOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project.name}][%d] patchProjectOK %+v", 200, o.Payload) } + +func (o *PatchProjectOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project.name}][%d] patchProjectOK %+v", 200, o.Payload) +} + func (o *PatchProjectOK) GetPayload() *service_model.V1Project { return o.Payload } @@ -118,9 +148,39 @@ type PatchProjectNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch project no content response has a 2xx status code +func (o *PatchProjectNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch project no content response has a 3xx status code +func (o *PatchProjectNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project no content response has a 4xx status code +func (o *PatchProjectNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch project no content response has a 5xx status code +func (o *PatchProjectNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project no content response a status code equal to that given +func (o *PatchProjectNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchProjectNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project.name}][%d] patchProjectNoContent %+v", 204, o.Payload) } + +func (o *PatchProjectNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project.name}][%d] patchProjectNoContent %+v", 204, o.Payload) +} + func (o *PatchProjectNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchProjectForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch project forbidden response has a 2xx status code +func (o *PatchProjectForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch project forbidden response has a 3xx status code +func (o *PatchProjectForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project forbidden response has a 4xx status code +func (o *PatchProjectForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch project forbidden response has a 5xx status code +func (o *PatchProjectForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project forbidden response a status code equal to that given +func (o *PatchProjectForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchProjectForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project.name}][%d] patchProjectForbidden %+v", 403, o.Payload) } + +func (o *PatchProjectForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project.name}][%d] patchProjectForbidden %+v", 403, o.Payload) +} + func (o *PatchProjectForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchProjectNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch project not found response has a 2xx status code +func (o *PatchProjectNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch project not found response has a 3xx status code +func (o *PatchProjectNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project not found response has a 4xx status code +func (o *PatchProjectNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch project not found response has a 5xx status code +func (o *PatchProjectNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project not found response a status code equal to that given +func (o *PatchProjectNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchProjectNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project.name}][%d] patchProjectNotFound %+v", 404, o.Payload) } + +func (o *PatchProjectNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project.name}][%d] patchProjectNotFound %+v", 404, o.Payload) +} + func (o *PatchProjectNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchProjectDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch project default response has a 2xx status code +func (o *PatchProjectDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch project default response has a 3xx status code +func (o *PatchProjectDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch project default response has a 4xx status code +func (o *PatchProjectDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch project default response has a 5xx status code +func (o *PatchProjectDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch project default response a status code equal to that given +func (o *PatchProjectDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchProjectDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project.name}][%d] PatchProject default %+v", o._statusCode, o.Payload) } + +func (o *PatchProjectDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project.name}][%d] PatchProject default %+v", o._statusCode, o.Payload) +} + func (o *PatchProjectDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/patch_project_settings_responses.go b/go/http_client/v1/service_client/projects_v1/patch_project_settings_responses.go index d47d94649a..3a0f853766 100644 --- a/go/http_client/v1/service_client/projects_v1/patch_project_settings_responses.go +++ b/go/http_client/v1/service_client/projects_v1/patch_project_settings_responses.go @@ -86,9 +86,39 @@ type PatchProjectSettingsOK struct { Payload *service_model.V1ProjectSettings } +// IsSuccess returns true when this patch project settings o k response has a 2xx status code +func (o *PatchProjectSettingsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch project settings o k response has a 3xx status code +func (o *PatchProjectSettingsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project settings o k response has a 4xx status code +func (o *PatchProjectSettingsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch project settings o k response has a 5xx status code +func (o *PatchProjectSettingsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project settings o k response a status code equal to that given +func (o *PatchProjectSettingsOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchProjectSettingsOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/settings][%d] patchProjectSettingsOK %+v", 200, o.Payload) } + +func (o *PatchProjectSettingsOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/settings][%d] patchProjectSettingsOK %+v", 200, o.Payload) +} + func (o *PatchProjectSettingsOK) GetPayload() *service_model.V1ProjectSettings { return o.Payload } @@ -118,9 +148,39 @@ type PatchProjectSettingsNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch project settings no content response has a 2xx status code +func (o *PatchProjectSettingsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch project settings no content response has a 3xx status code +func (o *PatchProjectSettingsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project settings no content response has a 4xx status code +func (o *PatchProjectSettingsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch project settings no content response has a 5xx status code +func (o *PatchProjectSettingsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project settings no content response a status code equal to that given +func (o *PatchProjectSettingsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchProjectSettingsNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/settings][%d] patchProjectSettingsNoContent %+v", 204, o.Payload) } + +func (o *PatchProjectSettingsNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/settings][%d] patchProjectSettingsNoContent %+v", 204, o.Payload) +} + func (o *PatchProjectSettingsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchProjectSettingsForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch project settings forbidden response has a 2xx status code +func (o *PatchProjectSettingsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch project settings forbidden response has a 3xx status code +func (o *PatchProjectSettingsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project settings forbidden response has a 4xx status code +func (o *PatchProjectSettingsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch project settings forbidden response has a 5xx status code +func (o *PatchProjectSettingsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project settings forbidden response a status code equal to that given +func (o *PatchProjectSettingsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchProjectSettingsForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/settings][%d] patchProjectSettingsForbidden %+v", 403, o.Payload) } + +func (o *PatchProjectSettingsForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/settings][%d] patchProjectSettingsForbidden %+v", 403, o.Payload) +} + func (o *PatchProjectSettingsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchProjectSettingsNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch project settings not found response has a 2xx status code +func (o *PatchProjectSettingsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch project settings not found response has a 3xx status code +func (o *PatchProjectSettingsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch project settings not found response has a 4xx status code +func (o *PatchProjectSettingsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch project settings not found response has a 5xx status code +func (o *PatchProjectSettingsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch project settings not found response a status code equal to that given +func (o *PatchProjectSettingsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchProjectSettingsNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/settings][%d] patchProjectSettingsNotFound %+v", 404, o.Payload) } + +func (o *PatchProjectSettingsNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/settings][%d] patchProjectSettingsNotFound %+v", 404, o.Payload) +} + func (o *PatchProjectSettingsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchProjectSettingsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch project settings default response has a 2xx status code +func (o *PatchProjectSettingsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch project settings default response has a 3xx status code +func (o *PatchProjectSettingsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch project settings default response has a 4xx status code +func (o *PatchProjectSettingsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch project settings default response has a 5xx status code +func (o *PatchProjectSettingsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch project settings default response a status code equal to that given +func (o *PatchProjectSettingsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchProjectSettingsDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/settings][%d] PatchProjectSettings default %+v", o._statusCode, o.Payload) } + +func (o *PatchProjectSettingsDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/settings][%d] PatchProjectSettings default %+v", o._statusCode, o.Payload) +} + func (o *PatchProjectSettingsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/patch_version_responses.go b/go/http_client/v1/service_client/projects_v1/patch_version_responses.go index 778419edd8..eb82860bfc 100644 --- a/go/http_client/v1/service_client/projects_v1/patch_version_responses.go +++ b/go/http_client/v1/service_client/projects_v1/patch_version_responses.go @@ -86,9 +86,39 @@ type PatchVersionOK struct { Payload *service_model.V1ProjectVersion } +// IsSuccess returns true when this patch version o k response has a 2xx status code +func (o *PatchVersionOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch version o k response has a 3xx status code +func (o *PatchVersionOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch version o k response has a 4xx status code +func (o *PatchVersionOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch version o k response has a 5xx status code +func (o *PatchVersionOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch version o k response a status code equal to that given +func (o *PatchVersionOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchVersionOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] patchVersionOK %+v", 200, o.Payload) } + +func (o *PatchVersionOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] patchVersionOK %+v", 200, o.Payload) +} + func (o *PatchVersionOK) GetPayload() *service_model.V1ProjectVersion { return o.Payload } @@ -118,9 +148,39 @@ type PatchVersionNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch version no content response has a 2xx status code +func (o *PatchVersionNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch version no content response has a 3xx status code +func (o *PatchVersionNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch version no content response has a 4xx status code +func (o *PatchVersionNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch version no content response has a 5xx status code +func (o *PatchVersionNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch version no content response a status code equal to that given +func (o *PatchVersionNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchVersionNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] patchVersionNoContent %+v", 204, o.Payload) } + +func (o *PatchVersionNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] patchVersionNoContent %+v", 204, o.Payload) +} + func (o *PatchVersionNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchVersionForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch version forbidden response has a 2xx status code +func (o *PatchVersionForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch version forbidden response has a 3xx status code +func (o *PatchVersionForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch version forbidden response has a 4xx status code +func (o *PatchVersionForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch version forbidden response has a 5xx status code +func (o *PatchVersionForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch version forbidden response a status code equal to that given +func (o *PatchVersionForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchVersionForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] patchVersionForbidden %+v", 403, o.Payload) } + +func (o *PatchVersionForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] patchVersionForbidden %+v", 403, o.Payload) +} + func (o *PatchVersionForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchVersionNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch version not found response has a 2xx status code +func (o *PatchVersionNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch version not found response has a 3xx status code +func (o *PatchVersionNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch version not found response has a 4xx status code +func (o *PatchVersionNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch version not found response has a 5xx status code +func (o *PatchVersionNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch version not found response a status code equal to that given +func (o *PatchVersionNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchVersionNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] patchVersionNotFound %+v", 404, o.Payload) } + +func (o *PatchVersionNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] patchVersionNotFound %+v", 404, o.Payload) +} + func (o *PatchVersionNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchVersionDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch version default response has a 2xx status code +func (o *PatchVersionDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch version default response has a 3xx status code +func (o *PatchVersionDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch version default response has a 4xx status code +func (o *PatchVersionDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch version default response has a 5xx status code +func (o *PatchVersionDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch version default response a status code equal to that given +func (o *PatchVersionDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchVersionDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] PatchVersion default %+v", o._statusCode, o.Payload) } + +func (o *PatchVersionDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] PatchVersion default %+v", o._statusCode, o.Payload) +} + func (o *PatchVersionDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/restore_project_responses.go b/go/http_client/v1/service_client/projects_v1/restore_project_responses.go index f36708477f..8aee2b9313 100644 --- a/go/http_client/v1/service_client/projects_v1/restore_project_responses.go +++ b/go/http_client/v1/service_client/projects_v1/restore_project_responses.go @@ -85,10 +85,39 @@ A successful response. type RestoreProjectOK struct { } +// IsSuccess returns true when this restore project o k response has a 2xx status code +func (o *RestoreProjectOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this restore project o k response has a 3xx status code +func (o *RestoreProjectOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore project o k response has a 4xx status code +func (o *RestoreProjectOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this restore project o k response has a 5xx status code +func (o *RestoreProjectOK) IsServerError() bool { + return false +} + +// IsCode returns true when this restore project o k response a status code equal to that given +func (o *RestoreProjectOK) IsCode(code int) bool { + return code == 200 +} + func (o *RestoreProjectOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/restore][%d] restoreProjectOK ", 200) } +func (o *RestoreProjectOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/restore][%d] restoreProjectOK ", 200) +} + func (o *RestoreProjectOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type RestoreProjectNoContent struct { Payload interface{} } +// IsSuccess returns true when this restore project no content response has a 2xx status code +func (o *RestoreProjectNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this restore project no content response has a 3xx status code +func (o *RestoreProjectNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore project no content response has a 4xx status code +func (o *RestoreProjectNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this restore project no content response has a 5xx status code +func (o *RestoreProjectNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this restore project no content response a status code equal to that given +func (o *RestoreProjectNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *RestoreProjectNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/restore][%d] restoreProjectNoContent %+v", 204, o.Payload) } + +func (o *RestoreProjectNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/restore][%d] restoreProjectNoContent %+v", 204, o.Payload) +} + func (o *RestoreProjectNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type RestoreProjectForbidden struct { Payload interface{} } +// IsSuccess returns true when this restore project forbidden response has a 2xx status code +func (o *RestoreProjectForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this restore project forbidden response has a 3xx status code +func (o *RestoreProjectForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore project forbidden response has a 4xx status code +func (o *RestoreProjectForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this restore project forbidden response has a 5xx status code +func (o *RestoreProjectForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this restore project forbidden response a status code equal to that given +func (o *RestoreProjectForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *RestoreProjectForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/restore][%d] restoreProjectForbidden %+v", 403, o.Payload) } + +func (o *RestoreProjectForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/restore][%d] restoreProjectForbidden %+v", 403, o.Payload) +} + func (o *RestoreProjectForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type RestoreProjectNotFound struct { Payload interface{} } +// IsSuccess returns true when this restore project not found response has a 2xx status code +func (o *RestoreProjectNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this restore project not found response has a 3xx status code +func (o *RestoreProjectNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore project not found response has a 4xx status code +func (o *RestoreProjectNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this restore project not found response has a 5xx status code +func (o *RestoreProjectNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this restore project not found response a status code equal to that given +func (o *RestoreProjectNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *RestoreProjectNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/restore][%d] restoreProjectNotFound %+v", 404, o.Payload) } + +func (o *RestoreProjectNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/restore][%d] restoreProjectNotFound %+v", 404, o.Payload) +} + func (o *RestoreProjectNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *RestoreProjectDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this restore project default response has a 2xx status code +func (o *RestoreProjectDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this restore project default response has a 3xx status code +func (o *RestoreProjectDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this restore project default response has a 4xx status code +func (o *RestoreProjectDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this restore project default response has a 5xx status code +func (o *RestoreProjectDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this restore project default response a status code equal to that given +func (o *RestoreProjectDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *RestoreProjectDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{name}/restore][%d] RestoreProject default %+v", o._statusCode, o.Payload) } + +func (o *RestoreProjectDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{name}/restore][%d] RestoreProject default %+v", o._statusCode, o.Payload) +} + func (o *RestoreProjectDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/transfer_version_responses.go b/go/http_client/v1/service_client/projects_v1/transfer_version_responses.go index da559ba295..bf5c9d2f2f 100644 --- a/go/http_client/v1/service_client/projects_v1/transfer_version_responses.go +++ b/go/http_client/v1/service_client/projects_v1/transfer_version_responses.go @@ -85,10 +85,39 @@ A successful response. type TransferVersionOK struct { } +// IsSuccess returns true when this transfer version o k response has a 2xx status code +func (o *TransferVersionOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this transfer version o k response has a 3xx status code +func (o *TransferVersionOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer version o k response has a 4xx status code +func (o *TransferVersionOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this transfer version o k response has a 5xx status code +func (o *TransferVersionOK) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer version o k response a status code equal to that given +func (o *TransferVersionOK) IsCode(code int) bool { + return code == 200 +} + func (o *TransferVersionOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}/transfer][%d] transferVersionOK ", 200) } +func (o *TransferVersionOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}/transfer][%d] transferVersionOK ", 200) +} + func (o *TransferVersionOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type TransferVersionNoContent struct { Payload interface{} } +// IsSuccess returns true when this transfer version no content response has a 2xx status code +func (o *TransferVersionNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this transfer version no content response has a 3xx status code +func (o *TransferVersionNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer version no content response has a 4xx status code +func (o *TransferVersionNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this transfer version no content response has a 5xx status code +func (o *TransferVersionNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer version no content response a status code equal to that given +func (o *TransferVersionNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *TransferVersionNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}/transfer][%d] transferVersionNoContent %+v", 204, o.Payload) } + +func (o *TransferVersionNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}/transfer][%d] transferVersionNoContent %+v", 204, o.Payload) +} + func (o *TransferVersionNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type TransferVersionForbidden struct { Payload interface{} } +// IsSuccess returns true when this transfer version forbidden response has a 2xx status code +func (o *TransferVersionForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this transfer version forbidden response has a 3xx status code +func (o *TransferVersionForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer version forbidden response has a 4xx status code +func (o *TransferVersionForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this transfer version forbidden response has a 5xx status code +func (o *TransferVersionForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer version forbidden response a status code equal to that given +func (o *TransferVersionForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *TransferVersionForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}/transfer][%d] transferVersionForbidden %+v", 403, o.Payload) } + +func (o *TransferVersionForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}/transfer][%d] transferVersionForbidden %+v", 403, o.Payload) +} + func (o *TransferVersionForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type TransferVersionNotFound struct { Payload interface{} } +// IsSuccess returns true when this transfer version not found response has a 2xx status code +func (o *TransferVersionNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this transfer version not found response has a 3xx status code +func (o *TransferVersionNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer version not found response has a 4xx status code +func (o *TransferVersionNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this transfer version not found response has a 5xx status code +func (o *TransferVersionNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer version not found response a status code equal to that given +func (o *TransferVersionNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *TransferVersionNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}/transfer][%d] transferVersionNotFound %+v", 404, o.Payload) } + +func (o *TransferVersionNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}/transfer][%d] transferVersionNotFound %+v", 404, o.Payload) +} + func (o *TransferVersionNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *TransferVersionDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this transfer version default response has a 2xx status code +func (o *TransferVersionDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this transfer version default response has a 3xx status code +func (o *TransferVersionDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this transfer version default response has a 4xx status code +func (o *TransferVersionDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this transfer version default response has a 5xx status code +func (o *TransferVersionDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this transfer version default response a status code equal to that given +func (o *TransferVersionDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *TransferVersionDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}/transfer][%d] TransferVersion default %+v", o._statusCode, o.Payload) } + +func (o *TransferVersionDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}/transfer][%d] TransferVersion default %+v", o._statusCode, o.Payload) +} + func (o *TransferVersionDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/unbookmark_project_responses.go b/go/http_client/v1/service_client/projects_v1/unbookmark_project_responses.go index 84f1f4d9c5..0e7820220b 100644 --- a/go/http_client/v1/service_client/projects_v1/unbookmark_project_responses.go +++ b/go/http_client/v1/service_client/projects_v1/unbookmark_project_responses.go @@ -85,10 +85,39 @@ A successful response. type UnbookmarkProjectOK struct { } +// IsSuccess returns true when this unbookmark project o k response has a 2xx status code +func (o *UnbookmarkProjectOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this unbookmark project o k response has a 3xx status code +func (o *UnbookmarkProjectOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this unbookmark project o k response has a 4xx status code +func (o *UnbookmarkProjectOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this unbookmark project o k response has a 5xx status code +func (o *UnbookmarkProjectOK) IsServerError() bool { + return false +} + +// IsCode returns true when this unbookmark project o k response a status code equal to that given +func (o *UnbookmarkProjectOK) IsCode(code int) bool { + return code == 200 +} + func (o *UnbookmarkProjectOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/unbookmark][%d] unbookmarkProjectOK ", 200) } +func (o *UnbookmarkProjectOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/unbookmark][%d] unbookmarkProjectOK ", 200) +} + func (o *UnbookmarkProjectOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type UnbookmarkProjectNoContent struct { Payload interface{} } +// IsSuccess returns true when this unbookmark project no content response has a 2xx status code +func (o *UnbookmarkProjectNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this unbookmark project no content response has a 3xx status code +func (o *UnbookmarkProjectNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this unbookmark project no content response has a 4xx status code +func (o *UnbookmarkProjectNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this unbookmark project no content response has a 5xx status code +func (o *UnbookmarkProjectNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this unbookmark project no content response a status code equal to that given +func (o *UnbookmarkProjectNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UnbookmarkProjectNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/unbookmark][%d] unbookmarkProjectNoContent %+v", 204, o.Payload) } + +func (o *UnbookmarkProjectNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/unbookmark][%d] unbookmarkProjectNoContent %+v", 204, o.Payload) +} + func (o *UnbookmarkProjectNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type UnbookmarkProjectForbidden struct { Payload interface{} } +// IsSuccess returns true when this unbookmark project forbidden response has a 2xx status code +func (o *UnbookmarkProjectForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this unbookmark project forbidden response has a 3xx status code +func (o *UnbookmarkProjectForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this unbookmark project forbidden response has a 4xx status code +func (o *UnbookmarkProjectForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this unbookmark project forbidden response has a 5xx status code +func (o *UnbookmarkProjectForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this unbookmark project forbidden response a status code equal to that given +func (o *UnbookmarkProjectForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UnbookmarkProjectForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/unbookmark][%d] unbookmarkProjectForbidden %+v", 403, o.Payload) } + +func (o *UnbookmarkProjectForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/unbookmark][%d] unbookmarkProjectForbidden %+v", 403, o.Payload) +} + func (o *UnbookmarkProjectForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type UnbookmarkProjectNotFound struct { Payload interface{} } +// IsSuccess returns true when this unbookmark project not found response has a 2xx status code +func (o *UnbookmarkProjectNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this unbookmark project not found response has a 3xx status code +func (o *UnbookmarkProjectNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this unbookmark project not found response has a 4xx status code +func (o *UnbookmarkProjectNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this unbookmark project not found response has a 5xx status code +func (o *UnbookmarkProjectNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this unbookmark project not found response a status code equal to that given +func (o *UnbookmarkProjectNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UnbookmarkProjectNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/unbookmark][%d] unbookmarkProjectNotFound %+v", 404, o.Payload) } + +func (o *UnbookmarkProjectNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/unbookmark][%d] unbookmarkProjectNotFound %+v", 404, o.Payload) +} + func (o *UnbookmarkProjectNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *UnbookmarkProjectDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this unbookmark project default response has a 2xx status code +func (o *UnbookmarkProjectDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this unbookmark project default response has a 3xx status code +func (o *UnbookmarkProjectDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this unbookmark project default response has a 4xx status code +func (o *UnbookmarkProjectDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this unbookmark project default response has a 5xx status code +func (o *UnbookmarkProjectDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this unbookmark project default response a status code equal to that given +func (o *UnbookmarkProjectDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UnbookmarkProjectDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/unbookmark][%d] UnbookmarkProject default %+v", o._statusCode, o.Payload) } + +func (o *UnbookmarkProjectDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{name}/unbookmark][%d] UnbookmarkProject default %+v", o._statusCode, o.Payload) +} + func (o *UnbookmarkProjectDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/update_project_responses.go b/go/http_client/v1/service_client/projects_v1/update_project_responses.go index c674085bf5..9d2b6e5529 100644 --- a/go/http_client/v1/service_client/projects_v1/update_project_responses.go +++ b/go/http_client/v1/service_client/projects_v1/update_project_responses.go @@ -86,9 +86,39 @@ type UpdateProjectOK struct { Payload *service_model.V1Project } +// IsSuccess returns true when this update project o k response has a 2xx status code +func (o *UpdateProjectOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update project o k response has a 3xx status code +func (o *UpdateProjectOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project o k response has a 4xx status code +func (o *UpdateProjectOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update project o k response has a 5xx status code +func (o *UpdateProjectOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update project o k response a status code equal to that given +func (o *UpdateProjectOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateProjectOK) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project.name}][%d] updateProjectOK %+v", 200, o.Payload) } + +func (o *UpdateProjectOK) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project.name}][%d] updateProjectOK %+v", 200, o.Payload) +} + func (o *UpdateProjectOK) GetPayload() *service_model.V1Project { return o.Payload } @@ -118,9 +148,39 @@ type UpdateProjectNoContent struct { Payload interface{} } +// IsSuccess returns true when this update project no content response has a 2xx status code +func (o *UpdateProjectNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update project no content response has a 3xx status code +func (o *UpdateProjectNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project no content response has a 4xx status code +func (o *UpdateProjectNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update project no content response has a 5xx status code +func (o *UpdateProjectNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update project no content response a status code equal to that given +func (o *UpdateProjectNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateProjectNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project.name}][%d] updateProjectNoContent %+v", 204, o.Payload) } + +func (o *UpdateProjectNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project.name}][%d] updateProjectNoContent %+v", 204, o.Payload) +} + func (o *UpdateProjectNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateProjectForbidden struct { Payload interface{} } +// IsSuccess returns true when this update project forbidden response has a 2xx status code +func (o *UpdateProjectForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update project forbidden response has a 3xx status code +func (o *UpdateProjectForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project forbidden response has a 4xx status code +func (o *UpdateProjectForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update project forbidden response has a 5xx status code +func (o *UpdateProjectForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update project forbidden response a status code equal to that given +func (o *UpdateProjectForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateProjectForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project.name}][%d] updateProjectForbidden %+v", 403, o.Payload) } + +func (o *UpdateProjectForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project.name}][%d] updateProjectForbidden %+v", 403, o.Payload) +} + func (o *UpdateProjectForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateProjectNotFound struct { Payload interface{} } +// IsSuccess returns true when this update project not found response has a 2xx status code +func (o *UpdateProjectNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update project not found response has a 3xx status code +func (o *UpdateProjectNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project not found response has a 4xx status code +func (o *UpdateProjectNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update project not found response has a 5xx status code +func (o *UpdateProjectNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update project not found response a status code equal to that given +func (o *UpdateProjectNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateProjectNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project.name}][%d] updateProjectNotFound %+v", 404, o.Payload) } + +func (o *UpdateProjectNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project.name}][%d] updateProjectNotFound %+v", 404, o.Payload) +} + func (o *UpdateProjectNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateProjectDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update project default response has a 2xx status code +func (o *UpdateProjectDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update project default response has a 3xx status code +func (o *UpdateProjectDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update project default response has a 4xx status code +func (o *UpdateProjectDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update project default response has a 5xx status code +func (o *UpdateProjectDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update project default response a status code equal to that given +func (o *UpdateProjectDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateProjectDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project.name}][%d] UpdateProject default %+v", o._statusCode, o.Payload) } + +func (o *UpdateProjectDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project.name}][%d] UpdateProject default %+v", o._statusCode, o.Payload) +} + func (o *UpdateProjectDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/update_project_settings_responses.go b/go/http_client/v1/service_client/projects_v1/update_project_settings_responses.go index 0644d19ea1..2fc9ebab3e 100644 --- a/go/http_client/v1/service_client/projects_v1/update_project_settings_responses.go +++ b/go/http_client/v1/service_client/projects_v1/update_project_settings_responses.go @@ -86,9 +86,39 @@ type UpdateProjectSettingsOK struct { Payload *service_model.V1ProjectSettings } +// IsSuccess returns true when this update project settings o k response has a 2xx status code +func (o *UpdateProjectSettingsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update project settings o k response has a 3xx status code +func (o *UpdateProjectSettingsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project settings o k response has a 4xx status code +func (o *UpdateProjectSettingsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update project settings o k response has a 5xx status code +func (o *UpdateProjectSettingsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update project settings o k response a status code equal to that given +func (o *UpdateProjectSettingsOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateProjectSettingsOK) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/settings][%d] updateProjectSettingsOK %+v", 200, o.Payload) } + +func (o *UpdateProjectSettingsOK) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/settings][%d] updateProjectSettingsOK %+v", 200, o.Payload) +} + func (o *UpdateProjectSettingsOK) GetPayload() *service_model.V1ProjectSettings { return o.Payload } @@ -118,9 +148,39 @@ type UpdateProjectSettingsNoContent struct { Payload interface{} } +// IsSuccess returns true when this update project settings no content response has a 2xx status code +func (o *UpdateProjectSettingsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update project settings no content response has a 3xx status code +func (o *UpdateProjectSettingsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project settings no content response has a 4xx status code +func (o *UpdateProjectSettingsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update project settings no content response has a 5xx status code +func (o *UpdateProjectSettingsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update project settings no content response a status code equal to that given +func (o *UpdateProjectSettingsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateProjectSettingsNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/settings][%d] updateProjectSettingsNoContent %+v", 204, o.Payload) } + +func (o *UpdateProjectSettingsNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/settings][%d] updateProjectSettingsNoContent %+v", 204, o.Payload) +} + func (o *UpdateProjectSettingsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateProjectSettingsForbidden struct { Payload interface{} } +// IsSuccess returns true when this update project settings forbidden response has a 2xx status code +func (o *UpdateProjectSettingsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update project settings forbidden response has a 3xx status code +func (o *UpdateProjectSettingsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project settings forbidden response has a 4xx status code +func (o *UpdateProjectSettingsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update project settings forbidden response has a 5xx status code +func (o *UpdateProjectSettingsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update project settings forbidden response a status code equal to that given +func (o *UpdateProjectSettingsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateProjectSettingsForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/settings][%d] updateProjectSettingsForbidden %+v", 403, o.Payload) } + +func (o *UpdateProjectSettingsForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/settings][%d] updateProjectSettingsForbidden %+v", 403, o.Payload) +} + func (o *UpdateProjectSettingsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateProjectSettingsNotFound struct { Payload interface{} } +// IsSuccess returns true when this update project settings not found response has a 2xx status code +func (o *UpdateProjectSettingsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update project settings not found response has a 3xx status code +func (o *UpdateProjectSettingsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update project settings not found response has a 4xx status code +func (o *UpdateProjectSettingsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update project settings not found response has a 5xx status code +func (o *UpdateProjectSettingsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update project settings not found response a status code equal to that given +func (o *UpdateProjectSettingsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateProjectSettingsNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/settings][%d] updateProjectSettingsNotFound %+v", 404, o.Payload) } + +func (o *UpdateProjectSettingsNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/settings][%d] updateProjectSettingsNotFound %+v", 404, o.Payload) +} + func (o *UpdateProjectSettingsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateProjectSettingsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update project settings default response has a 2xx status code +func (o *UpdateProjectSettingsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update project settings default response has a 3xx status code +func (o *UpdateProjectSettingsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update project settings default response has a 4xx status code +func (o *UpdateProjectSettingsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update project settings default response has a 5xx status code +func (o *UpdateProjectSettingsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update project settings default response a status code equal to that given +func (o *UpdateProjectSettingsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateProjectSettingsDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/settings][%d] UpdateProjectSettings default %+v", o._statusCode, o.Payload) } + +func (o *UpdateProjectSettingsDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/settings][%d] UpdateProjectSettings default %+v", o._statusCode, o.Payload) +} + func (o *UpdateProjectSettingsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/update_version_responses.go b/go/http_client/v1/service_client/projects_v1/update_version_responses.go index ea872b5875..515d95534e 100644 --- a/go/http_client/v1/service_client/projects_v1/update_version_responses.go +++ b/go/http_client/v1/service_client/projects_v1/update_version_responses.go @@ -86,9 +86,39 @@ type UpdateVersionOK struct { Payload *service_model.V1ProjectVersion } +// IsSuccess returns true when this update version o k response has a 2xx status code +func (o *UpdateVersionOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update version o k response has a 3xx status code +func (o *UpdateVersionOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update version o k response has a 4xx status code +func (o *UpdateVersionOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update version o k response has a 5xx status code +func (o *UpdateVersionOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update version o k response a status code equal to that given +func (o *UpdateVersionOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateVersionOK) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] updateVersionOK %+v", 200, o.Payload) } + +func (o *UpdateVersionOK) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] updateVersionOK %+v", 200, o.Payload) +} + func (o *UpdateVersionOK) GetPayload() *service_model.V1ProjectVersion { return o.Payload } @@ -118,9 +148,39 @@ type UpdateVersionNoContent struct { Payload interface{} } +// IsSuccess returns true when this update version no content response has a 2xx status code +func (o *UpdateVersionNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update version no content response has a 3xx status code +func (o *UpdateVersionNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update version no content response has a 4xx status code +func (o *UpdateVersionNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update version no content response has a 5xx status code +func (o *UpdateVersionNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update version no content response a status code equal to that given +func (o *UpdateVersionNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateVersionNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] updateVersionNoContent %+v", 204, o.Payload) } + +func (o *UpdateVersionNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] updateVersionNoContent %+v", 204, o.Payload) +} + func (o *UpdateVersionNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateVersionForbidden struct { Payload interface{} } +// IsSuccess returns true when this update version forbidden response has a 2xx status code +func (o *UpdateVersionForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update version forbidden response has a 3xx status code +func (o *UpdateVersionForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update version forbidden response has a 4xx status code +func (o *UpdateVersionForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update version forbidden response has a 5xx status code +func (o *UpdateVersionForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update version forbidden response a status code equal to that given +func (o *UpdateVersionForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateVersionForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] updateVersionForbidden %+v", 403, o.Payload) } + +func (o *UpdateVersionForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] updateVersionForbidden %+v", 403, o.Payload) +} + func (o *UpdateVersionForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateVersionNotFound struct { Payload interface{} } +// IsSuccess returns true when this update version not found response has a 2xx status code +func (o *UpdateVersionNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update version not found response has a 3xx status code +func (o *UpdateVersionNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update version not found response has a 4xx status code +func (o *UpdateVersionNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update version not found response has a 5xx status code +func (o *UpdateVersionNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update version not found response a status code equal to that given +func (o *UpdateVersionNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateVersionNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] updateVersionNotFound %+v", 404, o.Payload) } + +func (o *UpdateVersionNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] updateVersionNotFound %+v", 404, o.Payload) +} + func (o *UpdateVersionNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateVersionDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update version default response has a 2xx status code +func (o *UpdateVersionDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update version default response has a 3xx status code +func (o *UpdateVersionDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update version default response has a 4xx status code +func (o *UpdateVersionDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update version default response has a 5xx status code +func (o *UpdateVersionDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update version default response a status code equal to that given +func (o *UpdateVersionDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateVersionDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] UpdateVersion default %+v", o._statusCode, o.Payload) } + +func (o *UpdateVersionDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/versions/{version.kind}/{version.name}][%d] UpdateVersion default %+v", o._statusCode, o.Payload) +} + func (o *UpdateVersionDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/projects_v1/upload_project_artifact_responses.go b/go/http_client/v1/service_client/projects_v1/upload_project_artifact_responses.go index ef6502987e..33bc970b7c 100644 --- a/go/http_client/v1/service_client/projects_v1/upload_project_artifact_responses.go +++ b/go/http_client/v1/service_client/projects_v1/upload_project_artifact_responses.go @@ -76,10 +76,39 @@ A successful response. type UploadProjectArtifactOK struct { } +// IsSuccess returns true when this upload project artifact o k response has a 2xx status code +func (o *UploadProjectArtifactOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this upload project artifact o k response has a 3xx status code +func (o *UploadProjectArtifactOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload project artifact o k response has a 4xx status code +func (o *UploadProjectArtifactOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this upload project artifact o k response has a 5xx status code +func (o *UploadProjectArtifactOK) IsServerError() bool { + return false +} + +// IsCode returns true when this upload project artifact o k response a status code equal to that given +func (o *UploadProjectArtifactOK) IsCode(code int) bool { + return code == 200 +} + func (o *UploadProjectArtifactOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/artifacts/{uuid}/upload][%d] uploadProjectArtifactOK ", 200) } +func (o *UploadProjectArtifactOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/artifacts/{uuid}/upload][%d] uploadProjectArtifactOK ", 200) +} + func (o *UploadProjectArtifactOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -98,9 +127,39 @@ type UploadProjectArtifactNoContent struct { Payload interface{} } +// IsSuccess returns true when this upload project artifact no content response has a 2xx status code +func (o *UploadProjectArtifactNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this upload project artifact no content response has a 3xx status code +func (o *UploadProjectArtifactNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload project artifact no content response has a 4xx status code +func (o *UploadProjectArtifactNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this upload project artifact no content response has a 5xx status code +func (o *UploadProjectArtifactNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this upload project artifact no content response a status code equal to that given +func (o *UploadProjectArtifactNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UploadProjectArtifactNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/artifacts/{uuid}/upload][%d] uploadProjectArtifactNoContent %+v", 204, o.Payload) } + +func (o *UploadProjectArtifactNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/artifacts/{uuid}/upload][%d] uploadProjectArtifactNoContent %+v", 204, o.Payload) +} + func (o *UploadProjectArtifactNoContent) GetPayload() interface{} { return o.Payload } @@ -128,9 +187,39 @@ type UploadProjectArtifactForbidden struct { Payload interface{} } +// IsSuccess returns true when this upload project artifact forbidden response has a 2xx status code +func (o *UploadProjectArtifactForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this upload project artifact forbidden response has a 3xx status code +func (o *UploadProjectArtifactForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload project artifact forbidden response has a 4xx status code +func (o *UploadProjectArtifactForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this upload project artifact forbidden response has a 5xx status code +func (o *UploadProjectArtifactForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this upload project artifact forbidden response a status code equal to that given +func (o *UploadProjectArtifactForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UploadProjectArtifactForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/artifacts/{uuid}/upload][%d] uploadProjectArtifactForbidden %+v", 403, o.Payload) } + +func (o *UploadProjectArtifactForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/artifacts/{uuid}/upload][%d] uploadProjectArtifactForbidden %+v", 403, o.Payload) +} + func (o *UploadProjectArtifactForbidden) GetPayload() interface{} { return o.Payload } @@ -158,9 +247,39 @@ type UploadProjectArtifactNotFound struct { Payload interface{} } +// IsSuccess returns true when this upload project artifact not found response has a 2xx status code +func (o *UploadProjectArtifactNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this upload project artifact not found response has a 3xx status code +func (o *UploadProjectArtifactNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload project artifact not found response has a 4xx status code +func (o *UploadProjectArtifactNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this upload project artifact not found response has a 5xx status code +func (o *UploadProjectArtifactNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this upload project artifact not found response a status code equal to that given +func (o *UploadProjectArtifactNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UploadProjectArtifactNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/artifacts/{uuid}/upload][%d] uploadProjectArtifactNotFound %+v", 404, o.Payload) } + +func (o *UploadProjectArtifactNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/artifacts/{uuid}/upload][%d] uploadProjectArtifactNotFound %+v", 404, o.Payload) +} + func (o *UploadProjectArtifactNotFound) GetPayload() interface{} { return o.Payload } diff --git a/go/http_client/v1/service_client/queues_v1/create_queue_responses.go b/go/http_client/v1/service_client/queues_v1/create_queue_responses.go index bd8420108c..98d314b987 100644 --- a/go/http_client/v1/service_client/queues_v1/create_queue_responses.go +++ b/go/http_client/v1/service_client/queues_v1/create_queue_responses.go @@ -86,9 +86,39 @@ type CreateQueueOK struct { Payload *service_model.V1Queue } +// IsSuccess returns true when this create queue o k response has a 2xx status code +func (o *CreateQueueOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create queue o k response has a 3xx status code +func (o *CreateQueueOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create queue o k response has a 4xx status code +func (o *CreateQueueOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create queue o k response has a 5xx status code +func (o *CreateQueueOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create queue o k response a status code equal to that given +func (o *CreateQueueOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateQueueOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{agent}/queues][%d] createQueueOK %+v", 200, o.Payload) } + +func (o *CreateQueueOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{agent}/queues][%d] createQueueOK %+v", 200, o.Payload) +} + func (o *CreateQueueOK) GetPayload() *service_model.V1Queue { return o.Payload } @@ -118,9 +148,39 @@ type CreateQueueNoContent struct { Payload interface{} } +// IsSuccess returns true when this create queue no content response has a 2xx status code +func (o *CreateQueueNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create queue no content response has a 3xx status code +func (o *CreateQueueNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create queue no content response has a 4xx status code +func (o *CreateQueueNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create queue no content response has a 5xx status code +func (o *CreateQueueNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create queue no content response a status code equal to that given +func (o *CreateQueueNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateQueueNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{agent}/queues][%d] createQueueNoContent %+v", 204, o.Payload) } + +func (o *CreateQueueNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{agent}/queues][%d] createQueueNoContent %+v", 204, o.Payload) +} + func (o *CreateQueueNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateQueueForbidden struct { Payload interface{} } +// IsSuccess returns true when this create queue forbidden response has a 2xx status code +func (o *CreateQueueForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create queue forbidden response has a 3xx status code +func (o *CreateQueueForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create queue forbidden response has a 4xx status code +func (o *CreateQueueForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create queue forbidden response has a 5xx status code +func (o *CreateQueueForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create queue forbidden response a status code equal to that given +func (o *CreateQueueForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateQueueForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{agent}/queues][%d] createQueueForbidden %+v", 403, o.Payload) } + +func (o *CreateQueueForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{agent}/queues][%d] createQueueForbidden %+v", 403, o.Payload) +} + func (o *CreateQueueForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateQueueNotFound struct { Payload interface{} } +// IsSuccess returns true when this create queue not found response has a 2xx status code +func (o *CreateQueueNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create queue not found response has a 3xx status code +func (o *CreateQueueNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create queue not found response has a 4xx status code +func (o *CreateQueueNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create queue not found response has a 5xx status code +func (o *CreateQueueNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create queue not found response a status code equal to that given +func (o *CreateQueueNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateQueueNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{agent}/queues][%d] createQueueNotFound %+v", 404, o.Payload) } + +func (o *CreateQueueNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{agent}/queues][%d] createQueueNotFound %+v", 404, o.Payload) +} + func (o *CreateQueueNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateQueueDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create queue default response has a 2xx status code +func (o *CreateQueueDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create queue default response has a 3xx status code +func (o *CreateQueueDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create queue default response has a 4xx status code +func (o *CreateQueueDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create queue default response has a 5xx status code +func (o *CreateQueueDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create queue default response a status code equal to that given +func (o *CreateQueueDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateQueueDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{agent}/queues][%d] CreateQueue default %+v", o._statusCode, o.Payload) } + +func (o *CreateQueueDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/agents/{agent}/queues][%d] CreateQueue default %+v", o._statusCode, o.Payload) +} + func (o *CreateQueueDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/queues_v1/delete_queue_responses.go b/go/http_client/v1/service_client/queues_v1/delete_queue_responses.go index 829c1af68d..253678a911 100644 --- a/go/http_client/v1/service_client/queues_v1/delete_queue_responses.go +++ b/go/http_client/v1/service_client/queues_v1/delete_queue_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteQueueOK struct { } +// IsSuccess returns true when this delete queue o k response has a 2xx status code +func (o *DeleteQueueOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete queue o k response has a 3xx status code +func (o *DeleteQueueOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete queue o k response has a 4xx status code +func (o *DeleteQueueOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete queue o k response has a 5xx status code +func (o *DeleteQueueOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete queue o k response a status code equal to that given +func (o *DeleteQueueOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteQueueOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] deleteQueueOK ", 200) } +func (o *DeleteQueueOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] deleteQueueOK ", 200) +} + func (o *DeleteQueueOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteQueueNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete queue no content response has a 2xx status code +func (o *DeleteQueueNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete queue no content response has a 3xx status code +func (o *DeleteQueueNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete queue no content response has a 4xx status code +func (o *DeleteQueueNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete queue no content response has a 5xx status code +func (o *DeleteQueueNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete queue no content response a status code equal to that given +func (o *DeleteQueueNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteQueueNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] deleteQueueNoContent %+v", 204, o.Payload) } + +func (o *DeleteQueueNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] deleteQueueNoContent %+v", 204, o.Payload) +} + func (o *DeleteQueueNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteQueueForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete queue forbidden response has a 2xx status code +func (o *DeleteQueueForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete queue forbidden response has a 3xx status code +func (o *DeleteQueueForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete queue forbidden response has a 4xx status code +func (o *DeleteQueueForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete queue forbidden response has a 5xx status code +func (o *DeleteQueueForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete queue forbidden response a status code equal to that given +func (o *DeleteQueueForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteQueueForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] deleteQueueForbidden %+v", 403, o.Payload) } + +func (o *DeleteQueueForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] deleteQueueForbidden %+v", 403, o.Payload) +} + func (o *DeleteQueueForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteQueueNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete queue not found response has a 2xx status code +func (o *DeleteQueueNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete queue not found response has a 3xx status code +func (o *DeleteQueueNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete queue not found response has a 4xx status code +func (o *DeleteQueueNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete queue not found response has a 5xx status code +func (o *DeleteQueueNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete queue not found response a status code equal to that given +func (o *DeleteQueueNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteQueueNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] deleteQueueNotFound %+v", 404, o.Payload) } + +func (o *DeleteQueueNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] deleteQueueNotFound %+v", 404, o.Payload) +} + func (o *DeleteQueueNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteQueueDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete queue default response has a 2xx status code +func (o *DeleteQueueDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete queue default response has a 3xx status code +func (o *DeleteQueueDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete queue default response has a 4xx status code +func (o *DeleteQueueDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete queue default response has a 5xx status code +func (o *DeleteQueueDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete queue default response a status code equal to that given +func (o *DeleteQueueDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteQueueDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] DeleteQueue default %+v", o._statusCode, o.Payload) } + +func (o *DeleteQueueDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] DeleteQueue default %+v", o._statusCode, o.Payload) +} + func (o *DeleteQueueDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/queues_v1/get_queue_responses.go b/go/http_client/v1/service_client/queues_v1/get_queue_responses.go index ad365f1081..52c2b1ed5e 100644 --- a/go/http_client/v1/service_client/queues_v1/get_queue_responses.go +++ b/go/http_client/v1/service_client/queues_v1/get_queue_responses.go @@ -86,9 +86,39 @@ type GetQueueOK struct { Payload *service_model.V1Queue } +// IsSuccess returns true when this get queue o k response has a 2xx status code +func (o *GetQueueOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get queue o k response has a 3xx status code +func (o *GetQueueOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get queue o k response has a 4xx status code +func (o *GetQueueOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get queue o k response has a 5xx status code +func (o *GetQueueOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get queue o k response a status code equal to that given +func (o *GetQueueOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetQueueOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] getQueueOK %+v", 200, o.Payload) } + +func (o *GetQueueOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] getQueueOK %+v", 200, o.Payload) +} + func (o *GetQueueOK) GetPayload() *service_model.V1Queue { return o.Payload } @@ -118,9 +148,39 @@ type GetQueueNoContent struct { Payload interface{} } +// IsSuccess returns true when this get queue no content response has a 2xx status code +func (o *GetQueueNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get queue no content response has a 3xx status code +func (o *GetQueueNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get queue no content response has a 4xx status code +func (o *GetQueueNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get queue no content response has a 5xx status code +func (o *GetQueueNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get queue no content response a status code equal to that given +func (o *GetQueueNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetQueueNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] getQueueNoContent %+v", 204, o.Payload) } + +func (o *GetQueueNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] getQueueNoContent %+v", 204, o.Payload) +} + func (o *GetQueueNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetQueueForbidden struct { Payload interface{} } +// IsSuccess returns true when this get queue forbidden response has a 2xx status code +func (o *GetQueueForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get queue forbidden response has a 3xx status code +func (o *GetQueueForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get queue forbidden response has a 4xx status code +func (o *GetQueueForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get queue forbidden response has a 5xx status code +func (o *GetQueueForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get queue forbidden response a status code equal to that given +func (o *GetQueueForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetQueueForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] getQueueForbidden %+v", 403, o.Payload) } + +func (o *GetQueueForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] getQueueForbidden %+v", 403, o.Payload) +} + func (o *GetQueueForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetQueueNotFound struct { Payload interface{} } +// IsSuccess returns true when this get queue not found response has a 2xx status code +func (o *GetQueueNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get queue not found response has a 3xx status code +func (o *GetQueueNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get queue not found response has a 4xx status code +func (o *GetQueueNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get queue not found response has a 5xx status code +func (o *GetQueueNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get queue not found response a status code equal to that given +func (o *GetQueueNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetQueueNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] getQueueNotFound %+v", 404, o.Payload) } + +func (o *GetQueueNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] getQueueNotFound %+v", 404, o.Payload) +} + func (o *GetQueueNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetQueueDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get queue default response has a 2xx status code +func (o *GetQueueDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get queue default response has a 3xx status code +func (o *GetQueueDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get queue default response has a 4xx status code +func (o *GetQueueDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get queue default response has a 5xx status code +func (o *GetQueueDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get queue default response a status code equal to that given +func (o *GetQueueDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetQueueDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] GetQueue default %+v", o._statusCode, o.Payload) } + +func (o *GetQueueDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{entity}/queues/{uuid}][%d] GetQueue default %+v", o._statusCode, o.Payload) +} + func (o *GetQueueDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/queues_v1/list_organization_queue_names_responses.go b/go/http_client/v1/service_client/queues_v1/list_organization_queue_names_responses.go index b4be8fbae4..2febbe5201 100644 --- a/go/http_client/v1/service_client/queues_v1/list_organization_queue_names_responses.go +++ b/go/http_client/v1/service_client/queues_v1/list_organization_queue_names_responses.go @@ -86,9 +86,39 @@ type ListOrganizationQueueNamesOK struct { Payload *service_model.V1ListQueuesResponse } +// IsSuccess returns true when this list organization queue names o k response has a 2xx status code +func (o *ListOrganizationQueueNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list organization queue names o k response has a 3xx status code +func (o *ListOrganizationQueueNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization queue names o k response has a 4xx status code +func (o *ListOrganizationQueueNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list organization queue names o k response has a 5xx status code +func (o *ListOrganizationQueueNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization queue names o k response a status code equal to that given +func (o *ListOrganizationQueueNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListOrganizationQueueNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues/names][%d] listOrganizationQueueNamesOK %+v", 200, o.Payload) } + +func (o *ListOrganizationQueueNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues/names][%d] listOrganizationQueueNamesOK %+v", 200, o.Payload) +} + func (o *ListOrganizationQueueNamesOK) GetPayload() *service_model.V1ListQueuesResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListOrganizationQueueNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list organization queue names no content response has a 2xx status code +func (o *ListOrganizationQueueNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list organization queue names no content response has a 3xx status code +func (o *ListOrganizationQueueNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization queue names no content response has a 4xx status code +func (o *ListOrganizationQueueNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list organization queue names no content response has a 5xx status code +func (o *ListOrganizationQueueNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization queue names no content response a status code equal to that given +func (o *ListOrganizationQueueNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListOrganizationQueueNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues/names][%d] listOrganizationQueueNamesNoContent %+v", 204, o.Payload) } + +func (o *ListOrganizationQueueNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues/names][%d] listOrganizationQueueNamesNoContent %+v", 204, o.Payload) +} + func (o *ListOrganizationQueueNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListOrganizationQueueNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list organization queue names forbidden response has a 2xx status code +func (o *ListOrganizationQueueNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list organization queue names forbidden response has a 3xx status code +func (o *ListOrganizationQueueNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization queue names forbidden response has a 4xx status code +func (o *ListOrganizationQueueNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list organization queue names forbidden response has a 5xx status code +func (o *ListOrganizationQueueNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization queue names forbidden response a status code equal to that given +func (o *ListOrganizationQueueNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListOrganizationQueueNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues/names][%d] listOrganizationQueueNamesForbidden %+v", 403, o.Payload) } + +func (o *ListOrganizationQueueNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues/names][%d] listOrganizationQueueNamesForbidden %+v", 403, o.Payload) +} + func (o *ListOrganizationQueueNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListOrganizationQueueNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list organization queue names not found response has a 2xx status code +func (o *ListOrganizationQueueNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list organization queue names not found response has a 3xx status code +func (o *ListOrganizationQueueNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization queue names not found response has a 4xx status code +func (o *ListOrganizationQueueNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list organization queue names not found response has a 5xx status code +func (o *ListOrganizationQueueNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization queue names not found response a status code equal to that given +func (o *ListOrganizationQueueNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListOrganizationQueueNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues/names][%d] listOrganizationQueueNamesNotFound %+v", 404, o.Payload) } + +func (o *ListOrganizationQueueNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues/names][%d] listOrganizationQueueNamesNotFound %+v", 404, o.Payload) +} + func (o *ListOrganizationQueueNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListOrganizationQueueNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list organization queue names default response has a 2xx status code +func (o *ListOrganizationQueueNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list organization queue names default response has a 3xx status code +func (o *ListOrganizationQueueNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list organization queue names default response has a 4xx status code +func (o *ListOrganizationQueueNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list organization queue names default response has a 5xx status code +func (o *ListOrganizationQueueNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list organization queue names default response a status code equal to that given +func (o *ListOrganizationQueueNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListOrganizationQueueNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues/names][%d] ListOrganizationQueueNames default %+v", o._statusCode, o.Payload) } + +func (o *ListOrganizationQueueNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues/names][%d] ListOrganizationQueueNames default %+v", o._statusCode, o.Payload) +} + func (o *ListOrganizationQueueNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/queues_v1/list_organization_queues_responses.go b/go/http_client/v1/service_client/queues_v1/list_organization_queues_responses.go index 96334c6e5f..903f45d335 100644 --- a/go/http_client/v1/service_client/queues_v1/list_organization_queues_responses.go +++ b/go/http_client/v1/service_client/queues_v1/list_organization_queues_responses.go @@ -86,9 +86,39 @@ type ListOrganizationQueuesOK struct { Payload *service_model.V1ListQueuesResponse } +// IsSuccess returns true when this list organization queues o k response has a 2xx status code +func (o *ListOrganizationQueuesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list organization queues o k response has a 3xx status code +func (o *ListOrganizationQueuesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization queues o k response has a 4xx status code +func (o *ListOrganizationQueuesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list organization queues o k response has a 5xx status code +func (o *ListOrganizationQueuesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization queues o k response a status code equal to that given +func (o *ListOrganizationQueuesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListOrganizationQueuesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues][%d] listOrganizationQueuesOK %+v", 200, o.Payload) } + +func (o *ListOrganizationQueuesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues][%d] listOrganizationQueuesOK %+v", 200, o.Payload) +} + func (o *ListOrganizationQueuesOK) GetPayload() *service_model.V1ListQueuesResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListOrganizationQueuesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list organization queues no content response has a 2xx status code +func (o *ListOrganizationQueuesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list organization queues no content response has a 3xx status code +func (o *ListOrganizationQueuesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization queues no content response has a 4xx status code +func (o *ListOrganizationQueuesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list organization queues no content response has a 5xx status code +func (o *ListOrganizationQueuesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization queues no content response a status code equal to that given +func (o *ListOrganizationQueuesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListOrganizationQueuesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues][%d] listOrganizationQueuesNoContent %+v", 204, o.Payload) } + +func (o *ListOrganizationQueuesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues][%d] listOrganizationQueuesNoContent %+v", 204, o.Payload) +} + func (o *ListOrganizationQueuesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListOrganizationQueuesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list organization queues forbidden response has a 2xx status code +func (o *ListOrganizationQueuesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list organization queues forbidden response has a 3xx status code +func (o *ListOrganizationQueuesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization queues forbidden response has a 4xx status code +func (o *ListOrganizationQueuesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list organization queues forbidden response has a 5xx status code +func (o *ListOrganizationQueuesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization queues forbidden response a status code equal to that given +func (o *ListOrganizationQueuesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListOrganizationQueuesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues][%d] listOrganizationQueuesForbidden %+v", 403, o.Payload) } + +func (o *ListOrganizationQueuesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues][%d] listOrganizationQueuesForbidden %+v", 403, o.Payload) +} + func (o *ListOrganizationQueuesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListOrganizationQueuesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list organization queues not found response has a 2xx status code +func (o *ListOrganizationQueuesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list organization queues not found response has a 3xx status code +func (o *ListOrganizationQueuesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list organization queues not found response has a 4xx status code +func (o *ListOrganizationQueuesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list organization queues not found response has a 5xx status code +func (o *ListOrganizationQueuesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list organization queues not found response a status code equal to that given +func (o *ListOrganizationQueuesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListOrganizationQueuesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues][%d] listOrganizationQueuesNotFound %+v", 404, o.Payload) } + +func (o *ListOrganizationQueuesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues][%d] listOrganizationQueuesNotFound %+v", 404, o.Payload) +} + func (o *ListOrganizationQueuesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListOrganizationQueuesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list organization queues default response has a 2xx status code +func (o *ListOrganizationQueuesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list organization queues default response has a 3xx status code +func (o *ListOrganizationQueuesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list organization queues default response has a 4xx status code +func (o *ListOrganizationQueuesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list organization queues default response has a 5xx status code +func (o *ListOrganizationQueuesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list organization queues default response a status code equal to that given +func (o *ListOrganizationQueuesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListOrganizationQueuesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues][%d] ListOrganizationQueues default %+v", o._statusCode, o.Payload) } + +func (o *ListOrganizationQueuesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/queues][%d] ListOrganizationQueues default %+v", o._statusCode, o.Payload) +} + func (o *ListOrganizationQueuesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/queues_v1/list_queue_names_responses.go b/go/http_client/v1/service_client/queues_v1/list_queue_names_responses.go index 9cc443e350..426b5c1ab3 100644 --- a/go/http_client/v1/service_client/queues_v1/list_queue_names_responses.go +++ b/go/http_client/v1/service_client/queues_v1/list_queue_names_responses.go @@ -86,9 +86,39 @@ type ListQueueNamesOK struct { Payload *service_model.V1ListQueuesResponse } +// IsSuccess returns true when this list queue names o k response has a 2xx status code +func (o *ListQueueNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list queue names o k response has a 3xx status code +func (o *ListQueueNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list queue names o k response has a 4xx status code +func (o *ListQueueNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list queue names o k response has a 5xx status code +func (o *ListQueueNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list queue names o k response a status code equal to that given +func (o *ListQueueNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListQueueNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues/names][%d] listQueueNamesOK %+v", 200, o.Payload) } + +func (o *ListQueueNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues/names][%d] listQueueNamesOK %+v", 200, o.Payload) +} + func (o *ListQueueNamesOK) GetPayload() *service_model.V1ListQueuesResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListQueueNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list queue names no content response has a 2xx status code +func (o *ListQueueNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list queue names no content response has a 3xx status code +func (o *ListQueueNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list queue names no content response has a 4xx status code +func (o *ListQueueNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list queue names no content response has a 5xx status code +func (o *ListQueueNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list queue names no content response a status code equal to that given +func (o *ListQueueNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListQueueNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues/names][%d] listQueueNamesNoContent %+v", 204, o.Payload) } + +func (o *ListQueueNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues/names][%d] listQueueNamesNoContent %+v", 204, o.Payload) +} + func (o *ListQueueNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListQueueNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list queue names forbidden response has a 2xx status code +func (o *ListQueueNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list queue names forbidden response has a 3xx status code +func (o *ListQueueNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list queue names forbidden response has a 4xx status code +func (o *ListQueueNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list queue names forbidden response has a 5xx status code +func (o *ListQueueNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list queue names forbidden response a status code equal to that given +func (o *ListQueueNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListQueueNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues/names][%d] listQueueNamesForbidden %+v", 403, o.Payload) } + +func (o *ListQueueNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues/names][%d] listQueueNamesForbidden %+v", 403, o.Payload) +} + func (o *ListQueueNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListQueueNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list queue names not found response has a 2xx status code +func (o *ListQueueNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list queue names not found response has a 3xx status code +func (o *ListQueueNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list queue names not found response has a 4xx status code +func (o *ListQueueNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list queue names not found response has a 5xx status code +func (o *ListQueueNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list queue names not found response a status code equal to that given +func (o *ListQueueNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListQueueNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues/names][%d] listQueueNamesNotFound %+v", 404, o.Payload) } + +func (o *ListQueueNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues/names][%d] listQueueNamesNotFound %+v", 404, o.Payload) +} + func (o *ListQueueNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListQueueNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list queue names default response has a 2xx status code +func (o *ListQueueNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list queue names default response has a 3xx status code +func (o *ListQueueNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list queue names default response has a 4xx status code +func (o *ListQueueNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list queue names default response has a 5xx status code +func (o *ListQueueNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list queue names default response a status code equal to that given +func (o *ListQueueNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListQueueNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues/names][%d] ListQueueNames default %+v", o._statusCode, o.Payload) } + +func (o *ListQueueNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues/names][%d] ListQueueNames default %+v", o._statusCode, o.Payload) +} + func (o *ListQueueNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/queues_v1/list_queues_responses.go b/go/http_client/v1/service_client/queues_v1/list_queues_responses.go index 56c93b1b9d..fce0642590 100644 --- a/go/http_client/v1/service_client/queues_v1/list_queues_responses.go +++ b/go/http_client/v1/service_client/queues_v1/list_queues_responses.go @@ -86,9 +86,39 @@ type ListQueuesOK struct { Payload *service_model.V1ListQueuesResponse } +// IsSuccess returns true when this list queues o k response has a 2xx status code +func (o *ListQueuesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list queues o k response has a 3xx status code +func (o *ListQueuesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list queues o k response has a 4xx status code +func (o *ListQueuesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list queues o k response has a 5xx status code +func (o *ListQueuesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list queues o k response a status code equal to that given +func (o *ListQueuesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListQueuesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues][%d] listQueuesOK %+v", 200, o.Payload) } + +func (o *ListQueuesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues][%d] listQueuesOK %+v", 200, o.Payload) +} + func (o *ListQueuesOK) GetPayload() *service_model.V1ListQueuesResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListQueuesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list queues no content response has a 2xx status code +func (o *ListQueuesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list queues no content response has a 3xx status code +func (o *ListQueuesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list queues no content response has a 4xx status code +func (o *ListQueuesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list queues no content response has a 5xx status code +func (o *ListQueuesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list queues no content response a status code equal to that given +func (o *ListQueuesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListQueuesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues][%d] listQueuesNoContent %+v", 204, o.Payload) } + +func (o *ListQueuesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues][%d] listQueuesNoContent %+v", 204, o.Payload) +} + func (o *ListQueuesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListQueuesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list queues forbidden response has a 2xx status code +func (o *ListQueuesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list queues forbidden response has a 3xx status code +func (o *ListQueuesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list queues forbidden response has a 4xx status code +func (o *ListQueuesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list queues forbidden response has a 5xx status code +func (o *ListQueuesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list queues forbidden response a status code equal to that given +func (o *ListQueuesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListQueuesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues][%d] listQueuesForbidden %+v", 403, o.Payload) } + +func (o *ListQueuesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues][%d] listQueuesForbidden %+v", 403, o.Payload) +} + func (o *ListQueuesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListQueuesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list queues not found response has a 2xx status code +func (o *ListQueuesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list queues not found response has a 3xx status code +func (o *ListQueuesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list queues not found response has a 4xx status code +func (o *ListQueuesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list queues not found response has a 5xx status code +func (o *ListQueuesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list queues not found response a status code equal to that given +func (o *ListQueuesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListQueuesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues][%d] listQueuesNotFound %+v", 404, o.Payload) } + +func (o *ListQueuesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues][%d] listQueuesNotFound %+v", 404, o.Payload) +} + func (o *ListQueuesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListQueuesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list queues default response has a 2xx status code +func (o *ListQueuesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list queues default response has a 3xx status code +func (o *ListQueuesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list queues default response has a 4xx status code +func (o *ListQueuesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list queues default response has a 5xx status code +func (o *ListQueuesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list queues default response a status code equal to that given +func (o *ListQueuesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListQueuesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues][%d] ListQueues default %+v", o._statusCode, o.Payload) } + +func (o *ListQueuesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/agents/{name}/queues][%d] ListQueues default %+v", o._statusCode, o.Payload) +} + func (o *ListQueuesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/queues_v1/patch_queue_responses.go b/go/http_client/v1/service_client/queues_v1/patch_queue_responses.go index 34afd9446d..7ca70d4efd 100644 --- a/go/http_client/v1/service_client/queues_v1/patch_queue_responses.go +++ b/go/http_client/v1/service_client/queues_v1/patch_queue_responses.go @@ -86,9 +86,39 @@ type PatchQueueOK struct { Payload *service_model.V1Queue } +// IsSuccess returns true when this patch queue o k response has a 2xx status code +func (o *PatchQueueOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch queue o k response has a 3xx status code +func (o *PatchQueueOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch queue o k response has a 4xx status code +func (o *PatchQueueOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch queue o k response has a 5xx status code +func (o *PatchQueueOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch queue o k response a status code equal to that given +func (o *PatchQueueOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchQueueOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] patchQueueOK %+v", 200, o.Payload) } + +func (o *PatchQueueOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] patchQueueOK %+v", 200, o.Payload) +} + func (o *PatchQueueOK) GetPayload() *service_model.V1Queue { return o.Payload } @@ -118,9 +148,39 @@ type PatchQueueNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch queue no content response has a 2xx status code +func (o *PatchQueueNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch queue no content response has a 3xx status code +func (o *PatchQueueNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch queue no content response has a 4xx status code +func (o *PatchQueueNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch queue no content response has a 5xx status code +func (o *PatchQueueNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch queue no content response a status code equal to that given +func (o *PatchQueueNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchQueueNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] patchQueueNoContent %+v", 204, o.Payload) } + +func (o *PatchQueueNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] patchQueueNoContent %+v", 204, o.Payload) +} + func (o *PatchQueueNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchQueueForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch queue forbidden response has a 2xx status code +func (o *PatchQueueForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch queue forbidden response has a 3xx status code +func (o *PatchQueueForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch queue forbidden response has a 4xx status code +func (o *PatchQueueForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch queue forbidden response has a 5xx status code +func (o *PatchQueueForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch queue forbidden response a status code equal to that given +func (o *PatchQueueForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchQueueForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] patchQueueForbidden %+v", 403, o.Payload) } + +func (o *PatchQueueForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] patchQueueForbidden %+v", 403, o.Payload) +} + func (o *PatchQueueForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchQueueNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch queue not found response has a 2xx status code +func (o *PatchQueueNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch queue not found response has a 3xx status code +func (o *PatchQueueNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch queue not found response has a 4xx status code +func (o *PatchQueueNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch queue not found response has a 5xx status code +func (o *PatchQueueNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch queue not found response a status code equal to that given +func (o *PatchQueueNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchQueueNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] patchQueueNotFound %+v", 404, o.Payload) } + +func (o *PatchQueueNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] patchQueueNotFound %+v", 404, o.Payload) +} + func (o *PatchQueueNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchQueueDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch queue default response has a 2xx status code +func (o *PatchQueueDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch queue default response has a 3xx status code +func (o *PatchQueueDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch queue default response has a 4xx status code +func (o *PatchQueueDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch queue default response has a 5xx status code +func (o *PatchQueueDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch queue default response a status code equal to that given +func (o *PatchQueueDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchQueueDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] PatchQueue default %+v", o._statusCode, o.Payload) } + +func (o *PatchQueueDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] PatchQueue default %+v", o._statusCode, o.Payload) +} + func (o *PatchQueueDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/queues_v1/update_queue_responses.go b/go/http_client/v1/service_client/queues_v1/update_queue_responses.go index 130ea4ca68..1a75b3682b 100644 --- a/go/http_client/v1/service_client/queues_v1/update_queue_responses.go +++ b/go/http_client/v1/service_client/queues_v1/update_queue_responses.go @@ -86,9 +86,39 @@ type UpdateQueueOK struct { Payload *service_model.V1Queue } +// IsSuccess returns true when this update queue o k response has a 2xx status code +func (o *UpdateQueueOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update queue o k response has a 3xx status code +func (o *UpdateQueueOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update queue o k response has a 4xx status code +func (o *UpdateQueueOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update queue o k response has a 5xx status code +func (o *UpdateQueueOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update queue o k response a status code equal to that given +func (o *UpdateQueueOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateQueueOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] updateQueueOK %+v", 200, o.Payload) } + +func (o *UpdateQueueOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] updateQueueOK %+v", 200, o.Payload) +} + func (o *UpdateQueueOK) GetPayload() *service_model.V1Queue { return o.Payload } @@ -118,9 +148,39 @@ type UpdateQueueNoContent struct { Payload interface{} } +// IsSuccess returns true when this update queue no content response has a 2xx status code +func (o *UpdateQueueNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update queue no content response has a 3xx status code +func (o *UpdateQueueNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update queue no content response has a 4xx status code +func (o *UpdateQueueNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update queue no content response has a 5xx status code +func (o *UpdateQueueNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update queue no content response a status code equal to that given +func (o *UpdateQueueNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateQueueNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] updateQueueNoContent %+v", 204, o.Payload) } + +func (o *UpdateQueueNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] updateQueueNoContent %+v", 204, o.Payload) +} + func (o *UpdateQueueNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateQueueForbidden struct { Payload interface{} } +// IsSuccess returns true when this update queue forbidden response has a 2xx status code +func (o *UpdateQueueForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update queue forbidden response has a 3xx status code +func (o *UpdateQueueForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update queue forbidden response has a 4xx status code +func (o *UpdateQueueForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update queue forbidden response has a 5xx status code +func (o *UpdateQueueForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update queue forbidden response a status code equal to that given +func (o *UpdateQueueForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateQueueForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] updateQueueForbidden %+v", 403, o.Payload) } + +func (o *UpdateQueueForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] updateQueueForbidden %+v", 403, o.Payload) +} + func (o *UpdateQueueForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateQueueNotFound struct { Payload interface{} } +// IsSuccess returns true when this update queue not found response has a 2xx status code +func (o *UpdateQueueNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update queue not found response has a 3xx status code +func (o *UpdateQueueNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update queue not found response has a 4xx status code +func (o *UpdateQueueNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update queue not found response has a 5xx status code +func (o *UpdateQueueNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update queue not found response a status code equal to that given +func (o *UpdateQueueNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateQueueNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] updateQueueNotFound %+v", 404, o.Payload) } + +func (o *UpdateQueueNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] updateQueueNotFound %+v", 404, o.Payload) +} + func (o *UpdateQueueNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateQueueDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update queue default response has a 2xx status code +func (o *UpdateQueueDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update queue default response has a 3xx status code +func (o *UpdateQueueDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update queue default response has a 4xx status code +func (o *UpdateQueueDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update queue default response has a 5xx status code +func (o *UpdateQueueDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update queue default response a status code equal to that given +func (o *UpdateQueueDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateQueueDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] UpdateQueue default %+v", o._statusCode, o.Payload) } + +func (o *UpdateQueueDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/agents/{agent}/queues/{queue.uuid}][%d] UpdateQueue default %+v", o._statusCode, o.Payload) +} + func (o *UpdateQueueDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/approve_run_responses.go b/go/http_client/v1/service_client/runs_v1/approve_run_responses.go index f6eda56249..ff16c1cc81 100644 --- a/go/http_client/v1/service_client/runs_v1/approve_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/approve_run_responses.go @@ -85,10 +85,39 @@ A successful response. type ApproveRunOK struct { } +// IsSuccess returns true when this approve run o k response has a 2xx status code +func (o *ApproveRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this approve run o k response has a 3xx status code +func (o *ApproveRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this approve run o k response has a 4xx status code +func (o *ApproveRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this approve run o k response has a 5xx status code +func (o *ApproveRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this approve run o k response a status code equal to that given +func (o *ApproveRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *ApproveRunOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/approve][%d] approveRunOK ", 200) } +func (o *ApproveRunOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/approve][%d] approveRunOK ", 200) +} + func (o *ApproveRunOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type ApproveRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this approve run no content response has a 2xx status code +func (o *ApproveRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this approve run no content response has a 3xx status code +func (o *ApproveRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this approve run no content response has a 4xx status code +func (o *ApproveRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this approve run no content response has a 5xx status code +func (o *ApproveRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this approve run no content response a status code equal to that given +func (o *ApproveRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ApproveRunNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/approve][%d] approveRunNoContent %+v", 204, o.Payload) } + +func (o *ApproveRunNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/approve][%d] approveRunNoContent %+v", 204, o.Payload) +} + func (o *ApproveRunNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type ApproveRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this approve run forbidden response has a 2xx status code +func (o *ApproveRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this approve run forbidden response has a 3xx status code +func (o *ApproveRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this approve run forbidden response has a 4xx status code +func (o *ApproveRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this approve run forbidden response has a 5xx status code +func (o *ApproveRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this approve run forbidden response a status code equal to that given +func (o *ApproveRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ApproveRunForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/approve][%d] approveRunForbidden %+v", 403, o.Payload) } + +func (o *ApproveRunForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/approve][%d] approveRunForbidden %+v", 403, o.Payload) +} + func (o *ApproveRunForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type ApproveRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this approve run not found response has a 2xx status code +func (o *ApproveRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this approve run not found response has a 3xx status code +func (o *ApproveRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this approve run not found response has a 4xx status code +func (o *ApproveRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this approve run not found response has a 5xx status code +func (o *ApproveRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this approve run not found response a status code equal to that given +func (o *ApproveRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ApproveRunNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/approve][%d] approveRunNotFound %+v", 404, o.Payload) } + +func (o *ApproveRunNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/approve][%d] approveRunNotFound %+v", 404, o.Payload) +} + func (o *ApproveRunNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *ApproveRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this approve run default response has a 2xx status code +func (o *ApproveRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this approve run default response has a 3xx status code +func (o *ApproveRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this approve run default response has a 4xx status code +func (o *ApproveRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this approve run default response has a 5xx status code +func (o *ApproveRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this approve run default response a status code equal to that given +func (o *ApproveRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ApproveRunDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/approve][%d] ApproveRun default %+v", o._statusCode, o.Payload) } + +func (o *ApproveRunDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/approve][%d] ApproveRun default %+v", o._statusCode, o.Payload) +} + func (o *ApproveRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/approve_runs_responses.go b/go/http_client/v1/service_client/runs_v1/approve_runs_responses.go index 011fbadd7a..5e4aa012bf 100644 --- a/go/http_client/v1/service_client/runs_v1/approve_runs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/approve_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type ApproveRunsOK struct { } +// IsSuccess returns true when this approve runs o k response has a 2xx status code +func (o *ApproveRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this approve runs o k response has a 3xx status code +func (o *ApproveRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this approve runs o k response has a 4xx status code +func (o *ApproveRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this approve runs o k response has a 5xx status code +func (o *ApproveRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this approve runs o k response a status code equal to that given +func (o *ApproveRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ApproveRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/approve][%d] approveRunsOK ", 200) } +func (o *ApproveRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/approve][%d] approveRunsOK ", 200) +} + func (o *ApproveRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type ApproveRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this approve runs no content response has a 2xx status code +func (o *ApproveRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this approve runs no content response has a 3xx status code +func (o *ApproveRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this approve runs no content response has a 4xx status code +func (o *ApproveRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this approve runs no content response has a 5xx status code +func (o *ApproveRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this approve runs no content response a status code equal to that given +func (o *ApproveRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ApproveRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/approve][%d] approveRunsNoContent %+v", 204, o.Payload) } + +func (o *ApproveRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/approve][%d] approveRunsNoContent %+v", 204, o.Payload) +} + func (o *ApproveRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type ApproveRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this approve runs forbidden response has a 2xx status code +func (o *ApproveRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this approve runs forbidden response has a 3xx status code +func (o *ApproveRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this approve runs forbidden response has a 4xx status code +func (o *ApproveRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this approve runs forbidden response has a 5xx status code +func (o *ApproveRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this approve runs forbidden response a status code equal to that given +func (o *ApproveRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ApproveRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/approve][%d] approveRunsForbidden %+v", 403, o.Payload) } + +func (o *ApproveRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/approve][%d] approveRunsForbidden %+v", 403, o.Payload) +} + func (o *ApproveRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type ApproveRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this approve runs not found response has a 2xx status code +func (o *ApproveRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this approve runs not found response has a 3xx status code +func (o *ApproveRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this approve runs not found response has a 4xx status code +func (o *ApproveRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this approve runs not found response has a 5xx status code +func (o *ApproveRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this approve runs not found response a status code equal to that given +func (o *ApproveRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ApproveRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/approve][%d] approveRunsNotFound %+v", 404, o.Payload) } + +func (o *ApproveRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/approve][%d] approveRunsNotFound %+v", 404, o.Payload) +} + func (o *ApproveRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *ApproveRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this approve runs default response has a 2xx status code +func (o *ApproveRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this approve runs default response has a 3xx status code +func (o *ApproveRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this approve runs default response has a 4xx status code +func (o *ApproveRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this approve runs default response has a 5xx status code +func (o *ApproveRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this approve runs default response a status code equal to that given +func (o *ApproveRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ApproveRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/approve][%d] ApproveRuns default %+v", o._statusCode, o.Payload) } + +func (o *ApproveRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/approve][%d] ApproveRuns default %+v", o._statusCode, o.Payload) +} + func (o *ApproveRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/archive_run_responses.go b/go/http_client/v1/service_client/runs_v1/archive_run_responses.go index 6d29870482..7ae1c64310 100644 --- a/go/http_client/v1/service_client/runs_v1/archive_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/archive_run_responses.go @@ -85,10 +85,39 @@ A successful response. type ArchiveRunOK struct { } +// IsSuccess returns true when this archive run o k response has a 2xx status code +func (o *ArchiveRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this archive run o k response has a 3xx status code +func (o *ArchiveRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive run o k response has a 4xx status code +func (o *ArchiveRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this archive run o k response has a 5xx status code +func (o *ArchiveRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this archive run o k response a status code equal to that given +func (o *ArchiveRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *ArchiveRunOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/archive][%d] archiveRunOK ", 200) } +func (o *ArchiveRunOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/archive][%d] archiveRunOK ", 200) +} + func (o *ArchiveRunOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type ArchiveRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this archive run no content response has a 2xx status code +func (o *ArchiveRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this archive run no content response has a 3xx status code +func (o *ArchiveRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive run no content response has a 4xx status code +func (o *ArchiveRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this archive run no content response has a 5xx status code +func (o *ArchiveRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this archive run no content response a status code equal to that given +func (o *ArchiveRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ArchiveRunNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/archive][%d] archiveRunNoContent %+v", 204, o.Payload) } + +func (o *ArchiveRunNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/archive][%d] archiveRunNoContent %+v", 204, o.Payload) +} + func (o *ArchiveRunNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type ArchiveRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this archive run forbidden response has a 2xx status code +func (o *ArchiveRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this archive run forbidden response has a 3xx status code +func (o *ArchiveRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive run forbidden response has a 4xx status code +func (o *ArchiveRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this archive run forbidden response has a 5xx status code +func (o *ArchiveRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this archive run forbidden response a status code equal to that given +func (o *ArchiveRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ArchiveRunForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/archive][%d] archiveRunForbidden %+v", 403, o.Payload) } + +func (o *ArchiveRunForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/archive][%d] archiveRunForbidden %+v", 403, o.Payload) +} + func (o *ArchiveRunForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type ArchiveRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this archive run not found response has a 2xx status code +func (o *ArchiveRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this archive run not found response has a 3xx status code +func (o *ArchiveRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive run not found response has a 4xx status code +func (o *ArchiveRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this archive run not found response has a 5xx status code +func (o *ArchiveRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this archive run not found response a status code equal to that given +func (o *ArchiveRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ArchiveRunNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/archive][%d] archiveRunNotFound %+v", 404, o.Payload) } + +func (o *ArchiveRunNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/archive][%d] archiveRunNotFound %+v", 404, o.Payload) +} + func (o *ArchiveRunNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *ArchiveRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this archive run default response has a 2xx status code +func (o *ArchiveRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this archive run default response has a 3xx status code +func (o *ArchiveRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this archive run default response has a 4xx status code +func (o *ArchiveRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this archive run default response has a 5xx status code +func (o *ArchiveRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this archive run default response a status code equal to that given +func (o *ArchiveRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ArchiveRunDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/archive][%d] ArchiveRun default %+v", o._statusCode, o.Payload) } + +func (o *ArchiveRunDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/archive][%d] ArchiveRun default %+v", o._statusCode, o.Payload) +} + func (o *ArchiveRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/archive_runs_responses.go b/go/http_client/v1/service_client/runs_v1/archive_runs_responses.go index da746d3251..3f154d1a94 100644 --- a/go/http_client/v1/service_client/runs_v1/archive_runs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/archive_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type ArchiveRunsOK struct { } +// IsSuccess returns true when this archive runs o k response has a 2xx status code +func (o *ArchiveRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this archive runs o k response has a 3xx status code +func (o *ArchiveRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive runs o k response has a 4xx status code +func (o *ArchiveRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this archive runs o k response has a 5xx status code +func (o *ArchiveRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this archive runs o k response a status code equal to that given +func (o *ArchiveRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ArchiveRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/archive][%d] archiveRunsOK ", 200) } +func (o *ArchiveRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/archive][%d] archiveRunsOK ", 200) +} + func (o *ArchiveRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type ArchiveRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this archive runs no content response has a 2xx status code +func (o *ArchiveRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this archive runs no content response has a 3xx status code +func (o *ArchiveRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive runs no content response has a 4xx status code +func (o *ArchiveRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this archive runs no content response has a 5xx status code +func (o *ArchiveRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this archive runs no content response a status code equal to that given +func (o *ArchiveRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ArchiveRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/archive][%d] archiveRunsNoContent %+v", 204, o.Payload) } + +func (o *ArchiveRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/archive][%d] archiveRunsNoContent %+v", 204, o.Payload) +} + func (o *ArchiveRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type ArchiveRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this archive runs forbidden response has a 2xx status code +func (o *ArchiveRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this archive runs forbidden response has a 3xx status code +func (o *ArchiveRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive runs forbidden response has a 4xx status code +func (o *ArchiveRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this archive runs forbidden response has a 5xx status code +func (o *ArchiveRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this archive runs forbidden response a status code equal to that given +func (o *ArchiveRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ArchiveRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/archive][%d] archiveRunsForbidden %+v", 403, o.Payload) } + +func (o *ArchiveRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/archive][%d] archiveRunsForbidden %+v", 403, o.Payload) +} + func (o *ArchiveRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type ArchiveRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this archive runs not found response has a 2xx status code +func (o *ArchiveRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this archive runs not found response has a 3xx status code +func (o *ArchiveRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this archive runs not found response has a 4xx status code +func (o *ArchiveRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this archive runs not found response has a 5xx status code +func (o *ArchiveRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this archive runs not found response a status code equal to that given +func (o *ArchiveRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ArchiveRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/archive][%d] archiveRunsNotFound %+v", 404, o.Payload) } + +func (o *ArchiveRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/archive][%d] archiveRunsNotFound %+v", 404, o.Payload) +} + func (o *ArchiveRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *ArchiveRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this archive runs default response has a 2xx status code +func (o *ArchiveRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this archive runs default response has a 3xx status code +func (o *ArchiveRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this archive runs default response has a 4xx status code +func (o *ArchiveRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this archive runs default response has a 5xx status code +func (o *ArchiveRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this archive runs default response a status code equal to that given +func (o *ArchiveRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ArchiveRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/archive][%d] ArchiveRuns default %+v", o._statusCode, o.Payload) } + +func (o *ArchiveRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/archive][%d] ArchiveRuns default %+v", o._statusCode, o.Payload) +} + func (o *ArchiveRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/bookmark_run_responses.go b/go/http_client/v1/service_client/runs_v1/bookmark_run_responses.go index 747358a879..53e4448995 100644 --- a/go/http_client/v1/service_client/runs_v1/bookmark_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/bookmark_run_responses.go @@ -85,10 +85,39 @@ A successful response. type BookmarkRunOK struct { } +// IsSuccess returns true when this bookmark run o k response has a 2xx status code +func (o *BookmarkRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this bookmark run o k response has a 3xx status code +func (o *BookmarkRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark run o k response has a 4xx status code +func (o *BookmarkRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this bookmark run o k response has a 5xx status code +func (o *BookmarkRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark run o k response a status code equal to that given +func (o *BookmarkRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *BookmarkRunOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/bookmark][%d] bookmarkRunOK ", 200) } +func (o *BookmarkRunOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/bookmark][%d] bookmarkRunOK ", 200) +} + func (o *BookmarkRunOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type BookmarkRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this bookmark run no content response has a 2xx status code +func (o *BookmarkRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this bookmark run no content response has a 3xx status code +func (o *BookmarkRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark run no content response has a 4xx status code +func (o *BookmarkRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this bookmark run no content response has a 5xx status code +func (o *BookmarkRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark run no content response a status code equal to that given +func (o *BookmarkRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *BookmarkRunNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/bookmark][%d] bookmarkRunNoContent %+v", 204, o.Payload) } + +func (o *BookmarkRunNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/bookmark][%d] bookmarkRunNoContent %+v", 204, o.Payload) +} + func (o *BookmarkRunNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type BookmarkRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this bookmark run forbidden response has a 2xx status code +func (o *BookmarkRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this bookmark run forbidden response has a 3xx status code +func (o *BookmarkRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark run forbidden response has a 4xx status code +func (o *BookmarkRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this bookmark run forbidden response has a 5xx status code +func (o *BookmarkRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark run forbidden response a status code equal to that given +func (o *BookmarkRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *BookmarkRunForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/bookmark][%d] bookmarkRunForbidden %+v", 403, o.Payload) } + +func (o *BookmarkRunForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/bookmark][%d] bookmarkRunForbidden %+v", 403, o.Payload) +} + func (o *BookmarkRunForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type BookmarkRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this bookmark run not found response has a 2xx status code +func (o *BookmarkRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this bookmark run not found response has a 3xx status code +func (o *BookmarkRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark run not found response has a 4xx status code +func (o *BookmarkRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this bookmark run not found response has a 5xx status code +func (o *BookmarkRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark run not found response a status code equal to that given +func (o *BookmarkRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *BookmarkRunNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/bookmark][%d] bookmarkRunNotFound %+v", 404, o.Payload) } + +func (o *BookmarkRunNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/bookmark][%d] bookmarkRunNotFound %+v", 404, o.Payload) +} + func (o *BookmarkRunNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *BookmarkRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this bookmark run default response has a 2xx status code +func (o *BookmarkRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this bookmark run default response has a 3xx status code +func (o *BookmarkRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this bookmark run default response has a 4xx status code +func (o *BookmarkRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this bookmark run default response has a 5xx status code +func (o *BookmarkRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this bookmark run default response a status code equal to that given +func (o *BookmarkRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *BookmarkRunDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/bookmark][%d] BookmarkRun default %+v", o._statusCode, o.Payload) } + +func (o *BookmarkRunDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/bookmark][%d] BookmarkRun default %+v", o._statusCode, o.Payload) +} + func (o *BookmarkRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/bookmark_runs_responses.go b/go/http_client/v1/service_client/runs_v1/bookmark_runs_responses.go index 59efb5c3d1..f6c0e77972 100644 --- a/go/http_client/v1/service_client/runs_v1/bookmark_runs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/bookmark_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type BookmarkRunsOK struct { } +// IsSuccess returns true when this bookmark runs o k response has a 2xx status code +func (o *BookmarkRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this bookmark runs o k response has a 3xx status code +func (o *BookmarkRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark runs o k response has a 4xx status code +func (o *BookmarkRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this bookmark runs o k response has a 5xx status code +func (o *BookmarkRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark runs o k response a status code equal to that given +func (o *BookmarkRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *BookmarkRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/bookmark][%d] bookmarkRunsOK ", 200) } +func (o *BookmarkRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/bookmark][%d] bookmarkRunsOK ", 200) +} + func (o *BookmarkRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type BookmarkRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this bookmark runs no content response has a 2xx status code +func (o *BookmarkRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this bookmark runs no content response has a 3xx status code +func (o *BookmarkRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark runs no content response has a 4xx status code +func (o *BookmarkRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this bookmark runs no content response has a 5xx status code +func (o *BookmarkRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark runs no content response a status code equal to that given +func (o *BookmarkRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *BookmarkRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/bookmark][%d] bookmarkRunsNoContent %+v", 204, o.Payload) } + +func (o *BookmarkRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/bookmark][%d] bookmarkRunsNoContent %+v", 204, o.Payload) +} + func (o *BookmarkRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type BookmarkRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this bookmark runs forbidden response has a 2xx status code +func (o *BookmarkRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this bookmark runs forbidden response has a 3xx status code +func (o *BookmarkRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark runs forbidden response has a 4xx status code +func (o *BookmarkRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this bookmark runs forbidden response has a 5xx status code +func (o *BookmarkRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark runs forbidden response a status code equal to that given +func (o *BookmarkRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *BookmarkRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/bookmark][%d] bookmarkRunsForbidden %+v", 403, o.Payload) } + +func (o *BookmarkRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/bookmark][%d] bookmarkRunsForbidden %+v", 403, o.Payload) +} + func (o *BookmarkRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type BookmarkRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this bookmark runs not found response has a 2xx status code +func (o *BookmarkRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this bookmark runs not found response has a 3xx status code +func (o *BookmarkRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this bookmark runs not found response has a 4xx status code +func (o *BookmarkRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this bookmark runs not found response has a 5xx status code +func (o *BookmarkRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this bookmark runs not found response a status code equal to that given +func (o *BookmarkRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *BookmarkRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/bookmark][%d] bookmarkRunsNotFound %+v", 404, o.Payload) } + +func (o *BookmarkRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/bookmark][%d] bookmarkRunsNotFound %+v", 404, o.Payload) +} + func (o *BookmarkRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *BookmarkRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this bookmark runs default response has a 2xx status code +func (o *BookmarkRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this bookmark runs default response has a 3xx status code +func (o *BookmarkRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this bookmark runs default response has a 4xx status code +func (o *BookmarkRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this bookmark runs default response has a 5xx status code +func (o *BookmarkRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this bookmark runs default response a status code equal to that given +func (o *BookmarkRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *BookmarkRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/bookmark][%d] BookmarkRuns default %+v", o._statusCode, o.Payload) } + +func (o *BookmarkRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/bookmark][%d] BookmarkRuns default %+v", o._statusCode, o.Payload) +} + func (o *BookmarkRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/collect_run_logs_responses.go b/go/http_client/v1/service_client/runs_v1/collect_run_logs_responses.go index 3a0b4ee646..5092c59f42 100644 --- a/go/http_client/v1/service_client/runs_v1/collect_run_logs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/collect_run_logs_responses.go @@ -85,8 +85,37 @@ A successful response. type CollectRunLogsOK struct { } +// IsSuccess returns true when this collect run logs o k response has a 2xx status code +func (o *CollectRunLogsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this collect run logs o k response has a 3xx status code +func (o *CollectRunLogsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this collect run logs o k response has a 4xx status code +func (o *CollectRunLogsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this collect run logs o k response has a 5xx status code +func (o *CollectRunLogsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this collect run logs o k response a status code equal to that given +func (o *CollectRunLogsOK) IsCode(code int) bool { + return code == 200 +} + func (o *CollectRunLogsOK) Error() string { - return fmt.Sprintf("[POST /streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] collectRunLogsOK ", 200) + return fmt.Sprintf("[POST /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] collectRunLogsOK ", 200) +} + +func (o *CollectRunLogsOK) String() string { + return fmt.Sprintf("[POST /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] collectRunLogsOK ", 200) } func (o *CollectRunLogsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { @@ -107,9 +136,39 @@ type CollectRunLogsNoContent struct { Payload interface{} } +// IsSuccess returns true when this collect run logs no content response has a 2xx status code +func (o *CollectRunLogsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this collect run logs no content response has a 3xx status code +func (o *CollectRunLogsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this collect run logs no content response has a 4xx status code +func (o *CollectRunLogsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this collect run logs no content response has a 5xx status code +func (o *CollectRunLogsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this collect run logs no content response a status code equal to that given +func (o *CollectRunLogsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CollectRunLogsNoContent) Error() string { - return fmt.Sprintf("[POST /streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] collectRunLogsNoContent %+v", 204, o.Payload) + return fmt.Sprintf("[POST /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] collectRunLogsNoContent %+v", 204, o.Payload) +} + +func (o *CollectRunLogsNoContent) String() string { + return fmt.Sprintf("[POST /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] collectRunLogsNoContent %+v", 204, o.Payload) } + func (o *CollectRunLogsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type CollectRunLogsForbidden struct { Payload interface{} } +// IsSuccess returns true when this collect run logs forbidden response has a 2xx status code +func (o *CollectRunLogsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this collect run logs forbidden response has a 3xx status code +func (o *CollectRunLogsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this collect run logs forbidden response has a 4xx status code +func (o *CollectRunLogsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this collect run logs forbidden response has a 5xx status code +func (o *CollectRunLogsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this collect run logs forbidden response a status code equal to that given +func (o *CollectRunLogsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CollectRunLogsForbidden) Error() string { - return fmt.Sprintf("[POST /streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] collectRunLogsForbidden %+v", 403, o.Payload) + return fmt.Sprintf("[POST /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] collectRunLogsForbidden %+v", 403, o.Payload) +} + +func (o *CollectRunLogsForbidden) String() string { + return fmt.Sprintf("[POST /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] collectRunLogsForbidden %+v", 403, o.Payload) } + func (o *CollectRunLogsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type CollectRunLogsNotFound struct { Payload interface{} } +// IsSuccess returns true when this collect run logs not found response has a 2xx status code +func (o *CollectRunLogsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this collect run logs not found response has a 3xx status code +func (o *CollectRunLogsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this collect run logs not found response has a 4xx status code +func (o *CollectRunLogsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this collect run logs not found response has a 5xx status code +func (o *CollectRunLogsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this collect run logs not found response a status code equal to that given +func (o *CollectRunLogsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CollectRunLogsNotFound) Error() string { - return fmt.Sprintf("[POST /streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] collectRunLogsNotFound %+v", 404, o.Payload) + return fmt.Sprintf("[POST /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] collectRunLogsNotFound %+v", 404, o.Payload) } + +func (o *CollectRunLogsNotFound) String() string { + return fmt.Sprintf("[POST /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] collectRunLogsNotFound %+v", 404, o.Payload) +} + func (o *CollectRunLogsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *CollectRunLogsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this collect run logs default response has a 2xx status code +func (o *CollectRunLogsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this collect run logs default response has a 3xx status code +func (o *CollectRunLogsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this collect run logs default response has a 4xx status code +func (o *CollectRunLogsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this collect run logs default response has a 5xx status code +func (o *CollectRunLogsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this collect run logs default response a status code equal to that given +func (o *CollectRunLogsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CollectRunLogsDefault) Error() string { - return fmt.Sprintf("[POST /streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] CollectRunLogs default %+v", o._statusCode, o.Payload) + return fmt.Sprintf("[POST /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] CollectRunLogs default %+v", o._statusCode, o.Payload) +} + +func (o *CollectRunLogsDefault) String() string { + return fmt.Sprintf("[POST /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs][%d] CollectRunLogs default %+v", o._statusCode, o.Payload) } + func (o *CollectRunLogsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/copy_run_responses.go b/go/http_client/v1/service_client/runs_v1/copy_run_responses.go index 612755f5d2..a413a41790 100644 --- a/go/http_client/v1/service_client/runs_v1/copy_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/copy_run_responses.go @@ -86,9 +86,39 @@ type CopyRunOK struct { Payload *service_model.V1Run } +// IsSuccess returns true when this copy run o k response has a 2xx status code +func (o *CopyRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this copy run o k response has a 3xx status code +func (o *CopyRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this copy run o k response has a 4xx status code +func (o *CopyRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this copy run o k response has a 5xx status code +func (o *CopyRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this copy run o k response a status code equal to that given +func (o *CopyRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *CopyRunOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/copy][%d] copyRunOK %+v", 200, o.Payload) } + +func (o *CopyRunOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/copy][%d] copyRunOK %+v", 200, o.Payload) +} + func (o *CopyRunOK) GetPayload() *service_model.V1Run { return o.Payload } @@ -118,9 +148,39 @@ type CopyRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this copy run no content response has a 2xx status code +func (o *CopyRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this copy run no content response has a 3xx status code +func (o *CopyRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this copy run no content response has a 4xx status code +func (o *CopyRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this copy run no content response has a 5xx status code +func (o *CopyRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this copy run no content response a status code equal to that given +func (o *CopyRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CopyRunNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/copy][%d] copyRunNoContent %+v", 204, o.Payload) } + +func (o *CopyRunNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/copy][%d] copyRunNoContent %+v", 204, o.Payload) +} + func (o *CopyRunNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CopyRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this copy run forbidden response has a 2xx status code +func (o *CopyRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this copy run forbidden response has a 3xx status code +func (o *CopyRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this copy run forbidden response has a 4xx status code +func (o *CopyRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this copy run forbidden response has a 5xx status code +func (o *CopyRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this copy run forbidden response a status code equal to that given +func (o *CopyRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CopyRunForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/copy][%d] copyRunForbidden %+v", 403, o.Payload) } + +func (o *CopyRunForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/copy][%d] copyRunForbidden %+v", 403, o.Payload) +} + func (o *CopyRunForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CopyRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this copy run not found response has a 2xx status code +func (o *CopyRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this copy run not found response has a 3xx status code +func (o *CopyRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this copy run not found response has a 4xx status code +func (o *CopyRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this copy run not found response has a 5xx status code +func (o *CopyRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this copy run not found response a status code equal to that given +func (o *CopyRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CopyRunNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/copy][%d] copyRunNotFound %+v", 404, o.Payload) } + +func (o *CopyRunNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/copy][%d] copyRunNotFound %+v", 404, o.Payload) +} + func (o *CopyRunNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CopyRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this copy run default response has a 2xx status code +func (o *CopyRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this copy run default response has a 3xx status code +func (o *CopyRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this copy run default response has a 4xx status code +func (o *CopyRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this copy run default response has a 5xx status code +func (o *CopyRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this copy run default response a status code equal to that given +func (o *CopyRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CopyRunDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/copy][%d] CopyRun default %+v", o._statusCode, o.Payload) } + +func (o *CopyRunDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/copy][%d] CopyRun default %+v", o._statusCode, o.Payload) +} + func (o *CopyRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/create_run_artifacts_lineage_responses.go b/go/http_client/v1/service_client/runs_v1/create_run_artifacts_lineage_responses.go index a75516b738..4a4908bbbe 100644 --- a/go/http_client/v1/service_client/runs_v1/create_run_artifacts_lineage_responses.go +++ b/go/http_client/v1/service_client/runs_v1/create_run_artifacts_lineage_responses.go @@ -85,10 +85,39 @@ A successful response. type CreateRunArtifactsLineageOK struct { } +// IsSuccess returns true when this create run artifacts lineage o k response has a 2xx status code +func (o *CreateRunArtifactsLineageOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create run artifacts lineage o k response has a 3xx status code +func (o *CreateRunArtifactsLineageOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create run artifacts lineage o k response has a 4xx status code +func (o *CreateRunArtifactsLineageOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create run artifacts lineage o k response has a 5xx status code +func (o *CreateRunArtifactsLineageOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create run artifacts lineage o k response a status code equal to that given +func (o *CreateRunArtifactsLineageOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateRunArtifactsLineageOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts][%d] createRunArtifactsLineageOK ", 200) } +func (o *CreateRunArtifactsLineageOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts][%d] createRunArtifactsLineageOK ", 200) +} + func (o *CreateRunArtifactsLineageOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type CreateRunArtifactsLineageNoContent struct { Payload interface{} } +// IsSuccess returns true when this create run artifacts lineage no content response has a 2xx status code +func (o *CreateRunArtifactsLineageNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create run artifacts lineage no content response has a 3xx status code +func (o *CreateRunArtifactsLineageNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create run artifacts lineage no content response has a 4xx status code +func (o *CreateRunArtifactsLineageNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create run artifacts lineage no content response has a 5xx status code +func (o *CreateRunArtifactsLineageNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create run artifacts lineage no content response a status code equal to that given +func (o *CreateRunArtifactsLineageNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateRunArtifactsLineageNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts][%d] createRunArtifactsLineageNoContent %+v", 204, o.Payload) } + +func (o *CreateRunArtifactsLineageNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts][%d] createRunArtifactsLineageNoContent %+v", 204, o.Payload) +} + func (o *CreateRunArtifactsLineageNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type CreateRunArtifactsLineageForbidden struct { Payload interface{} } +// IsSuccess returns true when this create run artifacts lineage forbidden response has a 2xx status code +func (o *CreateRunArtifactsLineageForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create run artifacts lineage forbidden response has a 3xx status code +func (o *CreateRunArtifactsLineageForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create run artifacts lineage forbidden response has a 4xx status code +func (o *CreateRunArtifactsLineageForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create run artifacts lineage forbidden response has a 5xx status code +func (o *CreateRunArtifactsLineageForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create run artifacts lineage forbidden response a status code equal to that given +func (o *CreateRunArtifactsLineageForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateRunArtifactsLineageForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts][%d] createRunArtifactsLineageForbidden %+v", 403, o.Payload) } + +func (o *CreateRunArtifactsLineageForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts][%d] createRunArtifactsLineageForbidden %+v", 403, o.Payload) +} + func (o *CreateRunArtifactsLineageForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type CreateRunArtifactsLineageNotFound struct { Payload interface{} } +// IsSuccess returns true when this create run artifacts lineage not found response has a 2xx status code +func (o *CreateRunArtifactsLineageNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create run artifacts lineage not found response has a 3xx status code +func (o *CreateRunArtifactsLineageNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create run artifacts lineage not found response has a 4xx status code +func (o *CreateRunArtifactsLineageNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create run artifacts lineage not found response has a 5xx status code +func (o *CreateRunArtifactsLineageNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create run artifacts lineage not found response a status code equal to that given +func (o *CreateRunArtifactsLineageNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateRunArtifactsLineageNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts][%d] createRunArtifactsLineageNotFound %+v", 404, o.Payload) } + +func (o *CreateRunArtifactsLineageNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts][%d] createRunArtifactsLineageNotFound %+v", 404, o.Payload) +} + func (o *CreateRunArtifactsLineageNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *CreateRunArtifactsLineageDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create run artifacts lineage default response has a 2xx status code +func (o *CreateRunArtifactsLineageDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create run artifacts lineage default response has a 3xx status code +func (o *CreateRunArtifactsLineageDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create run artifacts lineage default response has a 4xx status code +func (o *CreateRunArtifactsLineageDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create run artifacts lineage default response has a 5xx status code +func (o *CreateRunArtifactsLineageDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create run artifacts lineage default response a status code equal to that given +func (o *CreateRunArtifactsLineageDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateRunArtifactsLineageDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts][%d] CreateRunArtifactsLineage default %+v", o._statusCode, o.Payload) } + +func (o *CreateRunArtifactsLineageDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts][%d] CreateRunArtifactsLineage default %+v", o._statusCode, o.Payload) +} + func (o *CreateRunArtifactsLineageDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/create_run_responses.go b/go/http_client/v1/service_client/runs_v1/create_run_responses.go index c5533e51d8..4b891f9575 100644 --- a/go/http_client/v1/service_client/runs_v1/create_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/create_run_responses.go @@ -86,9 +86,39 @@ type CreateRunOK struct { Payload *service_model.V1Run } +// IsSuccess returns true when this create run o k response has a 2xx status code +func (o *CreateRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create run o k response has a 3xx status code +func (o *CreateRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create run o k response has a 4xx status code +func (o *CreateRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create run o k response has a 5xx status code +func (o *CreateRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create run o k response a status code equal to that given +func (o *CreateRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateRunOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs][%d] createRunOK %+v", 200, o.Payload) } + +func (o *CreateRunOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs][%d] createRunOK %+v", 200, o.Payload) +} + func (o *CreateRunOK) GetPayload() *service_model.V1Run { return o.Payload } @@ -118,9 +148,39 @@ type CreateRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this create run no content response has a 2xx status code +func (o *CreateRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create run no content response has a 3xx status code +func (o *CreateRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create run no content response has a 4xx status code +func (o *CreateRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create run no content response has a 5xx status code +func (o *CreateRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create run no content response a status code equal to that given +func (o *CreateRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateRunNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs][%d] createRunNoContent %+v", 204, o.Payload) } + +func (o *CreateRunNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs][%d] createRunNoContent %+v", 204, o.Payload) +} + func (o *CreateRunNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this create run forbidden response has a 2xx status code +func (o *CreateRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create run forbidden response has a 3xx status code +func (o *CreateRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create run forbidden response has a 4xx status code +func (o *CreateRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create run forbidden response has a 5xx status code +func (o *CreateRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create run forbidden response a status code equal to that given +func (o *CreateRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateRunForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs][%d] createRunForbidden %+v", 403, o.Payload) } + +func (o *CreateRunForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs][%d] createRunForbidden %+v", 403, o.Payload) +} + func (o *CreateRunForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this create run not found response has a 2xx status code +func (o *CreateRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create run not found response has a 3xx status code +func (o *CreateRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create run not found response has a 4xx status code +func (o *CreateRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create run not found response has a 5xx status code +func (o *CreateRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create run not found response a status code equal to that given +func (o *CreateRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateRunNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs][%d] createRunNotFound %+v", 404, o.Payload) } + +func (o *CreateRunNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs][%d] createRunNotFound %+v", 404, o.Payload) +} + func (o *CreateRunNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create run default response has a 2xx status code +func (o *CreateRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create run default response has a 3xx status code +func (o *CreateRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create run default response has a 4xx status code +func (o *CreateRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create run default response has a 5xx status code +func (o *CreateRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create run default response a status code equal to that given +func (o *CreateRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateRunDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs][%d] CreateRun default %+v", o._statusCode, o.Payload) } + +func (o *CreateRunDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs][%d] CreateRun default %+v", o._statusCode, o.Payload) +} + func (o *CreateRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/create_run_status_responses.go b/go/http_client/v1/service_client/runs_v1/create_run_status_responses.go index 8b6a8c981f..fe43c22de5 100644 --- a/go/http_client/v1/service_client/runs_v1/create_run_status_responses.go +++ b/go/http_client/v1/service_client/runs_v1/create_run_status_responses.go @@ -86,9 +86,39 @@ type CreateRunStatusOK struct { Payload *service_model.V1Status } +// IsSuccess returns true when this create run status o k response has a 2xx status code +func (o *CreateRunStatusOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create run status o k response has a 3xx status code +func (o *CreateRunStatusOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create run status o k response has a 4xx status code +func (o *CreateRunStatusOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create run status o k response has a 5xx status code +func (o *CreateRunStatusOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create run status o k response a status code equal to that given +func (o *CreateRunStatusOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateRunStatusOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/statuses][%d] createRunStatusOK %+v", 200, o.Payload) } + +func (o *CreateRunStatusOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/statuses][%d] createRunStatusOK %+v", 200, o.Payload) +} + func (o *CreateRunStatusOK) GetPayload() *service_model.V1Status { return o.Payload } @@ -118,9 +148,39 @@ type CreateRunStatusNoContent struct { Payload interface{} } +// IsSuccess returns true when this create run status no content response has a 2xx status code +func (o *CreateRunStatusNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create run status no content response has a 3xx status code +func (o *CreateRunStatusNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create run status no content response has a 4xx status code +func (o *CreateRunStatusNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create run status no content response has a 5xx status code +func (o *CreateRunStatusNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create run status no content response a status code equal to that given +func (o *CreateRunStatusNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateRunStatusNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/statuses][%d] createRunStatusNoContent %+v", 204, o.Payload) } + +func (o *CreateRunStatusNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/statuses][%d] createRunStatusNoContent %+v", 204, o.Payload) +} + func (o *CreateRunStatusNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateRunStatusForbidden struct { Payload interface{} } +// IsSuccess returns true when this create run status forbidden response has a 2xx status code +func (o *CreateRunStatusForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create run status forbidden response has a 3xx status code +func (o *CreateRunStatusForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create run status forbidden response has a 4xx status code +func (o *CreateRunStatusForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create run status forbidden response has a 5xx status code +func (o *CreateRunStatusForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create run status forbidden response a status code equal to that given +func (o *CreateRunStatusForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateRunStatusForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/statuses][%d] createRunStatusForbidden %+v", 403, o.Payload) } + +func (o *CreateRunStatusForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/statuses][%d] createRunStatusForbidden %+v", 403, o.Payload) +} + func (o *CreateRunStatusForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateRunStatusNotFound struct { Payload interface{} } +// IsSuccess returns true when this create run status not found response has a 2xx status code +func (o *CreateRunStatusNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create run status not found response has a 3xx status code +func (o *CreateRunStatusNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create run status not found response has a 4xx status code +func (o *CreateRunStatusNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create run status not found response has a 5xx status code +func (o *CreateRunStatusNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create run status not found response a status code equal to that given +func (o *CreateRunStatusNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateRunStatusNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/statuses][%d] createRunStatusNotFound %+v", 404, o.Payload) } + +func (o *CreateRunStatusNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/statuses][%d] createRunStatusNotFound %+v", 404, o.Payload) +} + func (o *CreateRunStatusNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateRunStatusDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create run status default response has a 2xx status code +func (o *CreateRunStatusDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create run status default response has a 3xx status code +func (o *CreateRunStatusDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create run status default response has a 4xx status code +func (o *CreateRunStatusDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create run status default response has a 5xx status code +func (o *CreateRunStatusDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create run status default response a status code equal to that given +func (o *CreateRunStatusDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateRunStatusDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/statuses][%d] CreateRunStatus default %+v", o._statusCode, o.Payload) } + +func (o *CreateRunStatusDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/statuses][%d] CreateRunStatus default %+v", o._statusCode, o.Payload) +} + func (o *CreateRunStatusDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/delete_run_artifact_lineage_responses.go b/go/http_client/v1/service_client/runs_v1/delete_run_artifact_lineage_responses.go index 6acfe0f46c..18bdec672c 100644 --- a/go/http_client/v1/service_client/runs_v1/delete_run_artifact_lineage_responses.go +++ b/go/http_client/v1/service_client/runs_v1/delete_run_artifact_lineage_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteRunArtifactLineageOK struct { } +// IsSuccess returns true when this delete run artifact lineage o k response has a 2xx status code +func (o *DeleteRunArtifactLineageOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete run artifact lineage o k response has a 3xx status code +func (o *DeleteRunArtifactLineageOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run artifact lineage o k response has a 4xx status code +func (o *DeleteRunArtifactLineageOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete run artifact lineage o k response has a 5xx status code +func (o *DeleteRunArtifactLineageOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run artifact lineage o k response a status code equal to that given +func (o *DeleteRunArtifactLineageOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteRunArtifactLineageOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] deleteRunArtifactLineageOK ", 200) } +func (o *DeleteRunArtifactLineageOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] deleteRunArtifactLineageOK ", 200) +} + func (o *DeleteRunArtifactLineageOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteRunArtifactLineageNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete run artifact lineage no content response has a 2xx status code +func (o *DeleteRunArtifactLineageNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete run artifact lineage no content response has a 3xx status code +func (o *DeleteRunArtifactLineageNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run artifact lineage no content response has a 4xx status code +func (o *DeleteRunArtifactLineageNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete run artifact lineage no content response has a 5xx status code +func (o *DeleteRunArtifactLineageNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run artifact lineage no content response a status code equal to that given +func (o *DeleteRunArtifactLineageNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteRunArtifactLineageNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] deleteRunArtifactLineageNoContent %+v", 204, o.Payload) } + +func (o *DeleteRunArtifactLineageNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] deleteRunArtifactLineageNoContent %+v", 204, o.Payload) +} + func (o *DeleteRunArtifactLineageNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteRunArtifactLineageForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete run artifact lineage forbidden response has a 2xx status code +func (o *DeleteRunArtifactLineageForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete run artifact lineage forbidden response has a 3xx status code +func (o *DeleteRunArtifactLineageForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run artifact lineage forbidden response has a 4xx status code +func (o *DeleteRunArtifactLineageForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete run artifact lineage forbidden response has a 5xx status code +func (o *DeleteRunArtifactLineageForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run artifact lineage forbidden response a status code equal to that given +func (o *DeleteRunArtifactLineageForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteRunArtifactLineageForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] deleteRunArtifactLineageForbidden %+v", 403, o.Payload) } + +func (o *DeleteRunArtifactLineageForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] deleteRunArtifactLineageForbidden %+v", 403, o.Payload) +} + func (o *DeleteRunArtifactLineageForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteRunArtifactLineageNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete run artifact lineage not found response has a 2xx status code +func (o *DeleteRunArtifactLineageNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete run artifact lineage not found response has a 3xx status code +func (o *DeleteRunArtifactLineageNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run artifact lineage not found response has a 4xx status code +func (o *DeleteRunArtifactLineageNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete run artifact lineage not found response has a 5xx status code +func (o *DeleteRunArtifactLineageNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run artifact lineage not found response a status code equal to that given +func (o *DeleteRunArtifactLineageNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteRunArtifactLineageNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] deleteRunArtifactLineageNotFound %+v", 404, o.Payload) } + +func (o *DeleteRunArtifactLineageNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] deleteRunArtifactLineageNotFound %+v", 404, o.Payload) +} + func (o *DeleteRunArtifactLineageNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteRunArtifactLineageDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete run artifact lineage default response has a 2xx status code +func (o *DeleteRunArtifactLineageDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete run artifact lineage default response has a 3xx status code +func (o *DeleteRunArtifactLineageDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete run artifact lineage default response has a 4xx status code +func (o *DeleteRunArtifactLineageDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete run artifact lineage default response has a 5xx status code +func (o *DeleteRunArtifactLineageDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete run artifact lineage default response a status code equal to that given +func (o *DeleteRunArtifactLineageDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteRunArtifactLineageDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] DeleteRunArtifactLineage default %+v", o._statusCode, o.Payload) } + +func (o *DeleteRunArtifactLineageDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] DeleteRunArtifactLineage default %+v", o._statusCode, o.Payload) +} + func (o *DeleteRunArtifactLineageDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/delete_run_artifact_responses.go b/go/http_client/v1/service_client/runs_v1/delete_run_artifact_responses.go index 98b241d085..025d7b7f97 100644 --- a/go/http_client/v1/service_client/runs_v1/delete_run_artifact_responses.go +++ b/go/http_client/v1/service_client/runs_v1/delete_run_artifact_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteRunArtifactOK struct { } +// IsSuccess returns true when this delete run artifact o k response has a 2xx status code +func (o *DeleteRunArtifactOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete run artifact o k response has a 3xx status code +func (o *DeleteRunArtifactOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run artifact o k response has a 4xx status code +func (o *DeleteRunArtifactOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete run artifact o k response has a 5xx status code +func (o *DeleteRunArtifactOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run artifact o k response a status code equal to that given +func (o *DeleteRunArtifactOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteRunArtifactOK) Error() string { return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] deleteRunArtifactOK ", 200) } +func (o *DeleteRunArtifactOK) String() string { + return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] deleteRunArtifactOK ", 200) +} + func (o *DeleteRunArtifactOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteRunArtifactNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete run artifact no content response has a 2xx status code +func (o *DeleteRunArtifactNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete run artifact no content response has a 3xx status code +func (o *DeleteRunArtifactNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run artifact no content response has a 4xx status code +func (o *DeleteRunArtifactNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete run artifact no content response has a 5xx status code +func (o *DeleteRunArtifactNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run artifact no content response a status code equal to that given +func (o *DeleteRunArtifactNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteRunArtifactNoContent) Error() string { return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] deleteRunArtifactNoContent %+v", 204, o.Payload) } + +func (o *DeleteRunArtifactNoContent) String() string { + return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] deleteRunArtifactNoContent %+v", 204, o.Payload) +} + func (o *DeleteRunArtifactNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteRunArtifactForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete run artifact forbidden response has a 2xx status code +func (o *DeleteRunArtifactForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete run artifact forbidden response has a 3xx status code +func (o *DeleteRunArtifactForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run artifact forbidden response has a 4xx status code +func (o *DeleteRunArtifactForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete run artifact forbidden response has a 5xx status code +func (o *DeleteRunArtifactForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run artifact forbidden response a status code equal to that given +func (o *DeleteRunArtifactForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteRunArtifactForbidden) Error() string { return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] deleteRunArtifactForbidden %+v", 403, o.Payload) } + +func (o *DeleteRunArtifactForbidden) String() string { + return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] deleteRunArtifactForbidden %+v", 403, o.Payload) +} + func (o *DeleteRunArtifactForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteRunArtifactNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete run artifact not found response has a 2xx status code +func (o *DeleteRunArtifactNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete run artifact not found response has a 3xx status code +func (o *DeleteRunArtifactNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run artifact not found response has a 4xx status code +func (o *DeleteRunArtifactNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete run artifact not found response has a 5xx status code +func (o *DeleteRunArtifactNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run artifact not found response a status code equal to that given +func (o *DeleteRunArtifactNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteRunArtifactNotFound) Error() string { return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] deleteRunArtifactNotFound %+v", 404, o.Payload) } + +func (o *DeleteRunArtifactNotFound) String() string { + return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] deleteRunArtifactNotFound %+v", 404, o.Payload) +} + func (o *DeleteRunArtifactNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteRunArtifactDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete run artifact default response has a 2xx status code +func (o *DeleteRunArtifactDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete run artifact default response has a 3xx status code +func (o *DeleteRunArtifactDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete run artifact default response has a 4xx status code +func (o *DeleteRunArtifactDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete run artifact default response has a 5xx status code +func (o *DeleteRunArtifactDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete run artifact default response a status code equal to that given +func (o *DeleteRunArtifactDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteRunArtifactDefault) Error() string { return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] DeleteRunArtifact default %+v", o._statusCode, o.Payload) } + +func (o *DeleteRunArtifactDefault) String() string { + return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] DeleteRunArtifact default %+v", o._statusCode, o.Payload) +} + func (o *DeleteRunArtifactDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/delete_run_artifacts_responses.go b/go/http_client/v1/service_client/runs_v1/delete_run_artifacts_responses.go index 00db259f60..f2aeca8071 100644 --- a/go/http_client/v1/service_client/runs_v1/delete_run_artifacts_responses.go +++ b/go/http_client/v1/service_client/runs_v1/delete_run_artifacts_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteRunArtifactsOK struct { } +// IsSuccess returns true when this delete run artifacts o k response has a 2xx status code +func (o *DeleteRunArtifactsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete run artifacts o k response has a 3xx status code +func (o *DeleteRunArtifactsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run artifacts o k response has a 4xx status code +func (o *DeleteRunArtifactsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete run artifacts o k response has a 5xx status code +func (o *DeleteRunArtifactsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run artifacts o k response a status code equal to that given +func (o *DeleteRunArtifactsOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteRunArtifactsOK) Error() string { return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] deleteRunArtifactsOK ", 200) } +func (o *DeleteRunArtifactsOK) String() string { + return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] deleteRunArtifactsOK ", 200) +} + func (o *DeleteRunArtifactsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteRunArtifactsNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete run artifacts no content response has a 2xx status code +func (o *DeleteRunArtifactsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete run artifacts no content response has a 3xx status code +func (o *DeleteRunArtifactsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run artifacts no content response has a 4xx status code +func (o *DeleteRunArtifactsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete run artifacts no content response has a 5xx status code +func (o *DeleteRunArtifactsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run artifacts no content response a status code equal to that given +func (o *DeleteRunArtifactsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteRunArtifactsNoContent) Error() string { return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] deleteRunArtifactsNoContent %+v", 204, o.Payload) } + +func (o *DeleteRunArtifactsNoContent) String() string { + return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] deleteRunArtifactsNoContent %+v", 204, o.Payload) +} + func (o *DeleteRunArtifactsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteRunArtifactsForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete run artifacts forbidden response has a 2xx status code +func (o *DeleteRunArtifactsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete run artifacts forbidden response has a 3xx status code +func (o *DeleteRunArtifactsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run artifacts forbidden response has a 4xx status code +func (o *DeleteRunArtifactsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete run artifacts forbidden response has a 5xx status code +func (o *DeleteRunArtifactsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run artifacts forbidden response a status code equal to that given +func (o *DeleteRunArtifactsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteRunArtifactsForbidden) Error() string { return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] deleteRunArtifactsForbidden %+v", 403, o.Payload) } + +func (o *DeleteRunArtifactsForbidden) String() string { + return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] deleteRunArtifactsForbidden %+v", 403, o.Payload) +} + func (o *DeleteRunArtifactsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteRunArtifactsNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete run artifacts not found response has a 2xx status code +func (o *DeleteRunArtifactsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete run artifacts not found response has a 3xx status code +func (o *DeleteRunArtifactsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run artifacts not found response has a 4xx status code +func (o *DeleteRunArtifactsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete run artifacts not found response has a 5xx status code +func (o *DeleteRunArtifactsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run artifacts not found response a status code equal to that given +func (o *DeleteRunArtifactsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteRunArtifactsNotFound) Error() string { return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] deleteRunArtifactsNotFound %+v", 404, o.Payload) } + +func (o *DeleteRunArtifactsNotFound) String() string { + return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] deleteRunArtifactsNotFound %+v", 404, o.Payload) +} + func (o *DeleteRunArtifactsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteRunArtifactsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete run artifacts default response has a 2xx status code +func (o *DeleteRunArtifactsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete run artifacts default response has a 3xx status code +func (o *DeleteRunArtifactsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete run artifacts default response has a 4xx status code +func (o *DeleteRunArtifactsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete run artifacts default response has a 5xx status code +func (o *DeleteRunArtifactsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete run artifacts default response a status code equal to that given +func (o *DeleteRunArtifactsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteRunArtifactsDefault) Error() string { return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] DeleteRunArtifacts default %+v", o._statusCode, o.Payload) } + +func (o *DeleteRunArtifactsDefault) String() string { + return fmt.Sprintf("[DELETE /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] DeleteRunArtifacts default %+v", o._statusCode, o.Payload) +} + func (o *DeleteRunArtifactsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/delete_run_responses.go b/go/http_client/v1/service_client/runs_v1/delete_run_responses.go index 6f924bf0c6..56233c9ad0 100644 --- a/go/http_client/v1/service_client/runs_v1/delete_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/delete_run_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteRunOK struct { } +// IsSuccess returns true when this delete run o k response has a 2xx status code +func (o *DeleteRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete run o k response has a 3xx status code +func (o *DeleteRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run o k response has a 4xx status code +func (o *DeleteRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete run o k response has a 5xx status code +func (o *DeleteRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run o k response a status code equal to that given +func (o *DeleteRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteRunOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}][%d] deleteRunOK ", 200) } +func (o *DeleteRunOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}][%d] deleteRunOK ", 200) +} + func (o *DeleteRunOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete run no content response has a 2xx status code +func (o *DeleteRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete run no content response has a 3xx status code +func (o *DeleteRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run no content response has a 4xx status code +func (o *DeleteRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete run no content response has a 5xx status code +func (o *DeleteRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run no content response a status code equal to that given +func (o *DeleteRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteRunNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}][%d] deleteRunNoContent %+v", 204, o.Payload) } + +func (o *DeleteRunNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}][%d] deleteRunNoContent %+v", 204, o.Payload) +} + func (o *DeleteRunNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete run forbidden response has a 2xx status code +func (o *DeleteRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete run forbidden response has a 3xx status code +func (o *DeleteRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run forbidden response has a 4xx status code +func (o *DeleteRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete run forbidden response has a 5xx status code +func (o *DeleteRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run forbidden response a status code equal to that given +func (o *DeleteRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteRunForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}][%d] deleteRunForbidden %+v", 403, o.Payload) } + +func (o *DeleteRunForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}][%d] deleteRunForbidden %+v", 403, o.Payload) +} + func (o *DeleteRunForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete run not found response has a 2xx status code +func (o *DeleteRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete run not found response has a 3xx status code +func (o *DeleteRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete run not found response has a 4xx status code +func (o *DeleteRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete run not found response has a 5xx status code +func (o *DeleteRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete run not found response a status code equal to that given +func (o *DeleteRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteRunNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}][%d] deleteRunNotFound %+v", 404, o.Payload) } + +func (o *DeleteRunNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}][%d] deleteRunNotFound %+v", 404, o.Payload) +} + func (o *DeleteRunNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete run default response has a 2xx status code +func (o *DeleteRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete run default response has a 3xx status code +func (o *DeleteRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete run default response has a 4xx status code +func (o *DeleteRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete run default response has a 5xx status code +func (o *DeleteRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete run default response a status code equal to that given +func (o *DeleteRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteRunDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}][%d] DeleteRun default %+v", o._statusCode, o.Payload) } + +func (o *DeleteRunDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}][%d] DeleteRun default %+v", o._statusCode, o.Payload) +} + func (o *DeleteRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/delete_runs_responses.go b/go/http_client/v1/service_client/runs_v1/delete_runs_responses.go index 09e4790513..56c6783de1 100644 --- a/go/http_client/v1/service_client/runs_v1/delete_runs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/delete_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteRunsOK struct { } +// IsSuccess returns true when this delete runs o k response has a 2xx status code +func (o *DeleteRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete runs o k response has a 3xx status code +func (o *DeleteRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete runs o k response has a 4xx status code +func (o *DeleteRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete runs o k response has a 5xx status code +func (o *DeleteRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete runs o k response a status code equal to that given +func (o *DeleteRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteRunsOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/delete][%d] deleteRunsOK ", 200) } +func (o *DeleteRunsOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/delete][%d] deleteRunsOK ", 200) +} + func (o *DeleteRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete runs no content response has a 2xx status code +func (o *DeleteRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete runs no content response has a 3xx status code +func (o *DeleteRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete runs no content response has a 4xx status code +func (o *DeleteRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete runs no content response has a 5xx status code +func (o *DeleteRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete runs no content response a status code equal to that given +func (o *DeleteRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteRunsNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/delete][%d] deleteRunsNoContent %+v", 204, o.Payload) } + +func (o *DeleteRunsNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/delete][%d] deleteRunsNoContent %+v", 204, o.Payload) +} + func (o *DeleteRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete runs forbidden response has a 2xx status code +func (o *DeleteRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete runs forbidden response has a 3xx status code +func (o *DeleteRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete runs forbidden response has a 4xx status code +func (o *DeleteRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete runs forbidden response has a 5xx status code +func (o *DeleteRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete runs forbidden response a status code equal to that given +func (o *DeleteRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteRunsForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/delete][%d] deleteRunsForbidden %+v", 403, o.Payload) } + +func (o *DeleteRunsForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/delete][%d] deleteRunsForbidden %+v", 403, o.Payload) +} + func (o *DeleteRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete runs not found response has a 2xx status code +func (o *DeleteRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete runs not found response has a 3xx status code +func (o *DeleteRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete runs not found response has a 4xx status code +func (o *DeleteRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete runs not found response has a 5xx status code +func (o *DeleteRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete runs not found response a status code equal to that given +func (o *DeleteRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteRunsNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/delete][%d] deleteRunsNotFound %+v", 404, o.Payload) } + +func (o *DeleteRunsNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/delete][%d] deleteRunsNotFound %+v", 404, o.Payload) +} + func (o *DeleteRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete runs default response has a 2xx status code +func (o *DeleteRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete runs default response has a 3xx status code +func (o *DeleteRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete runs default response has a 4xx status code +func (o *DeleteRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete runs default response has a 5xx status code +func (o *DeleteRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete runs default response a status code equal to that given +func (o *DeleteRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteRunsDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/delete][%d] DeleteRuns default %+v", o._statusCode, o.Payload) } + +func (o *DeleteRunsDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{project}/runs/delete][%d] DeleteRuns default %+v", o._statusCode, o.Payload) +} + func (o *DeleteRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_multi_run_events_responses.go b/go/http_client/v1/service_client/runs_v1/get_multi_run_events_responses.go index 7e1a00a9e1..9784507ac9 100644 --- a/go/http_client/v1/service_client/runs_v1/get_multi_run_events_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_multi_run_events_responses.go @@ -86,9 +86,39 @@ type GetMultiRunEventsOK struct { Payload *service_model.V1EventsResponse } +// IsSuccess returns true when this get multi run events o k response has a 2xx status code +func (o *GetMultiRunEventsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get multi run events o k response has a 3xx status code +func (o *GetMultiRunEventsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get multi run events o k response has a 4xx status code +func (o *GetMultiRunEventsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get multi run events o k response has a 5xx status code +func (o *GetMultiRunEventsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get multi run events o k response a status code equal to that given +func (o *GetMultiRunEventsOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetMultiRunEventsOK) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/multi/events/{kind}][%d] getMultiRunEventsOK %+v", 200, o.Payload) } + +func (o *GetMultiRunEventsOK) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/multi/events/{kind}][%d] getMultiRunEventsOK %+v", 200, o.Payload) +} + func (o *GetMultiRunEventsOK) GetPayload() *service_model.V1EventsResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetMultiRunEventsNoContent struct { Payload interface{} } +// IsSuccess returns true when this get multi run events no content response has a 2xx status code +func (o *GetMultiRunEventsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get multi run events no content response has a 3xx status code +func (o *GetMultiRunEventsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get multi run events no content response has a 4xx status code +func (o *GetMultiRunEventsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get multi run events no content response has a 5xx status code +func (o *GetMultiRunEventsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get multi run events no content response a status code equal to that given +func (o *GetMultiRunEventsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetMultiRunEventsNoContent) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/multi/events/{kind}][%d] getMultiRunEventsNoContent %+v", 204, o.Payload) } + +func (o *GetMultiRunEventsNoContent) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/multi/events/{kind}][%d] getMultiRunEventsNoContent %+v", 204, o.Payload) +} + func (o *GetMultiRunEventsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetMultiRunEventsForbidden struct { Payload interface{} } +// IsSuccess returns true when this get multi run events forbidden response has a 2xx status code +func (o *GetMultiRunEventsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get multi run events forbidden response has a 3xx status code +func (o *GetMultiRunEventsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get multi run events forbidden response has a 4xx status code +func (o *GetMultiRunEventsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get multi run events forbidden response has a 5xx status code +func (o *GetMultiRunEventsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get multi run events forbidden response a status code equal to that given +func (o *GetMultiRunEventsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetMultiRunEventsForbidden) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/multi/events/{kind}][%d] getMultiRunEventsForbidden %+v", 403, o.Payload) } + +func (o *GetMultiRunEventsForbidden) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/multi/events/{kind}][%d] getMultiRunEventsForbidden %+v", 403, o.Payload) +} + func (o *GetMultiRunEventsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetMultiRunEventsNotFound struct { Payload interface{} } +// IsSuccess returns true when this get multi run events not found response has a 2xx status code +func (o *GetMultiRunEventsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get multi run events not found response has a 3xx status code +func (o *GetMultiRunEventsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get multi run events not found response has a 4xx status code +func (o *GetMultiRunEventsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get multi run events not found response has a 5xx status code +func (o *GetMultiRunEventsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get multi run events not found response a status code equal to that given +func (o *GetMultiRunEventsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetMultiRunEventsNotFound) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/multi/events/{kind}][%d] getMultiRunEventsNotFound %+v", 404, o.Payload) } + +func (o *GetMultiRunEventsNotFound) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/multi/events/{kind}][%d] getMultiRunEventsNotFound %+v", 404, o.Payload) +} + func (o *GetMultiRunEventsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetMultiRunEventsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get multi run events default response has a 2xx status code +func (o *GetMultiRunEventsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get multi run events default response has a 3xx status code +func (o *GetMultiRunEventsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get multi run events default response has a 4xx status code +func (o *GetMultiRunEventsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get multi run events default response has a 5xx status code +func (o *GetMultiRunEventsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get multi run events default response a status code equal to that given +func (o *GetMultiRunEventsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetMultiRunEventsDefault) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/multi/events/{kind}][%d] GetMultiRunEvents default %+v", o._statusCode, o.Payload) } + +func (o *GetMultiRunEventsDefault) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/multi/events/{kind}][%d] GetMultiRunEvents default %+v", o._statusCode, o.Payload) +} + func (o *GetMultiRunEventsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_artifact_lineage_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_artifact_lineage_responses.go index eb873ff3cc..a1096367ad 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_artifact_lineage_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_artifact_lineage_responses.go @@ -86,9 +86,39 @@ type GetRunArtifactLineageOK struct { Payload *service_model.V1RunArtifact } +// IsSuccess returns true when this get run artifact lineage o k response has a 2xx status code +func (o *GetRunArtifactLineageOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run artifact lineage o k response has a 3xx status code +func (o *GetRunArtifactLineageOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifact lineage o k response has a 4xx status code +func (o *GetRunArtifactLineageOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run artifact lineage o k response has a 5xx status code +func (o *GetRunArtifactLineageOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifact lineage o k response a status code equal to that given +func (o *GetRunArtifactLineageOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunArtifactLineageOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] getRunArtifactLineageOK %+v", 200, o.Payload) } + +func (o *GetRunArtifactLineageOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] getRunArtifactLineageOK %+v", 200, o.Payload) +} + func (o *GetRunArtifactLineageOK) GetPayload() *service_model.V1RunArtifact { return o.Payload } @@ -118,9 +148,39 @@ type GetRunArtifactLineageNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run artifact lineage no content response has a 2xx status code +func (o *GetRunArtifactLineageNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run artifact lineage no content response has a 3xx status code +func (o *GetRunArtifactLineageNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifact lineage no content response has a 4xx status code +func (o *GetRunArtifactLineageNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run artifact lineage no content response has a 5xx status code +func (o *GetRunArtifactLineageNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifact lineage no content response a status code equal to that given +func (o *GetRunArtifactLineageNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunArtifactLineageNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] getRunArtifactLineageNoContent %+v", 204, o.Payload) } + +func (o *GetRunArtifactLineageNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] getRunArtifactLineageNoContent %+v", 204, o.Payload) +} + func (o *GetRunArtifactLineageNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunArtifactLineageForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run artifact lineage forbidden response has a 2xx status code +func (o *GetRunArtifactLineageForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run artifact lineage forbidden response has a 3xx status code +func (o *GetRunArtifactLineageForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifact lineage forbidden response has a 4xx status code +func (o *GetRunArtifactLineageForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run artifact lineage forbidden response has a 5xx status code +func (o *GetRunArtifactLineageForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifact lineage forbidden response a status code equal to that given +func (o *GetRunArtifactLineageForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunArtifactLineageForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] getRunArtifactLineageForbidden %+v", 403, o.Payload) } + +func (o *GetRunArtifactLineageForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] getRunArtifactLineageForbidden %+v", 403, o.Payload) +} + func (o *GetRunArtifactLineageForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunArtifactLineageNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run artifact lineage not found response has a 2xx status code +func (o *GetRunArtifactLineageNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run artifact lineage not found response has a 3xx status code +func (o *GetRunArtifactLineageNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifact lineage not found response has a 4xx status code +func (o *GetRunArtifactLineageNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run artifact lineage not found response has a 5xx status code +func (o *GetRunArtifactLineageNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifact lineage not found response a status code equal to that given +func (o *GetRunArtifactLineageNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunArtifactLineageNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] getRunArtifactLineageNotFound %+v", 404, o.Payload) } + +func (o *GetRunArtifactLineageNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] getRunArtifactLineageNotFound %+v", 404, o.Payload) +} + func (o *GetRunArtifactLineageNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunArtifactLineageDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run artifact lineage default response has a 2xx status code +func (o *GetRunArtifactLineageDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run artifact lineage default response has a 3xx status code +func (o *GetRunArtifactLineageDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run artifact lineage default response has a 4xx status code +func (o *GetRunArtifactLineageDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run artifact lineage default response has a 5xx status code +func (o *GetRunArtifactLineageDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run artifact lineage default response a status code equal to that given +func (o *GetRunArtifactLineageDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunArtifactLineageDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] GetRunArtifactLineage default %+v", o._statusCode, o.Payload) } + +func (o *GetRunArtifactLineageDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts/{name}][%d] GetRunArtifactLineage default %+v", o._statusCode, o.Payload) +} + func (o *GetRunArtifactLineageDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_artifact_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_artifact_responses.go index 678381f454..da63cef753 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_artifact_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_artifact_responses.go @@ -77,9 +77,39 @@ type GetRunArtifactOK struct { Payload string } +// IsSuccess returns true when this get run artifact o k response has a 2xx status code +func (o *GetRunArtifactOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run artifact o k response has a 3xx status code +func (o *GetRunArtifactOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifact o k response has a 4xx status code +func (o *GetRunArtifactOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run artifact o k response has a 5xx status code +func (o *GetRunArtifactOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifact o k response a status code equal to that given +func (o *GetRunArtifactOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunArtifactOK) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] getRunArtifactOK %+v", 200, o.Payload) } + +func (o *GetRunArtifactOK) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] getRunArtifactOK %+v", 200, o.Payload) +} + func (o *GetRunArtifactOK) GetPayload() string { return o.Payload } @@ -107,9 +137,39 @@ type GetRunArtifactNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run artifact no content response has a 2xx status code +func (o *GetRunArtifactNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run artifact no content response has a 3xx status code +func (o *GetRunArtifactNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifact no content response has a 4xx status code +func (o *GetRunArtifactNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run artifact no content response has a 5xx status code +func (o *GetRunArtifactNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifact no content response a status code equal to that given +func (o *GetRunArtifactNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunArtifactNoContent) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] getRunArtifactNoContent %+v", 204, o.Payload) } + +func (o *GetRunArtifactNoContent) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] getRunArtifactNoContent %+v", 204, o.Payload) +} + func (o *GetRunArtifactNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +197,39 @@ type GetRunArtifactForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run artifact forbidden response has a 2xx status code +func (o *GetRunArtifactForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run artifact forbidden response has a 3xx status code +func (o *GetRunArtifactForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifact forbidden response has a 4xx status code +func (o *GetRunArtifactForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run artifact forbidden response has a 5xx status code +func (o *GetRunArtifactForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifact forbidden response a status code equal to that given +func (o *GetRunArtifactForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunArtifactForbidden) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] getRunArtifactForbidden %+v", 403, o.Payload) } + +func (o *GetRunArtifactForbidden) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] getRunArtifactForbidden %+v", 403, o.Payload) +} + func (o *GetRunArtifactForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +257,39 @@ type GetRunArtifactNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run artifact not found response has a 2xx status code +func (o *GetRunArtifactNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run artifact not found response has a 3xx status code +func (o *GetRunArtifactNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifact not found response has a 4xx status code +func (o *GetRunArtifactNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run artifact not found response has a 5xx status code +func (o *GetRunArtifactNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifact not found response a status code equal to that given +func (o *GetRunArtifactNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunArtifactNotFound) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] getRunArtifactNotFound %+v", 404, o.Payload) } + +func (o *GetRunArtifactNotFound) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifact][%d] getRunArtifactNotFound %+v", 404, o.Payload) +} + func (o *GetRunArtifactNotFound) GetPayload() interface{} { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_artifacts_lineage_names_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_artifacts_lineage_names_responses.go index 94e2a797ed..d427954f71 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_artifacts_lineage_names_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_artifacts_lineage_names_responses.go @@ -86,9 +86,39 @@ type GetRunArtifactsLineageNamesOK struct { Payload *service_model.V1ListRunArtifactsResponse } +// IsSuccess returns true when this get run artifacts lineage names o k response has a 2xx status code +func (o *GetRunArtifactsLineageNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run artifacts lineage names o k response has a 3xx status code +func (o *GetRunArtifactsLineageNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts lineage names o k response has a 4xx status code +func (o *GetRunArtifactsLineageNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run artifacts lineage names o k response has a 5xx status code +func (o *GetRunArtifactsLineageNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts lineage names o k response a status code equal to that given +func (o *GetRunArtifactsLineageNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunArtifactsLineageNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts/names][%d] getRunArtifactsLineageNamesOK %+v", 200, o.Payload) } + +func (o *GetRunArtifactsLineageNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts/names][%d] getRunArtifactsLineageNamesOK %+v", 200, o.Payload) +} + func (o *GetRunArtifactsLineageNamesOK) GetPayload() *service_model.V1ListRunArtifactsResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetRunArtifactsLineageNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run artifacts lineage names no content response has a 2xx status code +func (o *GetRunArtifactsLineageNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run artifacts lineage names no content response has a 3xx status code +func (o *GetRunArtifactsLineageNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts lineage names no content response has a 4xx status code +func (o *GetRunArtifactsLineageNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run artifacts lineage names no content response has a 5xx status code +func (o *GetRunArtifactsLineageNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts lineage names no content response a status code equal to that given +func (o *GetRunArtifactsLineageNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunArtifactsLineageNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts/names][%d] getRunArtifactsLineageNamesNoContent %+v", 204, o.Payload) } + +func (o *GetRunArtifactsLineageNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts/names][%d] getRunArtifactsLineageNamesNoContent %+v", 204, o.Payload) +} + func (o *GetRunArtifactsLineageNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunArtifactsLineageNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run artifacts lineage names forbidden response has a 2xx status code +func (o *GetRunArtifactsLineageNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run artifacts lineage names forbidden response has a 3xx status code +func (o *GetRunArtifactsLineageNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts lineage names forbidden response has a 4xx status code +func (o *GetRunArtifactsLineageNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run artifacts lineage names forbidden response has a 5xx status code +func (o *GetRunArtifactsLineageNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts lineage names forbidden response a status code equal to that given +func (o *GetRunArtifactsLineageNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunArtifactsLineageNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts/names][%d] getRunArtifactsLineageNamesForbidden %+v", 403, o.Payload) } + +func (o *GetRunArtifactsLineageNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts/names][%d] getRunArtifactsLineageNamesForbidden %+v", 403, o.Payload) +} + func (o *GetRunArtifactsLineageNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunArtifactsLineageNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run artifacts lineage names not found response has a 2xx status code +func (o *GetRunArtifactsLineageNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run artifacts lineage names not found response has a 3xx status code +func (o *GetRunArtifactsLineageNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts lineage names not found response has a 4xx status code +func (o *GetRunArtifactsLineageNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run artifacts lineage names not found response has a 5xx status code +func (o *GetRunArtifactsLineageNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts lineage names not found response a status code equal to that given +func (o *GetRunArtifactsLineageNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunArtifactsLineageNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts/names][%d] getRunArtifactsLineageNamesNotFound %+v", 404, o.Payload) } + +func (o *GetRunArtifactsLineageNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts/names][%d] getRunArtifactsLineageNamesNotFound %+v", 404, o.Payload) +} + func (o *GetRunArtifactsLineageNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunArtifactsLineageNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run artifacts lineage names default response has a 2xx status code +func (o *GetRunArtifactsLineageNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run artifacts lineage names default response has a 3xx status code +func (o *GetRunArtifactsLineageNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run artifacts lineage names default response has a 4xx status code +func (o *GetRunArtifactsLineageNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run artifacts lineage names default response has a 5xx status code +func (o *GetRunArtifactsLineageNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run artifacts lineage names default response a status code equal to that given +func (o *GetRunArtifactsLineageNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunArtifactsLineageNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts/names][%d] GetRunArtifactsLineageNames default %+v", o._statusCode, o.Payload) } + +func (o *GetRunArtifactsLineageNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts/names][%d] GetRunArtifactsLineageNames default %+v", o._statusCode, o.Payload) +} + func (o *GetRunArtifactsLineageNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_artifacts_lineage_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_artifacts_lineage_responses.go index 93455f86d8..4bae238413 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_artifacts_lineage_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_artifacts_lineage_responses.go @@ -86,9 +86,39 @@ type GetRunArtifactsLineageOK struct { Payload *service_model.V1ListRunArtifactsResponse } +// IsSuccess returns true when this get run artifacts lineage o k response has a 2xx status code +func (o *GetRunArtifactsLineageOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run artifacts lineage o k response has a 3xx status code +func (o *GetRunArtifactsLineageOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts lineage o k response has a 4xx status code +func (o *GetRunArtifactsLineageOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run artifacts lineage o k response has a 5xx status code +func (o *GetRunArtifactsLineageOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts lineage o k response a status code equal to that given +func (o *GetRunArtifactsLineageOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunArtifactsLineageOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts][%d] getRunArtifactsLineageOK %+v", 200, o.Payload) } + +func (o *GetRunArtifactsLineageOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts][%d] getRunArtifactsLineageOK %+v", 200, o.Payload) +} + func (o *GetRunArtifactsLineageOK) GetPayload() *service_model.V1ListRunArtifactsResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetRunArtifactsLineageNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run artifacts lineage no content response has a 2xx status code +func (o *GetRunArtifactsLineageNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run artifacts lineage no content response has a 3xx status code +func (o *GetRunArtifactsLineageNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts lineage no content response has a 4xx status code +func (o *GetRunArtifactsLineageNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run artifacts lineage no content response has a 5xx status code +func (o *GetRunArtifactsLineageNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts lineage no content response a status code equal to that given +func (o *GetRunArtifactsLineageNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunArtifactsLineageNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts][%d] getRunArtifactsLineageNoContent %+v", 204, o.Payload) } + +func (o *GetRunArtifactsLineageNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts][%d] getRunArtifactsLineageNoContent %+v", 204, o.Payload) +} + func (o *GetRunArtifactsLineageNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunArtifactsLineageForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run artifacts lineage forbidden response has a 2xx status code +func (o *GetRunArtifactsLineageForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run artifacts lineage forbidden response has a 3xx status code +func (o *GetRunArtifactsLineageForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts lineage forbidden response has a 4xx status code +func (o *GetRunArtifactsLineageForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run artifacts lineage forbidden response has a 5xx status code +func (o *GetRunArtifactsLineageForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts lineage forbidden response a status code equal to that given +func (o *GetRunArtifactsLineageForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunArtifactsLineageForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts][%d] getRunArtifactsLineageForbidden %+v", 403, o.Payload) } + +func (o *GetRunArtifactsLineageForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts][%d] getRunArtifactsLineageForbidden %+v", 403, o.Payload) +} + func (o *GetRunArtifactsLineageForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunArtifactsLineageNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run artifacts lineage not found response has a 2xx status code +func (o *GetRunArtifactsLineageNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run artifacts lineage not found response has a 3xx status code +func (o *GetRunArtifactsLineageNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts lineage not found response has a 4xx status code +func (o *GetRunArtifactsLineageNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run artifacts lineage not found response has a 5xx status code +func (o *GetRunArtifactsLineageNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts lineage not found response a status code equal to that given +func (o *GetRunArtifactsLineageNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunArtifactsLineageNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts][%d] getRunArtifactsLineageNotFound %+v", 404, o.Payload) } + +func (o *GetRunArtifactsLineageNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts][%d] getRunArtifactsLineageNotFound %+v", 404, o.Payload) +} + func (o *GetRunArtifactsLineageNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunArtifactsLineageDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run artifacts lineage default response has a 2xx status code +func (o *GetRunArtifactsLineageDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run artifacts lineage default response has a 3xx status code +func (o *GetRunArtifactsLineageDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run artifacts lineage default response has a 4xx status code +func (o *GetRunArtifactsLineageDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run artifacts lineage default response has a 5xx status code +func (o *GetRunArtifactsLineageDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run artifacts lineage default response a status code equal to that given +func (o *GetRunArtifactsLineageDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunArtifactsLineageDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts][%d] GetRunArtifactsLineage default %+v", o._statusCode, o.Payload) } + +func (o *GetRunArtifactsLineageDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/artifacts][%d] GetRunArtifactsLineage default %+v", o._statusCode, o.Payload) +} + func (o *GetRunArtifactsLineageDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_artifacts_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_artifacts_responses.go index e10607837f..625b6089b3 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_artifacts_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_artifacts_responses.go @@ -77,9 +77,39 @@ type GetRunArtifactsOK struct { Payload string } +// IsSuccess returns true when this get run artifacts o k response has a 2xx status code +func (o *GetRunArtifactsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run artifacts o k response has a 3xx status code +func (o *GetRunArtifactsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts o k response has a 4xx status code +func (o *GetRunArtifactsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run artifacts o k response has a 5xx status code +func (o *GetRunArtifactsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts o k response a status code equal to that given +func (o *GetRunArtifactsOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunArtifactsOK) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] getRunArtifactsOK %+v", 200, o.Payload) } + +func (o *GetRunArtifactsOK) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] getRunArtifactsOK %+v", 200, o.Payload) +} + func (o *GetRunArtifactsOK) GetPayload() string { return o.Payload } @@ -107,9 +137,39 @@ type GetRunArtifactsNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run artifacts no content response has a 2xx status code +func (o *GetRunArtifactsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run artifacts no content response has a 3xx status code +func (o *GetRunArtifactsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts no content response has a 4xx status code +func (o *GetRunArtifactsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run artifacts no content response has a 5xx status code +func (o *GetRunArtifactsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts no content response a status code equal to that given +func (o *GetRunArtifactsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunArtifactsNoContent) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] getRunArtifactsNoContent %+v", 204, o.Payload) } + +func (o *GetRunArtifactsNoContent) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] getRunArtifactsNoContent %+v", 204, o.Payload) +} + func (o *GetRunArtifactsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +197,39 @@ type GetRunArtifactsForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run artifacts forbidden response has a 2xx status code +func (o *GetRunArtifactsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run artifacts forbidden response has a 3xx status code +func (o *GetRunArtifactsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts forbidden response has a 4xx status code +func (o *GetRunArtifactsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run artifacts forbidden response has a 5xx status code +func (o *GetRunArtifactsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts forbidden response a status code equal to that given +func (o *GetRunArtifactsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunArtifactsForbidden) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] getRunArtifactsForbidden %+v", 403, o.Payload) } + +func (o *GetRunArtifactsForbidden) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] getRunArtifactsForbidden %+v", 403, o.Payload) +} + func (o *GetRunArtifactsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +257,39 @@ type GetRunArtifactsNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run artifacts not found response has a 2xx status code +func (o *GetRunArtifactsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run artifacts not found response has a 3xx status code +func (o *GetRunArtifactsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts not found response has a 4xx status code +func (o *GetRunArtifactsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run artifacts not found response has a 5xx status code +func (o *GetRunArtifactsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts not found response a status code equal to that given +func (o *GetRunArtifactsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunArtifactsNotFound) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] getRunArtifactsNotFound %+v", 404, o.Payload) } + +func (o *GetRunArtifactsNotFound) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts][%d] getRunArtifactsNotFound %+v", 404, o.Payload) +} + func (o *GetRunArtifactsNotFound) GetPayload() interface{} { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_artifacts_tree_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_artifacts_tree_responses.go index 0564333452..c946c7312f 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_artifacts_tree_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_artifacts_tree_responses.go @@ -86,9 +86,39 @@ type GetRunArtifactsTreeOK struct { Payload *service_model.V1ArtifactTree } +// IsSuccess returns true when this get run artifacts tree o k response has a 2xx status code +func (o *GetRunArtifactsTreeOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run artifacts tree o k response has a 3xx status code +func (o *GetRunArtifactsTreeOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts tree o k response has a 4xx status code +func (o *GetRunArtifactsTreeOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run artifacts tree o k response has a 5xx status code +func (o *GetRunArtifactsTreeOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts tree o k response a status code equal to that given +func (o *GetRunArtifactsTreeOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunArtifactsTreeOK) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts/tree][%d] getRunArtifactsTreeOK %+v", 200, o.Payload) } + +func (o *GetRunArtifactsTreeOK) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts/tree][%d] getRunArtifactsTreeOK %+v", 200, o.Payload) +} + func (o *GetRunArtifactsTreeOK) GetPayload() *service_model.V1ArtifactTree { return o.Payload } @@ -118,9 +148,39 @@ type GetRunArtifactsTreeNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run artifacts tree no content response has a 2xx status code +func (o *GetRunArtifactsTreeNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run artifacts tree no content response has a 3xx status code +func (o *GetRunArtifactsTreeNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts tree no content response has a 4xx status code +func (o *GetRunArtifactsTreeNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run artifacts tree no content response has a 5xx status code +func (o *GetRunArtifactsTreeNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts tree no content response a status code equal to that given +func (o *GetRunArtifactsTreeNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunArtifactsTreeNoContent) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts/tree][%d] getRunArtifactsTreeNoContent %+v", 204, o.Payload) } + +func (o *GetRunArtifactsTreeNoContent) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts/tree][%d] getRunArtifactsTreeNoContent %+v", 204, o.Payload) +} + func (o *GetRunArtifactsTreeNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunArtifactsTreeForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run artifacts tree forbidden response has a 2xx status code +func (o *GetRunArtifactsTreeForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run artifacts tree forbidden response has a 3xx status code +func (o *GetRunArtifactsTreeForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts tree forbidden response has a 4xx status code +func (o *GetRunArtifactsTreeForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run artifacts tree forbidden response has a 5xx status code +func (o *GetRunArtifactsTreeForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts tree forbidden response a status code equal to that given +func (o *GetRunArtifactsTreeForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunArtifactsTreeForbidden) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts/tree][%d] getRunArtifactsTreeForbidden %+v", 403, o.Payload) } + +func (o *GetRunArtifactsTreeForbidden) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts/tree][%d] getRunArtifactsTreeForbidden %+v", 403, o.Payload) +} + func (o *GetRunArtifactsTreeForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunArtifactsTreeNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run artifacts tree not found response has a 2xx status code +func (o *GetRunArtifactsTreeNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run artifacts tree not found response has a 3xx status code +func (o *GetRunArtifactsTreeNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run artifacts tree not found response has a 4xx status code +func (o *GetRunArtifactsTreeNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run artifacts tree not found response has a 5xx status code +func (o *GetRunArtifactsTreeNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run artifacts tree not found response a status code equal to that given +func (o *GetRunArtifactsTreeNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunArtifactsTreeNotFound) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts/tree][%d] getRunArtifactsTreeNotFound %+v", 404, o.Payload) } + +func (o *GetRunArtifactsTreeNotFound) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts/tree][%d] getRunArtifactsTreeNotFound %+v", 404, o.Payload) +} + func (o *GetRunArtifactsTreeNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunArtifactsTreeDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run artifacts tree default response has a 2xx status code +func (o *GetRunArtifactsTreeDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run artifacts tree default response has a 3xx status code +func (o *GetRunArtifactsTreeDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run artifacts tree default response has a 4xx status code +func (o *GetRunArtifactsTreeDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run artifacts tree default response has a 5xx status code +func (o *GetRunArtifactsTreeDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run artifacts tree default response a status code equal to that given +func (o *GetRunArtifactsTreeDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunArtifactsTreeDefault) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts/tree][%d] GetRunArtifactsTree default %+v", o._statusCode, o.Payload) } + +func (o *GetRunArtifactsTreeDefault) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/artifacts/tree][%d] GetRunArtifactsTree default %+v", o._statusCode, o.Payload) +} + func (o *GetRunArtifactsTreeDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_clones_lineage_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_clones_lineage_responses.go index f2acdc3844..0da8dcc2a8 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_clones_lineage_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_clones_lineage_responses.go @@ -86,9 +86,39 @@ type GetRunClonesLineageOK struct { Payload *service_model.V1ListRunsResponse } +// IsSuccess returns true when this get run clones lineage o k response has a 2xx status code +func (o *GetRunClonesLineageOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run clones lineage o k response has a 3xx status code +func (o *GetRunClonesLineageOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run clones lineage o k response has a 4xx status code +func (o *GetRunClonesLineageOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run clones lineage o k response has a 5xx status code +func (o *GetRunClonesLineageOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run clones lineage o k response a status code equal to that given +func (o *GetRunClonesLineageOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunClonesLineageOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/clones][%d] getRunClonesLineageOK %+v", 200, o.Payload) } + +func (o *GetRunClonesLineageOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/clones][%d] getRunClonesLineageOK %+v", 200, o.Payload) +} + func (o *GetRunClonesLineageOK) GetPayload() *service_model.V1ListRunsResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetRunClonesLineageNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run clones lineage no content response has a 2xx status code +func (o *GetRunClonesLineageNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run clones lineage no content response has a 3xx status code +func (o *GetRunClonesLineageNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run clones lineage no content response has a 4xx status code +func (o *GetRunClonesLineageNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run clones lineage no content response has a 5xx status code +func (o *GetRunClonesLineageNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run clones lineage no content response a status code equal to that given +func (o *GetRunClonesLineageNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunClonesLineageNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/clones][%d] getRunClonesLineageNoContent %+v", 204, o.Payload) } + +func (o *GetRunClonesLineageNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/clones][%d] getRunClonesLineageNoContent %+v", 204, o.Payload) +} + func (o *GetRunClonesLineageNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunClonesLineageForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run clones lineage forbidden response has a 2xx status code +func (o *GetRunClonesLineageForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run clones lineage forbidden response has a 3xx status code +func (o *GetRunClonesLineageForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run clones lineage forbidden response has a 4xx status code +func (o *GetRunClonesLineageForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run clones lineage forbidden response has a 5xx status code +func (o *GetRunClonesLineageForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run clones lineage forbidden response a status code equal to that given +func (o *GetRunClonesLineageForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunClonesLineageForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/clones][%d] getRunClonesLineageForbidden %+v", 403, o.Payload) } + +func (o *GetRunClonesLineageForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/clones][%d] getRunClonesLineageForbidden %+v", 403, o.Payload) +} + func (o *GetRunClonesLineageForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunClonesLineageNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run clones lineage not found response has a 2xx status code +func (o *GetRunClonesLineageNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run clones lineage not found response has a 3xx status code +func (o *GetRunClonesLineageNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run clones lineage not found response has a 4xx status code +func (o *GetRunClonesLineageNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run clones lineage not found response has a 5xx status code +func (o *GetRunClonesLineageNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run clones lineage not found response a status code equal to that given +func (o *GetRunClonesLineageNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunClonesLineageNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/clones][%d] getRunClonesLineageNotFound %+v", 404, o.Payload) } + +func (o *GetRunClonesLineageNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/clones][%d] getRunClonesLineageNotFound %+v", 404, o.Payload) +} + func (o *GetRunClonesLineageNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunClonesLineageDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run clones lineage default response has a 2xx status code +func (o *GetRunClonesLineageDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run clones lineage default response has a 3xx status code +func (o *GetRunClonesLineageDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run clones lineage default response has a 4xx status code +func (o *GetRunClonesLineageDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run clones lineage default response has a 5xx status code +func (o *GetRunClonesLineageDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run clones lineage default response a status code equal to that given +func (o *GetRunClonesLineageDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunClonesLineageDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/clones][%d] GetRunClonesLineage default %+v", o._statusCode, o.Payload) } + +func (o *GetRunClonesLineageDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/clones][%d] GetRunClonesLineage default %+v", o._statusCode, o.Payload) +} + func (o *GetRunClonesLineageDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_connections_lineage_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_connections_lineage_responses.go index 69cfb408d9..230fa90bd0 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_connections_lineage_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_connections_lineage_responses.go @@ -86,9 +86,39 @@ type GetRunConnectionsLineageOK struct { Payload *service_model.V1ListRunConnectionsResponse } +// IsSuccess returns true when this get run connections lineage o k response has a 2xx status code +func (o *GetRunConnectionsLineageOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run connections lineage o k response has a 3xx status code +func (o *GetRunConnectionsLineageOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run connections lineage o k response has a 4xx status code +func (o *GetRunConnectionsLineageOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run connections lineage o k response has a 5xx status code +func (o *GetRunConnectionsLineageOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run connections lineage o k response a status code equal to that given +func (o *GetRunConnectionsLineageOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunConnectionsLineageOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/connections][%d] getRunConnectionsLineageOK %+v", 200, o.Payload) } + +func (o *GetRunConnectionsLineageOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/connections][%d] getRunConnectionsLineageOK %+v", 200, o.Payload) +} + func (o *GetRunConnectionsLineageOK) GetPayload() *service_model.V1ListRunConnectionsResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetRunConnectionsLineageNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run connections lineage no content response has a 2xx status code +func (o *GetRunConnectionsLineageNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run connections lineage no content response has a 3xx status code +func (o *GetRunConnectionsLineageNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run connections lineage no content response has a 4xx status code +func (o *GetRunConnectionsLineageNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run connections lineage no content response has a 5xx status code +func (o *GetRunConnectionsLineageNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run connections lineage no content response a status code equal to that given +func (o *GetRunConnectionsLineageNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunConnectionsLineageNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/connections][%d] getRunConnectionsLineageNoContent %+v", 204, o.Payload) } + +func (o *GetRunConnectionsLineageNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/connections][%d] getRunConnectionsLineageNoContent %+v", 204, o.Payload) +} + func (o *GetRunConnectionsLineageNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunConnectionsLineageForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run connections lineage forbidden response has a 2xx status code +func (o *GetRunConnectionsLineageForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run connections lineage forbidden response has a 3xx status code +func (o *GetRunConnectionsLineageForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run connections lineage forbidden response has a 4xx status code +func (o *GetRunConnectionsLineageForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run connections lineage forbidden response has a 5xx status code +func (o *GetRunConnectionsLineageForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run connections lineage forbidden response a status code equal to that given +func (o *GetRunConnectionsLineageForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunConnectionsLineageForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/connections][%d] getRunConnectionsLineageForbidden %+v", 403, o.Payload) } + +func (o *GetRunConnectionsLineageForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/connections][%d] getRunConnectionsLineageForbidden %+v", 403, o.Payload) +} + func (o *GetRunConnectionsLineageForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunConnectionsLineageNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run connections lineage not found response has a 2xx status code +func (o *GetRunConnectionsLineageNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run connections lineage not found response has a 3xx status code +func (o *GetRunConnectionsLineageNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run connections lineage not found response has a 4xx status code +func (o *GetRunConnectionsLineageNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run connections lineage not found response has a 5xx status code +func (o *GetRunConnectionsLineageNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run connections lineage not found response a status code equal to that given +func (o *GetRunConnectionsLineageNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunConnectionsLineageNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/connections][%d] getRunConnectionsLineageNotFound %+v", 404, o.Payload) } + +func (o *GetRunConnectionsLineageNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/connections][%d] getRunConnectionsLineageNotFound %+v", 404, o.Payload) +} + func (o *GetRunConnectionsLineageNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunConnectionsLineageDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run connections lineage default response has a 2xx status code +func (o *GetRunConnectionsLineageDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run connections lineage default response has a 3xx status code +func (o *GetRunConnectionsLineageDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run connections lineage default response has a 4xx status code +func (o *GetRunConnectionsLineageDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run connections lineage default response has a 5xx status code +func (o *GetRunConnectionsLineageDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run connections lineage default response a status code equal to that given +func (o *GetRunConnectionsLineageDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunConnectionsLineageDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/connections][%d] GetRunConnectionsLineage default %+v", o._statusCode, o.Payload) } + +func (o *GetRunConnectionsLineageDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/connections][%d] GetRunConnectionsLineage default %+v", o._statusCode, o.Payload) +} + func (o *GetRunConnectionsLineageDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_downstream_lineage_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_downstream_lineage_responses.go index d11abce577..edddb0040c 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_downstream_lineage_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_downstream_lineage_responses.go @@ -86,9 +86,39 @@ type GetRunDownstreamLineageOK struct { Payload *service_model.V1ListRunEdgesResponse } +// IsSuccess returns true when this get run downstream lineage o k response has a 2xx status code +func (o *GetRunDownstreamLineageOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run downstream lineage o k response has a 3xx status code +func (o *GetRunDownstreamLineageOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run downstream lineage o k response has a 4xx status code +func (o *GetRunDownstreamLineageOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run downstream lineage o k response has a 5xx status code +func (o *GetRunDownstreamLineageOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run downstream lineage o k response a status code equal to that given +func (o *GetRunDownstreamLineageOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunDownstreamLineageOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/downstream][%d] getRunDownstreamLineageOK %+v", 200, o.Payload) } + +func (o *GetRunDownstreamLineageOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/downstream][%d] getRunDownstreamLineageOK %+v", 200, o.Payload) +} + func (o *GetRunDownstreamLineageOK) GetPayload() *service_model.V1ListRunEdgesResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetRunDownstreamLineageNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run downstream lineage no content response has a 2xx status code +func (o *GetRunDownstreamLineageNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run downstream lineage no content response has a 3xx status code +func (o *GetRunDownstreamLineageNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run downstream lineage no content response has a 4xx status code +func (o *GetRunDownstreamLineageNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run downstream lineage no content response has a 5xx status code +func (o *GetRunDownstreamLineageNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run downstream lineage no content response a status code equal to that given +func (o *GetRunDownstreamLineageNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunDownstreamLineageNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/downstream][%d] getRunDownstreamLineageNoContent %+v", 204, o.Payload) } + +func (o *GetRunDownstreamLineageNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/downstream][%d] getRunDownstreamLineageNoContent %+v", 204, o.Payload) +} + func (o *GetRunDownstreamLineageNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunDownstreamLineageForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run downstream lineage forbidden response has a 2xx status code +func (o *GetRunDownstreamLineageForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run downstream lineage forbidden response has a 3xx status code +func (o *GetRunDownstreamLineageForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run downstream lineage forbidden response has a 4xx status code +func (o *GetRunDownstreamLineageForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run downstream lineage forbidden response has a 5xx status code +func (o *GetRunDownstreamLineageForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run downstream lineage forbidden response a status code equal to that given +func (o *GetRunDownstreamLineageForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunDownstreamLineageForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/downstream][%d] getRunDownstreamLineageForbidden %+v", 403, o.Payload) } + +func (o *GetRunDownstreamLineageForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/downstream][%d] getRunDownstreamLineageForbidden %+v", 403, o.Payload) +} + func (o *GetRunDownstreamLineageForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunDownstreamLineageNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run downstream lineage not found response has a 2xx status code +func (o *GetRunDownstreamLineageNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run downstream lineage not found response has a 3xx status code +func (o *GetRunDownstreamLineageNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run downstream lineage not found response has a 4xx status code +func (o *GetRunDownstreamLineageNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run downstream lineage not found response has a 5xx status code +func (o *GetRunDownstreamLineageNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run downstream lineage not found response a status code equal to that given +func (o *GetRunDownstreamLineageNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunDownstreamLineageNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/downstream][%d] getRunDownstreamLineageNotFound %+v", 404, o.Payload) } + +func (o *GetRunDownstreamLineageNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/downstream][%d] getRunDownstreamLineageNotFound %+v", 404, o.Payload) +} + func (o *GetRunDownstreamLineageNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunDownstreamLineageDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run downstream lineage default response has a 2xx status code +func (o *GetRunDownstreamLineageDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run downstream lineage default response has a 3xx status code +func (o *GetRunDownstreamLineageDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run downstream lineage default response has a 4xx status code +func (o *GetRunDownstreamLineageDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run downstream lineage default response has a 5xx status code +func (o *GetRunDownstreamLineageDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run downstream lineage default response a status code equal to that given +func (o *GetRunDownstreamLineageDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunDownstreamLineageDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/downstream][%d] GetRunDownstreamLineage default %+v", o._statusCode, o.Payload) } + +func (o *GetRunDownstreamLineageDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/downstream][%d] GetRunDownstreamLineage default %+v", o._statusCode, o.Payload) +} + func (o *GetRunDownstreamLineageDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_events_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_events_responses.go index 9e5a9062b5..373af71eea 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_events_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_events_responses.go @@ -86,9 +86,39 @@ type GetRunEventsOK struct { Payload *service_model.V1EventsResponse } +// IsSuccess returns true when this get run events o k response has a 2xx status code +func (o *GetRunEventsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run events o k response has a 3xx status code +func (o *GetRunEventsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run events o k response has a 4xx status code +func (o *GetRunEventsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run events o k response has a 5xx status code +func (o *GetRunEventsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run events o k response a status code equal to that given +func (o *GetRunEventsOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunEventsOK) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/events/{kind}][%d] getRunEventsOK %+v", 200, o.Payload) } + +func (o *GetRunEventsOK) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/events/{kind}][%d] getRunEventsOK %+v", 200, o.Payload) +} + func (o *GetRunEventsOK) GetPayload() *service_model.V1EventsResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetRunEventsNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run events no content response has a 2xx status code +func (o *GetRunEventsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run events no content response has a 3xx status code +func (o *GetRunEventsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run events no content response has a 4xx status code +func (o *GetRunEventsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run events no content response has a 5xx status code +func (o *GetRunEventsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run events no content response a status code equal to that given +func (o *GetRunEventsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunEventsNoContent) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/events/{kind}][%d] getRunEventsNoContent %+v", 204, o.Payload) } + +func (o *GetRunEventsNoContent) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/events/{kind}][%d] getRunEventsNoContent %+v", 204, o.Payload) +} + func (o *GetRunEventsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunEventsForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run events forbidden response has a 2xx status code +func (o *GetRunEventsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run events forbidden response has a 3xx status code +func (o *GetRunEventsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run events forbidden response has a 4xx status code +func (o *GetRunEventsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run events forbidden response has a 5xx status code +func (o *GetRunEventsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run events forbidden response a status code equal to that given +func (o *GetRunEventsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunEventsForbidden) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/events/{kind}][%d] getRunEventsForbidden %+v", 403, o.Payload) } + +func (o *GetRunEventsForbidden) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/events/{kind}][%d] getRunEventsForbidden %+v", 403, o.Payload) +} + func (o *GetRunEventsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunEventsNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run events not found response has a 2xx status code +func (o *GetRunEventsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run events not found response has a 3xx status code +func (o *GetRunEventsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run events not found response has a 4xx status code +func (o *GetRunEventsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run events not found response has a 5xx status code +func (o *GetRunEventsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run events not found response a status code equal to that given +func (o *GetRunEventsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunEventsNotFound) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/events/{kind}][%d] getRunEventsNotFound %+v", 404, o.Payload) } + +func (o *GetRunEventsNotFound) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/events/{kind}][%d] getRunEventsNotFound %+v", 404, o.Payload) +} + func (o *GetRunEventsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunEventsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run events default response has a 2xx status code +func (o *GetRunEventsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run events default response has a 3xx status code +func (o *GetRunEventsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run events default response has a 4xx status code +func (o *GetRunEventsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run events default response has a 5xx status code +func (o *GetRunEventsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run events default response a status code equal to that given +func (o *GetRunEventsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunEventsDefault) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/events/{kind}][%d] GetRunEvents default %+v", o._statusCode, o.Payload) } + +func (o *GetRunEventsDefault) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/events/{kind}][%d] GetRunEvents default %+v", o._statusCode, o.Payload) +} + func (o *GetRunEventsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_importance_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_importance_responses.go index 2c1e02cef3..c3d0b5427c 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_importance_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_importance_responses.go @@ -86,9 +86,39 @@ type GetRunImportanceOK struct { Payload *service_model.V1EventsResponse } +// IsSuccess returns true when this get run importance o k response has a 2xx status code +func (o *GetRunImportanceOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run importance o k response has a 3xx status code +func (o *GetRunImportanceOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run importance o k response has a 4xx status code +func (o *GetRunImportanceOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run importance o k response has a 5xx status code +func (o *GetRunImportanceOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run importance o k response a status code equal to that given +func (o *GetRunImportanceOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunImportanceOK) Error() string { return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/importance][%d] getRunImportanceOK %+v", 200, o.Payload) } + +func (o *GetRunImportanceOK) String() string { + return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/importance][%d] getRunImportanceOK %+v", 200, o.Payload) +} + func (o *GetRunImportanceOK) GetPayload() *service_model.V1EventsResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetRunImportanceNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run importance no content response has a 2xx status code +func (o *GetRunImportanceNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run importance no content response has a 3xx status code +func (o *GetRunImportanceNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run importance no content response has a 4xx status code +func (o *GetRunImportanceNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run importance no content response has a 5xx status code +func (o *GetRunImportanceNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run importance no content response a status code equal to that given +func (o *GetRunImportanceNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunImportanceNoContent) Error() string { return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/importance][%d] getRunImportanceNoContent %+v", 204, o.Payload) } + +func (o *GetRunImportanceNoContent) String() string { + return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/importance][%d] getRunImportanceNoContent %+v", 204, o.Payload) +} + func (o *GetRunImportanceNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunImportanceForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run importance forbidden response has a 2xx status code +func (o *GetRunImportanceForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run importance forbidden response has a 3xx status code +func (o *GetRunImportanceForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run importance forbidden response has a 4xx status code +func (o *GetRunImportanceForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run importance forbidden response has a 5xx status code +func (o *GetRunImportanceForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run importance forbidden response a status code equal to that given +func (o *GetRunImportanceForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunImportanceForbidden) Error() string { return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/importance][%d] getRunImportanceForbidden %+v", 403, o.Payload) } + +func (o *GetRunImportanceForbidden) String() string { + return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/importance][%d] getRunImportanceForbidden %+v", 403, o.Payload) +} + func (o *GetRunImportanceForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunImportanceNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run importance not found response has a 2xx status code +func (o *GetRunImportanceNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run importance not found response has a 3xx status code +func (o *GetRunImportanceNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run importance not found response has a 4xx status code +func (o *GetRunImportanceNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run importance not found response has a 5xx status code +func (o *GetRunImportanceNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run importance not found response a status code equal to that given +func (o *GetRunImportanceNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunImportanceNotFound) Error() string { return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/importance][%d] getRunImportanceNotFound %+v", 404, o.Payload) } + +func (o *GetRunImportanceNotFound) String() string { + return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/importance][%d] getRunImportanceNotFound %+v", 404, o.Payload) +} + func (o *GetRunImportanceNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunImportanceDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run importance default response has a 2xx status code +func (o *GetRunImportanceDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run importance default response has a 3xx status code +func (o *GetRunImportanceDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run importance default response has a 4xx status code +func (o *GetRunImportanceDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run importance default response has a 5xx status code +func (o *GetRunImportanceDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run importance default response a status code equal to that given +func (o *GetRunImportanceDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunImportanceDefault) Error() string { return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/importance][%d] GetRunImportance default %+v", o._statusCode, o.Payload) } + +func (o *GetRunImportanceDefault) String() string { + return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/importance][%d] GetRunImportance default %+v", o._statusCode, o.Payload) +} + func (o *GetRunImportanceDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_logs_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_logs_responses.go index 9c358c7388..a8e609c86f 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_logs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_logs_responses.go @@ -86,9 +86,39 @@ type GetRunLogsOK struct { Payload *service_model.V1Logs } +// IsSuccess returns true when this get run logs o k response has a 2xx status code +func (o *GetRunLogsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run logs o k response has a 3xx status code +func (o *GetRunLogsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run logs o k response has a 4xx status code +func (o *GetRunLogsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run logs o k response has a 5xx status code +func (o *GetRunLogsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run logs o k response a status code equal to that given +func (o *GetRunLogsOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunLogsOK) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/logs][%d] getRunLogsOK %+v", 200, o.Payload) } + +func (o *GetRunLogsOK) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/logs][%d] getRunLogsOK %+v", 200, o.Payload) +} + func (o *GetRunLogsOK) GetPayload() *service_model.V1Logs { return o.Payload } @@ -118,9 +148,39 @@ type GetRunLogsNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run logs no content response has a 2xx status code +func (o *GetRunLogsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run logs no content response has a 3xx status code +func (o *GetRunLogsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run logs no content response has a 4xx status code +func (o *GetRunLogsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run logs no content response has a 5xx status code +func (o *GetRunLogsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run logs no content response a status code equal to that given +func (o *GetRunLogsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunLogsNoContent) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/logs][%d] getRunLogsNoContent %+v", 204, o.Payload) } + +func (o *GetRunLogsNoContent) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/logs][%d] getRunLogsNoContent %+v", 204, o.Payload) +} + func (o *GetRunLogsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunLogsForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run logs forbidden response has a 2xx status code +func (o *GetRunLogsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run logs forbidden response has a 3xx status code +func (o *GetRunLogsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run logs forbidden response has a 4xx status code +func (o *GetRunLogsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run logs forbidden response has a 5xx status code +func (o *GetRunLogsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run logs forbidden response a status code equal to that given +func (o *GetRunLogsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunLogsForbidden) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/logs][%d] getRunLogsForbidden %+v", 403, o.Payload) } + +func (o *GetRunLogsForbidden) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/logs][%d] getRunLogsForbidden %+v", 403, o.Payload) +} + func (o *GetRunLogsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunLogsNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run logs not found response has a 2xx status code +func (o *GetRunLogsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run logs not found response has a 3xx status code +func (o *GetRunLogsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run logs not found response has a 4xx status code +func (o *GetRunLogsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run logs not found response has a 5xx status code +func (o *GetRunLogsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run logs not found response a status code equal to that given +func (o *GetRunLogsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunLogsNotFound) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/logs][%d] getRunLogsNotFound %+v", 404, o.Payload) } + +func (o *GetRunLogsNotFound) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/logs][%d] getRunLogsNotFound %+v", 404, o.Payload) +} + func (o *GetRunLogsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunLogsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run logs default response has a 2xx status code +func (o *GetRunLogsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run logs default response has a 3xx status code +func (o *GetRunLogsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run logs default response has a 4xx status code +func (o *GetRunLogsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run logs default response has a 5xx status code +func (o *GetRunLogsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run logs default response a status code equal to that given +func (o *GetRunLogsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunLogsDefault) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/logs][%d] GetRunLogs default %+v", o._statusCode, o.Payload) } + +func (o *GetRunLogsDefault) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/logs][%d] GetRunLogs default %+v", o._statusCode, o.Payload) +} + func (o *GetRunLogsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_namespace_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_namespace_responses.go index 17f37fea4e..45af3dae95 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_namespace_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_namespace_responses.go @@ -86,9 +86,39 @@ type GetRunNamespaceOK struct { Payload *service_model.V1RunSettings } +// IsSuccess returns true when this get run namespace o k response has a 2xx status code +func (o *GetRunNamespaceOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run namespace o k response has a 3xx status code +func (o *GetRunNamespaceOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run namespace o k response has a 4xx status code +func (o *GetRunNamespaceOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run namespace o k response has a 5xx status code +func (o *GetRunNamespaceOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run namespace o k response a status code equal to that given +func (o *GetRunNamespaceOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunNamespaceOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/namespace][%d] getRunNamespaceOK %+v", 200, o.Payload) } + +func (o *GetRunNamespaceOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/namespace][%d] getRunNamespaceOK %+v", 200, o.Payload) +} + func (o *GetRunNamespaceOK) GetPayload() *service_model.V1RunSettings { return o.Payload } @@ -118,9 +148,39 @@ type GetRunNamespaceNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run namespace no content response has a 2xx status code +func (o *GetRunNamespaceNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run namespace no content response has a 3xx status code +func (o *GetRunNamespaceNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run namespace no content response has a 4xx status code +func (o *GetRunNamespaceNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run namespace no content response has a 5xx status code +func (o *GetRunNamespaceNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run namespace no content response a status code equal to that given +func (o *GetRunNamespaceNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunNamespaceNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/namespace][%d] getRunNamespaceNoContent %+v", 204, o.Payload) } + +func (o *GetRunNamespaceNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/namespace][%d] getRunNamespaceNoContent %+v", 204, o.Payload) +} + func (o *GetRunNamespaceNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunNamespaceForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run namespace forbidden response has a 2xx status code +func (o *GetRunNamespaceForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run namespace forbidden response has a 3xx status code +func (o *GetRunNamespaceForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run namespace forbidden response has a 4xx status code +func (o *GetRunNamespaceForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run namespace forbidden response has a 5xx status code +func (o *GetRunNamespaceForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run namespace forbidden response a status code equal to that given +func (o *GetRunNamespaceForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunNamespaceForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/namespace][%d] getRunNamespaceForbidden %+v", 403, o.Payload) } + +func (o *GetRunNamespaceForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/namespace][%d] getRunNamespaceForbidden %+v", 403, o.Payload) +} + func (o *GetRunNamespaceForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunNamespaceNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run namespace not found response has a 2xx status code +func (o *GetRunNamespaceNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run namespace not found response has a 3xx status code +func (o *GetRunNamespaceNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run namespace not found response has a 4xx status code +func (o *GetRunNamespaceNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run namespace not found response has a 5xx status code +func (o *GetRunNamespaceNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run namespace not found response a status code equal to that given +func (o *GetRunNamespaceNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunNamespaceNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/namespace][%d] getRunNamespaceNotFound %+v", 404, o.Payload) } + +func (o *GetRunNamespaceNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/namespace][%d] getRunNamespaceNotFound %+v", 404, o.Payload) +} + func (o *GetRunNamespaceNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunNamespaceDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run namespace default response has a 2xx status code +func (o *GetRunNamespaceDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run namespace default response has a 3xx status code +func (o *GetRunNamespaceDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run namespace default response has a 4xx status code +func (o *GetRunNamespaceDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run namespace default response has a 5xx status code +func (o *GetRunNamespaceDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run namespace default response a status code equal to that given +func (o *GetRunNamespaceDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunNamespaceDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/namespace][%d] GetRunNamespace default %+v", o._statusCode, o.Payload) } + +func (o *GetRunNamespaceDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/namespace][%d] GetRunNamespace default %+v", o._statusCode, o.Payload) +} + func (o *GetRunNamespaceDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_resources_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_resources_responses.go index 69d4676fc6..8678a5996d 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_resources_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_resources_responses.go @@ -86,9 +86,39 @@ type GetRunResourcesOK struct { Payload *service_model.V1EventsResponse } +// IsSuccess returns true when this get run resources o k response has a 2xx status code +func (o *GetRunResourcesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run resources o k response has a 3xx status code +func (o *GetRunResourcesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run resources o k response has a 4xx status code +func (o *GetRunResourcesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run resources o k response has a 5xx status code +func (o *GetRunResourcesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run resources o k response a status code equal to that given +func (o *GetRunResourcesOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunResourcesOK) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/resources][%d] getRunResourcesOK %+v", 200, o.Payload) } + +func (o *GetRunResourcesOK) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/resources][%d] getRunResourcesOK %+v", 200, o.Payload) +} + func (o *GetRunResourcesOK) GetPayload() *service_model.V1EventsResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetRunResourcesNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run resources no content response has a 2xx status code +func (o *GetRunResourcesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run resources no content response has a 3xx status code +func (o *GetRunResourcesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run resources no content response has a 4xx status code +func (o *GetRunResourcesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run resources no content response has a 5xx status code +func (o *GetRunResourcesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run resources no content response a status code equal to that given +func (o *GetRunResourcesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunResourcesNoContent) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/resources][%d] getRunResourcesNoContent %+v", 204, o.Payload) } + +func (o *GetRunResourcesNoContent) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/resources][%d] getRunResourcesNoContent %+v", 204, o.Payload) +} + func (o *GetRunResourcesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunResourcesForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run resources forbidden response has a 2xx status code +func (o *GetRunResourcesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run resources forbidden response has a 3xx status code +func (o *GetRunResourcesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run resources forbidden response has a 4xx status code +func (o *GetRunResourcesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run resources forbidden response has a 5xx status code +func (o *GetRunResourcesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run resources forbidden response a status code equal to that given +func (o *GetRunResourcesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunResourcesForbidden) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/resources][%d] getRunResourcesForbidden %+v", 403, o.Payload) } + +func (o *GetRunResourcesForbidden) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/resources][%d] getRunResourcesForbidden %+v", 403, o.Payload) +} + func (o *GetRunResourcesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunResourcesNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run resources not found response has a 2xx status code +func (o *GetRunResourcesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run resources not found response has a 3xx status code +func (o *GetRunResourcesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run resources not found response has a 4xx status code +func (o *GetRunResourcesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run resources not found response has a 5xx status code +func (o *GetRunResourcesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run resources not found response a status code equal to that given +func (o *GetRunResourcesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunResourcesNotFound) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/resources][%d] getRunResourcesNotFound %+v", 404, o.Payload) } + +func (o *GetRunResourcesNotFound) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/resources][%d] getRunResourcesNotFound %+v", 404, o.Payload) +} + func (o *GetRunResourcesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunResourcesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run resources default response has a 2xx status code +func (o *GetRunResourcesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run resources default response has a 3xx status code +func (o *GetRunResourcesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run resources default response has a 4xx status code +func (o *GetRunResourcesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run resources default response has a 5xx status code +func (o *GetRunResourcesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run resources default response a status code equal to that given +func (o *GetRunResourcesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunResourcesDefault) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/resources][%d] GetRunResources default %+v", o._statusCode, o.Payload) } + +func (o *GetRunResourcesDefault) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/resources][%d] GetRunResources default %+v", o._statusCode, o.Payload) +} + func (o *GetRunResourcesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_responses.go index a16b173a87..b90ff0d8d2 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_responses.go @@ -86,9 +86,39 @@ type GetRunOK struct { Payload *service_model.V1Run } +// IsSuccess returns true when this get run o k response has a 2xx status code +func (o *GetRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run o k response has a 3xx status code +func (o *GetRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run o k response has a 4xx status code +func (o *GetRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run o k response has a 5xx status code +func (o *GetRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run o k response a status code equal to that given +func (o *GetRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}][%d] getRunOK %+v", 200, o.Payload) } + +func (o *GetRunOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}][%d] getRunOK %+v", 200, o.Payload) +} + func (o *GetRunOK) GetPayload() *service_model.V1Run { return o.Payload } @@ -118,9 +148,39 @@ type GetRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run no content response has a 2xx status code +func (o *GetRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run no content response has a 3xx status code +func (o *GetRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run no content response has a 4xx status code +func (o *GetRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run no content response has a 5xx status code +func (o *GetRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run no content response a status code equal to that given +func (o *GetRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}][%d] getRunNoContent %+v", 204, o.Payload) } + +func (o *GetRunNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}][%d] getRunNoContent %+v", 204, o.Payload) +} + func (o *GetRunNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run forbidden response has a 2xx status code +func (o *GetRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run forbidden response has a 3xx status code +func (o *GetRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run forbidden response has a 4xx status code +func (o *GetRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run forbidden response has a 5xx status code +func (o *GetRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run forbidden response a status code equal to that given +func (o *GetRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}][%d] getRunForbidden %+v", 403, o.Payload) } + +func (o *GetRunForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}][%d] getRunForbidden %+v", 403, o.Payload) +} + func (o *GetRunForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run not found response has a 2xx status code +func (o *GetRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run not found response has a 3xx status code +func (o *GetRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run not found response has a 4xx status code +func (o *GetRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run not found response has a 5xx status code +func (o *GetRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run not found response a status code equal to that given +func (o *GetRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}][%d] getRunNotFound %+v", 404, o.Payload) } + +func (o *GetRunNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}][%d] getRunNotFound %+v", 404, o.Payload) +} + func (o *GetRunNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run default response has a 2xx status code +func (o *GetRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run default response has a 3xx status code +func (o *GetRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run default response has a 4xx status code +func (o *GetRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run default response has a 5xx status code +func (o *GetRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run default response a status code equal to that given +func (o *GetRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}][%d] GetRun default %+v", o._statusCode, o.Payload) } + +func (o *GetRunDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}][%d] GetRun default %+v", o._statusCode, o.Payload) +} + func (o *GetRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_settings_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_settings_responses.go index 0f423f1535..4931fd92e6 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_settings_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_settings_responses.go @@ -86,9 +86,39 @@ type GetRunSettingsOK struct { Payload *service_model.V1RunSettings } +// IsSuccess returns true when this get run settings o k response has a 2xx status code +func (o *GetRunSettingsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run settings o k response has a 3xx status code +func (o *GetRunSettingsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run settings o k response has a 4xx status code +func (o *GetRunSettingsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run settings o k response has a 5xx status code +func (o *GetRunSettingsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run settings o k response a status code equal to that given +func (o *GetRunSettingsOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunSettingsOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/settings][%d] getRunSettingsOK %+v", 200, o.Payload) } + +func (o *GetRunSettingsOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/settings][%d] getRunSettingsOK %+v", 200, o.Payload) +} + func (o *GetRunSettingsOK) GetPayload() *service_model.V1RunSettings { return o.Payload } @@ -118,9 +148,39 @@ type GetRunSettingsNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run settings no content response has a 2xx status code +func (o *GetRunSettingsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run settings no content response has a 3xx status code +func (o *GetRunSettingsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run settings no content response has a 4xx status code +func (o *GetRunSettingsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run settings no content response has a 5xx status code +func (o *GetRunSettingsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run settings no content response a status code equal to that given +func (o *GetRunSettingsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunSettingsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/settings][%d] getRunSettingsNoContent %+v", 204, o.Payload) } + +func (o *GetRunSettingsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/settings][%d] getRunSettingsNoContent %+v", 204, o.Payload) +} + func (o *GetRunSettingsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunSettingsForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run settings forbidden response has a 2xx status code +func (o *GetRunSettingsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run settings forbidden response has a 3xx status code +func (o *GetRunSettingsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run settings forbidden response has a 4xx status code +func (o *GetRunSettingsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run settings forbidden response has a 5xx status code +func (o *GetRunSettingsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run settings forbidden response a status code equal to that given +func (o *GetRunSettingsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunSettingsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/settings][%d] getRunSettingsForbidden %+v", 403, o.Payload) } + +func (o *GetRunSettingsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/settings][%d] getRunSettingsForbidden %+v", 403, o.Payload) +} + func (o *GetRunSettingsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunSettingsNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run settings not found response has a 2xx status code +func (o *GetRunSettingsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run settings not found response has a 3xx status code +func (o *GetRunSettingsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run settings not found response has a 4xx status code +func (o *GetRunSettingsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run settings not found response has a 5xx status code +func (o *GetRunSettingsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run settings not found response a status code equal to that given +func (o *GetRunSettingsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunSettingsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/settings][%d] getRunSettingsNotFound %+v", 404, o.Payload) } + +func (o *GetRunSettingsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/settings][%d] getRunSettingsNotFound %+v", 404, o.Payload) +} + func (o *GetRunSettingsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunSettingsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run settings default response has a 2xx status code +func (o *GetRunSettingsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run settings default response has a 3xx status code +func (o *GetRunSettingsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run settings default response has a 4xx status code +func (o *GetRunSettingsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run settings default response has a 5xx status code +func (o *GetRunSettingsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run settings default response a status code equal to that given +func (o *GetRunSettingsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunSettingsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/settings][%d] GetRunSettings default %+v", o._statusCode, o.Payload) } + +func (o *GetRunSettingsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/settings][%d] GetRunSettings default %+v", o._statusCode, o.Payload) +} + func (o *GetRunSettingsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_stats_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_stats_responses.go index c09df927ab..c249989ffe 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_stats_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_stats_responses.go @@ -86,9 +86,39 @@ type GetRunStatsOK struct { Payload interface{} } +// IsSuccess returns true when this get run stats o k response has a 2xx status code +func (o *GetRunStatsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run stats o k response has a 3xx status code +func (o *GetRunStatsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run stats o k response has a 4xx status code +func (o *GetRunStatsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run stats o k response has a 5xx status code +func (o *GetRunStatsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run stats o k response a status code equal to that given +func (o *GetRunStatsOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunStatsOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/stats][%d] getRunStatsOK %+v", 200, o.Payload) } + +func (o *GetRunStatsOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/stats][%d] getRunStatsOK %+v", 200, o.Payload) +} + func (o *GetRunStatsOK) GetPayload() interface{} { return o.Payload } @@ -116,9 +146,39 @@ type GetRunStatsNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run stats no content response has a 2xx status code +func (o *GetRunStatsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run stats no content response has a 3xx status code +func (o *GetRunStatsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run stats no content response has a 4xx status code +func (o *GetRunStatsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run stats no content response has a 5xx status code +func (o *GetRunStatsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run stats no content response a status code equal to that given +func (o *GetRunStatsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunStatsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/stats][%d] getRunStatsNoContent %+v", 204, o.Payload) } + +func (o *GetRunStatsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/stats][%d] getRunStatsNoContent %+v", 204, o.Payload) +} + func (o *GetRunStatsNoContent) GetPayload() interface{} { return o.Payload } @@ -146,9 +206,39 @@ type GetRunStatsForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run stats forbidden response has a 2xx status code +func (o *GetRunStatsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run stats forbidden response has a 3xx status code +func (o *GetRunStatsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run stats forbidden response has a 4xx status code +func (o *GetRunStatsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run stats forbidden response has a 5xx status code +func (o *GetRunStatsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run stats forbidden response a status code equal to that given +func (o *GetRunStatsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunStatsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/stats][%d] getRunStatsForbidden %+v", 403, o.Payload) } + +func (o *GetRunStatsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/stats][%d] getRunStatsForbidden %+v", 403, o.Payload) +} + func (o *GetRunStatsForbidden) GetPayload() interface{} { return o.Payload } @@ -176,9 +266,39 @@ type GetRunStatsNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run stats not found response has a 2xx status code +func (o *GetRunStatsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run stats not found response has a 3xx status code +func (o *GetRunStatsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run stats not found response has a 4xx status code +func (o *GetRunStatsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run stats not found response has a 5xx status code +func (o *GetRunStatsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run stats not found response a status code equal to that given +func (o *GetRunStatsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunStatsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/stats][%d] getRunStatsNotFound %+v", 404, o.Payload) } + +func (o *GetRunStatsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/stats][%d] getRunStatsNotFound %+v", 404, o.Payload) +} + func (o *GetRunStatsNotFound) GetPayload() interface{} { return o.Payload } @@ -215,9 +335,39 @@ func (o *GetRunStatsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run stats default response has a 2xx status code +func (o *GetRunStatsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run stats default response has a 3xx status code +func (o *GetRunStatsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run stats default response has a 4xx status code +func (o *GetRunStatsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run stats default response has a 5xx status code +func (o *GetRunStatsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run stats default response a status code equal to that given +func (o *GetRunStatsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunStatsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/stats][%d] GetRunStats default %+v", o._statusCode, o.Payload) } + +func (o *GetRunStatsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/stats][%d] GetRunStats default %+v", o._statusCode, o.Payload) +} + func (o *GetRunStatsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_statuses_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_statuses_responses.go index 711f564241..611b9800b1 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_statuses_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_statuses_responses.go @@ -86,9 +86,39 @@ type GetRunStatusesOK struct { Payload *service_model.V1Status } +// IsSuccess returns true when this get run statuses o k response has a 2xx status code +func (o *GetRunStatusesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run statuses o k response has a 3xx status code +func (o *GetRunStatusesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run statuses o k response has a 4xx status code +func (o *GetRunStatusesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run statuses o k response has a 5xx status code +func (o *GetRunStatusesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run statuses o k response a status code equal to that given +func (o *GetRunStatusesOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunStatusesOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/statuses][%d] getRunStatusesOK %+v", 200, o.Payload) } + +func (o *GetRunStatusesOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/statuses][%d] getRunStatusesOK %+v", 200, o.Payload) +} + func (o *GetRunStatusesOK) GetPayload() *service_model.V1Status { return o.Payload } @@ -118,9 +148,39 @@ type GetRunStatusesNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run statuses no content response has a 2xx status code +func (o *GetRunStatusesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run statuses no content response has a 3xx status code +func (o *GetRunStatusesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run statuses no content response has a 4xx status code +func (o *GetRunStatusesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run statuses no content response has a 5xx status code +func (o *GetRunStatusesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run statuses no content response a status code equal to that given +func (o *GetRunStatusesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunStatusesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/statuses][%d] getRunStatusesNoContent %+v", 204, o.Payload) } + +func (o *GetRunStatusesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/statuses][%d] getRunStatusesNoContent %+v", 204, o.Payload) +} + func (o *GetRunStatusesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunStatusesForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run statuses forbidden response has a 2xx status code +func (o *GetRunStatusesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run statuses forbidden response has a 3xx status code +func (o *GetRunStatusesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run statuses forbidden response has a 4xx status code +func (o *GetRunStatusesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run statuses forbidden response has a 5xx status code +func (o *GetRunStatusesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run statuses forbidden response a status code equal to that given +func (o *GetRunStatusesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunStatusesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/statuses][%d] getRunStatusesForbidden %+v", 403, o.Payload) } + +func (o *GetRunStatusesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/statuses][%d] getRunStatusesForbidden %+v", 403, o.Payload) +} + func (o *GetRunStatusesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunStatusesNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run statuses not found response has a 2xx status code +func (o *GetRunStatusesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run statuses not found response has a 3xx status code +func (o *GetRunStatusesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run statuses not found response has a 4xx status code +func (o *GetRunStatusesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run statuses not found response has a 5xx status code +func (o *GetRunStatusesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run statuses not found response a status code equal to that given +func (o *GetRunStatusesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunStatusesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/statuses][%d] getRunStatusesNotFound %+v", 404, o.Payload) } + +func (o *GetRunStatusesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/statuses][%d] getRunStatusesNotFound %+v", 404, o.Payload) +} + func (o *GetRunStatusesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunStatusesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run statuses default response has a 2xx status code +func (o *GetRunStatusesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run statuses default response has a 3xx status code +func (o *GetRunStatusesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run statuses default response has a 4xx status code +func (o *GetRunStatusesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run statuses default response has a 5xx status code +func (o *GetRunStatusesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run statuses default response a status code equal to that given +func (o *GetRunStatusesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunStatusesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/statuses][%d] GetRunStatuses default %+v", o._statusCode, o.Payload) } + +func (o *GetRunStatusesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/statuses][%d] GetRunStatuses default %+v", o._statusCode, o.Payload) +} + func (o *GetRunStatusesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_run_upstream_lineage_responses.go b/go/http_client/v1/service_client/runs_v1/get_run_upstream_lineage_responses.go index d3371e2494..7ae435058d 100644 --- a/go/http_client/v1/service_client/runs_v1/get_run_upstream_lineage_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_run_upstream_lineage_responses.go @@ -86,9 +86,39 @@ type GetRunUpstreamLineageOK struct { Payload *service_model.V1ListRunEdgesResponse } +// IsSuccess returns true when this get run upstream lineage o k response has a 2xx status code +func (o *GetRunUpstreamLineageOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run upstream lineage o k response has a 3xx status code +func (o *GetRunUpstreamLineageOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run upstream lineage o k response has a 4xx status code +func (o *GetRunUpstreamLineageOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run upstream lineage o k response has a 5xx status code +func (o *GetRunUpstreamLineageOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get run upstream lineage o k response a status code equal to that given +func (o *GetRunUpstreamLineageOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunUpstreamLineageOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/upstream][%d] getRunUpstreamLineageOK %+v", 200, o.Payload) } + +func (o *GetRunUpstreamLineageOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/upstream][%d] getRunUpstreamLineageOK %+v", 200, o.Payload) +} + func (o *GetRunUpstreamLineageOK) GetPayload() *service_model.V1ListRunEdgesResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetRunUpstreamLineageNoContent struct { Payload interface{} } +// IsSuccess returns true when this get run upstream lineage no content response has a 2xx status code +func (o *GetRunUpstreamLineageNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get run upstream lineage no content response has a 3xx status code +func (o *GetRunUpstreamLineageNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run upstream lineage no content response has a 4xx status code +func (o *GetRunUpstreamLineageNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get run upstream lineage no content response has a 5xx status code +func (o *GetRunUpstreamLineageNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get run upstream lineage no content response a status code equal to that given +func (o *GetRunUpstreamLineageNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunUpstreamLineageNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/upstream][%d] getRunUpstreamLineageNoContent %+v", 204, o.Payload) } + +func (o *GetRunUpstreamLineageNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/upstream][%d] getRunUpstreamLineageNoContent %+v", 204, o.Payload) +} + func (o *GetRunUpstreamLineageNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunUpstreamLineageForbidden struct { Payload interface{} } +// IsSuccess returns true when this get run upstream lineage forbidden response has a 2xx status code +func (o *GetRunUpstreamLineageForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run upstream lineage forbidden response has a 3xx status code +func (o *GetRunUpstreamLineageForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run upstream lineage forbidden response has a 4xx status code +func (o *GetRunUpstreamLineageForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run upstream lineage forbidden response has a 5xx status code +func (o *GetRunUpstreamLineageForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get run upstream lineage forbidden response a status code equal to that given +func (o *GetRunUpstreamLineageForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunUpstreamLineageForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/upstream][%d] getRunUpstreamLineageForbidden %+v", 403, o.Payload) } + +func (o *GetRunUpstreamLineageForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/upstream][%d] getRunUpstreamLineageForbidden %+v", 403, o.Payload) +} + func (o *GetRunUpstreamLineageForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunUpstreamLineageNotFound struct { Payload interface{} } +// IsSuccess returns true when this get run upstream lineage not found response has a 2xx status code +func (o *GetRunUpstreamLineageNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get run upstream lineage not found response has a 3xx status code +func (o *GetRunUpstreamLineageNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get run upstream lineage not found response has a 4xx status code +func (o *GetRunUpstreamLineageNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get run upstream lineage not found response has a 5xx status code +func (o *GetRunUpstreamLineageNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get run upstream lineage not found response a status code equal to that given +func (o *GetRunUpstreamLineageNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunUpstreamLineageNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/upstream][%d] getRunUpstreamLineageNotFound %+v", 404, o.Payload) } + +func (o *GetRunUpstreamLineageNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/upstream][%d] getRunUpstreamLineageNotFound %+v", 404, o.Payload) +} + func (o *GetRunUpstreamLineageNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunUpstreamLineageDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get run upstream lineage default response has a 2xx status code +func (o *GetRunUpstreamLineageDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get run upstream lineage default response has a 3xx status code +func (o *GetRunUpstreamLineageDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get run upstream lineage default response has a 4xx status code +func (o *GetRunUpstreamLineageDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get run upstream lineage default response has a 5xx status code +func (o *GetRunUpstreamLineageDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get run upstream lineage default response a status code equal to that given +func (o *GetRunUpstreamLineageDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunUpstreamLineageDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/upstream][%d] GetRunUpstreamLineage default %+v", o._statusCode, o.Payload) } + +func (o *GetRunUpstreamLineageDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{entity}/runs/{uuid}/lineage/upstream][%d] GetRunUpstreamLineage default %+v", o._statusCode, o.Payload) +} + func (o *GetRunUpstreamLineageDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/get_runs_artifacts_lineage_responses.go b/go/http_client/v1/service_client/runs_v1/get_runs_artifacts_lineage_responses.go index 2e2ecda6c7..dd48f26971 100644 --- a/go/http_client/v1/service_client/runs_v1/get_runs_artifacts_lineage_responses.go +++ b/go/http_client/v1/service_client/runs_v1/get_runs_artifacts_lineage_responses.go @@ -86,9 +86,39 @@ type GetRunsArtifactsLineageOK struct { Payload *service_model.V1ListRunArtifactsResponse } +// IsSuccess returns true when this get runs artifacts lineage o k response has a 2xx status code +func (o *GetRunsArtifactsLineageOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get runs artifacts lineage o k response has a 3xx status code +func (o *GetRunsArtifactsLineageOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get runs artifacts lineage o k response has a 4xx status code +func (o *GetRunsArtifactsLineageOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get runs artifacts lineage o k response has a 5xx status code +func (o *GetRunsArtifactsLineageOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get runs artifacts lineage o k response a status code equal to that given +func (o *GetRunsArtifactsLineageOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetRunsArtifactsLineageOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs/lineage/artifacts][%d] getRunsArtifactsLineageOK %+v", 200, o.Payload) } + +func (o *GetRunsArtifactsLineageOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs/lineage/artifacts][%d] getRunsArtifactsLineageOK %+v", 200, o.Payload) +} + func (o *GetRunsArtifactsLineageOK) GetPayload() *service_model.V1ListRunArtifactsResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetRunsArtifactsLineageNoContent struct { Payload interface{} } +// IsSuccess returns true when this get runs artifacts lineage no content response has a 2xx status code +func (o *GetRunsArtifactsLineageNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get runs artifacts lineage no content response has a 3xx status code +func (o *GetRunsArtifactsLineageNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get runs artifacts lineage no content response has a 4xx status code +func (o *GetRunsArtifactsLineageNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get runs artifacts lineage no content response has a 5xx status code +func (o *GetRunsArtifactsLineageNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get runs artifacts lineage no content response a status code equal to that given +func (o *GetRunsArtifactsLineageNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetRunsArtifactsLineageNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs/lineage/artifacts][%d] getRunsArtifactsLineageNoContent %+v", 204, o.Payload) } + +func (o *GetRunsArtifactsLineageNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs/lineage/artifacts][%d] getRunsArtifactsLineageNoContent %+v", 204, o.Payload) +} + func (o *GetRunsArtifactsLineageNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetRunsArtifactsLineageForbidden struct { Payload interface{} } +// IsSuccess returns true when this get runs artifacts lineage forbidden response has a 2xx status code +func (o *GetRunsArtifactsLineageForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get runs artifacts lineage forbidden response has a 3xx status code +func (o *GetRunsArtifactsLineageForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get runs artifacts lineage forbidden response has a 4xx status code +func (o *GetRunsArtifactsLineageForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get runs artifacts lineage forbidden response has a 5xx status code +func (o *GetRunsArtifactsLineageForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get runs artifacts lineage forbidden response a status code equal to that given +func (o *GetRunsArtifactsLineageForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetRunsArtifactsLineageForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs/lineage/artifacts][%d] getRunsArtifactsLineageForbidden %+v", 403, o.Payload) } + +func (o *GetRunsArtifactsLineageForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs/lineage/artifacts][%d] getRunsArtifactsLineageForbidden %+v", 403, o.Payload) +} + func (o *GetRunsArtifactsLineageForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetRunsArtifactsLineageNotFound struct { Payload interface{} } +// IsSuccess returns true when this get runs artifacts lineage not found response has a 2xx status code +func (o *GetRunsArtifactsLineageNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get runs artifacts lineage not found response has a 3xx status code +func (o *GetRunsArtifactsLineageNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get runs artifacts lineage not found response has a 4xx status code +func (o *GetRunsArtifactsLineageNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get runs artifacts lineage not found response has a 5xx status code +func (o *GetRunsArtifactsLineageNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get runs artifacts lineage not found response a status code equal to that given +func (o *GetRunsArtifactsLineageNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetRunsArtifactsLineageNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs/lineage/artifacts][%d] getRunsArtifactsLineageNotFound %+v", 404, o.Payload) } + +func (o *GetRunsArtifactsLineageNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs/lineage/artifacts][%d] getRunsArtifactsLineageNotFound %+v", 404, o.Payload) +} + func (o *GetRunsArtifactsLineageNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetRunsArtifactsLineageDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get runs artifacts lineage default response has a 2xx status code +func (o *GetRunsArtifactsLineageDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get runs artifacts lineage default response has a 3xx status code +func (o *GetRunsArtifactsLineageDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get runs artifacts lineage default response has a 4xx status code +func (o *GetRunsArtifactsLineageDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get runs artifacts lineage default response has a 5xx status code +func (o *GetRunsArtifactsLineageDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get runs artifacts lineage default response a status code equal to that given +func (o *GetRunsArtifactsLineageDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetRunsArtifactsLineageDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs/lineage/artifacts][%d] GetRunsArtifactsLineage default %+v", o._statusCode, o.Payload) } + +func (o *GetRunsArtifactsLineageDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs/lineage/artifacts][%d] GetRunsArtifactsLineage default %+v", o._statusCode, o.Payload) +} + func (o *GetRunsArtifactsLineageDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/impersonate_token_responses.go b/go/http_client/v1/service_client/runs_v1/impersonate_token_responses.go index 29cd03d490..05102fe961 100644 --- a/go/http_client/v1/service_client/runs_v1/impersonate_token_responses.go +++ b/go/http_client/v1/service_client/runs_v1/impersonate_token_responses.go @@ -86,9 +86,39 @@ type ImpersonateTokenOK struct { Payload *service_model.V1Auth } +// IsSuccess returns true when this impersonate token o k response has a 2xx status code +func (o *ImpersonateTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this impersonate token o k response has a 3xx status code +func (o *ImpersonateTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this impersonate token o k response has a 4xx status code +func (o *ImpersonateTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this impersonate token o k response has a 5xx status code +func (o *ImpersonateTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this impersonate token o k response a status code equal to that given +func (o *ImpersonateTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *ImpersonateTokenOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/impersonate][%d] impersonateTokenOK %+v", 200, o.Payload) } + +func (o *ImpersonateTokenOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/impersonate][%d] impersonateTokenOK %+v", 200, o.Payload) +} + func (o *ImpersonateTokenOK) GetPayload() *service_model.V1Auth { return o.Payload } @@ -118,9 +148,39 @@ type ImpersonateTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this impersonate token no content response has a 2xx status code +func (o *ImpersonateTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this impersonate token no content response has a 3xx status code +func (o *ImpersonateTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this impersonate token no content response has a 4xx status code +func (o *ImpersonateTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this impersonate token no content response has a 5xx status code +func (o *ImpersonateTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this impersonate token no content response a status code equal to that given +func (o *ImpersonateTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ImpersonateTokenNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/impersonate][%d] impersonateTokenNoContent %+v", 204, o.Payload) } + +func (o *ImpersonateTokenNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/impersonate][%d] impersonateTokenNoContent %+v", 204, o.Payload) +} + func (o *ImpersonateTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ImpersonateTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this impersonate token forbidden response has a 2xx status code +func (o *ImpersonateTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this impersonate token forbidden response has a 3xx status code +func (o *ImpersonateTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this impersonate token forbidden response has a 4xx status code +func (o *ImpersonateTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this impersonate token forbidden response has a 5xx status code +func (o *ImpersonateTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this impersonate token forbidden response a status code equal to that given +func (o *ImpersonateTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ImpersonateTokenForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/impersonate][%d] impersonateTokenForbidden %+v", 403, o.Payload) } + +func (o *ImpersonateTokenForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/impersonate][%d] impersonateTokenForbidden %+v", 403, o.Payload) +} + func (o *ImpersonateTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ImpersonateTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this impersonate token not found response has a 2xx status code +func (o *ImpersonateTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this impersonate token not found response has a 3xx status code +func (o *ImpersonateTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this impersonate token not found response has a 4xx status code +func (o *ImpersonateTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this impersonate token not found response has a 5xx status code +func (o *ImpersonateTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this impersonate token not found response a status code equal to that given +func (o *ImpersonateTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ImpersonateTokenNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/impersonate][%d] impersonateTokenNotFound %+v", 404, o.Payload) } + +func (o *ImpersonateTokenNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/impersonate][%d] impersonateTokenNotFound %+v", 404, o.Payload) +} + func (o *ImpersonateTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ImpersonateTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this impersonate token default response has a 2xx status code +func (o *ImpersonateTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this impersonate token default response has a 3xx status code +func (o *ImpersonateTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this impersonate token default response has a 4xx status code +func (o *ImpersonateTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this impersonate token default response has a 5xx status code +func (o *ImpersonateTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this impersonate token default response a status code equal to that given +func (o *ImpersonateTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ImpersonateTokenDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/impersonate][%d] ImpersonateToken default %+v", o._statusCode, o.Payload) } + +func (o *ImpersonateTokenDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/impersonate][%d] ImpersonateToken default %+v", o._statusCode, o.Payload) +} + func (o *ImpersonateTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/inspect_run_responses.go b/go/http_client/v1/service_client/runs_v1/inspect_run_responses.go index 8f51e25581..0edf10cffa 100644 --- a/go/http_client/v1/service_client/runs_v1/inspect_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/inspect_run_responses.go @@ -86,9 +86,39 @@ type InspectRunOK struct { Payload interface{} } +// IsSuccess returns true when this inspect run o k response has a 2xx status code +func (o *InspectRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this inspect run o k response has a 3xx status code +func (o *InspectRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this inspect run o k response has a 4xx status code +func (o *InspectRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this inspect run o k response has a 5xx status code +func (o *InspectRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this inspect run o k response a status code equal to that given +func (o *InspectRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *InspectRunOK) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/k8s_inspect][%d] inspectRunOK %+v", 200, o.Payload) } + +func (o *InspectRunOK) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/k8s_inspect][%d] inspectRunOK %+v", 200, o.Payload) +} + func (o *InspectRunOK) GetPayload() interface{} { return o.Payload } @@ -116,9 +146,39 @@ type InspectRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this inspect run no content response has a 2xx status code +func (o *InspectRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this inspect run no content response has a 3xx status code +func (o *InspectRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this inspect run no content response has a 4xx status code +func (o *InspectRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this inspect run no content response has a 5xx status code +func (o *InspectRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this inspect run no content response a status code equal to that given +func (o *InspectRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *InspectRunNoContent) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/k8s_inspect][%d] inspectRunNoContent %+v", 204, o.Payload) } + +func (o *InspectRunNoContent) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/k8s_inspect][%d] inspectRunNoContent %+v", 204, o.Payload) +} + func (o *InspectRunNoContent) GetPayload() interface{} { return o.Payload } @@ -146,9 +206,39 @@ type InspectRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this inspect run forbidden response has a 2xx status code +func (o *InspectRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this inspect run forbidden response has a 3xx status code +func (o *InspectRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this inspect run forbidden response has a 4xx status code +func (o *InspectRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this inspect run forbidden response has a 5xx status code +func (o *InspectRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this inspect run forbidden response a status code equal to that given +func (o *InspectRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *InspectRunForbidden) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/k8s_inspect][%d] inspectRunForbidden %+v", 403, o.Payload) } + +func (o *InspectRunForbidden) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/k8s_inspect][%d] inspectRunForbidden %+v", 403, o.Payload) +} + func (o *InspectRunForbidden) GetPayload() interface{} { return o.Payload } @@ -176,9 +266,39 @@ type InspectRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this inspect run not found response has a 2xx status code +func (o *InspectRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this inspect run not found response has a 3xx status code +func (o *InspectRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this inspect run not found response has a 4xx status code +func (o *InspectRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this inspect run not found response has a 5xx status code +func (o *InspectRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this inspect run not found response a status code equal to that given +func (o *InspectRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *InspectRunNotFound) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/k8s_inspect][%d] inspectRunNotFound %+v", 404, o.Payload) } + +func (o *InspectRunNotFound) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/k8s_inspect][%d] inspectRunNotFound %+v", 404, o.Payload) +} + func (o *InspectRunNotFound) GetPayload() interface{} { return o.Payload } @@ -215,9 +335,39 @@ func (o *InspectRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this inspect run default response has a 2xx status code +func (o *InspectRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this inspect run default response has a 3xx status code +func (o *InspectRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this inspect run default response has a 4xx status code +func (o *InspectRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this inspect run default response has a 5xx status code +func (o *InspectRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this inspect run default response a status code equal to that given +func (o *InspectRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *InspectRunDefault) Error() string { return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/k8s_inspect][%d] InspectRun default %+v", o._statusCode, o.Payload) } + +func (o *InspectRunDefault) String() string { + return fmt.Sprintf("[GET /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/k8s_inspect][%d] InspectRun default %+v", o._statusCode, o.Payload) +} + func (o *InspectRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/invalidate_run_responses.go b/go/http_client/v1/service_client/runs_v1/invalidate_run_responses.go index 0403f1d4d1..1216d2a744 100644 --- a/go/http_client/v1/service_client/runs_v1/invalidate_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/invalidate_run_responses.go @@ -85,10 +85,39 @@ A successful response. type InvalidateRunOK struct { } +// IsSuccess returns true when this invalidate run o k response has a 2xx status code +func (o *InvalidateRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this invalidate run o k response has a 3xx status code +func (o *InvalidateRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this invalidate run o k response has a 4xx status code +func (o *InvalidateRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this invalidate run o k response has a 5xx status code +func (o *InvalidateRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this invalidate run o k response a status code equal to that given +func (o *InvalidateRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *InvalidateRunOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/invalidate][%d] invalidateRunOK ", 200) } +func (o *InvalidateRunOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/invalidate][%d] invalidateRunOK ", 200) +} + func (o *InvalidateRunOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type InvalidateRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this invalidate run no content response has a 2xx status code +func (o *InvalidateRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this invalidate run no content response has a 3xx status code +func (o *InvalidateRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this invalidate run no content response has a 4xx status code +func (o *InvalidateRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this invalidate run no content response has a 5xx status code +func (o *InvalidateRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this invalidate run no content response a status code equal to that given +func (o *InvalidateRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *InvalidateRunNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/invalidate][%d] invalidateRunNoContent %+v", 204, o.Payload) } + +func (o *InvalidateRunNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/invalidate][%d] invalidateRunNoContent %+v", 204, o.Payload) +} + func (o *InvalidateRunNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type InvalidateRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this invalidate run forbidden response has a 2xx status code +func (o *InvalidateRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this invalidate run forbidden response has a 3xx status code +func (o *InvalidateRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this invalidate run forbidden response has a 4xx status code +func (o *InvalidateRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this invalidate run forbidden response has a 5xx status code +func (o *InvalidateRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this invalidate run forbidden response a status code equal to that given +func (o *InvalidateRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *InvalidateRunForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/invalidate][%d] invalidateRunForbidden %+v", 403, o.Payload) } + +func (o *InvalidateRunForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/invalidate][%d] invalidateRunForbidden %+v", 403, o.Payload) +} + func (o *InvalidateRunForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type InvalidateRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this invalidate run not found response has a 2xx status code +func (o *InvalidateRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this invalidate run not found response has a 3xx status code +func (o *InvalidateRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this invalidate run not found response has a 4xx status code +func (o *InvalidateRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this invalidate run not found response has a 5xx status code +func (o *InvalidateRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this invalidate run not found response a status code equal to that given +func (o *InvalidateRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *InvalidateRunNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/invalidate][%d] invalidateRunNotFound %+v", 404, o.Payload) } + +func (o *InvalidateRunNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/invalidate][%d] invalidateRunNotFound %+v", 404, o.Payload) +} + func (o *InvalidateRunNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *InvalidateRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this invalidate run default response has a 2xx status code +func (o *InvalidateRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this invalidate run default response has a 3xx status code +func (o *InvalidateRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this invalidate run default response has a 4xx status code +func (o *InvalidateRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this invalidate run default response has a 5xx status code +func (o *InvalidateRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this invalidate run default response a status code equal to that given +func (o *InvalidateRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *InvalidateRunDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/invalidate][%d] InvalidateRun default %+v", o._statusCode, o.Payload) } + +func (o *InvalidateRunDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/invalidate][%d] InvalidateRun default %+v", o._statusCode, o.Payload) +} + func (o *InvalidateRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/invalidate_runs_responses.go b/go/http_client/v1/service_client/runs_v1/invalidate_runs_responses.go index b9dad7511c..5512c49dbf 100644 --- a/go/http_client/v1/service_client/runs_v1/invalidate_runs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/invalidate_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type InvalidateRunsOK struct { } +// IsSuccess returns true when this invalidate runs o k response has a 2xx status code +func (o *InvalidateRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this invalidate runs o k response has a 3xx status code +func (o *InvalidateRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this invalidate runs o k response has a 4xx status code +func (o *InvalidateRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this invalidate runs o k response has a 5xx status code +func (o *InvalidateRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this invalidate runs o k response a status code equal to that given +func (o *InvalidateRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *InvalidateRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/invalidate][%d] invalidateRunsOK ", 200) } +func (o *InvalidateRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/invalidate][%d] invalidateRunsOK ", 200) +} + func (o *InvalidateRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type InvalidateRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this invalidate runs no content response has a 2xx status code +func (o *InvalidateRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this invalidate runs no content response has a 3xx status code +func (o *InvalidateRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this invalidate runs no content response has a 4xx status code +func (o *InvalidateRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this invalidate runs no content response has a 5xx status code +func (o *InvalidateRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this invalidate runs no content response a status code equal to that given +func (o *InvalidateRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *InvalidateRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/invalidate][%d] invalidateRunsNoContent %+v", 204, o.Payload) } + +func (o *InvalidateRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/invalidate][%d] invalidateRunsNoContent %+v", 204, o.Payload) +} + func (o *InvalidateRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type InvalidateRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this invalidate runs forbidden response has a 2xx status code +func (o *InvalidateRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this invalidate runs forbidden response has a 3xx status code +func (o *InvalidateRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this invalidate runs forbidden response has a 4xx status code +func (o *InvalidateRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this invalidate runs forbidden response has a 5xx status code +func (o *InvalidateRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this invalidate runs forbidden response a status code equal to that given +func (o *InvalidateRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *InvalidateRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/invalidate][%d] invalidateRunsForbidden %+v", 403, o.Payload) } + +func (o *InvalidateRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/invalidate][%d] invalidateRunsForbidden %+v", 403, o.Payload) +} + func (o *InvalidateRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type InvalidateRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this invalidate runs not found response has a 2xx status code +func (o *InvalidateRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this invalidate runs not found response has a 3xx status code +func (o *InvalidateRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this invalidate runs not found response has a 4xx status code +func (o *InvalidateRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this invalidate runs not found response has a 5xx status code +func (o *InvalidateRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this invalidate runs not found response a status code equal to that given +func (o *InvalidateRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *InvalidateRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/invalidate][%d] invalidateRunsNotFound %+v", 404, o.Payload) } + +func (o *InvalidateRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/invalidate][%d] invalidateRunsNotFound %+v", 404, o.Payload) +} + func (o *InvalidateRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *InvalidateRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this invalidate runs default response has a 2xx status code +func (o *InvalidateRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this invalidate runs default response has a 3xx status code +func (o *InvalidateRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this invalidate runs default response has a 4xx status code +func (o *InvalidateRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this invalidate runs default response has a 5xx status code +func (o *InvalidateRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this invalidate runs default response a status code equal to that given +func (o *InvalidateRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *InvalidateRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/invalidate][%d] InvalidateRuns default %+v", o._statusCode, o.Payload) } + +func (o *InvalidateRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/invalidate][%d] InvalidateRuns default %+v", o._statusCode, o.Payload) +} + func (o *InvalidateRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/list_archived_runs_responses.go b/go/http_client/v1/service_client/runs_v1/list_archived_runs_responses.go index 703623deaf..4c74de1fa4 100644 --- a/go/http_client/v1/service_client/runs_v1/list_archived_runs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/list_archived_runs_responses.go @@ -86,9 +86,39 @@ type ListArchivedRunsOK struct { Payload *service_model.V1ListRunsResponse } +// IsSuccess returns true when this list archived runs o k response has a 2xx status code +func (o *ListArchivedRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list archived runs o k response has a 3xx status code +func (o *ListArchivedRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list archived runs o k response has a 4xx status code +func (o *ListArchivedRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list archived runs o k response has a 5xx status code +func (o *ListArchivedRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list archived runs o k response a status code equal to that given +func (o *ListArchivedRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListArchivedRunsOK) Error() string { return fmt.Sprintf("[GET /api/v1/archives/{user}/runs][%d] listArchivedRunsOK %+v", 200, o.Payload) } + +func (o *ListArchivedRunsOK) String() string { + return fmt.Sprintf("[GET /api/v1/archives/{user}/runs][%d] listArchivedRunsOK %+v", 200, o.Payload) +} + func (o *ListArchivedRunsOK) GetPayload() *service_model.V1ListRunsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListArchivedRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list archived runs no content response has a 2xx status code +func (o *ListArchivedRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list archived runs no content response has a 3xx status code +func (o *ListArchivedRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list archived runs no content response has a 4xx status code +func (o *ListArchivedRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list archived runs no content response has a 5xx status code +func (o *ListArchivedRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list archived runs no content response a status code equal to that given +func (o *ListArchivedRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListArchivedRunsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/archives/{user}/runs][%d] listArchivedRunsNoContent %+v", 204, o.Payload) } + +func (o *ListArchivedRunsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/archives/{user}/runs][%d] listArchivedRunsNoContent %+v", 204, o.Payload) +} + func (o *ListArchivedRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListArchivedRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list archived runs forbidden response has a 2xx status code +func (o *ListArchivedRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list archived runs forbidden response has a 3xx status code +func (o *ListArchivedRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list archived runs forbidden response has a 4xx status code +func (o *ListArchivedRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list archived runs forbidden response has a 5xx status code +func (o *ListArchivedRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list archived runs forbidden response a status code equal to that given +func (o *ListArchivedRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListArchivedRunsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/archives/{user}/runs][%d] listArchivedRunsForbidden %+v", 403, o.Payload) } + +func (o *ListArchivedRunsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/archives/{user}/runs][%d] listArchivedRunsForbidden %+v", 403, o.Payload) +} + func (o *ListArchivedRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListArchivedRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list archived runs not found response has a 2xx status code +func (o *ListArchivedRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list archived runs not found response has a 3xx status code +func (o *ListArchivedRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list archived runs not found response has a 4xx status code +func (o *ListArchivedRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list archived runs not found response has a 5xx status code +func (o *ListArchivedRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list archived runs not found response a status code equal to that given +func (o *ListArchivedRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListArchivedRunsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/archives/{user}/runs][%d] listArchivedRunsNotFound %+v", 404, o.Payload) } + +func (o *ListArchivedRunsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/archives/{user}/runs][%d] listArchivedRunsNotFound %+v", 404, o.Payload) +} + func (o *ListArchivedRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListArchivedRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list archived runs default response has a 2xx status code +func (o *ListArchivedRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list archived runs default response has a 3xx status code +func (o *ListArchivedRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list archived runs default response has a 4xx status code +func (o *ListArchivedRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list archived runs default response has a 5xx status code +func (o *ListArchivedRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list archived runs default response a status code equal to that given +func (o *ListArchivedRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListArchivedRunsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/archives/{user}/runs][%d] ListArchivedRuns default %+v", o._statusCode, o.Payload) } + +func (o *ListArchivedRunsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/archives/{user}/runs][%d] ListArchivedRuns default %+v", o._statusCode, o.Payload) +} + func (o *ListArchivedRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/list_bookmarked_runs_responses.go b/go/http_client/v1/service_client/runs_v1/list_bookmarked_runs_responses.go index 0eeb82c642..43395dcc36 100644 --- a/go/http_client/v1/service_client/runs_v1/list_bookmarked_runs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/list_bookmarked_runs_responses.go @@ -86,9 +86,39 @@ type ListBookmarkedRunsOK struct { Payload *service_model.V1ListBookmarksResponse } +// IsSuccess returns true when this list bookmarked runs o k response has a 2xx status code +func (o *ListBookmarkedRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list bookmarked runs o k response has a 3xx status code +func (o *ListBookmarkedRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list bookmarked runs o k response has a 4xx status code +func (o *ListBookmarkedRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list bookmarked runs o k response has a 5xx status code +func (o *ListBookmarkedRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list bookmarked runs o k response a status code equal to that given +func (o *ListBookmarkedRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListBookmarkedRunsOK) Error() string { return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/runs][%d] listBookmarkedRunsOK %+v", 200, o.Payload) } + +func (o *ListBookmarkedRunsOK) String() string { + return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/runs][%d] listBookmarkedRunsOK %+v", 200, o.Payload) +} + func (o *ListBookmarkedRunsOK) GetPayload() *service_model.V1ListBookmarksResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListBookmarkedRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list bookmarked runs no content response has a 2xx status code +func (o *ListBookmarkedRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list bookmarked runs no content response has a 3xx status code +func (o *ListBookmarkedRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list bookmarked runs no content response has a 4xx status code +func (o *ListBookmarkedRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list bookmarked runs no content response has a 5xx status code +func (o *ListBookmarkedRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list bookmarked runs no content response a status code equal to that given +func (o *ListBookmarkedRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListBookmarkedRunsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/runs][%d] listBookmarkedRunsNoContent %+v", 204, o.Payload) } + +func (o *ListBookmarkedRunsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/runs][%d] listBookmarkedRunsNoContent %+v", 204, o.Payload) +} + func (o *ListBookmarkedRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListBookmarkedRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list bookmarked runs forbidden response has a 2xx status code +func (o *ListBookmarkedRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list bookmarked runs forbidden response has a 3xx status code +func (o *ListBookmarkedRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list bookmarked runs forbidden response has a 4xx status code +func (o *ListBookmarkedRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list bookmarked runs forbidden response has a 5xx status code +func (o *ListBookmarkedRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list bookmarked runs forbidden response a status code equal to that given +func (o *ListBookmarkedRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListBookmarkedRunsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/runs][%d] listBookmarkedRunsForbidden %+v", 403, o.Payload) } + +func (o *ListBookmarkedRunsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/runs][%d] listBookmarkedRunsForbidden %+v", 403, o.Payload) +} + func (o *ListBookmarkedRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListBookmarkedRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list bookmarked runs not found response has a 2xx status code +func (o *ListBookmarkedRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list bookmarked runs not found response has a 3xx status code +func (o *ListBookmarkedRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list bookmarked runs not found response has a 4xx status code +func (o *ListBookmarkedRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list bookmarked runs not found response has a 5xx status code +func (o *ListBookmarkedRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list bookmarked runs not found response a status code equal to that given +func (o *ListBookmarkedRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListBookmarkedRunsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/runs][%d] listBookmarkedRunsNotFound %+v", 404, o.Payload) } + +func (o *ListBookmarkedRunsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/runs][%d] listBookmarkedRunsNotFound %+v", 404, o.Payload) +} + func (o *ListBookmarkedRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListBookmarkedRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list bookmarked runs default response has a 2xx status code +func (o *ListBookmarkedRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list bookmarked runs default response has a 3xx status code +func (o *ListBookmarkedRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list bookmarked runs default response has a 4xx status code +func (o *ListBookmarkedRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list bookmarked runs default response has a 5xx status code +func (o *ListBookmarkedRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list bookmarked runs default response a status code equal to that given +func (o *ListBookmarkedRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListBookmarkedRunsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/runs][%d] ListBookmarkedRuns default %+v", o._statusCode, o.Payload) } + +func (o *ListBookmarkedRunsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/bookmarks/{user}/runs][%d] ListBookmarkedRuns default %+v", o._statusCode, o.Payload) +} + func (o *ListBookmarkedRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/list_runs_responses.go b/go/http_client/v1/service_client/runs_v1/list_runs_responses.go index 672d27fbc3..91ab58a0ea 100644 --- a/go/http_client/v1/service_client/runs_v1/list_runs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/list_runs_responses.go @@ -86,9 +86,39 @@ type ListRunsOK struct { Payload *service_model.V1ListRunsResponse } +// IsSuccess returns true when this list runs o k response has a 2xx status code +func (o *ListRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list runs o k response has a 3xx status code +func (o *ListRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list runs o k response has a 4xx status code +func (o *ListRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list runs o k response has a 5xx status code +func (o *ListRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list runs o k response a status code equal to that given +func (o *ListRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListRunsOK) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs][%d] listRunsOK %+v", 200, o.Payload) } + +func (o *ListRunsOK) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs][%d] listRunsOK %+v", 200, o.Payload) +} + func (o *ListRunsOK) GetPayload() *service_model.V1ListRunsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list runs no content response has a 2xx status code +func (o *ListRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list runs no content response has a 3xx status code +func (o *ListRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list runs no content response has a 4xx status code +func (o *ListRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list runs no content response has a 5xx status code +func (o *ListRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list runs no content response a status code equal to that given +func (o *ListRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListRunsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs][%d] listRunsNoContent %+v", 204, o.Payload) } + +func (o *ListRunsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs][%d] listRunsNoContent %+v", 204, o.Payload) +} + func (o *ListRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list runs forbidden response has a 2xx status code +func (o *ListRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list runs forbidden response has a 3xx status code +func (o *ListRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list runs forbidden response has a 4xx status code +func (o *ListRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list runs forbidden response has a 5xx status code +func (o *ListRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list runs forbidden response a status code equal to that given +func (o *ListRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListRunsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs][%d] listRunsForbidden %+v", 403, o.Payload) } + +func (o *ListRunsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs][%d] listRunsForbidden %+v", 403, o.Payload) +} + func (o *ListRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list runs not found response has a 2xx status code +func (o *ListRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list runs not found response has a 3xx status code +func (o *ListRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list runs not found response has a 4xx status code +func (o *ListRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list runs not found response has a 5xx status code +func (o *ListRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list runs not found response a status code equal to that given +func (o *ListRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListRunsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs][%d] listRunsNotFound %+v", 404, o.Payload) } + +func (o *ListRunsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs][%d] listRunsNotFound %+v", 404, o.Payload) +} + func (o *ListRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list runs default response has a 2xx status code +func (o *ListRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list runs default response has a 3xx status code +func (o *ListRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list runs default response has a 4xx status code +func (o *ListRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list runs default response has a 5xx status code +func (o *ListRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list runs default response a status code equal to that given +func (o *ListRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListRunsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs][%d] ListRuns default %+v", o._statusCode, o.Payload) } + +func (o *ListRunsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/{owner}/{name}/runs][%d] ListRuns default %+v", o._statusCode, o.Payload) +} + func (o *ListRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/notify_run_status_responses.go b/go/http_client/v1/service_client/runs_v1/notify_run_status_responses.go index a00472714f..ca70ff4134 100644 --- a/go/http_client/v1/service_client/runs_v1/notify_run_status_responses.go +++ b/go/http_client/v1/service_client/runs_v1/notify_run_status_responses.go @@ -85,10 +85,39 @@ A successful response. type NotifyRunStatusOK struct { } +// IsSuccess returns true when this notify run status o k response has a 2xx status code +func (o *NotifyRunStatusOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this notify run status o k response has a 3xx status code +func (o *NotifyRunStatusOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this notify run status o k response has a 4xx status code +func (o *NotifyRunStatusOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this notify run status o k response has a 5xx status code +func (o *NotifyRunStatusOK) IsServerError() bool { + return false +} + +// IsCode returns true when this notify run status o k response a status code equal to that given +func (o *NotifyRunStatusOK) IsCode(code int) bool { + return code == 200 +} + func (o *NotifyRunStatusOK) Error() string { return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/notify][%d] notifyRunStatusOK ", 200) } +func (o *NotifyRunStatusOK) String() string { + return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/notify][%d] notifyRunStatusOK ", 200) +} + func (o *NotifyRunStatusOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type NotifyRunStatusNoContent struct { Payload interface{} } +// IsSuccess returns true when this notify run status no content response has a 2xx status code +func (o *NotifyRunStatusNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this notify run status no content response has a 3xx status code +func (o *NotifyRunStatusNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this notify run status no content response has a 4xx status code +func (o *NotifyRunStatusNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this notify run status no content response has a 5xx status code +func (o *NotifyRunStatusNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this notify run status no content response a status code equal to that given +func (o *NotifyRunStatusNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *NotifyRunStatusNoContent) Error() string { return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/notify][%d] notifyRunStatusNoContent %+v", 204, o.Payload) } + +func (o *NotifyRunStatusNoContent) String() string { + return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/notify][%d] notifyRunStatusNoContent %+v", 204, o.Payload) +} + func (o *NotifyRunStatusNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type NotifyRunStatusForbidden struct { Payload interface{} } +// IsSuccess returns true when this notify run status forbidden response has a 2xx status code +func (o *NotifyRunStatusForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this notify run status forbidden response has a 3xx status code +func (o *NotifyRunStatusForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this notify run status forbidden response has a 4xx status code +func (o *NotifyRunStatusForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this notify run status forbidden response has a 5xx status code +func (o *NotifyRunStatusForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this notify run status forbidden response a status code equal to that given +func (o *NotifyRunStatusForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *NotifyRunStatusForbidden) Error() string { return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/notify][%d] notifyRunStatusForbidden %+v", 403, o.Payload) } + +func (o *NotifyRunStatusForbidden) String() string { + return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/notify][%d] notifyRunStatusForbidden %+v", 403, o.Payload) +} + func (o *NotifyRunStatusForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type NotifyRunStatusNotFound struct { Payload interface{} } +// IsSuccess returns true when this notify run status not found response has a 2xx status code +func (o *NotifyRunStatusNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this notify run status not found response has a 3xx status code +func (o *NotifyRunStatusNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this notify run status not found response has a 4xx status code +func (o *NotifyRunStatusNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this notify run status not found response has a 5xx status code +func (o *NotifyRunStatusNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this notify run status not found response a status code equal to that given +func (o *NotifyRunStatusNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *NotifyRunStatusNotFound) Error() string { return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/notify][%d] notifyRunStatusNotFound %+v", 404, o.Payload) } + +func (o *NotifyRunStatusNotFound) String() string { + return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/notify][%d] notifyRunStatusNotFound %+v", 404, o.Payload) +} + func (o *NotifyRunStatusNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *NotifyRunStatusDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this notify run status default response has a 2xx status code +func (o *NotifyRunStatusDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this notify run status default response has a 3xx status code +func (o *NotifyRunStatusDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this notify run status default response has a 4xx status code +func (o *NotifyRunStatusDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this notify run status default response has a 5xx status code +func (o *NotifyRunStatusDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this notify run status default response a status code equal to that given +func (o *NotifyRunStatusDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *NotifyRunStatusDefault) Error() string { return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/notify][%d] NotifyRunStatus default %+v", o._statusCode, o.Payload) } + +func (o *NotifyRunStatusDefault) String() string { + return fmt.Sprintf("[POST /streams/v1/{namespace}/{owner}/{project}/runs/{uuid}/notify][%d] NotifyRunStatus default %+v", o._statusCode, o.Payload) +} + func (o *NotifyRunStatusDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/patch_run_responses.go b/go/http_client/v1/service_client/runs_v1/patch_run_responses.go index 8af55e15ca..6b1f23268f 100644 --- a/go/http_client/v1/service_client/runs_v1/patch_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/patch_run_responses.go @@ -86,9 +86,39 @@ type PatchRunOK struct { Payload *service_model.V1Run } +// IsSuccess returns true when this patch run o k response has a 2xx status code +func (o *PatchRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch run o k response has a 3xx status code +func (o *PatchRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch run o k response has a 4xx status code +func (o *PatchRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch run o k response has a 5xx status code +func (o *PatchRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch run o k response a status code equal to that given +func (o *PatchRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchRunOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/runs/{run.uuid}][%d] patchRunOK %+v", 200, o.Payload) } + +func (o *PatchRunOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/runs/{run.uuid}][%d] patchRunOK %+v", 200, o.Payload) +} + func (o *PatchRunOK) GetPayload() *service_model.V1Run { return o.Payload } @@ -118,9 +148,39 @@ type PatchRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch run no content response has a 2xx status code +func (o *PatchRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch run no content response has a 3xx status code +func (o *PatchRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch run no content response has a 4xx status code +func (o *PatchRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch run no content response has a 5xx status code +func (o *PatchRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch run no content response a status code equal to that given +func (o *PatchRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchRunNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/runs/{run.uuid}][%d] patchRunNoContent %+v", 204, o.Payload) } + +func (o *PatchRunNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/runs/{run.uuid}][%d] patchRunNoContent %+v", 204, o.Payload) +} + func (o *PatchRunNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch run forbidden response has a 2xx status code +func (o *PatchRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch run forbidden response has a 3xx status code +func (o *PatchRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch run forbidden response has a 4xx status code +func (o *PatchRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch run forbidden response has a 5xx status code +func (o *PatchRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch run forbidden response a status code equal to that given +func (o *PatchRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchRunForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/runs/{run.uuid}][%d] patchRunForbidden %+v", 403, o.Payload) } + +func (o *PatchRunForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/runs/{run.uuid}][%d] patchRunForbidden %+v", 403, o.Payload) +} + func (o *PatchRunForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch run not found response has a 2xx status code +func (o *PatchRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch run not found response has a 3xx status code +func (o *PatchRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch run not found response has a 4xx status code +func (o *PatchRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch run not found response has a 5xx status code +func (o *PatchRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch run not found response a status code equal to that given +func (o *PatchRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchRunNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/runs/{run.uuid}][%d] patchRunNotFound %+v", 404, o.Payload) } + +func (o *PatchRunNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/runs/{run.uuid}][%d] patchRunNotFound %+v", 404, o.Payload) +} + func (o *PatchRunNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch run default response has a 2xx status code +func (o *PatchRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch run default response has a 3xx status code +func (o *PatchRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch run default response has a 4xx status code +func (o *PatchRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch run default response has a 5xx status code +func (o *PatchRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch run default response a status code equal to that given +func (o *PatchRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchRunDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/runs/{run.uuid}][%d] PatchRun default %+v", o._statusCode, o.Payload) } + +func (o *PatchRunDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/{owner}/{project}/runs/{run.uuid}][%d] PatchRun default %+v", o._statusCode, o.Payload) +} + func (o *PatchRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/restart_run_responses.go b/go/http_client/v1/service_client/runs_v1/restart_run_responses.go index 6048e34d8d..1bcbac619b 100644 --- a/go/http_client/v1/service_client/runs_v1/restart_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/restart_run_responses.go @@ -86,9 +86,39 @@ type RestartRunOK struct { Payload *service_model.V1Run } +// IsSuccess returns true when this restart run o k response has a 2xx status code +func (o *RestartRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this restart run o k response has a 3xx status code +func (o *RestartRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restart run o k response has a 4xx status code +func (o *RestartRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this restart run o k response has a 5xx status code +func (o *RestartRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this restart run o k response a status code equal to that given +func (o *RestartRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *RestartRunOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/restart][%d] restartRunOK %+v", 200, o.Payload) } + +func (o *RestartRunOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/restart][%d] restartRunOK %+v", 200, o.Payload) +} + func (o *RestartRunOK) GetPayload() *service_model.V1Run { return o.Payload } @@ -118,9 +148,39 @@ type RestartRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this restart run no content response has a 2xx status code +func (o *RestartRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this restart run no content response has a 3xx status code +func (o *RestartRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restart run no content response has a 4xx status code +func (o *RestartRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this restart run no content response has a 5xx status code +func (o *RestartRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this restart run no content response a status code equal to that given +func (o *RestartRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *RestartRunNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/restart][%d] restartRunNoContent %+v", 204, o.Payload) } + +func (o *RestartRunNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/restart][%d] restartRunNoContent %+v", 204, o.Payload) +} + func (o *RestartRunNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type RestartRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this restart run forbidden response has a 2xx status code +func (o *RestartRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this restart run forbidden response has a 3xx status code +func (o *RestartRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restart run forbidden response has a 4xx status code +func (o *RestartRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this restart run forbidden response has a 5xx status code +func (o *RestartRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this restart run forbidden response a status code equal to that given +func (o *RestartRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *RestartRunForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/restart][%d] restartRunForbidden %+v", 403, o.Payload) } + +func (o *RestartRunForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/restart][%d] restartRunForbidden %+v", 403, o.Payload) +} + func (o *RestartRunForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type RestartRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this restart run not found response has a 2xx status code +func (o *RestartRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this restart run not found response has a 3xx status code +func (o *RestartRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restart run not found response has a 4xx status code +func (o *RestartRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this restart run not found response has a 5xx status code +func (o *RestartRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this restart run not found response a status code equal to that given +func (o *RestartRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *RestartRunNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/restart][%d] restartRunNotFound %+v", 404, o.Payload) } + +func (o *RestartRunNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/restart][%d] restartRunNotFound %+v", 404, o.Payload) +} + func (o *RestartRunNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *RestartRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this restart run default response has a 2xx status code +func (o *RestartRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this restart run default response has a 3xx status code +func (o *RestartRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this restart run default response has a 4xx status code +func (o *RestartRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this restart run default response has a 5xx status code +func (o *RestartRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this restart run default response a status code equal to that given +func (o *RestartRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *RestartRunDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/restart][%d] RestartRun default %+v", o._statusCode, o.Payload) } + +func (o *RestartRunDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/restart][%d] RestartRun default %+v", o._statusCode, o.Payload) +} + func (o *RestartRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/restore_run_responses.go b/go/http_client/v1/service_client/runs_v1/restore_run_responses.go index 61f4414974..32b7f9142f 100644 --- a/go/http_client/v1/service_client/runs_v1/restore_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/restore_run_responses.go @@ -85,10 +85,39 @@ A successful response. type RestoreRunOK struct { } +// IsSuccess returns true when this restore run o k response has a 2xx status code +func (o *RestoreRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this restore run o k response has a 3xx status code +func (o *RestoreRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore run o k response has a 4xx status code +func (o *RestoreRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this restore run o k response has a 5xx status code +func (o *RestoreRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this restore run o k response a status code equal to that given +func (o *RestoreRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *RestoreRunOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/restore][%d] restoreRunOK ", 200) } +func (o *RestoreRunOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/restore][%d] restoreRunOK ", 200) +} + func (o *RestoreRunOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type RestoreRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this restore run no content response has a 2xx status code +func (o *RestoreRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this restore run no content response has a 3xx status code +func (o *RestoreRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore run no content response has a 4xx status code +func (o *RestoreRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this restore run no content response has a 5xx status code +func (o *RestoreRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this restore run no content response a status code equal to that given +func (o *RestoreRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *RestoreRunNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/restore][%d] restoreRunNoContent %+v", 204, o.Payload) } + +func (o *RestoreRunNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/restore][%d] restoreRunNoContent %+v", 204, o.Payload) +} + func (o *RestoreRunNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type RestoreRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this restore run forbidden response has a 2xx status code +func (o *RestoreRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this restore run forbidden response has a 3xx status code +func (o *RestoreRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore run forbidden response has a 4xx status code +func (o *RestoreRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this restore run forbidden response has a 5xx status code +func (o *RestoreRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this restore run forbidden response a status code equal to that given +func (o *RestoreRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *RestoreRunForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/restore][%d] restoreRunForbidden %+v", 403, o.Payload) } + +func (o *RestoreRunForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/restore][%d] restoreRunForbidden %+v", 403, o.Payload) +} + func (o *RestoreRunForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type RestoreRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this restore run not found response has a 2xx status code +func (o *RestoreRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this restore run not found response has a 3xx status code +func (o *RestoreRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore run not found response has a 4xx status code +func (o *RestoreRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this restore run not found response has a 5xx status code +func (o *RestoreRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this restore run not found response a status code equal to that given +func (o *RestoreRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *RestoreRunNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/restore][%d] restoreRunNotFound %+v", 404, o.Payload) } + +func (o *RestoreRunNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/restore][%d] restoreRunNotFound %+v", 404, o.Payload) +} + func (o *RestoreRunNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *RestoreRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this restore run default response has a 2xx status code +func (o *RestoreRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this restore run default response has a 3xx status code +func (o *RestoreRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this restore run default response has a 4xx status code +func (o *RestoreRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this restore run default response has a 5xx status code +func (o *RestoreRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this restore run default response a status code equal to that given +func (o *RestoreRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *RestoreRunDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/restore][%d] RestoreRun default %+v", o._statusCode, o.Payload) } + +func (o *RestoreRunDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/restore][%d] RestoreRun default %+v", o._statusCode, o.Payload) +} + func (o *RestoreRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/restore_runs_responses.go b/go/http_client/v1/service_client/runs_v1/restore_runs_responses.go index ce6c586f26..cd89d37d89 100644 --- a/go/http_client/v1/service_client/runs_v1/restore_runs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/restore_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type RestoreRunsOK struct { } +// IsSuccess returns true when this restore runs o k response has a 2xx status code +func (o *RestoreRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this restore runs o k response has a 3xx status code +func (o *RestoreRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore runs o k response has a 4xx status code +func (o *RestoreRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this restore runs o k response has a 5xx status code +func (o *RestoreRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this restore runs o k response a status code equal to that given +func (o *RestoreRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *RestoreRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/restore][%d] restoreRunsOK ", 200) } +func (o *RestoreRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/restore][%d] restoreRunsOK ", 200) +} + func (o *RestoreRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type RestoreRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this restore runs no content response has a 2xx status code +func (o *RestoreRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this restore runs no content response has a 3xx status code +func (o *RestoreRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore runs no content response has a 4xx status code +func (o *RestoreRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this restore runs no content response has a 5xx status code +func (o *RestoreRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this restore runs no content response a status code equal to that given +func (o *RestoreRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *RestoreRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/restore][%d] restoreRunsNoContent %+v", 204, o.Payload) } + +func (o *RestoreRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/restore][%d] restoreRunsNoContent %+v", 204, o.Payload) +} + func (o *RestoreRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type RestoreRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this restore runs forbidden response has a 2xx status code +func (o *RestoreRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this restore runs forbidden response has a 3xx status code +func (o *RestoreRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore runs forbidden response has a 4xx status code +func (o *RestoreRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this restore runs forbidden response has a 5xx status code +func (o *RestoreRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this restore runs forbidden response a status code equal to that given +func (o *RestoreRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *RestoreRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/restore][%d] restoreRunsForbidden %+v", 403, o.Payload) } + +func (o *RestoreRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/restore][%d] restoreRunsForbidden %+v", 403, o.Payload) +} + func (o *RestoreRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type RestoreRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this restore runs not found response has a 2xx status code +func (o *RestoreRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this restore runs not found response has a 3xx status code +func (o *RestoreRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this restore runs not found response has a 4xx status code +func (o *RestoreRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this restore runs not found response has a 5xx status code +func (o *RestoreRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this restore runs not found response a status code equal to that given +func (o *RestoreRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *RestoreRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/restore][%d] restoreRunsNotFound %+v", 404, o.Payload) } + +func (o *RestoreRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/restore][%d] restoreRunsNotFound %+v", 404, o.Payload) +} + func (o *RestoreRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *RestoreRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this restore runs default response has a 2xx status code +func (o *RestoreRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this restore runs default response has a 3xx status code +func (o *RestoreRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this restore runs default response has a 4xx status code +func (o *RestoreRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this restore runs default response has a 5xx status code +func (o *RestoreRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this restore runs default response a status code equal to that given +func (o *RestoreRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *RestoreRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/restore][%d] RestoreRuns default %+v", o._statusCode, o.Payload) } + +func (o *RestoreRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/restore][%d] RestoreRuns default %+v", o._statusCode, o.Payload) +} + func (o *RestoreRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/resume_run_responses.go b/go/http_client/v1/service_client/runs_v1/resume_run_responses.go index 30fbf6fac4..90974b41ff 100644 --- a/go/http_client/v1/service_client/runs_v1/resume_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/resume_run_responses.go @@ -86,9 +86,39 @@ type ResumeRunOK struct { Payload *service_model.V1Run } +// IsSuccess returns true when this resume run o k response has a 2xx status code +func (o *ResumeRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this resume run o k response has a 3xx status code +func (o *ResumeRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this resume run o k response has a 4xx status code +func (o *ResumeRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this resume run o k response has a 5xx status code +func (o *ResumeRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this resume run o k response a status code equal to that given +func (o *ResumeRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *ResumeRunOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/resume][%d] resumeRunOK %+v", 200, o.Payload) } + +func (o *ResumeRunOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/resume][%d] resumeRunOK %+v", 200, o.Payload) +} + func (o *ResumeRunOK) GetPayload() *service_model.V1Run { return o.Payload } @@ -118,9 +148,39 @@ type ResumeRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this resume run no content response has a 2xx status code +func (o *ResumeRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this resume run no content response has a 3xx status code +func (o *ResumeRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this resume run no content response has a 4xx status code +func (o *ResumeRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this resume run no content response has a 5xx status code +func (o *ResumeRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this resume run no content response a status code equal to that given +func (o *ResumeRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ResumeRunNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/resume][%d] resumeRunNoContent %+v", 204, o.Payload) } + +func (o *ResumeRunNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/resume][%d] resumeRunNoContent %+v", 204, o.Payload) +} + func (o *ResumeRunNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ResumeRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this resume run forbidden response has a 2xx status code +func (o *ResumeRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this resume run forbidden response has a 3xx status code +func (o *ResumeRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this resume run forbidden response has a 4xx status code +func (o *ResumeRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this resume run forbidden response has a 5xx status code +func (o *ResumeRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this resume run forbidden response a status code equal to that given +func (o *ResumeRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ResumeRunForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/resume][%d] resumeRunForbidden %+v", 403, o.Payload) } + +func (o *ResumeRunForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/resume][%d] resumeRunForbidden %+v", 403, o.Payload) +} + func (o *ResumeRunForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ResumeRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this resume run not found response has a 2xx status code +func (o *ResumeRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this resume run not found response has a 3xx status code +func (o *ResumeRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this resume run not found response has a 4xx status code +func (o *ResumeRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this resume run not found response has a 5xx status code +func (o *ResumeRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this resume run not found response a status code equal to that given +func (o *ResumeRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ResumeRunNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/resume][%d] resumeRunNotFound %+v", 404, o.Payload) } + +func (o *ResumeRunNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/resume][%d] resumeRunNotFound %+v", 404, o.Payload) +} + func (o *ResumeRunNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ResumeRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this resume run default response has a 2xx status code +func (o *ResumeRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this resume run default response has a 3xx status code +func (o *ResumeRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this resume run default response has a 4xx status code +func (o *ResumeRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this resume run default response has a 5xx status code +func (o *ResumeRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this resume run default response a status code equal to that given +func (o *ResumeRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ResumeRunDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/resume][%d] ResumeRun default %+v", o._statusCode, o.Payload) } + +func (o *ResumeRunDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/resume][%d] ResumeRun default %+v", o._statusCode, o.Payload) +} + func (o *ResumeRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/runs_v1_client.go b/go/http_client/v1/service_client/runs_v1/runs_v1_client.go index 3ec8685ea8..3b9f2ce676 100644 --- a/go/http_client/v1/service_client/runs_v1/runs_v1_client.go +++ b/go/http_client/v1/service_client/runs_v1/runs_v1_client.go @@ -418,7 +418,7 @@ func (a *Client) CollectRunLogs(params *CollectRunLogsParams, authInfo runtime.C op := &runtime.ClientOperation{ ID: "CollectRunLogs", Method: "POST", - PathPattern: "/streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs", + PathPattern: "/streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs", ProducesMediaTypes: []string{"application/json"}, ConsumesMediaTypes: []string{"application/json"}, Schemes: []string{"http", "https"}, diff --git a/go/http_client/v1/service_client/runs_v1/stop_run_responses.go b/go/http_client/v1/service_client/runs_v1/stop_run_responses.go index b0b4b58df8..88ccbf59f1 100644 --- a/go/http_client/v1/service_client/runs_v1/stop_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/stop_run_responses.go @@ -85,10 +85,39 @@ A successful response. type StopRunOK struct { } +// IsSuccess returns true when this stop run o k response has a 2xx status code +func (o *StopRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this stop run o k response has a 3xx status code +func (o *StopRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this stop run o k response has a 4xx status code +func (o *StopRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this stop run o k response has a 5xx status code +func (o *StopRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this stop run o k response a status code equal to that given +func (o *StopRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *StopRunOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/stop][%d] stopRunOK ", 200) } +func (o *StopRunOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/stop][%d] stopRunOK ", 200) +} + func (o *StopRunOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type StopRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this stop run no content response has a 2xx status code +func (o *StopRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this stop run no content response has a 3xx status code +func (o *StopRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this stop run no content response has a 4xx status code +func (o *StopRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this stop run no content response has a 5xx status code +func (o *StopRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this stop run no content response a status code equal to that given +func (o *StopRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *StopRunNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/stop][%d] stopRunNoContent %+v", 204, o.Payload) } + +func (o *StopRunNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/stop][%d] stopRunNoContent %+v", 204, o.Payload) +} + func (o *StopRunNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type StopRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this stop run forbidden response has a 2xx status code +func (o *StopRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this stop run forbidden response has a 3xx status code +func (o *StopRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this stop run forbidden response has a 4xx status code +func (o *StopRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this stop run forbidden response has a 5xx status code +func (o *StopRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this stop run forbidden response a status code equal to that given +func (o *StopRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *StopRunForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/stop][%d] stopRunForbidden %+v", 403, o.Payload) } + +func (o *StopRunForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/stop][%d] stopRunForbidden %+v", 403, o.Payload) +} + func (o *StopRunForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type StopRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this stop run not found response has a 2xx status code +func (o *StopRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this stop run not found response has a 3xx status code +func (o *StopRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this stop run not found response has a 4xx status code +func (o *StopRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this stop run not found response has a 5xx status code +func (o *StopRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this stop run not found response a status code equal to that given +func (o *StopRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *StopRunNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/stop][%d] stopRunNotFound %+v", 404, o.Payload) } + +func (o *StopRunNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/stop][%d] stopRunNotFound %+v", 404, o.Payload) +} + func (o *StopRunNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *StopRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this stop run default response has a 2xx status code +func (o *StopRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this stop run default response has a 3xx status code +func (o *StopRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this stop run default response has a 4xx status code +func (o *StopRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this stop run default response has a 5xx status code +func (o *StopRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this stop run default response a status code equal to that given +func (o *StopRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *StopRunDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/stop][%d] StopRun default %+v", o._statusCode, o.Payload) } + +func (o *StopRunDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{entity}/runs/{uuid}/stop][%d] StopRun default %+v", o._statusCode, o.Payload) +} + func (o *StopRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/stop_runs_responses.go b/go/http_client/v1/service_client/runs_v1/stop_runs_responses.go index fd84209146..30835bb672 100644 --- a/go/http_client/v1/service_client/runs_v1/stop_runs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/stop_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type StopRunsOK struct { } +// IsSuccess returns true when this stop runs o k response has a 2xx status code +func (o *StopRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this stop runs o k response has a 3xx status code +func (o *StopRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this stop runs o k response has a 4xx status code +func (o *StopRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this stop runs o k response has a 5xx status code +func (o *StopRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this stop runs o k response a status code equal to that given +func (o *StopRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *StopRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/stop][%d] stopRunsOK ", 200) } +func (o *StopRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/stop][%d] stopRunsOK ", 200) +} + func (o *StopRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type StopRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this stop runs no content response has a 2xx status code +func (o *StopRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this stop runs no content response has a 3xx status code +func (o *StopRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this stop runs no content response has a 4xx status code +func (o *StopRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this stop runs no content response has a 5xx status code +func (o *StopRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this stop runs no content response a status code equal to that given +func (o *StopRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *StopRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/stop][%d] stopRunsNoContent %+v", 204, o.Payload) } + +func (o *StopRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/stop][%d] stopRunsNoContent %+v", 204, o.Payload) +} + func (o *StopRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type StopRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this stop runs forbidden response has a 2xx status code +func (o *StopRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this stop runs forbidden response has a 3xx status code +func (o *StopRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this stop runs forbidden response has a 4xx status code +func (o *StopRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this stop runs forbidden response has a 5xx status code +func (o *StopRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this stop runs forbidden response a status code equal to that given +func (o *StopRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *StopRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/stop][%d] stopRunsForbidden %+v", 403, o.Payload) } + +func (o *StopRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/stop][%d] stopRunsForbidden %+v", 403, o.Payload) +} + func (o *StopRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type StopRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this stop runs not found response has a 2xx status code +func (o *StopRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this stop runs not found response has a 3xx status code +func (o *StopRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this stop runs not found response has a 4xx status code +func (o *StopRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this stop runs not found response has a 5xx status code +func (o *StopRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this stop runs not found response a status code equal to that given +func (o *StopRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *StopRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/stop][%d] stopRunsNotFound %+v", 404, o.Payload) } + +func (o *StopRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/stop][%d] stopRunsNotFound %+v", 404, o.Payload) +} + func (o *StopRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *StopRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this stop runs default response has a 2xx status code +func (o *StopRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this stop runs default response has a 3xx status code +func (o *StopRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this stop runs default response has a 4xx status code +func (o *StopRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this stop runs default response has a 5xx status code +func (o *StopRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this stop runs default response a status code equal to that given +func (o *StopRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *StopRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/stop][%d] StopRuns default %+v", o._statusCode, o.Payload) } + +func (o *StopRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/stop][%d] StopRuns default %+v", o._statusCode, o.Payload) +} + func (o *StopRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/sync_run_responses.go b/go/http_client/v1/service_client/runs_v1/sync_run_responses.go index 5f9fbfa6d5..4158882e2b 100644 --- a/go/http_client/v1/service_client/runs_v1/sync_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/sync_run_responses.go @@ -85,10 +85,39 @@ A successful response. type SyncRunOK struct { } +// IsSuccess returns true when this sync run o k response has a 2xx status code +func (o *SyncRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this sync run o k response has a 3xx status code +func (o *SyncRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this sync run o k response has a 4xx status code +func (o *SyncRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this sync run o k response has a 5xx status code +func (o *SyncRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this sync run o k response a status code equal to that given +func (o *SyncRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *SyncRunOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/sync][%d] syncRunOK ", 200) } +func (o *SyncRunOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/sync][%d] syncRunOK ", 200) +} + func (o *SyncRunOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type SyncRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this sync run no content response has a 2xx status code +func (o *SyncRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this sync run no content response has a 3xx status code +func (o *SyncRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this sync run no content response has a 4xx status code +func (o *SyncRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this sync run no content response has a 5xx status code +func (o *SyncRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this sync run no content response a status code equal to that given +func (o *SyncRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *SyncRunNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/sync][%d] syncRunNoContent %+v", 204, o.Payload) } + +func (o *SyncRunNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/sync][%d] syncRunNoContent %+v", 204, o.Payload) +} + func (o *SyncRunNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type SyncRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this sync run forbidden response has a 2xx status code +func (o *SyncRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this sync run forbidden response has a 3xx status code +func (o *SyncRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this sync run forbidden response has a 4xx status code +func (o *SyncRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this sync run forbidden response has a 5xx status code +func (o *SyncRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this sync run forbidden response a status code equal to that given +func (o *SyncRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *SyncRunForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/sync][%d] syncRunForbidden %+v", 403, o.Payload) } + +func (o *SyncRunForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/sync][%d] syncRunForbidden %+v", 403, o.Payload) +} + func (o *SyncRunForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type SyncRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this sync run not found response has a 2xx status code +func (o *SyncRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this sync run not found response has a 3xx status code +func (o *SyncRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this sync run not found response has a 4xx status code +func (o *SyncRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this sync run not found response has a 5xx status code +func (o *SyncRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this sync run not found response a status code equal to that given +func (o *SyncRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *SyncRunNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/sync][%d] syncRunNotFound %+v", 404, o.Payload) } + +func (o *SyncRunNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/sync][%d] syncRunNotFound %+v", 404, o.Payload) +} + func (o *SyncRunNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *SyncRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this sync run default response has a 2xx status code +func (o *SyncRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this sync run default response has a 3xx status code +func (o *SyncRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this sync run default response has a 4xx status code +func (o *SyncRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this sync run default response has a 5xx status code +func (o *SyncRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this sync run default response a status code equal to that given +func (o *SyncRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *SyncRunDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/sync][%d] SyncRun default %+v", o._statusCode, o.Payload) } + +func (o *SyncRunDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/sync][%d] SyncRun default %+v", o._statusCode, o.Payload) +} + func (o *SyncRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/tag_runs_responses.go b/go/http_client/v1/service_client/runs_v1/tag_runs_responses.go index efa38abfd8..0242ad967e 100644 --- a/go/http_client/v1/service_client/runs_v1/tag_runs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/tag_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type TagRunsOK struct { } +// IsSuccess returns true when this tag runs o k response has a 2xx status code +func (o *TagRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this tag runs o k response has a 3xx status code +func (o *TagRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this tag runs o k response has a 4xx status code +func (o *TagRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this tag runs o k response has a 5xx status code +func (o *TagRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this tag runs o k response a status code equal to that given +func (o *TagRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *TagRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/tag][%d] tagRunsOK ", 200) } +func (o *TagRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/tag][%d] tagRunsOK ", 200) +} + func (o *TagRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type TagRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this tag runs no content response has a 2xx status code +func (o *TagRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this tag runs no content response has a 3xx status code +func (o *TagRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this tag runs no content response has a 4xx status code +func (o *TagRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this tag runs no content response has a 5xx status code +func (o *TagRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this tag runs no content response a status code equal to that given +func (o *TagRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *TagRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/tag][%d] tagRunsNoContent %+v", 204, o.Payload) } + +func (o *TagRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/tag][%d] tagRunsNoContent %+v", 204, o.Payload) +} + func (o *TagRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type TagRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this tag runs forbidden response has a 2xx status code +func (o *TagRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this tag runs forbidden response has a 3xx status code +func (o *TagRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this tag runs forbidden response has a 4xx status code +func (o *TagRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this tag runs forbidden response has a 5xx status code +func (o *TagRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this tag runs forbidden response a status code equal to that given +func (o *TagRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *TagRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/tag][%d] tagRunsForbidden %+v", 403, o.Payload) } + +func (o *TagRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/tag][%d] tagRunsForbidden %+v", 403, o.Payload) +} + func (o *TagRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type TagRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this tag runs not found response has a 2xx status code +func (o *TagRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this tag runs not found response has a 3xx status code +func (o *TagRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this tag runs not found response has a 4xx status code +func (o *TagRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this tag runs not found response has a 5xx status code +func (o *TagRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this tag runs not found response a status code equal to that given +func (o *TagRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *TagRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/tag][%d] tagRunsNotFound %+v", 404, o.Payload) } + +func (o *TagRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/tag][%d] tagRunsNotFound %+v", 404, o.Payload) +} + func (o *TagRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *TagRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this tag runs default response has a 2xx status code +func (o *TagRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this tag runs default response has a 3xx status code +func (o *TagRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this tag runs default response has a 4xx status code +func (o *TagRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this tag runs default response has a 5xx status code +func (o *TagRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this tag runs default response a status code equal to that given +func (o *TagRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *TagRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/tag][%d] TagRuns default %+v", o._statusCode, o.Payload) } + +func (o *TagRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/tag][%d] TagRuns default %+v", o._statusCode, o.Payload) +} + func (o *TagRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/transfer_run_responses.go b/go/http_client/v1/service_client/runs_v1/transfer_run_responses.go index 0bf469684c..c13f407f9f 100644 --- a/go/http_client/v1/service_client/runs_v1/transfer_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/transfer_run_responses.go @@ -85,10 +85,39 @@ A successful response. type TransferRunOK struct { } +// IsSuccess returns true when this transfer run o k response has a 2xx status code +func (o *TransferRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this transfer run o k response has a 3xx status code +func (o *TransferRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer run o k response has a 4xx status code +func (o *TransferRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this transfer run o k response has a 5xx status code +func (o *TransferRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer run o k response a status code equal to that given +func (o *TransferRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *TransferRunOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/transfer][%d] transferRunOK ", 200) } +func (o *TransferRunOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/transfer][%d] transferRunOK ", 200) +} + func (o *TransferRunOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type TransferRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this transfer run no content response has a 2xx status code +func (o *TransferRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this transfer run no content response has a 3xx status code +func (o *TransferRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer run no content response has a 4xx status code +func (o *TransferRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this transfer run no content response has a 5xx status code +func (o *TransferRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer run no content response a status code equal to that given +func (o *TransferRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *TransferRunNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/transfer][%d] transferRunNoContent %+v", 204, o.Payload) } + +func (o *TransferRunNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/transfer][%d] transferRunNoContent %+v", 204, o.Payload) +} + func (o *TransferRunNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type TransferRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this transfer run forbidden response has a 2xx status code +func (o *TransferRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this transfer run forbidden response has a 3xx status code +func (o *TransferRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer run forbidden response has a 4xx status code +func (o *TransferRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this transfer run forbidden response has a 5xx status code +func (o *TransferRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer run forbidden response a status code equal to that given +func (o *TransferRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *TransferRunForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/transfer][%d] transferRunForbidden %+v", 403, o.Payload) } + +func (o *TransferRunForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/transfer][%d] transferRunForbidden %+v", 403, o.Payload) +} + func (o *TransferRunForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type TransferRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this transfer run not found response has a 2xx status code +func (o *TransferRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this transfer run not found response has a 3xx status code +func (o *TransferRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer run not found response has a 4xx status code +func (o *TransferRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this transfer run not found response has a 5xx status code +func (o *TransferRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer run not found response a status code equal to that given +func (o *TransferRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *TransferRunNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/transfer][%d] transferRunNotFound %+v", 404, o.Payload) } + +func (o *TransferRunNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/transfer][%d] transferRunNotFound %+v", 404, o.Payload) +} + func (o *TransferRunNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *TransferRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this transfer run default response has a 2xx status code +func (o *TransferRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this transfer run default response has a 3xx status code +func (o *TransferRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this transfer run default response has a 4xx status code +func (o *TransferRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this transfer run default response has a 5xx status code +func (o *TransferRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this transfer run default response a status code equal to that given +func (o *TransferRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *TransferRunDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/transfer][%d] TransferRun default %+v", o._statusCode, o.Payload) } + +func (o *TransferRunDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{run.uuid}/transfer][%d] TransferRun default %+v", o._statusCode, o.Payload) +} + func (o *TransferRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/transfer_runs_responses.go b/go/http_client/v1/service_client/runs_v1/transfer_runs_responses.go index 656d4e41b0..12aa02cab9 100644 --- a/go/http_client/v1/service_client/runs_v1/transfer_runs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/transfer_runs_responses.go @@ -85,10 +85,39 @@ A successful response. type TransferRunsOK struct { } +// IsSuccess returns true when this transfer runs o k response has a 2xx status code +func (o *TransferRunsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this transfer runs o k response has a 3xx status code +func (o *TransferRunsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer runs o k response has a 4xx status code +func (o *TransferRunsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this transfer runs o k response has a 5xx status code +func (o *TransferRunsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer runs o k response a status code equal to that given +func (o *TransferRunsOK) IsCode(code int) bool { + return code == 200 +} + func (o *TransferRunsOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/transfer][%d] transferRunsOK ", 200) } +func (o *TransferRunsOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/transfer][%d] transferRunsOK ", 200) +} + func (o *TransferRunsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type TransferRunsNoContent struct { Payload interface{} } +// IsSuccess returns true when this transfer runs no content response has a 2xx status code +func (o *TransferRunsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this transfer runs no content response has a 3xx status code +func (o *TransferRunsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer runs no content response has a 4xx status code +func (o *TransferRunsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this transfer runs no content response has a 5xx status code +func (o *TransferRunsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer runs no content response a status code equal to that given +func (o *TransferRunsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *TransferRunsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/transfer][%d] transferRunsNoContent %+v", 204, o.Payload) } + +func (o *TransferRunsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/transfer][%d] transferRunsNoContent %+v", 204, o.Payload) +} + func (o *TransferRunsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type TransferRunsForbidden struct { Payload interface{} } +// IsSuccess returns true when this transfer runs forbidden response has a 2xx status code +func (o *TransferRunsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this transfer runs forbidden response has a 3xx status code +func (o *TransferRunsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer runs forbidden response has a 4xx status code +func (o *TransferRunsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this transfer runs forbidden response has a 5xx status code +func (o *TransferRunsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer runs forbidden response a status code equal to that given +func (o *TransferRunsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *TransferRunsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/transfer][%d] transferRunsForbidden %+v", 403, o.Payload) } + +func (o *TransferRunsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/transfer][%d] transferRunsForbidden %+v", 403, o.Payload) +} + func (o *TransferRunsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type TransferRunsNotFound struct { Payload interface{} } +// IsSuccess returns true when this transfer runs not found response has a 2xx status code +func (o *TransferRunsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this transfer runs not found response has a 3xx status code +func (o *TransferRunsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this transfer runs not found response has a 4xx status code +func (o *TransferRunsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this transfer runs not found response has a 5xx status code +func (o *TransferRunsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this transfer runs not found response a status code equal to that given +func (o *TransferRunsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *TransferRunsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/transfer][%d] transferRunsNotFound %+v", 404, o.Payload) } + +func (o *TransferRunsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/transfer][%d] transferRunsNotFound %+v", 404, o.Payload) +} + func (o *TransferRunsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *TransferRunsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this transfer runs default response has a 2xx status code +func (o *TransferRunsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this transfer runs default response has a 3xx status code +func (o *TransferRunsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this transfer runs default response has a 4xx status code +func (o *TransferRunsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this transfer runs default response has a 5xx status code +func (o *TransferRunsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this transfer runs default response a status code equal to that given +func (o *TransferRunsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *TransferRunsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/transfer][%d] TransferRuns default %+v", o._statusCode, o.Payload) } + +func (o *TransferRunsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/transfer][%d] TransferRuns default %+v", o._statusCode, o.Payload) +} + func (o *TransferRunsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/unbookmark_run_responses.go b/go/http_client/v1/service_client/runs_v1/unbookmark_run_responses.go index ce49f4fa5b..2d958a3333 100644 --- a/go/http_client/v1/service_client/runs_v1/unbookmark_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/unbookmark_run_responses.go @@ -85,10 +85,39 @@ A successful response. type UnbookmarkRunOK struct { } +// IsSuccess returns true when this unbookmark run o k response has a 2xx status code +func (o *UnbookmarkRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this unbookmark run o k response has a 3xx status code +func (o *UnbookmarkRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this unbookmark run o k response has a 4xx status code +func (o *UnbookmarkRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this unbookmark run o k response has a 5xx status code +func (o *UnbookmarkRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this unbookmark run o k response a status code equal to that given +func (o *UnbookmarkRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *UnbookmarkRunOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}/unbookmark][%d] unbookmarkRunOK ", 200) } +func (o *UnbookmarkRunOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}/unbookmark][%d] unbookmarkRunOK ", 200) +} + func (o *UnbookmarkRunOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type UnbookmarkRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this unbookmark run no content response has a 2xx status code +func (o *UnbookmarkRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this unbookmark run no content response has a 3xx status code +func (o *UnbookmarkRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this unbookmark run no content response has a 4xx status code +func (o *UnbookmarkRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this unbookmark run no content response has a 5xx status code +func (o *UnbookmarkRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this unbookmark run no content response a status code equal to that given +func (o *UnbookmarkRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UnbookmarkRunNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}/unbookmark][%d] unbookmarkRunNoContent %+v", 204, o.Payload) } + +func (o *UnbookmarkRunNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}/unbookmark][%d] unbookmarkRunNoContent %+v", 204, o.Payload) +} + func (o *UnbookmarkRunNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type UnbookmarkRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this unbookmark run forbidden response has a 2xx status code +func (o *UnbookmarkRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this unbookmark run forbidden response has a 3xx status code +func (o *UnbookmarkRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this unbookmark run forbidden response has a 4xx status code +func (o *UnbookmarkRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this unbookmark run forbidden response has a 5xx status code +func (o *UnbookmarkRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this unbookmark run forbidden response a status code equal to that given +func (o *UnbookmarkRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UnbookmarkRunForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}/unbookmark][%d] unbookmarkRunForbidden %+v", 403, o.Payload) } + +func (o *UnbookmarkRunForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}/unbookmark][%d] unbookmarkRunForbidden %+v", 403, o.Payload) +} + func (o *UnbookmarkRunForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type UnbookmarkRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this unbookmark run not found response has a 2xx status code +func (o *UnbookmarkRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this unbookmark run not found response has a 3xx status code +func (o *UnbookmarkRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this unbookmark run not found response has a 4xx status code +func (o *UnbookmarkRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this unbookmark run not found response has a 5xx status code +func (o *UnbookmarkRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this unbookmark run not found response a status code equal to that given +func (o *UnbookmarkRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UnbookmarkRunNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}/unbookmark][%d] unbookmarkRunNotFound %+v", 404, o.Payload) } + +func (o *UnbookmarkRunNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}/unbookmark][%d] unbookmarkRunNotFound %+v", 404, o.Payload) +} + func (o *UnbookmarkRunNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *UnbookmarkRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this unbookmark run default response has a 2xx status code +func (o *UnbookmarkRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this unbookmark run default response has a 3xx status code +func (o *UnbookmarkRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this unbookmark run default response has a 4xx status code +func (o *UnbookmarkRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this unbookmark run default response has a 5xx status code +func (o *UnbookmarkRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this unbookmark run default response a status code equal to that given +func (o *UnbookmarkRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UnbookmarkRunDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}/unbookmark][%d] UnbookmarkRun default %+v", o._statusCode, o.Payload) } + +func (o *UnbookmarkRunDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/{owner}/{entity}/runs/{uuid}/unbookmark][%d] UnbookmarkRun default %+v", o._statusCode, o.Payload) +} + func (o *UnbookmarkRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/update_run_responses.go b/go/http_client/v1/service_client/runs_v1/update_run_responses.go index 87518b2f75..613a456eb1 100644 --- a/go/http_client/v1/service_client/runs_v1/update_run_responses.go +++ b/go/http_client/v1/service_client/runs_v1/update_run_responses.go @@ -86,9 +86,39 @@ type UpdateRunOK struct { Payload *service_model.V1Run } +// IsSuccess returns true when this update run o k response has a 2xx status code +func (o *UpdateRunOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update run o k response has a 3xx status code +func (o *UpdateRunOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update run o k response has a 4xx status code +func (o *UpdateRunOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update run o k response has a 5xx status code +func (o *UpdateRunOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update run o k response a status code equal to that given +func (o *UpdateRunOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateRunOK) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/runs/{run.uuid}][%d] updateRunOK %+v", 200, o.Payload) } + +func (o *UpdateRunOK) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/runs/{run.uuid}][%d] updateRunOK %+v", 200, o.Payload) +} + func (o *UpdateRunOK) GetPayload() *service_model.V1Run { return o.Payload } @@ -118,9 +148,39 @@ type UpdateRunNoContent struct { Payload interface{} } +// IsSuccess returns true when this update run no content response has a 2xx status code +func (o *UpdateRunNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update run no content response has a 3xx status code +func (o *UpdateRunNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update run no content response has a 4xx status code +func (o *UpdateRunNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update run no content response has a 5xx status code +func (o *UpdateRunNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update run no content response a status code equal to that given +func (o *UpdateRunNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateRunNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/runs/{run.uuid}][%d] updateRunNoContent %+v", 204, o.Payload) } + +func (o *UpdateRunNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/runs/{run.uuid}][%d] updateRunNoContent %+v", 204, o.Payload) +} + func (o *UpdateRunNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateRunForbidden struct { Payload interface{} } +// IsSuccess returns true when this update run forbidden response has a 2xx status code +func (o *UpdateRunForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update run forbidden response has a 3xx status code +func (o *UpdateRunForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update run forbidden response has a 4xx status code +func (o *UpdateRunForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update run forbidden response has a 5xx status code +func (o *UpdateRunForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update run forbidden response a status code equal to that given +func (o *UpdateRunForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateRunForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/runs/{run.uuid}][%d] updateRunForbidden %+v", 403, o.Payload) } + +func (o *UpdateRunForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/runs/{run.uuid}][%d] updateRunForbidden %+v", 403, o.Payload) +} + func (o *UpdateRunForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateRunNotFound struct { Payload interface{} } +// IsSuccess returns true when this update run not found response has a 2xx status code +func (o *UpdateRunNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update run not found response has a 3xx status code +func (o *UpdateRunNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update run not found response has a 4xx status code +func (o *UpdateRunNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update run not found response has a 5xx status code +func (o *UpdateRunNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update run not found response a status code equal to that given +func (o *UpdateRunNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateRunNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/runs/{run.uuid}][%d] updateRunNotFound %+v", 404, o.Payload) } + +func (o *UpdateRunNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/runs/{run.uuid}][%d] updateRunNotFound %+v", 404, o.Payload) +} + func (o *UpdateRunNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateRunDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update run default response has a 2xx status code +func (o *UpdateRunDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update run default response has a 3xx status code +func (o *UpdateRunDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update run default response has a 4xx status code +func (o *UpdateRunDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update run default response has a 5xx status code +func (o *UpdateRunDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update run default response a status code equal to that given +func (o *UpdateRunDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateRunDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/runs/{run.uuid}][%d] UpdateRun default %+v", o._statusCode, o.Payload) } + +func (o *UpdateRunDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/{owner}/{project}/runs/{run.uuid}][%d] UpdateRun default %+v", o._statusCode, o.Payload) +} + func (o *UpdateRunDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/upload_run_artifact_responses.go b/go/http_client/v1/service_client/runs_v1/upload_run_artifact_responses.go index 47c40e9fb0..f03099b13a 100644 --- a/go/http_client/v1/service_client/runs_v1/upload_run_artifact_responses.go +++ b/go/http_client/v1/service_client/runs_v1/upload_run_artifact_responses.go @@ -76,10 +76,39 @@ A successful response. type UploadRunArtifactOK struct { } +// IsSuccess returns true when this upload run artifact o k response has a 2xx status code +func (o *UploadRunArtifactOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this upload run artifact o k response has a 3xx status code +func (o *UploadRunArtifactOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload run artifact o k response has a 4xx status code +func (o *UploadRunArtifactOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this upload run artifact o k response has a 5xx status code +func (o *UploadRunArtifactOK) IsServerError() bool { + return false +} + +// IsCode returns true when this upload run artifact o k response a status code equal to that given +func (o *UploadRunArtifactOK) IsCode(code int) bool { + return code == 200 +} + func (o *UploadRunArtifactOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/artifacts/upload][%d] uploadRunArtifactOK ", 200) } +func (o *UploadRunArtifactOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/artifacts/upload][%d] uploadRunArtifactOK ", 200) +} + func (o *UploadRunArtifactOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -98,9 +127,39 @@ type UploadRunArtifactNoContent struct { Payload interface{} } +// IsSuccess returns true when this upload run artifact no content response has a 2xx status code +func (o *UploadRunArtifactNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this upload run artifact no content response has a 3xx status code +func (o *UploadRunArtifactNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload run artifact no content response has a 4xx status code +func (o *UploadRunArtifactNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this upload run artifact no content response has a 5xx status code +func (o *UploadRunArtifactNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this upload run artifact no content response a status code equal to that given +func (o *UploadRunArtifactNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UploadRunArtifactNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/artifacts/upload][%d] uploadRunArtifactNoContent %+v", 204, o.Payload) } + +func (o *UploadRunArtifactNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/artifacts/upload][%d] uploadRunArtifactNoContent %+v", 204, o.Payload) +} + func (o *UploadRunArtifactNoContent) GetPayload() interface{} { return o.Payload } @@ -128,9 +187,39 @@ type UploadRunArtifactForbidden struct { Payload interface{} } +// IsSuccess returns true when this upload run artifact forbidden response has a 2xx status code +func (o *UploadRunArtifactForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this upload run artifact forbidden response has a 3xx status code +func (o *UploadRunArtifactForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload run artifact forbidden response has a 4xx status code +func (o *UploadRunArtifactForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this upload run artifact forbidden response has a 5xx status code +func (o *UploadRunArtifactForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this upload run artifact forbidden response a status code equal to that given +func (o *UploadRunArtifactForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UploadRunArtifactForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/artifacts/upload][%d] uploadRunArtifactForbidden %+v", 403, o.Payload) } + +func (o *UploadRunArtifactForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/artifacts/upload][%d] uploadRunArtifactForbidden %+v", 403, o.Payload) +} + func (o *UploadRunArtifactForbidden) GetPayload() interface{} { return o.Payload } @@ -158,9 +247,39 @@ type UploadRunArtifactNotFound struct { Payload interface{} } +// IsSuccess returns true when this upload run artifact not found response has a 2xx status code +func (o *UploadRunArtifactNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this upload run artifact not found response has a 3xx status code +func (o *UploadRunArtifactNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload run artifact not found response has a 4xx status code +func (o *UploadRunArtifactNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this upload run artifact not found response has a 5xx status code +func (o *UploadRunArtifactNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this upload run artifact not found response a status code equal to that given +func (o *UploadRunArtifactNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UploadRunArtifactNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/artifacts/upload][%d] uploadRunArtifactNotFound %+v", 404, o.Payload) } + +func (o *UploadRunArtifactNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/artifacts/upload][%d] uploadRunArtifactNotFound %+v", 404, o.Payload) +} + func (o *UploadRunArtifactNotFound) GetPayload() interface{} { return o.Payload } diff --git a/go/http_client/v1/service_client/runs_v1/upload_run_logs_responses.go b/go/http_client/v1/service_client/runs_v1/upload_run_logs_responses.go index b955bc1ddc..15536ba39c 100644 --- a/go/http_client/v1/service_client/runs_v1/upload_run_logs_responses.go +++ b/go/http_client/v1/service_client/runs_v1/upload_run_logs_responses.go @@ -76,10 +76,39 @@ A successful response. type UploadRunLogsOK struct { } +// IsSuccess returns true when this upload run logs o k response has a 2xx status code +func (o *UploadRunLogsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this upload run logs o k response has a 3xx status code +func (o *UploadRunLogsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload run logs o k response has a 4xx status code +func (o *UploadRunLogsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this upload run logs o k response has a 5xx status code +func (o *UploadRunLogsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this upload run logs o k response a status code equal to that given +func (o *UploadRunLogsOK) IsCode(code int) bool { + return code == 200 +} + func (o *UploadRunLogsOK) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/logs/upload][%d] uploadRunLogsOK ", 200) } +func (o *UploadRunLogsOK) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/logs/upload][%d] uploadRunLogsOK ", 200) +} + func (o *UploadRunLogsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -98,9 +127,39 @@ type UploadRunLogsNoContent struct { Payload interface{} } +// IsSuccess returns true when this upload run logs no content response has a 2xx status code +func (o *UploadRunLogsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this upload run logs no content response has a 3xx status code +func (o *UploadRunLogsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload run logs no content response has a 4xx status code +func (o *UploadRunLogsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this upload run logs no content response has a 5xx status code +func (o *UploadRunLogsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this upload run logs no content response a status code equal to that given +func (o *UploadRunLogsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UploadRunLogsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/logs/upload][%d] uploadRunLogsNoContent %+v", 204, o.Payload) } + +func (o *UploadRunLogsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/logs/upload][%d] uploadRunLogsNoContent %+v", 204, o.Payload) +} + func (o *UploadRunLogsNoContent) GetPayload() interface{} { return o.Payload } @@ -128,9 +187,39 @@ type UploadRunLogsForbidden struct { Payload interface{} } +// IsSuccess returns true when this upload run logs forbidden response has a 2xx status code +func (o *UploadRunLogsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this upload run logs forbidden response has a 3xx status code +func (o *UploadRunLogsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload run logs forbidden response has a 4xx status code +func (o *UploadRunLogsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this upload run logs forbidden response has a 5xx status code +func (o *UploadRunLogsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this upload run logs forbidden response a status code equal to that given +func (o *UploadRunLogsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UploadRunLogsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/logs/upload][%d] uploadRunLogsForbidden %+v", 403, o.Payload) } + +func (o *UploadRunLogsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/logs/upload][%d] uploadRunLogsForbidden %+v", 403, o.Payload) +} + func (o *UploadRunLogsForbidden) GetPayload() interface{} { return o.Payload } @@ -158,9 +247,39 @@ type UploadRunLogsNotFound struct { Payload interface{} } +// IsSuccess returns true when this upload run logs not found response has a 2xx status code +func (o *UploadRunLogsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this upload run logs not found response has a 3xx status code +func (o *UploadRunLogsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this upload run logs not found response has a 4xx status code +func (o *UploadRunLogsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this upload run logs not found response has a 5xx status code +func (o *UploadRunLogsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this upload run logs not found response a status code equal to that given +func (o *UploadRunLogsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UploadRunLogsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/logs/upload][%d] uploadRunLogsNotFound %+v", 404, o.Payload) } + +func (o *UploadRunLogsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/{owner}/{project}/runs/{uuid}/logs/upload][%d] uploadRunLogsNotFound %+v", 404, o.Payload) +} + func (o *UploadRunLogsNotFound) GetPayload() interface{} { return o.Payload } diff --git a/go/http_client/v1/service_client/schemas_v1/no_op_responses.go b/go/http_client/v1/service_client/schemas_v1/no_op_responses.go index 6683e632ec..05db8a8cc3 100644 --- a/go/http_client/v1/service_client/schemas_v1/no_op_responses.go +++ b/go/http_client/v1/service_client/schemas_v1/no_op_responses.go @@ -86,9 +86,39 @@ type NoOpOK struct { Payload *service_model.V1Schemas } +// IsSuccess returns true when this no op o k response has a 2xx status code +func (o *NoOpOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this no op o k response has a 3xx status code +func (o *NoOpOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this no op o k response has a 4xx status code +func (o *NoOpOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this no op o k response has a 5xx status code +func (o *NoOpOK) IsServerError() bool { + return false +} + +// IsCode returns true when this no op o k response a status code equal to that given +func (o *NoOpOK) IsCode(code int) bool { + return code == 200 +} + func (o *NoOpOK) Error() string { return fmt.Sprintf("[GET /schemas][%d] noOpOK %+v", 200, o.Payload) } + +func (o *NoOpOK) String() string { + return fmt.Sprintf("[GET /schemas][%d] noOpOK %+v", 200, o.Payload) +} + func (o *NoOpOK) GetPayload() *service_model.V1Schemas { return o.Payload } @@ -118,9 +148,39 @@ type NoOpNoContent struct { Payload interface{} } +// IsSuccess returns true when this no op no content response has a 2xx status code +func (o *NoOpNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this no op no content response has a 3xx status code +func (o *NoOpNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this no op no content response has a 4xx status code +func (o *NoOpNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this no op no content response has a 5xx status code +func (o *NoOpNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this no op no content response a status code equal to that given +func (o *NoOpNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *NoOpNoContent) Error() string { return fmt.Sprintf("[GET /schemas][%d] noOpNoContent %+v", 204, o.Payload) } + +func (o *NoOpNoContent) String() string { + return fmt.Sprintf("[GET /schemas][%d] noOpNoContent %+v", 204, o.Payload) +} + func (o *NoOpNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type NoOpForbidden struct { Payload interface{} } +// IsSuccess returns true when this no op forbidden response has a 2xx status code +func (o *NoOpForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this no op forbidden response has a 3xx status code +func (o *NoOpForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this no op forbidden response has a 4xx status code +func (o *NoOpForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this no op forbidden response has a 5xx status code +func (o *NoOpForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this no op forbidden response a status code equal to that given +func (o *NoOpForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *NoOpForbidden) Error() string { return fmt.Sprintf("[GET /schemas][%d] noOpForbidden %+v", 403, o.Payload) } + +func (o *NoOpForbidden) String() string { + return fmt.Sprintf("[GET /schemas][%d] noOpForbidden %+v", 403, o.Payload) +} + func (o *NoOpForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type NoOpNotFound struct { Payload interface{} } +// IsSuccess returns true when this no op not found response has a 2xx status code +func (o *NoOpNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this no op not found response has a 3xx status code +func (o *NoOpNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this no op not found response has a 4xx status code +func (o *NoOpNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this no op not found response has a 5xx status code +func (o *NoOpNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this no op not found response a status code equal to that given +func (o *NoOpNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *NoOpNotFound) Error() string { return fmt.Sprintf("[GET /schemas][%d] noOpNotFound %+v", 404, o.Payload) } + +func (o *NoOpNotFound) String() string { + return fmt.Sprintf("[GET /schemas][%d] noOpNotFound %+v", 404, o.Payload) +} + func (o *NoOpNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *NoOpDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this no op default response has a 2xx status code +func (o *NoOpDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this no op default response has a 3xx status code +func (o *NoOpDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this no op default response has a 4xx status code +func (o *NoOpDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this no op default response has a 5xx status code +func (o *NoOpDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this no op default response a status code equal to that given +func (o *NoOpDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *NoOpDefault) Error() string { return fmt.Sprintf("[GET /schemas][%d] NoOp default %+v", o._statusCode, o.Payload) } + +func (o *NoOpDefault) String() string { + return fmt.Sprintf("[GET /schemas][%d] NoOp default %+v", o._statusCode, o.Payload) +} + func (o *NoOpDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/searches_v1/create_search_responses.go b/go/http_client/v1/service_client/searches_v1/create_search_responses.go index d0fb4c24c7..2358969524 100644 --- a/go/http_client/v1/service_client/searches_v1/create_search_responses.go +++ b/go/http_client/v1/service_client/searches_v1/create_search_responses.go @@ -86,9 +86,39 @@ type CreateSearchOK struct { Payload *service_model.V1Search } +// IsSuccess returns true when this create search o k response has a 2xx status code +func (o *CreateSearchOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create search o k response has a 3xx status code +func (o *CreateSearchOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create search o k response has a 4xx status code +func (o *CreateSearchOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create search o k response has a 5xx status code +func (o *CreateSearchOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create search o k response a status code equal to that given +func (o *CreateSearchOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateSearchOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/searches][%d] createSearchOK %+v", 200, o.Payload) } + +func (o *CreateSearchOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/searches][%d] createSearchOK %+v", 200, o.Payload) +} + func (o *CreateSearchOK) GetPayload() *service_model.V1Search { return o.Payload } @@ -118,9 +148,39 @@ type CreateSearchNoContent struct { Payload interface{} } +// IsSuccess returns true when this create search no content response has a 2xx status code +func (o *CreateSearchNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create search no content response has a 3xx status code +func (o *CreateSearchNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create search no content response has a 4xx status code +func (o *CreateSearchNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create search no content response has a 5xx status code +func (o *CreateSearchNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create search no content response a status code equal to that given +func (o *CreateSearchNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateSearchNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/searches][%d] createSearchNoContent %+v", 204, o.Payload) } + +func (o *CreateSearchNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/searches][%d] createSearchNoContent %+v", 204, o.Payload) +} + func (o *CreateSearchNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateSearchForbidden struct { Payload interface{} } +// IsSuccess returns true when this create search forbidden response has a 2xx status code +func (o *CreateSearchForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create search forbidden response has a 3xx status code +func (o *CreateSearchForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create search forbidden response has a 4xx status code +func (o *CreateSearchForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create search forbidden response has a 5xx status code +func (o *CreateSearchForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create search forbidden response a status code equal to that given +func (o *CreateSearchForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateSearchForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/searches][%d] createSearchForbidden %+v", 403, o.Payload) } + +func (o *CreateSearchForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/searches][%d] createSearchForbidden %+v", 403, o.Payload) +} + func (o *CreateSearchForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateSearchNotFound struct { Payload interface{} } +// IsSuccess returns true when this create search not found response has a 2xx status code +func (o *CreateSearchNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create search not found response has a 3xx status code +func (o *CreateSearchNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create search not found response has a 4xx status code +func (o *CreateSearchNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create search not found response has a 5xx status code +func (o *CreateSearchNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create search not found response a status code equal to that given +func (o *CreateSearchNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateSearchNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/searches][%d] createSearchNotFound %+v", 404, o.Payload) } + +func (o *CreateSearchNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/searches][%d] createSearchNotFound %+v", 404, o.Payload) +} + func (o *CreateSearchNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateSearchDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create search default response has a 2xx status code +func (o *CreateSearchDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create search default response has a 3xx status code +func (o *CreateSearchDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create search default response has a 4xx status code +func (o *CreateSearchDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create search default response has a 5xx status code +func (o *CreateSearchDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create search default response a status code equal to that given +func (o *CreateSearchDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateSearchDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/searches][%d] CreateSearch default %+v", o._statusCode, o.Payload) } + +func (o *CreateSearchDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/searches][%d] CreateSearch default %+v", o._statusCode, o.Payload) +} + func (o *CreateSearchDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/searches_v1/delete_search_responses.go b/go/http_client/v1/service_client/searches_v1/delete_search_responses.go index 53996a266a..da9c2c5a3d 100644 --- a/go/http_client/v1/service_client/searches_v1/delete_search_responses.go +++ b/go/http_client/v1/service_client/searches_v1/delete_search_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteSearchOK struct { } +// IsSuccess returns true when this delete search o k response has a 2xx status code +func (o *DeleteSearchOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete search o k response has a 3xx status code +func (o *DeleteSearchOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete search o k response has a 4xx status code +func (o *DeleteSearchOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete search o k response has a 5xx status code +func (o *DeleteSearchOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete search o k response a status code equal to that given +func (o *DeleteSearchOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteSearchOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/searches/{uuid}][%d] deleteSearchOK ", 200) } +func (o *DeleteSearchOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/searches/{uuid}][%d] deleteSearchOK ", 200) +} + func (o *DeleteSearchOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteSearchNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete search no content response has a 2xx status code +func (o *DeleteSearchNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete search no content response has a 3xx status code +func (o *DeleteSearchNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete search no content response has a 4xx status code +func (o *DeleteSearchNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete search no content response has a 5xx status code +func (o *DeleteSearchNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete search no content response a status code equal to that given +func (o *DeleteSearchNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteSearchNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/searches/{uuid}][%d] deleteSearchNoContent %+v", 204, o.Payload) } + +func (o *DeleteSearchNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/searches/{uuid}][%d] deleteSearchNoContent %+v", 204, o.Payload) +} + func (o *DeleteSearchNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteSearchForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete search forbidden response has a 2xx status code +func (o *DeleteSearchForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete search forbidden response has a 3xx status code +func (o *DeleteSearchForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete search forbidden response has a 4xx status code +func (o *DeleteSearchForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete search forbidden response has a 5xx status code +func (o *DeleteSearchForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete search forbidden response a status code equal to that given +func (o *DeleteSearchForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteSearchForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/searches/{uuid}][%d] deleteSearchForbidden %+v", 403, o.Payload) } + +func (o *DeleteSearchForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/searches/{uuid}][%d] deleteSearchForbidden %+v", 403, o.Payload) +} + func (o *DeleteSearchForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteSearchNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete search not found response has a 2xx status code +func (o *DeleteSearchNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete search not found response has a 3xx status code +func (o *DeleteSearchNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete search not found response has a 4xx status code +func (o *DeleteSearchNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete search not found response has a 5xx status code +func (o *DeleteSearchNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete search not found response a status code equal to that given +func (o *DeleteSearchNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteSearchNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/searches/{uuid}][%d] deleteSearchNotFound %+v", 404, o.Payload) } + +func (o *DeleteSearchNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/searches/{uuid}][%d] deleteSearchNotFound %+v", 404, o.Payload) +} + func (o *DeleteSearchNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteSearchDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete search default response has a 2xx status code +func (o *DeleteSearchDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete search default response has a 3xx status code +func (o *DeleteSearchDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete search default response has a 4xx status code +func (o *DeleteSearchDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete search default response has a 5xx status code +func (o *DeleteSearchDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete search default response a status code equal to that given +func (o *DeleteSearchDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteSearchDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/searches/{uuid}][%d] DeleteSearch default %+v", o._statusCode, o.Payload) } + +func (o *DeleteSearchDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/searches/{uuid}][%d] DeleteSearch default %+v", o._statusCode, o.Payload) +} + func (o *DeleteSearchDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/searches_v1/get_search_responses.go b/go/http_client/v1/service_client/searches_v1/get_search_responses.go index 41b2e304aa..d9a2ac29bd 100644 --- a/go/http_client/v1/service_client/searches_v1/get_search_responses.go +++ b/go/http_client/v1/service_client/searches_v1/get_search_responses.go @@ -86,9 +86,39 @@ type GetSearchOK struct { Payload *service_model.V1Search } +// IsSuccess returns true when this get search o k response has a 2xx status code +func (o *GetSearchOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get search o k response has a 3xx status code +func (o *GetSearchOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get search o k response has a 4xx status code +func (o *GetSearchOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get search o k response has a 5xx status code +func (o *GetSearchOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get search o k response a status code equal to that given +func (o *GetSearchOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetSearchOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/{uuid}][%d] getSearchOK %+v", 200, o.Payload) } + +func (o *GetSearchOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/{uuid}][%d] getSearchOK %+v", 200, o.Payload) +} + func (o *GetSearchOK) GetPayload() *service_model.V1Search { return o.Payload } @@ -118,9 +148,39 @@ type GetSearchNoContent struct { Payload interface{} } +// IsSuccess returns true when this get search no content response has a 2xx status code +func (o *GetSearchNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get search no content response has a 3xx status code +func (o *GetSearchNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get search no content response has a 4xx status code +func (o *GetSearchNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get search no content response has a 5xx status code +func (o *GetSearchNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get search no content response a status code equal to that given +func (o *GetSearchNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetSearchNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/{uuid}][%d] getSearchNoContent %+v", 204, o.Payload) } + +func (o *GetSearchNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/{uuid}][%d] getSearchNoContent %+v", 204, o.Payload) +} + func (o *GetSearchNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetSearchForbidden struct { Payload interface{} } +// IsSuccess returns true when this get search forbidden response has a 2xx status code +func (o *GetSearchForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get search forbidden response has a 3xx status code +func (o *GetSearchForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get search forbidden response has a 4xx status code +func (o *GetSearchForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get search forbidden response has a 5xx status code +func (o *GetSearchForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get search forbidden response a status code equal to that given +func (o *GetSearchForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetSearchForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/{uuid}][%d] getSearchForbidden %+v", 403, o.Payload) } + +func (o *GetSearchForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/{uuid}][%d] getSearchForbidden %+v", 403, o.Payload) +} + func (o *GetSearchForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetSearchNotFound struct { Payload interface{} } +// IsSuccess returns true when this get search not found response has a 2xx status code +func (o *GetSearchNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get search not found response has a 3xx status code +func (o *GetSearchNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get search not found response has a 4xx status code +func (o *GetSearchNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get search not found response has a 5xx status code +func (o *GetSearchNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get search not found response a status code equal to that given +func (o *GetSearchNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetSearchNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/{uuid}][%d] getSearchNotFound %+v", 404, o.Payload) } + +func (o *GetSearchNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/{uuid}][%d] getSearchNotFound %+v", 404, o.Payload) +} + func (o *GetSearchNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetSearchDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get search default response has a 2xx status code +func (o *GetSearchDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get search default response has a 3xx status code +func (o *GetSearchDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get search default response has a 4xx status code +func (o *GetSearchDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get search default response has a 5xx status code +func (o *GetSearchDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get search default response a status code equal to that given +func (o *GetSearchDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetSearchDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/{uuid}][%d] GetSearch default %+v", o._statusCode, o.Payload) } + +func (o *GetSearchDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/{uuid}][%d] GetSearch default %+v", o._statusCode, o.Payload) +} + func (o *GetSearchDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/searches_v1/list_search_names_responses.go b/go/http_client/v1/service_client/searches_v1/list_search_names_responses.go index f32e9bf504..82a226c067 100644 --- a/go/http_client/v1/service_client/searches_v1/list_search_names_responses.go +++ b/go/http_client/v1/service_client/searches_v1/list_search_names_responses.go @@ -86,9 +86,39 @@ type ListSearchNamesOK struct { Payload *service_model.V1ListSearchesResponse } +// IsSuccess returns true when this list search names o k response has a 2xx status code +func (o *ListSearchNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list search names o k response has a 3xx status code +func (o *ListSearchNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list search names o k response has a 4xx status code +func (o *ListSearchNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list search names o k response has a 5xx status code +func (o *ListSearchNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list search names o k response a status code equal to that given +func (o *ListSearchNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListSearchNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/names][%d] listSearchNamesOK %+v", 200, o.Payload) } + +func (o *ListSearchNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/names][%d] listSearchNamesOK %+v", 200, o.Payload) +} + func (o *ListSearchNamesOK) GetPayload() *service_model.V1ListSearchesResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListSearchNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list search names no content response has a 2xx status code +func (o *ListSearchNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list search names no content response has a 3xx status code +func (o *ListSearchNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list search names no content response has a 4xx status code +func (o *ListSearchNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list search names no content response has a 5xx status code +func (o *ListSearchNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list search names no content response a status code equal to that given +func (o *ListSearchNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListSearchNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/names][%d] listSearchNamesNoContent %+v", 204, o.Payload) } + +func (o *ListSearchNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/names][%d] listSearchNamesNoContent %+v", 204, o.Payload) +} + func (o *ListSearchNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListSearchNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list search names forbidden response has a 2xx status code +func (o *ListSearchNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list search names forbidden response has a 3xx status code +func (o *ListSearchNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list search names forbidden response has a 4xx status code +func (o *ListSearchNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list search names forbidden response has a 5xx status code +func (o *ListSearchNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list search names forbidden response a status code equal to that given +func (o *ListSearchNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListSearchNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/names][%d] listSearchNamesForbidden %+v", 403, o.Payload) } + +func (o *ListSearchNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/names][%d] listSearchNamesForbidden %+v", 403, o.Payload) +} + func (o *ListSearchNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListSearchNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list search names not found response has a 2xx status code +func (o *ListSearchNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list search names not found response has a 3xx status code +func (o *ListSearchNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list search names not found response has a 4xx status code +func (o *ListSearchNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list search names not found response has a 5xx status code +func (o *ListSearchNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list search names not found response a status code equal to that given +func (o *ListSearchNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListSearchNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/names][%d] listSearchNamesNotFound %+v", 404, o.Payload) } + +func (o *ListSearchNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/names][%d] listSearchNamesNotFound %+v", 404, o.Payload) +} + func (o *ListSearchNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListSearchNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list search names default response has a 2xx status code +func (o *ListSearchNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list search names default response has a 3xx status code +func (o *ListSearchNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list search names default response has a 4xx status code +func (o *ListSearchNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list search names default response has a 5xx status code +func (o *ListSearchNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list search names default response a status code equal to that given +func (o *ListSearchNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListSearchNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/names][%d] ListSearchNames default %+v", o._statusCode, o.Payload) } + +func (o *ListSearchNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches/names][%d] ListSearchNames default %+v", o._statusCode, o.Payload) +} + func (o *ListSearchNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/searches_v1/list_searches_responses.go b/go/http_client/v1/service_client/searches_v1/list_searches_responses.go index fbf911e322..4fb68c3478 100644 --- a/go/http_client/v1/service_client/searches_v1/list_searches_responses.go +++ b/go/http_client/v1/service_client/searches_v1/list_searches_responses.go @@ -86,9 +86,39 @@ type ListSearchesOK struct { Payload *service_model.V1ListSearchesResponse } +// IsSuccess returns true when this list searches o k response has a 2xx status code +func (o *ListSearchesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list searches o k response has a 3xx status code +func (o *ListSearchesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list searches o k response has a 4xx status code +func (o *ListSearchesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list searches o k response has a 5xx status code +func (o *ListSearchesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list searches o k response a status code equal to that given +func (o *ListSearchesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListSearchesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches][%d] listSearchesOK %+v", 200, o.Payload) } + +func (o *ListSearchesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches][%d] listSearchesOK %+v", 200, o.Payload) +} + func (o *ListSearchesOK) GetPayload() *service_model.V1ListSearchesResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListSearchesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list searches no content response has a 2xx status code +func (o *ListSearchesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list searches no content response has a 3xx status code +func (o *ListSearchesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list searches no content response has a 4xx status code +func (o *ListSearchesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list searches no content response has a 5xx status code +func (o *ListSearchesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list searches no content response a status code equal to that given +func (o *ListSearchesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListSearchesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches][%d] listSearchesNoContent %+v", 204, o.Payload) } + +func (o *ListSearchesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches][%d] listSearchesNoContent %+v", 204, o.Payload) +} + func (o *ListSearchesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListSearchesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list searches forbidden response has a 2xx status code +func (o *ListSearchesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list searches forbidden response has a 3xx status code +func (o *ListSearchesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list searches forbidden response has a 4xx status code +func (o *ListSearchesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list searches forbidden response has a 5xx status code +func (o *ListSearchesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list searches forbidden response a status code equal to that given +func (o *ListSearchesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListSearchesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches][%d] listSearchesForbidden %+v", 403, o.Payload) } + +func (o *ListSearchesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches][%d] listSearchesForbidden %+v", 403, o.Payload) +} + func (o *ListSearchesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListSearchesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list searches not found response has a 2xx status code +func (o *ListSearchesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list searches not found response has a 3xx status code +func (o *ListSearchesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list searches not found response has a 4xx status code +func (o *ListSearchesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list searches not found response has a 5xx status code +func (o *ListSearchesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list searches not found response a status code equal to that given +func (o *ListSearchesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListSearchesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches][%d] listSearchesNotFound %+v", 404, o.Payload) } + +func (o *ListSearchesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches][%d] listSearchesNotFound %+v", 404, o.Payload) +} + func (o *ListSearchesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListSearchesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list searches default response has a 2xx status code +func (o *ListSearchesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list searches default response has a 3xx status code +func (o *ListSearchesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list searches default response has a 4xx status code +func (o *ListSearchesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list searches default response has a 5xx status code +func (o *ListSearchesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list searches default response a status code equal to that given +func (o *ListSearchesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListSearchesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches][%d] ListSearches default %+v", o._statusCode, o.Payload) } + +func (o *ListSearchesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/searches][%d] ListSearches default %+v", o._statusCode, o.Payload) +} + func (o *ListSearchesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/searches_v1/patch_search_responses.go b/go/http_client/v1/service_client/searches_v1/patch_search_responses.go index 8f28dbbf76..a2e5d25125 100644 --- a/go/http_client/v1/service_client/searches_v1/patch_search_responses.go +++ b/go/http_client/v1/service_client/searches_v1/patch_search_responses.go @@ -86,9 +86,39 @@ type PatchSearchOK struct { Payload *service_model.V1Search } +// IsSuccess returns true when this patch search o k response has a 2xx status code +func (o *PatchSearchOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch search o k response has a 3xx status code +func (o *PatchSearchOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch search o k response has a 4xx status code +func (o *PatchSearchOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch search o k response has a 5xx status code +func (o *PatchSearchOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch search o k response a status code equal to that given +func (o *PatchSearchOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchSearchOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/searches/{search.uuid}][%d] patchSearchOK %+v", 200, o.Payload) } + +func (o *PatchSearchOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/searches/{search.uuid}][%d] patchSearchOK %+v", 200, o.Payload) +} + func (o *PatchSearchOK) GetPayload() *service_model.V1Search { return o.Payload } @@ -118,9 +148,39 @@ type PatchSearchNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch search no content response has a 2xx status code +func (o *PatchSearchNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch search no content response has a 3xx status code +func (o *PatchSearchNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch search no content response has a 4xx status code +func (o *PatchSearchNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch search no content response has a 5xx status code +func (o *PatchSearchNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch search no content response a status code equal to that given +func (o *PatchSearchNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchSearchNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/searches/{search.uuid}][%d] patchSearchNoContent %+v", 204, o.Payload) } + +func (o *PatchSearchNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/searches/{search.uuid}][%d] patchSearchNoContent %+v", 204, o.Payload) +} + func (o *PatchSearchNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchSearchForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch search forbidden response has a 2xx status code +func (o *PatchSearchForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch search forbidden response has a 3xx status code +func (o *PatchSearchForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch search forbidden response has a 4xx status code +func (o *PatchSearchForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch search forbidden response has a 5xx status code +func (o *PatchSearchForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch search forbidden response a status code equal to that given +func (o *PatchSearchForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchSearchForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/searches/{search.uuid}][%d] patchSearchForbidden %+v", 403, o.Payload) } + +func (o *PatchSearchForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/searches/{search.uuid}][%d] patchSearchForbidden %+v", 403, o.Payload) +} + func (o *PatchSearchForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchSearchNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch search not found response has a 2xx status code +func (o *PatchSearchNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch search not found response has a 3xx status code +func (o *PatchSearchNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch search not found response has a 4xx status code +func (o *PatchSearchNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch search not found response has a 5xx status code +func (o *PatchSearchNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch search not found response a status code equal to that given +func (o *PatchSearchNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchSearchNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/searches/{search.uuid}][%d] patchSearchNotFound %+v", 404, o.Payload) } + +func (o *PatchSearchNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/searches/{search.uuid}][%d] patchSearchNotFound %+v", 404, o.Payload) +} + func (o *PatchSearchNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchSearchDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch search default response has a 2xx status code +func (o *PatchSearchDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch search default response has a 3xx status code +func (o *PatchSearchDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch search default response has a 4xx status code +func (o *PatchSearchDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch search default response has a 5xx status code +func (o *PatchSearchDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch search default response a status code equal to that given +func (o *PatchSearchDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchSearchDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/searches/{search.uuid}][%d] PatchSearch default %+v", o._statusCode, o.Payload) } + +func (o *PatchSearchDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/searches/{search.uuid}][%d] PatchSearch default %+v", o._statusCode, o.Payload) +} + func (o *PatchSearchDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/searches_v1/update_search_responses.go b/go/http_client/v1/service_client/searches_v1/update_search_responses.go index ff64182050..7196a3cb1d 100644 --- a/go/http_client/v1/service_client/searches_v1/update_search_responses.go +++ b/go/http_client/v1/service_client/searches_v1/update_search_responses.go @@ -86,9 +86,39 @@ type UpdateSearchOK struct { Payload *service_model.V1Search } +// IsSuccess returns true when this update search o k response has a 2xx status code +func (o *UpdateSearchOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update search o k response has a 3xx status code +func (o *UpdateSearchOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update search o k response has a 4xx status code +func (o *UpdateSearchOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update search o k response has a 5xx status code +func (o *UpdateSearchOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update search o k response a status code equal to that given +func (o *UpdateSearchOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateSearchOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/searches/{search.uuid}][%d] updateSearchOK %+v", 200, o.Payload) } + +func (o *UpdateSearchOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/searches/{search.uuid}][%d] updateSearchOK %+v", 200, o.Payload) +} + func (o *UpdateSearchOK) GetPayload() *service_model.V1Search { return o.Payload } @@ -118,9 +148,39 @@ type UpdateSearchNoContent struct { Payload interface{} } +// IsSuccess returns true when this update search no content response has a 2xx status code +func (o *UpdateSearchNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update search no content response has a 3xx status code +func (o *UpdateSearchNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update search no content response has a 4xx status code +func (o *UpdateSearchNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update search no content response has a 5xx status code +func (o *UpdateSearchNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update search no content response a status code equal to that given +func (o *UpdateSearchNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateSearchNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/searches/{search.uuid}][%d] updateSearchNoContent %+v", 204, o.Payload) } + +func (o *UpdateSearchNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/searches/{search.uuid}][%d] updateSearchNoContent %+v", 204, o.Payload) +} + func (o *UpdateSearchNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateSearchForbidden struct { Payload interface{} } +// IsSuccess returns true when this update search forbidden response has a 2xx status code +func (o *UpdateSearchForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update search forbidden response has a 3xx status code +func (o *UpdateSearchForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update search forbidden response has a 4xx status code +func (o *UpdateSearchForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update search forbidden response has a 5xx status code +func (o *UpdateSearchForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update search forbidden response a status code equal to that given +func (o *UpdateSearchForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateSearchForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/searches/{search.uuid}][%d] updateSearchForbidden %+v", 403, o.Payload) } + +func (o *UpdateSearchForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/searches/{search.uuid}][%d] updateSearchForbidden %+v", 403, o.Payload) +} + func (o *UpdateSearchForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateSearchNotFound struct { Payload interface{} } +// IsSuccess returns true when this update search not found response has a 2xx status code +func (o *UpdateSearchNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update search not found response has a 3xx status code +func (o *UpdateSearchNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update search not found response has a 4xx status code +func (o *UpdateSearchNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update search not found response has a 5xx status code +func (o *UpdateSearchNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update search not found response a status code equal to that given +func (o *UpdateSearchNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateSearchNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/searches/{search.uuid}][%d] updateSearchNotFound %+v", 404, o.Payload) } + +func (o *UpdateSearchNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/searches/{search.uuid}][%d] updateSearchNotFound %+v", 404, o.Payload) +} + func (o *UpdateSearchNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateSearchDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update search default response has a 2xx status code +func (o *UpdateSearchDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update search default response has a 3xx status code +func (o *UpdateSearchDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update search default response has a 4xx status code +func (o *UpdateSearchDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update search default response has a 5xx status code +func (o *UpdateSearchDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update search default response a status code equal to that given +func (o *UpdateSearchDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateSearchDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/searches/{search.uuid}][%d] UpdateSearch default %+v", o._statusCode, o.Payload) } + +func (o *UpdateSearchDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/searches/{search.uuid}][%d] UpdateSearch default %+v", o._statusCode, o.Payload) +} + func (o *UpdateSearchDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/create_service_account_responses.go b/go/http_client/v1/service_client/service_accounts_v1/create_service_account_responses.go index 06d844de6d..d1163b5cf7 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/create_service_account_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/create_service_account_responses.go @@ -86,9 +86,39 @@ type CreateServiceAccountOK struct { Payload *service_model.V1ServiceAccount } +// IsSuccess returns true when this create service account o k response has a 2xx status code +func (o *CreateServiceAccountOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create service account o k response has a 3xx status code +func (o *CreateServiceAccountOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create service account o k response has a 4xx status code +func (o *CreateServiceAccountOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create service account o k response has a 5xx status code +func (o *CreateServiceAccountOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create service account o k response a status code equal to that given +func (o *CreateServiceAccountOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateServiceAccountOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa][%d] createServiceAccountOK %+v", 200, o.Payload) } + +func (o *CreateServiceAccountOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa][%d] createServiceAccountOK %+v", 200, o.Payload) +} + func (o *CreateServiceAccountOK) GetPayload() *service_model.V1ServiceAccount { return o.Payload } @@ -118,9 +148,39 @@ type CreateServiceAccountNoContent struct { Payload interface{} } +// IsSuccess returns true when this create service account no content response has a 2xx status code +func (o *CreateServiceAccountNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create service account no content response has a 3xx status code +func (o *CreateServiceAccountNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create service account no content response has a 4xx status code +func (o *CreateServiceAccountNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create service account no content response has a 5xx status code +func (o *CreateServiceAccountNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create service account no content response a status code equal to that given +func (o *CreateServiceAccountNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateServiceAccountNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa][%d] createServiceAccountNoContent %+v", 204, o.Payload) } + +func (o *CreateServiceAccountNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa][%d] createServiceAccountNoContent %+v", 204, o.Payload) +} + func (o *CreateServiceAccountNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateServiceAccountForbidden struct { Payload interface{} } +// IsSuccess returns true when this create service account forbidden response has a 2xx status code +func (o *CreateServiceAccountForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create service account forbidden response has a 3xx status code +func (o *CreateServiceAccountForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create service account forbidden response has a 4xx status code +func (o *CreateServiceAccountForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create service account forbidden response has a 5xx status code +func (o *CreateServiceAccountForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create service account forbidden response a status code equal to that given +func (o *CreateServiceAccountForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateServiceAccountForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa][%d] createServiceAccountForbidden %+v", 403, o.Payload) } + +func (o *CreateServiceAccountForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa][%d] createServiceAccountForbidden %+v", 403, o.Payload) +} + func (o *CreateServiceAccountForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateServiceAccountNotFound struct { Payload interface{} } +// IsSuccess returns true when this create service account not found response has a 2xx status code +func (o *CreateServiceAccountNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create service account not found response has a 3xx status code +func (o *CreateServiceAccountNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create service account not found response has a 4xx status code +func (o *CreateServiceAccountNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create service account not found response has a 5xx status code +func (o *CreateServiceAccountNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create service account not found response a status code equal to that given +func (o *CreateServiceAccountNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateServiceAccountNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa][%d] createServiceAccountNotFound %+v", 404, o.Payload) } + +func (o *CreateServiceAccountNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa][%d] createServiceAccountNotFound %+v", 404, o.Payload) +} + func (o *CreateServiceAccountNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateServiceAccountDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create service account default response has a 2xx status code +func (o *CreateServiceAccountDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create service account default response has a 3xx status code +func (o *CreateServiceAccountDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create service account default response has a 4xx status code +func (o *CreateServiceAccountDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create service account default response has a 5xx status code +func (o *CreateServiceAccountDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create service account default response a status code equal to that given +func (o *CreateServiceAccountDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateServiceAccountDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa][%d] CreateServiceAccount default %+v", o._statusCode, o.Payload) } + +func (o *CreateServiceAccountDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa][%d] CreateServiceAccount default %+v", o._statusCode, o.Payload) +} + func (o *CreateServiceAccountDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/create_service_account_token_responses.go b/go/http_client/v1/service_client/service_accounts_v1/create_service_account_token_responses.go index aee1c522d4..71c06e823a 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/create_service_account_token_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/create_service_account_token_responses.go @@ -86,9 +86,39 @@ type CreateServiceAccountTokenOK struct { Payload *service_model.V1Token } +// IsSuccess returns true when this create service account token o k response has a 2xx status code +func (o *CreateServiceAccountTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create service account token o k response has a 3xx status code +func (o *CreateServiceAccountTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create service account token o k response has a 4xx status code +func (o *CreateServiceAccountTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create service account token o k response has a 5xx status code +func (o *CreateServiceAccountTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create service account token o k response a status code equal to that given +func (o *CreateServiceAccountTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateServiceAccountTokenOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa/{entity}/tokens][%d] createServiceAccountTokenOK %+v", 200, o.Payload) } + +func (o *CreateServiceAccountTokenOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa/{entity}/tokens][%d] createServiceAccountTokenOK %+v", 200, o.Payload) +} + func (o *CreateServiceAccountTokenOK) GetPayload() *service_model.V1Token { return o.Payload } @@ -118,9 +148,39 @@ type CreateServiceAccountTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this create service account token no content response has a 2xx status code +func (o *CreateServiceAccountTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create service account token no content response has a 3xx status code +func (o *CreateServiceAccountTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create service account token no content response has a 4xx status code +func (o *CreateServiceAccountTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create service account token no content response has a 5xx status code +func (o *CreateServiceAccountTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create service account token no content response a status code equal to that given +func (o *CreateServiceAccountTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateServiceAccountTokenNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa/{entity}/tokens][%d] createServiceAccountTokenNoContent %+v", 204, o.Payload) } + +func (o *CreateServiceAccountTokenNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa/{entity}/tokens][%d] createServiceAccountTokenNoContent %+v", 204, o.Payload) +} + func (o *CreateServiceAccountTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateServiceAccountTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this create service account token forbidden response has a 2xx status code +func (o *CreateServiceAccountTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create service account token forbidden response has a 3xx status code +func (o *CreateServiceAccountTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create service account token forbidden response has a 4xx status code +func (o *CreateServiceAccountTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create service account token forbidden response has a 5xx status code +func (o *CreateServiceAccountTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create service account token forbidden response a status code equal to that given +func (o *CreateServiceAccountTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateServiceAccountTokenForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa/{entity}/tokens][%d] createServiceAccountTokenForbidden %+v", 403, o.Payload) } + +func (o *CreateServiceAccountTokenForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa/{entity}/tokens][%d] createServiceAccountTokenForbidden %+v", 403, o.Payload) +} + func (o *CreateServiceAccountTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateServiceAccountTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this create service account token not found response has a 2xx status code +func (o *CreateServiceAccountTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create service account token not found response has a 3xx status code +func (o *CreateServiceAccountTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create service account token not found response has a 4xx status code +func (o *CreateServiceAccountTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create service account token not found response has a 5xx status code +func (o *CreateServiceAccountTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create service account token not found response a status code equal to that given +func (o *CreateServiceAccountTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateServiceAccountTokenNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa/{entity}/tokens][%d] createServiceAccountTokenNotFound %+v", 404, o.Payload) } + +func (o *CreateServiceAccountTokenNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa/{entity}/tokens][%d] createServiceAccountTokenNotFound %+v", 404, o.Payload) +} + func (o *CreateServiceAccountTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateServiceAccountTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create service account token default response has a 2xx status code +func (o *CreateServiceAccountTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create service account token default response has a 3xx status code +func (o *CreateServiceAccountTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create service account token default response has a 4xx status code +func (o *CreateServiceAccountTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create service account token default response has a 5xx status code +func (o *CreateServiceAccountTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create service account token default response a status code equal to that given +func (o *CreateServiceAccountTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateServiceAccountTokenDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa/{entity}/tokens][%d] CreateServiceAccountToken default %+v", o._statusCode, o.Payload) } + +func (o *CreateServiceAccountTokenDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/sa/{entity}/tokens][%d] CreateServiceAccountToken default %+v", o._statusCode, o.Payload) +} + func (o *CreateServiceAccountTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/delete_service_account_responses.go b/go/http_client/v1/service_client/service_accounts_v1/delete_service_account_responses.go index 6248b97812..c024ecba9f 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/delete_service_account_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/delete_service_account_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteServiceAccountOK struct { } +// IsSuccess returns true when this delete service account o k response has a 2xx status code +func (o *DeleteServiceAccountOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete service account o k response has a 3xx status code +func (o *DeleteServiceAccountOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete service account o k response has a 4xx status code +func (o *DeleteServiceAccountOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete service account o k response has a 5xx status code +func (o *DeleteServiceAccountOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete service account o k response a status code equal to that given +func (o *DeleteServiceAccountOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteServiceAccountOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{uuid}][%d] deleteServiceAccountOK ", 200) } +func (o *DeleteServiceAccountOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{uuid}][%d] deleteServiceAccountOK ", 200) +} + func (o *DeleteServiceAccountOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteServiceAccountNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete service account no content response has a 2xx status code +func (o *DeleteServiceAccountNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete service account no content response has a 3xx status code +func (o *DeleteServiceAccountNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete service account no content response has a 4xx status code +func (o *DeleteServiceAccountNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete service account no content response has a 5xx status code +func (o *DeleteServiceAccountNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete service account no content response a status code equal to that given +func (o *DeleteServiceAccountNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteServiceAccountNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{uuid}][%d] deleteServiceAccountNoContent %+v", 204, o.Payload) } + +func (o *DeleteServiceAccountNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{uuid}][%d] deleteServiceAccountNoContent %+v", 204, o.Payload) +} + func (o *DeleteServiceAccountNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteServiceAccountForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete service account forbidden response has a 2xx status code +func (o *DeleteServiceAccountForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete service account forbidden response has a 3xx status code +func (o *DeleteServiceAccountForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete service account forbidden response has a 4xx status code +func (o *DeleteServiceAccountForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete service account forbidden response has a 5xx status code +func (o *DeleteServiceAccountForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete service account forbidden response a status code equal to that given +func (o *DeleteServiceAccountForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteServiceAccountForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{uuid}][%d] deleteServiceAccountForbidden %+v", 403, o.Payload) } + +func (o *DeleteServiceAccountForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{uuid}][%d] deleteServiceAccountForbidden %+v", 403, o.Payload) +} + func (o *DeleteServiceAccountForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteServiceAccountNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete service account not found response has a 2xx status code +func (o *DeleteServiceAccountNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete service account not found response has a 3xx status code +func (o *DeleteServiceAccountNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete service account not found response has a 4xx status code +func (o *DeleteServiceAccountNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete service account not found response has a 5xx status code +func (o *DeleteServiceAccountNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete service account not found response a status code equal to that given +func (o *DeleteServiceAccountNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteServiceAccountNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{uuid}][%d] deleteServiceAccountNotFound %+v", 404, o.Payload) } + +func (o *DeleteServiceAccountNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{uuid}][%d] deleteServiceAccountNotFound %+v", 404, o.Payload) +} + func (o *DeleteServiceAccountNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteServiceAccountDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete service account default response has a 2xx status code +func (o *DeleteServiceAccountDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete service account default response has a 3xx status code +func (o *DeleteServiceAccountDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete service account default response has a 4xx status code +func (o *DeleteServiceAccountDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete service account default response has a 5xx status code +func (o *DeleteServiceAccountDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete service account default response a status code equal to that given +func (o *DeleteServiceAccountDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteServiceAccountDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{uuid}][%d] DeleteServiceAccount default %+v", o._statusCode, o.Payload) } + +func (o *DeleteServiceAccountDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{uuid}][%d] DeleteServiceAccount default %+v", o._statusCode, o.Payload) +} + func (o *DeleteServiceAccountDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/delete_service_account_token_responses.go b/go/http_client/v1/service_client/service_accounts_v1/delete_service_account_token_responses.go index 077a0e9aec..798179acd7 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/delete_service_account_token_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/delete_service_account_token_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteServiceAccountTokenOK struct { } +// IsSuccess returns true when this delete service account token o k response has a 2xx status code +func (o *DeleteServiceAccountTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete service account token o k response has a 3xx status code +func (o *DeleteServiceAccountTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete service account token o k response has a 4xx status code +func (o *DeleteServiceAccountTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete service account token o k response has a 5xx status code +func (o *DeleteServiceAccountTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete service account token o k response a status code equal to that given +func (o *DeleteServiceAccountTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteServiceAccountTokenOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] deleteServiceAccountTokenOK ", 200) } +func (o *DeleteServiceAccountTokenOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] deleteServiceAccountTokenOK ", 200) +} + func (o *DeleteServiceAccountTokenOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteServiceAccountTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete service account token no content response has a 2xx status code +func (o *DeleteServiceAccountTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete service account token no content response has a 3xx status code +func (o *DeleteServiceAccountTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete service account token no content response has a 4xx status code +func (o *DeleteServiceAccountTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete service account token no content response has a 5xx status code +func (o *DeleteServiceAccountTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete service account token no content response a status code equal to that given +func (o *DeleteServiceAccountTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteServiceAccountTokenNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] deleteServiceAccountTokenNoContent %+v", 204, o.Payload) } + +func (o *DeleteServiceAccountTokenNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] deleteServiceAccountTokenNoContent %+v", 204, o.Payload) +} + func (o *DeleteServiceAccountTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteServiceAccountTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete service account token forbidden response has a 2xx status code +func (o *DeleteServiceAccountTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete service account token forbidden response has a 3xx status code +func (o *DeleteServiceAccountTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete service account token forbidden response has a 4xx status code +func (o *DeleteServiceAccountTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete service account token forbidden response has a 5xx status code +func (o *DeleteServiceAccountTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete service account token forbidden response a status code equal to that given +func (o *DeleteServiceAccountTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteServiceAccountTokenForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] deleteServiceAccountTokenForbidden %+v", 403, o.Payload) } + +func (o *DeleteServiceAccountTokenForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] deleteServiceAccountTokenForbidden %+v", 403, o.Payload) +} + func (o *DeleteServiceAccountTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteServiceAccountTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete service account token not found response has a 2xx status code +func (o *DeleteServiceAccountTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete service account token not found response has a 3xx status code +func (o *DeleteServiceAccountTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete service account token not found response has a 4xx status code +func (o *DeleteServiceAccountTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete service account token not found response has a 5xx status code +func (o *DeleteServiceAccountTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete service account token not found response a status code equal to that given +func (o *DeleteServiceAccountTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteServiceAccountTokenNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] deleteServiceAccountTokenNotFound %+v", 404, o.Payload) } + +func (o *DeleteServiceAccountTokenNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] deleteServiceAccountTokenNotFound %+v", 404, o.Payload) +} + func (o *DeleteServiceAccountTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteServiceAccountTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete service account token default response has a 2xx status code +func (o *DeleteServiceAccountTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete service account token default response has a 3xx status code +func (o *DeleteServiceAccountTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete service account token default response has a 4xx status code +func (o *DeleteServiceAccountTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete service account token default response has a 5xx status code +func (o *DeleteServiceAccountTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete service account token default response a status code equal to that given +func (o *DeleteServiceAccountTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteServiceAccountTokenDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] DeleteServiceAccountToken default %+v", o._statusCode, o.Payload) } + +func (o *DeleteServiceAccountTokenDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] DeleteServiceAccountToken default %+v", o._statusCode, o.Payload) +} + func (o *DeleteServiceAccountTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/get_service_account_responses.go b/go/http_client/v1/service_client/service_accounts_v1/get_service_account_responses.go index 01f3dc4624..d9b589e9ba 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/get_service_account_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/get_service_account_responses.go @@ -86,9 +86,39 @@ type GetServiceAccountOK struct { Payload *service_model.V1ServiceAccount } +// IsSuccess returns true when this get service account o k response has a 2xx status code +func (o *GetServiceAccountOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get service account o k response has a 3xx status code +func (o *GetServiceAccountOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get service account o k response has a 4xx status code +func (o *GetServiceAccountOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get service account o k response has a 5xx status code +func (o *GetServiceAccountOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get service account o k response a status code equal to that given +func (o *GetServiceAccountOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetServiceAccountOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}][%d] getServiceAccountOK %+v", 200, o.Payload) } + +func (o *GetServiceAccountOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}][%d] getServiceAccountOK %+v", 200, o.Payload) +} + func (o *GetServiceAccountOK) GetPayload() *service_model.V1ServiceAccount { return o.Payload } @@ -118,9 +148,39 @@ type GetServiceAccountNoContent struct { Payload interface{} } +// IsSuccess returns true when this get service account no content response has a 2xx status code +func (o *GetServiceAccountNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get service account no content response has a 3xx status code +func (o *GetServiceAccountNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get service account no content response has a 4xx status code +func (o *GetServiceAccountNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get service account no content response has a 5xx status code +func (o *GetServiceAccountNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get service account no content response a status code equal to that given +func (o *GetServiceAccountNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetServiceAccountNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}][%d] getServiceAccountNoContent %+v", 204, o.Payload) } + +func (o *GetServiceAccountNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}][%d] getServiceAccountNoContent %+v", 204, o.Payload) +} + func (o *GetServiceAccountNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetServiceAccountForbidden struct { Payload interface{} } +// IsSuccess returns true when this get service account forbidden response has a 2xx status code +func (o *GetServiceAccountForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get service account forbidden response has a 3xx status code +func (o *GetServiceAccountForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get service account forbidden response has a 4xx status code +func (o *GetServiceAccountForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get service account forbidden response has a 5xx status code +func (o *GetServiceAccountForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get service account forbidden response a status code equal to that given +func (o *GetServiceAccountForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetServiceAccountForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}][%d] getServiceAccountForbidden %+v", 403, o.Payload) } + +func (o *GetServiceAccountForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}][%d] getServiceAccountForbidden %+v", 403, o.Payload) +} + func (o *GetServiceAccountForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetServiceAccountNotFound struct { Payload interface{} } +// IsSuccess returns true when this get service account not found response has a 2xx status code +func (o *GetServiceAccountNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get service account not found response has a 3xx status code +func (o *GetServiceAccountNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get service account not found response has a 4xx status code +func (o *GetServiceAccountNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get service account not found response has a 5xx status code +func (o *GetServiceAccountNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get service account not found response a status code equal to that given +func (o *GetServiceAccountNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetServiceAccountNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}][%d] getServiceAccountNotFound %+v", 404, o.Payload) } + +func (o *GetServiceAccountNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}][%d] getServiceAccountNotFound %+v", 404, o.Payload) +} + func (o *GetServiceAccountNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetServiceAccountDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get service account default response has a 2xx status code +func (o *GetServiceAccountDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get service account default response has a 3xx status code +func (o *GetServiceAccountDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get service account default response has a 4xx status code +func (o *GetServiceAccountDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get service account default response has a 5xx status code +func (o *GetServiceAccountDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get service account default response a status code equal to that given +func (o *GetServiceAccountDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetServiceAccountDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}][%d] GetServiceAccount default %+v", o._statusCode, o.Payload) } + +func (o *GetServiceAccountDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}][%d] GetServiceAccount default %+v", o._statusCode, o.Payload) +} + func (o *GetServiceAccountDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/get_service_account_token_responses.go b/go/http_client/v1/service_client/service_accounts_v1/get_service_account_token_responses.go index 49b36d3933..b83e866e8d 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/get_service_account_token_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/get_service_account_token_responses.go @@ -86,9 +86,39 @@ type GetServiceAccountTokenOK struct { Payload *service_model.V1Token } +// IsSuccess returns true when this get service account token o k response has a 2xx status code +func (o *GetServiceAccountTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get service account token o k response has a 3xx status code +func (o *GetServiceAccountTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get service account token o k response has a 4xx status code +func (o *GetServiceAccountTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get service account token o k response has a 5xx status code +func (o *GetServiceAccountTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get service account token o k response a status code equal to that given +func (o *GetServiceAccountTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetServiceAccountTokenOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] getServiceAccountTokenOK %+v", 200, o.Payload) } + +func (o *GetServiceAccountTokenOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] getServiceAccountTokenOK %+v", 200, o.Payload) +} + func (o *GetServiceAccountTokenOK) GetPayload() *service_model.V1Token { return o.Payload } @@ -118,9 +148,39 @@ type GetServiceAccountTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this get service account token no content response has a 2xx status code +func (o *GetServiceAccountTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get service account token no content response has a 3xx status code +func (o *GetServiceAccountTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get service account token no content response has a 4xx status code +func (o *GetServiceAccountTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get service account token no content response has a 5xx status code +func (o *GetServiceAccountTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get service account token no content response a status code equal to that given +func (o *GetServiceAccountTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetServiceAccountTokenNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] getServiceAccountTokenNoContent %+v", 204, o.Payload) } + +func (o *GetServiceAccountTokenNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] getServiceAccountTokenNoContent %+v", 204, o.Payload) +} + func (o *GetServiceAccountTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetServiceAccountTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this get service account token forbidden response has a 2xx status code +func (o *GetServiceAccountTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get service account token forbidden response has a 3xx status code +func (o *GetServiceAccountTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get service account token forbidden response has a 4xx status code +func (o *GetServiceAccountTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get service account token forbidden response has a 5xx status code +func (o *GetServiceAccountTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get service account token forbidden response a status code equal to that given +func (o *GetServiceAccountTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetServiceAccountTokenForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] getServiceAccountTokenForbidden %+v", 403, o.Payload) } + +func (o *GetServiceAccountTokenForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] getServiceAccountTokenForbidden %+v", 403, o.Payload) +} + func (o *GetServiceAccountTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetServiceAccountTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this get service account token not found response has a 2xx status code +func (o *GetServiceAccountTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get service account token not found response has a 3xx status code +func (o *GetServiceAccountTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get service account token not found response has a 4xx status code +func (o *GetServiceAccountTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get service account token not found response has a 5xx status code +func (o *GetServiceAccountTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get service account token not found response a status code equal to that given +func (o *GetServiceAccountTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetServiceAccountTokenNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] getServiceAccountTokenNotFound %+v", 404, o.Payload) } + +func (o *GetServiceAccountTokenNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] getServiceAccountTokenNotFound %+v", 404, o.Payload) +} + func (o *GetServiceAccountTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetServiceAccountTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get service account token default response has a 2xx status code +func (o *GetServiceAccountTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get service account token default response has a 3xx status code +func (o *GetServiceAccountTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get service account token default response has a 4xx status code +func (o *GetServiceAccountTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get service account token default response has a 5xx status code +func (o *GetServiceAccountTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get service account token default response a status code equal to that given +func (o *GetServiceAccountTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetServiceAccountTokenDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] GetServiceAccountToken default %+v", o._statusCode, o.Payload) } + +func (o *GetServiceAccountTokenDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{entity}/tokens/{uuid}][%d] GetServiceAccountToken default %+v", o._statusCode, o.Payload) +} + func (o *GetServiceAccountTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/list_service_account_names_responses.go b/go/http_client/v1/service_client/service_accounts_v1/list_service_account_names_responses.go index 03a1b00eed..1d623d5620 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/list_service_account_names_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/list_service_account_names_responses.go @@ -86,9 +86,39 @@ type ListServiceAccountNamesOK struct { Payload *service_model.V1ListServiceAccountsResponse } +// IsSuccess returns true when this list service account names o k response has a 2xx status code +func (o *ListServiceAccountNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list service account names o k response has a 3xx status code +func (o *ListServiceAccountNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list service account names o k response has a 4xx status code +func (o *ListServiceAccountNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list service account names o k response has a 5xx status code +func (o *ListServiceAccountNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list service account names o k response a status code equal to that given +func (o *ListServiceAccountNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListServiceAccountNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/names][%d] listServiceAccountNamesOK %+v", 200, o.Payload) } + +func (o *ListServiceAccountNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/names][%d] listServiceAccountNamesOK %+v", 200, o.Payload) +} + func (o *ListServiceAccountNamesOK) GetPayload() *service_model.V1ListServiceAccountsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListServiceAccountNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list service account names no content response has a 2xx status code +func (o *ListServiceAccountNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list service account names no content response has a 3xx status code +func (o *ListServiceAccountNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list service account names no content response has a 4xx status code +func (o *ListServiceAccountNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list service account names no content response has a 5xx status code +func (o *ListServiceAccountNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list service account names no content response a status code equal to that given +func (o *ListServiceAccountNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListServiceAccountNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/names][%d] listServiceAccountNamesNoContent %+v", 204, o.Payload) } + +func (o *ListServiceAccountNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/names][%d] listServiceAccountNamesNoContent %+v", 204, o.Payload) +} + func (o *ListServiceAccountNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListServiceAccountNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list service account names forbidden response has a 2xx status code +func (o *ListServiceAccountNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list service account names forbidden response has a 3xx status code +func (o *ListServiceAccountNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list service account names forbidden response has a 4xx status code +func (o *ListServiceAccountNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list service account names forbidden response has a 5xx status code +func (o *ListServiceAccountNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list service account names forbidden response a status code equal to that given +func (o *ListServiceAccountNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListServiceAccountNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/names][%d] listServiceAccountNamesForbidden %+v", 403, o.Payload) } + +func (o *ListServiceAccountNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/names][%d] listServiceAccountNamesForbidden %+v", 403, o.Payload) +} + func (o *ListServiceAccountNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListServiceAccountNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list service account names not found response has a 2xx status code +func (o *ListServiceAccountNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list service account names not found response has a 3xx status code +func (o *ListServiceAccountNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list service account names not found response has a 4xx status code +func (o *ListServiceAccountNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list service account names not found response has a 5xx status code +func (o *ListServiceAccountNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list service account names not found response a status code equal to that given +func (o *ListServiceAccountNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListServiceAccountNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/names][%d] listServiceAccountNamesNotFound %+v", 404, o.Payload) } + +func (o *ListServiceAccountNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/names][%d] listServiceAccountNamesNotFound %+v", 404, o.Payload) +} + func (o *ListServiceAccountNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListServiceAccountNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list service account names default response has a 2xx status code +func (o *ListServiceAccountNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list service account names default response has a 3xx status code +func (o *ListServiceAccountNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list service account names default response has a 4xx status code +func (o *ListServiceAccountNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list service account names default response has a 5xx status code +func (o *ListServiceAccountNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list service account names default response a status code equal to that given +func (o *ListServiceAccountNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListServiceAccountNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/names][%d] ListServiceAccountNames default %+v", o._statusCode, o.Payload) } + +func (o *ListServiceAccountNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/names][%d] ListServiceAccountNames default %+v", o._statusCode, o.Payload) +} + func (o *ListServiceAccountNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/list_service_account_tokens_responses.go b/go/http_client/v1/service_client/service_accounts_v1/list_service_account_tokens_responses.go index 176f4e73b2..9b9118b08c 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/list_service_account_tokens_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/list_service_account_tokens_responses.go @@ -86,9 +86,39 @@ type ListServiceAccountTokensOK struct { Payload *service_model.V1ListTokenResponse } +// IsSuccess returns true when this list service account tokens o k response has a 2xx status code +func (o *ListServiceAccountTokensOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list service account tokens o k response has a 3xx status code +func (o *ListServiceAccountTokensOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list service account tokens o k response has a 4xx status code +func (o *ListServiceAccountTokensOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list service account tokens o k response has a 5xx status code +func (o *ListServiceAccountTokensOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list service account tokens o k response a status code equal to that given +func (o *ListServiceAccountTokensOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListServiceAccountTokensOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}/tokens][%d] listServiceAccountTokensOK %+v", 200, o.Payload) } + +func (o *ListServiceAccountTokensOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}/tokens][%d] listServiceAccountTokensOK %+v", 200, o.Payload) +} + func (o *ListServiceAccountTokensOK) GetPayload() *service_model.V1ListTokenResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListServiceAccountTokensNoContent struct { Payload interface{} } +// IsSuccess returns true when this list service account tokens no content response has a 2xx status code +func (o *ListServiceAccountTokensNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list service account tokens no content response has a 3xx status code +func (o *ListServiceAccountTokensNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list service account tokens no content response has a 4xx status code +func (o *ListServiceAccountTokensNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list service account tokens no content response has a 5xx status code +func (o *ListServiceAccountTokensNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list service account tokens no content response a status code equal to that given +func (o *ListServiceAccountTokensNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListServiceAccountTokensNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}/tokens][%d] listServiceAccountTokensNoContent %+v", 204, o.Payload) } + +func (o *ListServiceAccountTokensNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}/tokens][%d] listServiceAccountTokensNoContent %+v", 204, o.Payload) +} + func (o *ListServiceAccountTokensNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListServiceAccountTokensForbidden struct { Payload interface{} } +// IsSuccess returns true when this list service account tokens forbidden response has a 2xx status code +func (o *ListServiceAccountTokensForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list service account tokens forbidden response has a 3xx status code +func (o *ListServiceAccountTokensForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list service account tokens forbidden response has a 4xx status code +func (o *ListServiceAccountTokensForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list service account tokens forbidden response has a 5xx status code +func (o *ListServiceAccountTokensForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list service account tokens forbidden response a status code equal to that given +func (o *ListServiceAccountTokensForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListServiceAccountTokensForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}/tokens][%d] listServiceAccountTokensForbidden %+v", 403, o.Payload) } + +func (o *ListServiceAccountTokensForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}/tokens][%d] listServiceAccountTokensForbidden %+v", 403, o.Payload) +} + func (o *ListServiceAccountTokensForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListServiceAccountTokensNotFound struct { Payload interface{} } +// IsSuccess returns true when this list service account tokens not found response has a 2xx status code +func (o *ListServiceAccountTokensNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list service account tokens not found response has a 3xx status code +func (o *ListServiceAccountTokensNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list service account tokens not found response has a 4xx status code +func (o *ListServiceAccountTokensNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list service account tokens not found response has a 5xx status code +func (o *ListServiceAccountTokensNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list service account tokens not found response a status code equal to that given +func (o *ListServiceAccountTokensNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListServiceAccountTokensNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}/tokens][%d] listServiceAccountTokensNotFound %+v", 404, o.Payload) } + +func (o *ListServiceAccountTokensNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}/tokens][%d] listServiceAccountTokensNotFound %+v", 404, o.Payload) +} + func (o *ListServiceAccountTokensNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListServiceAccountTokensDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list service account tokens default response has a 2xx status code +func (o *ListServiceAccountTokensDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list service account tokens default response has a 3xx status code +func (o *ListServiceAccountTokensDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list service account tokens default response has a 4xx status code +func (o *ListServiceAccountTokensDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list service account tokens default response has a 5xx status code +func (o *ListServiceAccountTokensDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list service account tokens default response a status code equal to that given +func (o *ListServiceAccountTokensDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListServiceAccountTokensDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}/tokens][%d] ListServiceAccountTokens default %+v", o._statusCode, o.Payload) } + +func (o *ListServiceAccountTokensDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa/{uuid}/tokens][%d] ListServiceAccountTokens default %+v", o._statusCode, o.Payload) +} + func (o *ListServiceAccountTokensDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/list_service_accounts_responses.go b/go/http_client/v1/service_client/service_accounts_v1/list_service_accounts_responses.go index c5952182cf..94e848506f 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/list_service_accounts_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/list_service_accounts_responses.go @@ -86,9 +86,39 @@ type ListServiceAccountsOK struct { Payload *service_model.V1ListServiceAccountsResponse } +// IsSuccess returns true when this list service accounts o k response has a 2xx status code +func (o *ListServiceAccountsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list service accounts o k response has a 3xx status code +func (o *ListServiceAccountsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list service accounts o k response has a 4xx status code +func (o *ListServiceAccountsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list service accounts o k response has a 5xx status code +func (o *ListServiceAccountsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list service accounts o k response a status code equal to that given +func (o *ListServiceAccountsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListServiceAccountsOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa][%d] listServiceAccountsOK %+v", 200, o.Payload) } + +func (o *ListServiceAccountsOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa][%d] listServiceAccountsOK %+v", 200, o.Payload) +} + func (o *ListServiceAccountsOK) GetPayload() *service_model.V1ListServiceAccountsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListServiceAccountsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list service accounts no content response has a 2xx status code +func (o *ListServiceAccountsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list service accounts no content response has a 3xx status code +func (o *ListServiceAccountsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list service accounts no content response has a 4xx status code +func (o *ListServiceAccountsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list service accounts no content response has a 5xx status code +func (o *ListServiceAccountsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list service accounts no content response a status code equal to that given +func (o *ListServiceAccountsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListServiceAccountsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa][%d] listServiceAccountsNoContent %+v", 204, o.Payload) } + +func (o *ListServiceAccountsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa][%d] listServiceAccountsNoContent %+v", 204, o.Payload) +} + func (o *ListServiceAccountsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListServiceAccountsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list service accounts forbidden response has a 2xx status code +func (o *ListServiceAccountsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list service accounts forbidden response has a 3xx status code +func (o *ListServiceAccountsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list service accounts forbidden response has a 4xx status code +func (o *ListServiceAccountsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list service accounts forbidden response has a 5xx status code +func (o *ListServiceAccountsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list service accounts forbidden response a status code equal to that given +func (o *ListServiceAccountsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListServiceAccountsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa][%d] listServiceAccountsForbidden %+v", 403, o.Payload) } + +func (o *ListServiceAccountsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa][%d] listServiceAccountsForbidden %+v", 403, o.Payload) +} + func (o *ListServiceAccountsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListServiceAccountsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list service accounts not found response has a 2xx status code +func (o *ListServiceAccountsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list service accounts not found response has a 3xx status code +func (o *ListServiceAccountsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list service accounts not found response has a 4xx status code +func (o *ListServiceAccountsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list service accounts not found response has a 5xx status code +func (o *ListServiceAccountsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list service accounts not found response a status code equal to that given +func (o *ListServiceAccountsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListServiceAccountsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa][%d] listServiceAccountsNotFound %+v", 404, o.Payload) } + +func (o *ListServiceAccountsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa][%d] listServiceAccountsNotFound %+v", 404, o.Payload) +} + func (o *ListServiceAccountsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListServiceAccountsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list service accounts default response has a 2xx status code +func (o *ListServiceAccountsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list service accounts default response has a 3xx status code +func (o *ListServiceAccountsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list service accounts default response has a 4xx status code +func (o *ListServiceAccountsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list service accounts default response has a 5xx status code +func (o *ListServiceAccountsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list service accounts default response a status code equal to that given +func (o *ListServiceAccountsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListServiceAccountsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa][%d] ListServiceAccounts default %+v", o._statusCode, o.Payload) } + +func (o *ListServiceAccountsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/sa][%d] ListServiceAccounts default %+v", o._statusCode, o.Payload) +} + func (o *ListServiceAccountsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/patch_service_account_responses.go b/go/http_client/v1/service_client/service_accounts_v1/patch_service_account_responses.go index 497e6b3c0a..279b375389 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/patch_service_account_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/patch_service_account_responses.go @@ -86,9 +86,39 @@ type PatchServiceAccountOK struct { Payload *service_model.V1ServiceAccount } +// IsSuccess returns true when this patch service account o k response has a 2xx status code +func (o *PatchServiceAccountOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch service account o k response has a 3xx status code +func (o *PatchServiceAccountOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch service account o k response has a 4xx status code +func (o *PatchServiceAccountOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch service account o k response has a 5xx status code +func (o *PatchServiceAccountOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch service account o k response a status code equal to that given +func (o *PatchServiceAccountOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchServiceAccountOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] patchServiceAccountOK %+v", 200, o.Payload) } + +func (o *PatchServiceAccountOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] patchServiceAccountOK %+v", 200, o.Payload) +} + func (o *PatchServiceAccountOK) GetPayload() *service_model.V1ServiceAccount { return o.Payload } @@ -118,9 +148,39 @@ type PatchServiceAccountNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch service account no content response has a 2xx status code +func (o *PatchServiceAccountNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch service account no content response has a 3xx status code +func (o *PatchServiceAccountNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch service account no content response has a 4xx status code +func (o *PatchServiceAccountNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch service account no content response has a 5xx status code +func (o *PatchServiceAccountNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch service account no content response a status code equal to that given +func (o *PatchServiceAccountNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchServiceAccountNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] patchServiceAccountNoContent %+v", 204, o.Payload) } + +func (o *PatchServiceAccountNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] patchServiceAccountNoContent %+v", 204, o.Payload) +} + func (o *PatchServiceAccountNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchServiceAccountForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch service account forbidden response has a 2xx status code +func (o *PatchServiceAccountForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch service account forbidden response has a 3xx status code +func (o *PatchServiceAccountForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch service account forbidden response has a 4xx status code +func (o *PatchServiceAccountForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch service account forbidden response has a 5xx status code +func (o *PatchServiceAccountForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch service account forbidden response a status code equal to that given +func (o *PatchServiceAccountForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchServiceAccountForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] patchServiceAccountForbidden %+v", 403, o.Payload) } + +func (o *PatchServiceAccountForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] patchServiceAccountForbidden %+v", 403, o.Payload) +} + func (o *PatchServiceAccountForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchServiceAccountNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch service account not found response has a 2xx status code +func (o *PatchServiceAccountNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch service account not found response has a 3xx status code +func (o *PatchServiceAccountNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch service account not found response has a 4xx status code +func (o *PatchServiceAccountNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch service account not found response has a 5xx status code +func (o *PatchServiceAccountNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch service account not found response a status code equal to that given +func (o *PatchServiceAccountNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchServiceAccountNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] patchServiceAccountNotFound %+v", 404, o.Payload) } + +func (o *PatchServiceAccountNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] patchServiceAccountNotFound %+v", 404, o.Payload) +} + func (o *PatchServiceAccountNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchServiceAccountDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch service account default response has a 2xx status code +func (o *PatchServiceAccountDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch service account default response has a 3xx status code +func (o *PatchServiceAccountDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch service account default response has a 4xx status code +func (o *PatchServiceAccountDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch service account default response has a 5xx status code +func (o *PatchServiceAccountDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch service account default response a status code equal to that given +func (o *PatchServiceAccountDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchServiceAccountDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] PatchServiceAccount default %+v", o._statusCode, o.Payload) } + +func (o *PatchServiceAccountDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] PatchServiceAccount default %+v", o._statusCode, o.Payload) +} + func (o *PatchServiceAccountDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/patch_service_account_token_responses.go b/go/http_client/v1/service_client/service_accounts_v1/patch_service_account_token_responses.go index f9aa13bced..020c8626c0 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/patch_service_account_token_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/patch_service_account_token_responses.go @@ -86,9 +86,39 @@ type PatchServiceAccountTokenOK struct { Payload *service_model.V1Token } +// IsSuccess returns true when this patch service account token o k response has a 2xx status code +func (o *PatchServiceAccountTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch service account token o k response has a 3xx status code +func (o *PatchServiceAccountTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch service account token o k response has a 4xx status code +func (o *PatchServiceAccountTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch service account token o k response has a 5xx status code +func (o *PatchServiceAccountTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch service account token o k response a status code equal to that given +func (o *PatchServiceAccountTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchServiceAccountTokenOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] patchServiceAccountTokenOK %+v", 200, o.Payload) } + +func (o *PatchServiceAccountTokenOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] patchServiceAccountTokenOK %+v", 200, o.Payload) +} + func (o *PatchServiceAccountTokenOK) GetPayload() *service_model.V1Token { return o.Payload } @@ -118,9 +148,39 @@ type PatchServiceAccountTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch service account token no content response has a 2xx status code +func (o *PatchServiceAccountTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch service account token no content response has a 3xx status code +func (o *PatchServiceAccountTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch service account token no content response has a 4xx status code +func (o *PatchServiceAccountTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch service account token no content response has a 5xx status code +func (o *PatchServiceAccountTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch service account token no content response a status code equal to that given +func (o *PatchServiceAccountTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchServiceAccountTokenNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] patchServiceAccountTokenNoContent %+v", 204, o.Payload) } + +func (o *PatchServiceAccountTokenNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] patchServiceAccountTokenNoContent %+v", 204, o.Payload) +} + func (o *PatchServiceAccountTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchServiceAccountTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch service account token forbidden response has a 2xx status code +func (o *PatchServiceAccountTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch service account token forbidden response has a 3xx status code +func (o *PatchServiceAccountTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch service account token forbidden response has a 4xx status code +func (o *PatchServiceAccountTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch service account token forbidden response has a 5xx status code +func (o *PatchServiceAccountTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch service account token forbidden response a status code equal to that given +func (o *PatchServiceAccountTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchServiceAccountTokenForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] patchServiceAccountTokenForbidden %+v", 403, o.Payload) } + +func (o *PatchServiceAccountTokenForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] patchServiceAccountTokenForbidden %+v", 403, o.Payload) +} + func (o *PatchServiceAccountTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchServiceAccountTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch service account token not found response has a 2xx status code +func (o *PatchServiceAccountTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch service account token not found response has a 3xx status code +func (o *PatchServiceAccountTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch service account token not found response has a 4xx status code +func (o *PatchServiceAccountTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch service account token not found response has a 5xx status code +func (o *PatchServiceAccountTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch service account token not found response a status code equal to that given +func (o *PatchServiceAccountTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchServiceAccountTokenNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] patchServiceAccountTokenNotFound %+v", 404, o.Payload) } + +func (o *PatchServiceAccountTokenNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] patchServiceAccountTokenNotFound %+v", 404, o.Payload) +} + func (o *PatchServiceAccountTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchServiceAccountTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch service account token default response has a 2xx status code +func (o *PatchServiceAccountTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch service account token default response has a 3xx status code +func (o *PatchServiceAccountTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch service account token default response has a 4xx status code +func (o *PatchServiceAccountTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch service account token default response has a 5xx status code +func (o *PatchServiceAccountTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch service account token default response a status code equal to that given +func (o *PatchServiceAccountTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchServiceAccountTokenDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] PatchServiceAccountToken default %+v", o._statusCode, o.Payload) } + +func (o *PatchServiceAccountTokenDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] PatchServiceAccountToken default %+v", o._statusCode, o.Payload) +} + func (o *PatchServiceAccountTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/update_service_account_responses.go b/go/http_client/v1/service_client/service_accounts_v1/update_service_account_responses.go index 3cbc168280..6885e3ea5d 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/update_service_account_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/update_service_account_responses.go @@ -86,9 +86,39 @@ type UpdateServiceAccountOK struct { Payload *service_model.V1ServiceAccount } +// IsSuccess returns true when this update service account o k response has a 2xx status code +func (o *UpdateServiceAccountOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update service account o k response has a 3xx status code +func (o *UpdateServiceAccountOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update service account o k response has a 4xx status code +func (o *UpdateServiceAccountOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update service account o k response has a 5xx status code +func (o *UpdateServiceAccountOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update service account o k response a status code equal to that given +func (o *UpdateServiceAccountOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateServiceAccountOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] updateServiceAccountOK %+v", 200, o.Payload) } + +func (o *UpdateServiceAccountOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] updateServiceAccountOK %+v", 200, o.Payload) +} + func (o *UpdateServiceAccountOK) GetPayload() *service_model.V1ServiceAccount { return o.Payload } @@ -118,9 +148,39 @@ type UpdateServiceAccountNoContent struct { Payload interface{} } +// IsSuccess returns true when this update service account no content response has a 2xx status code +func (o *UpdateServiceAccountNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update service account no content response has a 3xx status code +func (o *UpdateServiceAccountNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update service account no content response has a 4xx status code +func (o *UpdateServiceAccountNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update service account no content response has a 5xx status code +func (o *UpdateServiceAccountNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update service account no content response a status code equal to that given +func (o *UpdateServiceAccountNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateServiceAccountNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] updateServiceAccountNoContent %+v", 204, o.Payload) } + +func (o *UpdateServiceAccountNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] updateServiceAccountNoContent %+v", 204, o.Payload) +} + func (o *UpdateServiceAccountNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateServiceAccountForbidden struct { Payload interface{} } +// IsSuccess returns true when this update service account forbidden response has a 2xx status code +func (o *UpdateServiceAccountForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update service account forbidden response has a 3xx status code +func (o *UpdateServiceAccountForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update service account forbidden response has a 4xx status code +func (o *UpdateServiceAccountForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update service account forbidden response has a 5xx status code +func (o *UpdateServiceAccountForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update service account forbidden response a status code equal to that given +func (o *UpdateServiceAccountForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateServiceAccountForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] updateServiceAccountForbidden %+v", 403, o.Payload) } + +func (o *UpdateServiceAccountForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] updateServiceAccountForbidden %+v", 403, o.Payload) +} + func (o *UpdateServiceAccountForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateServiceAccountNotFound struct { Payload interface{} } +// IsSuccess returns true when this update service account not found response has a 2xx status code +func (o *UpdateServiceAccountNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update service account not found response has a 3xx status code +func (o *UpdateServiceAccountNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update service account not found response has a 4xx status code +func (o *UpdateServiceAccountNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update service account not found response has a 5xx status code +func (o *UpdateServiceAccountNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update service account not found response a status code equal to that given +func (o *UpdateServiceAccountNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateServiceAccountNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] updateServiceAccountNotFound %+v", 404, o.Payload) } + +func (o *UpdateServiceAccountNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] updateServiceAccountNotFound %+v", 404, o.Payload) +} + func (o *UpdateServiceAccountNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateServiceAccountDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update service account default response has a 2xx status code +func (o *UpdateServiceAccountDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update service account default response has a 3xx status code +func (o *UpdateServiceAccountDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update service account default response has a 4xx status code +func (o *UpdateServiceAccountDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update service account default response has a 5xx status code +func (o *UpdateServiceAccountDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update service account default response a status code equal to that given +func (o *UpdateServiceAccountDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateServiceAccountDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] UpdateServiceAccount default %+v", o._statusCode, o.Payload) } + +func (o *UpdateServiceAccountDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{sa.uuid}][%d] UpdateServiceAccount default %+v", o._statusCode, o.Payload) +} + func (o *UpdateServiceAccountDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/service_accounts_v1/update_service_account_token_responses.go b/go/http_client/v1/service_client/service_accounts_v1/update_service_account_token_responses.go index 4a9f8bdd05..4e9070b8bc 100644 --- a/go/http_client/v1/service_client/service_accounts_v1/update_service_account_token_responses.go +++ b/go/http_client/v1/service_client/service_accounts_v1/update_service_account_token_responses.go @@ -86,9 +86,39 @@ type UpdateServiceAccountTokenOK struct { Payload *service_model.V1Token } +// IsSuccess returns true when this update service account token o k response has a 2xx status code +func (o *UpdateServiceAccountTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update service account token o k response has a 3xx status code +func (o *UpdateServiceAccountTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update service account token o k response has a 4xx status code +func (o *UpdateServiceAccountTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update service account token o k response has a 5xx status code +func (o *UpdateServiceAccountTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update service account token o k response a status code equal to that given +func (o *UpdateServiceAccountTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateServiceAccountTokenOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] updateServiceAccountTokenOK %+v", 200, o.Payload) } + +func (o *UpdateServiceAccountTokenOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] updateServiceAccountTokenOK %+v", 200, o.Payload) +} + func (o *UpdateServiceAccountTokenOK) GetPayload() *service_model.V1Token { return o.Payload } @@ -118,9 +148,39 @@ type UpdateServiceAccountTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this update service account token no content response has a 2xx status code +func (o *UpdateServiceAccountTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update service account token no content response has a 3xx status code +func (o *UpdateServiceAccountTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update service account token no content response has a 4xx status code +func (o *UpdateServiceAccountTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update service account token no content response has a 5xx status code +func (o *UpdateServiceAccountTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update service account token no content response a status code equal to that given +func (o *UpdateServiceAccountTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateServiceAccountTokenNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] updateServiceAccountTokenNoContent %+v", 204, o.Payload) } + +func (o *UpdateServiceAccountTokenNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] updateServiceAccountTokenNoContent %+v", 204, o.Payload) +} + func (o *UpdateServiceAccountTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateServiceAccountTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this update service account token forbidden response has a 2xx status code +func (o *UpdateServiceAccountTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update service account token forbidden response has a 3xx status code +func (o *UpdateServiceAccountTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update service account token forbidden response has a 4xx status code +func (o *UpdateServiceAccountTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update service account token forbidden response has a 5xx status code +func (o *UpdateServiceAccountTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update service account token forbidden response a status code equal to that given +func (o *UpdateServiceAccountTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateServiceAccountTokenForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] updateServiceAccountTokenForbidden %+v", 403, o.Payload) } + +func (o *UpdateServiceAccountTokenForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] updateServiceAccountTokenForbidden %+v", 403, o.Payload) +} + func (o *UpdateServiceAccountTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateServiceAccountTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this update service account token not found response has a 2xx status code +func (o *UpdateServiceAccountTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update service account token not found response has a 3xx status code +func (o *UpdateServiceAccountTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update service account token not found response has a 4xx status code +func (o *UpdateServiceAccountTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update service account token not found response has a 5xx status code +func (o *UpdateServiceAccountTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update service account token not found response a status code equal to that given +func (o *UpdateServiceAccountTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateServiceAccountTokenNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] updateServiceAccountTokenNotFound %+v", 404, o.Payload) } + +func (o *UpdateServiceAccountTokenNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] updateServiceAccountTokenNotFound %+v", 404, o.Payload) +} + func (o *UpdateServiceAccountTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateServiceAccountTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update service account token default response has a 2xx status code +func (o *UpdateServiceAccountTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update service account token default response has a 3xx status code +func (o *UpdateServiceAccountTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update service account token default response has a 4xx status code +func (o *UpdateServiceAccountTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update service account token default response has a 5xx status code +func (o *UpdateServiceAccountTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update service account token default response a status code equal to that given +func (o *UpdateServiceAccountTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateServiceAccountTokenDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] UpdateServiceAccountToken default %+v", o._statusCode, o.Payload) } + +func (o *UpdateServiceAccountTokenDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/sa/{entity}/tokens/{token.uuid}][%d] UpdateServiceAccountToken default %+v", o._statusCode, o.Payload) +} + func (o *UpdateServiceAccountTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/tags_v1/create_tag_responses.go b/go/http_client/v1/service_client/tags_v1/create_tag_responses.go index 69ce00ddcf..b4c0a5882d 100644 --- a/go/http_client/v1/service_client/tags_v1/create_tag_responses.go +++ b/go/http_client/v1/service_client/tags_v1/create_tag_responses.go @@ -86,9 +86,39 @@ type CreateTagOK struct { Payload *service_model.V1Tag } +// IsSuccess returns true when this create tag o k response has a 2xx status code +func (o *CreateTagOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create tag o k response has a 3xx status code +func (o *CreateTagOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create tag o k response has a 4xx status code +func (o *CreateTagOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create tag o k response has a 5xx status code +func (o *CreateTagOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create tag o k response a status code equal to that given +func (o *CreateTagOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateTagOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags][%d] createTagOK %+v", 200, o.Payload) } + +func (o *CreateTagOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags][%d] createTagOK %+v", 200, o.Payload) +} + func (o *CreateTagOK) GetPayload() *service_model.V1Tag { return o.Payload } @@ -118,9 +148,39 @@ type CreateTagNoContent struct { Payload interface{} } +// IsSuccess returns true when this create tag no content response has a 2xx status code +func (o *CreateTagNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create tag no content response has a 3xx status code +func (o *CreateTagNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create tag no content response has a 4xx status code +func (o *CreateTagNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create tag no content response has a 5xx status code +func (o *CreateTagNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create tag no content response a status code equal to that given +func (o *CreateTagNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateTagNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags][%d] createTagNoContent %+v", 204, o.Payload) } + +func (o *CreateTagNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags][%d] createTagNoContent %+v", 204, o.Payload) +} + func (o *CreateTagNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateTagForbidden struct { Payload interface{} } +// IsSuccess returns true when this create tag forbidden response has a 2xx status code +func (o *CreateTagForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create tag forbidden response has a 3xx status code +func (o *CreateTagForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create tag forbidden response has a 4xx status code +func (o *CreateTagForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create tag forbidden response has a 5xx status code +func (o *CreateTagForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create tag forbidden response a status code equal to that given +func (o *CreateTagForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateTagForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags][%d] createTagForbidden %+v", 403, o.Payload) } + +func (o *CreateTagForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags][%d] createTagForbidden %+v", 403, o.Payload) +} + func (o *CreateTagForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateTagNotFound struct { Payload interface{} } +// IsSuccess returns true when this create tag not found response has a 2xx status code +func (o *CreateTagNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create tag not found response has a 3xx status code +func (o *CreateTagNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create tag not found response has a 4xx status code +func (o *CreateTagNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create tag not found response has a 5xx status code +func (o *CreateTagNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create tag not found response a status code equal to that given +func (o *CreateTagNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateTagNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags][%d] createTagNotFound %+v", 404, o.Payload) } + +func (o *CreateTagNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags][%d] createTagNotFound %+v", 404, o.Payload) +} + func (o *CreateTagNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateTagDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create tag default response has a 2xx status code +func (o *CreateTagDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create tag default response has a 3xx status code +func (o *CreateTagDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create tag default response has a 4xx status code +func (o *CreateTagDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create tag default response has a 5xx status code +func (o *CreateTagDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create tag default response a status code equal to that given +func (o *CreateTagDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateTagDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags][%d] CreateTag default %+v", o._statusCode, o.Payload) } + +func (o *CreateTagDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags][%d] CreateTag default %+v", o._statusCode, o.Payload) +} + func (o *CreateTagDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/tags_v1/delete_tag_responses.go b/go/http_client/v1/service_client/tags_v1/delete_tag_responses.go index e4a6da1eb2..f9f2037a4d 100644 --- a/go/http_client/v1/service_client/tags_v1/delete_tag_responses.go +++ b/go/http_client/v1/service_client/tags_v1/delete_tag_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteTagOK struct { } +// IsSuccess returns true when this delete tag o k response has a 2xx status code +func (o *DeleteTagOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete tag o k response has a 3xx status code +func (o *DeleteTagOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete tag o k response has a 4xx status code +func (o *DeleteTagOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete tag o k response has a 5xx status code +func (o *DeleteTagOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete tag o k response a status code equal to that given +func (o *DeleteTagOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteTagOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/tags/{uuid}][%d] deleteTagOK ", 200) } +func (o *DeleteTagOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/tags/{uuid}][%d] deleteTagOK ", 200) +} + func (o *DeleteTagOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteTagNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete tag no content response has a 2xx status code +func (o *DeleteTagNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete tag no content response has a 3xx status code +func (o *DeleteTagNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete tag no content response has a 4xx status code +func (o *DeleteTagNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete tag no content response has a 5xx status code +func (o *DeleteTagNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete tag no content response a status code equal to that given +func (o *DeleteTagNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteTagNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/tags/{uuid}][%d] deleteTagNoContent %+v", 204, o.Payload) } + +func (o *DeleteTagNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/tags/{uuid}][%d] deleteTagNoContent %+v", 204, o.Payload) +} + func (o *DeleteTagNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteTagForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete tag forbidden response has a 2xx status code +func (o *DeleteTagForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete tag forbidden response has a 3xx status code +func (o *DeleteTagForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete tag forbidden response has a 4xx status code +func (o *DeleteTagForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete tag forbidden response has a 5xx status code +func (o *DeleteTagForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete tag forbidden response a status code equal to that given +func (o *DeleteTagForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteTagForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/tags/{uuid}][%d] deleteTagForbidden %+v", 403, o.Payload) } + +func (o *DeleteTagForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/tags/{uuid}][%d] deleteTagForbidden %+v", 403, o.Payload) +} + func (o *DeleteTagForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteTagNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete tag not found response has a 2xx status code +func (o *DeleteTagNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete tag not found response has a 3xx status code +func (o *DeleteTagNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete tag not found response has a 4xx status code +func (o *DeleteTagNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete tag not found response has a 5xx status code +func (o *DeleteTagNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete tag not found response a status code equal to that given +func (o *DeleteTagNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteTagNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/tags/{uuid}][%d] deleteTagNotFound %+v", 404, o.Payload) } + +func (o *DeleteTagNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/tags/{uuid}][%d] deleteTagNotFound %+v", 404, o.Payload) +} + func (o *DeleteTagNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteTagDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete tag default response has a 2xx status code +func (o *DeleteTagDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete tag default response has a 3xx status code +func (o *DeleteTagDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete tag default response has a 4xx status code +func (o *DeleteTagDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete tag default response has a 5xx status code +func (o *DeleteTagDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete tag default response a status code equal to that given +func (o *DeleteTagDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteTagDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/tags/{uuid}][%d] DeleteTag default %+v", o._statusCode, o.Payload) } + +func (o *DeleteTagDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/tags/{uuid}][%d] DeleteTag default %+v", o._statusCode, o.Payload) +} + func (o *DeleteTagDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/tags_v1/get_tag_responses.go b/go/http_client/v1/service_client/tags_v1/get_tag_responses.go index b398d40158..aa1af1df7f 100644 --- a/go/http_client/v1/service_client/tags_v1/get_tag_responses.go +++ b/go/http_client/v1/service_client/tags_v1/get_tag_responses.go @@ -86,9 +86,39 @@ type GetTagOK struct { Payload *service_model.V1Tag } +// IsSuccess returns true when this get tag o k response has a 2xx status code +func (o *GetTagOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get tag o k response has a 3xx status code +func (o *GetTagOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get tag o k response has a 4xx status code +func (o *GetTagOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get tag o k response has a 5xx status code +func (o *GetTagOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get tag o k response a status code equal to that given +func (o *GetTagOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetTagOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/{uuid}][%d] getTagOK %+v", 200, o.Payload) } + +func (o *GetTagOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/{uuid}][%d] getTagOK %+v", 200, o.Payload) +} + func (o *GetTagOK) GetPayload() *service_model.V1Tag { return o.Payload } @@ -118,9 +148,39 @@ type GetTagNoContent struct { Payload interface{} } +// IsSuccess returns true when this get tag no content response has a 2xx status code +func (o *GetTagNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get tag no content response has a 3xx status code +func (o *GetTagNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get tag no content response has a 4xx status code +func (o *GetTagNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get tag no content response has a 5xx status code +func (o *GetTagNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get tag no content response a status code equal to that given +func (o *GetTagNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetTagNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/{uuid}][%d] getTagNoContent %+v", 204, o.Payload) } + +func (o *GetTagNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/{uuid}][%d] getTagNoContent %+v", 204, o.Payload) +} + func (o *GetTagNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetTagForbidden struct { Payload interface{} } +// IsSuccess returns true when this get tag forbidden response has a 2xx status code +func (o *GetTagForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get tag forbidden response has a 3xx status code +func (o *GetTagForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get tag forbidden response has a 4xx status code +func (o *GetTagForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get tag forbidden response has a 5xx status code +func (o *GetTagForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get tag forbidden response a status code equal to that given +func (o *GetTagForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetTagForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/{uuid}][%d] getTagForbidden %+v", 403, o.Payload) } + +func (o *GetTagForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/{uuid}][%d] getTagForbidden %+v", 403, o.Payload) +} + func (o *GetTagForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetTagNotFound struct { Payload interface{} } +// IsSuccess returns true when this get tag not found response has a 2xx status code +func (o *GetTagNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get tag not found response has a 3xx status code +func (o *GetTagNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get tag not found response has a 4xx status code +func (o *GetTagNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get tag not found response has a 5xx status code +func (o *GetTagNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get tag not found response a status code equal to that given +func (o *GetTagNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetTagNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/{uuid}][%d] getTagNotFound %+v", 404, o.Payload) } + +func (o *GetTagNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/{uuid}][%d] getTagNotFound %+v", 404, o.Payload) +} + func (o *GetTagNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetTagDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get tag default response has a 2xx status code +func (o *GetTagDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get tag default response has a 3xx status code +func (o *GetTagDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get tag default response has a 4xx status code +func (o *GetTagDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get tag default response has a 5xx status code +func (o *GetTagDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get tag default response a status code equal to that given +func (o *GetTagDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetTagDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/{uuid}][%d] GetTag default %+v", o._statusCode, o.Payload) } + +func (o *GetTagDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/{uuid}][%d] GetTag default %+v", o._statusCode, o.Payload) +} + func (o *GetTagDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/tags_v1/list_tags_responses.go b/go/http_client/v1/service_client/tags_v1/list_tags_responses.go index 3a9c84066a..3b18b8b5e3 100644 --- a/go/http_client/v1/service_client/tags_v1/list_tags_responses.go +++ b/go/http_client/v1/service_client/tags_v1/list_tags_responses.go @@ -86,9 +86,39 @@ type ListTagsOK struct { Payload *service_model.V1ListTagsResponse } +// IsSuccess returns true when this list tags o k response has a 2xx status code +func (o *ListTagsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list tags o k response has a 3xx status code +func (o *ListTagsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list tags o k response has a 4xx status code +func (o *ListTagsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list tags o k response has a 5xx status code +func (o *ListTagsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list tags o k response a status code equal to that given +func (o *ListTagsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListTagsOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags][%d] listTagsOK %+v", 200, o.Payload) } + +func (o *ListTagsOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags][%d] listTagsOK %+v", 200, o.Payload) +} + func (o *ListTagsOK) GetPayload() *service_model.V1ListTagsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListTagsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list tags no content response has a 2xx status code +func (o *ListTagsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list tags no content response has a 3xx status code +func (o *ListTagsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list tags no content response has a 4xx status code +func (o *ListTagsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list tags no content response has a 5xx status code +func (o *ListTagsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list tags no content response a status code equal to that given +func (o *ListTagsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListTagsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags][%d] listTagsNoContent %+v", 204, o.Payload) } + +func (o *ListTagsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags][%d] listTagsNoContent %+v", 204, o.Payload) +} + func (o *ListTagsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListTagsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list tags forbidden response has a 2xx status code +func (o *ListTagsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list tags forbidden response has a 3xx status code +func (o *ListTagsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list tags forbidden response has a 4xx status code +func (o *ListTagsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list tags forbidden response has a 5xx status code +func (o *ListTagsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list tags forbidden response a status code equal to that given +func (o *ListTagsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListTagsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags][%d] listTagsForbidden %+v", 403, o.Payload) } + +func (o *ListTagsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags][%d] listTagsForbidden %+v", 403, o.Payload) +} + func (o *ListTagsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListTagsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list tags not found response has a 2xx status code +func (o *ListTagsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list tags not found response has a 3xx status code +func (o *ListTagsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list tags not found response has a 4xx status code +func (o *ListTagsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list tags not found response has a 5xx status code +func (o *ListTagsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list tags not found response a status code equal to that given +func (o *ListTagsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListTagsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags][%d] listTagsNotFound %+v", 404, o.Payload) } + +func (o *ListTagsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags][%d] listTagsNotFound %+v", 404, o.Payload) +} + func (o *ListTagsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListTagsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list tags default response has a 2xx status code +func (o *ListTagsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list tags default response has a 3xx status code +func (o *ListTagsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list tags default response has a 4xx status code +func (o *ListTagsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list tags default response has a 5xx status code +func (o *ListTagsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list tags default response a status code equal to that given +func (o *ListTagsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListTagsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags][%d] ListTags default %+v", o._statusCode, o.Payload) } + +func (o *ListTagsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags][%d] ListTags default %+v", o._statusCode, o.Payload) +} + func (o *ListTagsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/tags_v1/load_tags_responses.go b/go/http_client/v1/service_client/tags_v1/load_tags_responses.go index 98d9407666..37a347e663 100644 --- a/go/http_client/v1/service_client/tags_v1/load_tags_responses.go +++ b/go/http_client/v1/service_client/tags_v1/load_tags_responses.go @@ -86,9 +86,39 @@ type LoadTagsOK struct { Payload interface{} } +// IsSuccess returns true when this load tags o k response has a 2xx status code +func (o *LoadTagsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this load tags o k response has a 3xx status code +func (o *LoadTagsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this load tags o k response has a 4xx status code +func (o *LoadTagsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this load tags o k response has a 5xx status code +func (o *LoadTagsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this load tags o k response a status code equal to that given +func (o *LoadTagsOK) IsCode(code int) bool { + return code == 200 +} + func (o *LoadTagsOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/load][%d] loadTagsOK %+v", 200, o.Payload) } + +func (o *LoadTagsOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/load][%d] loadTagsOK %+v", 200, o.Payload) +} + func (o *LoadTagsOK) GetPayload() interface{} { return o.Payload } @@ -116,9 +146,39 @@ type LoadTagsNoContent struct { Payload interface{} } +// IsSuccess returns true when this load tags no content response has a 2xx status code +func (o *LoadTagsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this load tags no content response has a 3xx status code +func (o *LoadTagsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this load tags no content response has a 4xx status code +func (o *LoadTagsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this load tags no content response has a 5xx status code +func (o *LoadTagsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this load tags no content response a status code equal to that given +func (o *LoadTagsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *LoadTagsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/load][%d] loadTagsNoContent %+v", 204, o.Payload) } + +func (o *LoadTagsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/load][%d] loadTagsNoContent %+v", 204, o.Payload) +} + func (o *LoadTagsNoContent) GetPayload() interface{} { return o.Payload } @@ -146,9 +206,39 @@ type LoadTagsForbidden struct { Payload interface{} } +// IsSuccess returns true when this load tags forbidden response has a 2xx status code +func (o *LoadTagsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this load tags forbidden response has a 3xx status code +func (o *LoadTagsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this load tags forbidden response has a 4xx status code +func (o *LoadTagsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this load tags forbidden response has a 5xx status code +func (o *LoadTagsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this load tags forbidden response a status code equal to that given +func (o *LoadTagsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *LoadTagsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/load][%d] loadTagsForbidden %+v", 403, o.Payload) } + +func (o *LoadTagsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/load][%d] loadTagsForbidden %+v", 403, o.Payload) +} + func (o *LoadTagsForbidden) GetPayload() interface{} { return o.Payload } @@ -176,9 +266,39 @@ type LoadTagsNotFound struct { Payload interface{} } +// IsSuccess returns true when this load tags not found response has a 2xx status code +func (o *LoadTagsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this load tags not found response has a 3xx status code +func (o *LoadTagsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this load tags not found response has a 4xx status code +func (o *LoadTagsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this load tags not found response has a 5xx status code +func (o *LoadTagsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this load tags not found response a status code equal to that given +func (o *LoadTagsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *LoadTagsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/load][%d] loadTagsNotFound %+v", 404, o.Payload) } + +func (o *LoadTagsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/load][%d] loadTagsNotFound %+v", 404, o.Payload) +} + func (o *LoadTagsNotFound) GetPayload() interface{} { return o.Payload } @@ -215,9 +335,39 @@ func (o *LoadTagsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this load tags default response has a 2xx status code +func (o *LoadTagsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this load tags default response has a 3xx status code +func (o *LoadTagsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this load tags default response has a 4xx status code +func (o *LoadTagsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this load tags default response has a 5xx status code +func (o *LoadTagsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this load tags default response a status code equal to that given +func (o *LoadTagsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *LoadTagsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/load][%d] LoadTags default %+v", o._statusCode, o.Payload) } + +func (o *LoadTagsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/tags/load][%d] LoadTags default %+v", o._statusCode, o.Payload) +} + func (o *LoadTagsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/tags_v1/patch_tag_responses.go b/go/http_client/v1/service_client/tags_v1/patch_tag_responses.go index 892272fe54..2c09bf2cb8 100644 --- a/go/http_client/v1/service_client/tags_v1/patch_tag_responses.go +++ b/go/http_client/v1/service_client/tags_v1/patch_tag_responses.go @@ -86,9 +86,39 @@ type PatchTagOK struct { Payload *service_model.V1Tag } +// IsSuccess returns true when this patch tag o k response has a 2xx status code +func (o *PatchTagOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch tag o k response has a 3xx status code +func (o *PatchTagOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch tag o k response has a 4xx status code +func (o *PatchTagOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch tag o k response has a 5xx status code +func (o *PatchTagOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch tag o k response a status code equal to that given +func (o *PatchTagOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchTagOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] patchTagOK %+v", 200, o.Payload) } + +func (o *PatchTagOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] patchTagOK %+v", 200, o.Payload) +} + func (o *PatchTagOK) GetPayload() *service_model.V1Tag { return o.Payload } @@ -118,9 +148,39 @@ type PatchTagNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch tag no content response has a 2xx status code +func (o *PatchTagNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch tag no content response has a 3xx status code +func (o *PatchTagNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch tag no content response has a 4xx status code +func (o *PatchTagNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch tag no content response has a 5xx status code +func (o *PatchTagNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch tag no content response a status code equal to that given +func (o *PatchTagNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchTagNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] patchTagNoContent %+v", 204, o.Payload) } + +func (o *PatchTagNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] patchTagNoContent %+v", 204, o.Payload) +} + func (o *PatchTagNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchTagForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch tag forbidden response has a 2xx status code +func (o *PatchTagForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch tag forbidden response has a 3xx status code +func (o *PatchTagForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch tag forbidden response has a 4xx status code +func (o *PatchTagForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch tag forbidden response has a 5xx status code +func (o *PatchTagForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch tag forbidden response a status code equal to that given +func (o *PatchTagForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchTagForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] patchTagForbidden %+v", 403, o.Payload) } + +func (o *PatchTagForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] patchTagForbidden %+v", 403, o.Payload) +} + func (o *PatchTagForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchTagNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch tag not found response has a 2xx status code +func (o *PatchTagNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch tag not found response has a 3xx status code +func (o *PatchTagNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch tag not found response has a 4xx status code +func (o *PatchTagNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch tag not found response has a 5xx status code +func (o *PatchTagNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch tag not found response a status code equal to that given +func (o *PatchTagNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchTagNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] patchTagNotFound %+v", 404, o.Payload) } + +func (o *PatchTagNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] patchTagNotFound %+v", 404, o.Payload) +} + func (o *PatchTagNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchTagDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch tag default response has a 2xx status code +func (o *PatchTagDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch tag default response has a 3xx status code +func (o *PatchTagDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch tag default response has a 4xx status code +func (o *PatchTagDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch tag default response has a 5xx status code +func (o *PatchTagDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch tag default response a status code equal to that given +func (o *PatchTagDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchTagDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] PatchTag default %+v", o._statusCode, o.Payload) } + +func (o *PatchTagDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] PatchTag default %+v", o._statusCode, o.Payload) +} + func (o *PatchTagDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/tags_v1/sync_tags_responses.go b/go/http_client/v1/service_client/tags_v1/sync_tags_responses.go index f8ba6b37f9..32f9218857 100644 --- a/go/http_client/v1/service_client/tags_v1/sync_tags_responses.go +++ b/go/http_client/v1/service_client/tags_v1/sync_tags_responses.go @@ -85,10 +85,39 @@ A successful response. type SyncTagsOK struct { } +// IsSuccess returns true when this sync tags o k response has a 2xx status code +func (o *SyncTagsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this sync tags o k response has a 3xx status code +func (o *SyncTagsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this sync tags o k response has a 4xx status code +func (o *SyncTagsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this sync tags o k response has a 5xx status code +func (o *SyncTagsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this sync tags o k response a status code equal to that given +func (o *SyncTagsOK) IsCode(code int) bool { + return code == 200 +} + func (o *SyncTagsOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags/sync][%d] syncTagsOK ", 200) } +func (o *SyncTagsOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags/sync][%d] syncTagsOK ", 200) +} + func (o *SyncTagsOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type SyncTagsNoContent struct { Payload interface{} } +// IsSuccess returns true when this sync tags no content response has a 2xx status code +func (o *SyncTagsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this sync tags no content response has a 3xx status code +func (o *SyncTagsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this sync tags no content response has a 4xx status code +func (o *SyncTagsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this sync tags no content response has a 5xx status code +func (o *SyncTagsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this sync tags no content response a status code equal to that given +func (o *SyncTagsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *SyncTagsNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags/sync][%d] syncTagsNoContent %+v", 204, o.Payload) } + +func (o *SyncTagsNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags/sync][%d] syncTagsNoContent %+v", 204, o.Payload) +} + func (o *SyncTagsNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type SyncTagsForbidden struct { Payload interface{} } +// IsSuccess returns true when this sync tags forbidden response has a 2xx status code +func (o *SyncTagsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this sync tags forbidden response has a 3xx status code +func (o *SyncTagsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this sync tags forbidden response has a 4xx status code +func (o *SyncTagsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this sync tags forbidden response has a 5xx status code +func (o *SyncTagsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this sync tags forbidden response a status code equal to that given +func (o *SyncTagsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *SyncTagsForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags/sync][%d] syncTagsForbidden %+v", 403, o.Payload) } + +func (o *SyncTagsForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags/sync][%d] syncTagsForbidden %+v", 403, o.Payload) +} + func (o *SyncTagsForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type SyncTagsNotFound struct { Payload interface{} } +// IsSuccess returns true when this sync tags not found response has a 2xx status code +func (o *SyncTagsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this sync tags not found response has a 3xx status code +func (o *SyncTagsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this sync tags not found response has a 4xx status code +func (o *SyncTagsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this sync tags not found response has a 5xx status code +func (o *SyncTagsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this sync tags not found response a status code equal to that given +func (o *SyncTagsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *SyncTagsNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags/sync][%d] syncTagsNotFound %+v", 404, o.Payload) } + +func (o *SyncTagsNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags/sync][%d] syncTagsNotFound %+v", 404, o.Payload) +} + func (o *SyncTagsNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *SyncTagsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this sync tags default response has a 2xx status code +func (o *SyncTagsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this sync tags default response has a 3xx status code +func (o *SyncTagsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this sync tags default response has a 4xx status code +func (o *SyncTagsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this sync tags default response has a 5xx status code +func (o *SyncTagsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this sync tags default response a status code equal to that given +func (o *SyncTagsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *SyncTagsDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags/sync][%d] SyncTags default %+v", o._statusCode, o.Payload) } + +func (o *SyncTagsDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/tags/sync][%d] SyncTags default %+v", o._statusCode, o.Payload) +} + func (o *SyncTagsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/tags_v1/update_tag_responses.go b/go/http_client/v1/service_client/tags_v1/update_tag_responses.go index 8a6a401d50..9aee5b2f08 100644 --- a/go/http_client/v1/service_client/tags_v1/update_tag_responses.go +++ b/go/http_client/v1/service_client/tags_v1/update_tag_responses.go @@ -86,9 +86,39 @@ type UpdateTagOK struct { Payload *service_model.V1Tag } +// IsSuccess returns true when this update tag o k response has a 2xx status code +func (o *UpdateTagOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update tag o k response has a 3xx status code +func (o *UpdateTagOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update tag o k response has a 4xx status code +func (o *UpdateTagOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update tag o k response has a 5xx status code +func (o *UpdateTagOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update tag o k response a status code equal to that given +func (o *UpdateTagOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateTagOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] updateTagOK %+v", 200, o.Payload) } + +func (o *UpdateTagOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] updateTagOK %+v", 200, o.Payload) +} + func (o *UpdateTagOK) GetPayload() *service_model.V1Tag { return o.Payload } @@ -118,9 +148,39 @@ type UpdateTagNoContent struct { Payload interface{} } +// IsSuccess returns true when this update tag no content response has a 2xx status code +func (o *UpdateTagNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update tag no content response has a 3xx status code +func (o *UpdateTagNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update tag no content response has a 4xx status code +func (o *UpdateTagNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update tag no content response has a 5xx status code +func (o *UpdateTagNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update tag no content response a status code equal to that given +func (o *UpdateTagNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateTagNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] updateTagNoContent %+v", 204, o.Payload) } + +func (o *UpdateTagNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] updateTagNoContent %+v", 204, o.Payload) +} + func (o *UpdateTagNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateTagForbidden struct { Payload interface{} } +// IsSuccess returns true when this update tag forbidden response has a 2xx status code +func (o *UpdateTagForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update tag forbidden response has a 3xx status code +func (o *UpdateTagForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update tag forbidden response has a 4xx status code +func (o *UpdateTagForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update tag forbidden response has a 5xx status code +func (o *UpdateTagForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update tag forbidden response a status code equal to that given +func (o *UpdateTagForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateTagForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] updateTagForbidden %+v", 403, o.Payload) } + +func (o *UpdateTagForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] updateTagForbidden %+v", 403, o.Payload) +} + func (o *UpdateTagForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateTagNotFound struct { Payload interface{} } +// IsSuccess returns true when this update tag not found response has a 2xx status code +func (o *UpdateTagNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update tag not found response has a 3xx status code +func (o *UpdateTagNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update tag not found response has a 4xx status code +func (o *UpdateTagNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update tag not found response has a 5xx status code +func (o *UpdateTagNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update tag not found response a status code equal to that given +func (o *UpdateTagNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateTagNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] updateTagNotFound %+v", 404, o.Payload) } + +func (o *UpdateTagNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] updateTagNotFound %+v", 404, o.Payload) +} + func (o *UpdateTagNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateTagDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update tag default response has a 2xx status code +func (o *UpdateTagDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update tag default response has a 3xx status code +func (o *UpdateTagDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update tag default response has a 4xx status code +func (o *UpdateTagDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update tag default response has a 5xx status code +func (o *UpdateTagDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update tag default response a status code equal to that given +func (o *UpdateTagDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateTagDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] UpdateTag default %+v", o._statusCode, o.Payload) } + +func (o *UpdateTagDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/tags/{tag.uuid}][%d] UpdateTag default %+v", o._statusCode, o.Payload) +} + func (o *UpdateTagDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/create_team_member_responses.go b/go/http_client/v1/service_client/teams_v1/create_team_member_responses.go index c05f6af71c..cc6633e1f5 100644 --- a/go/http_client/v1/service_client/teams_v1/create_team_member_responses.go +++ b/go/http_client/v1/service_client/teams_v1/create_team_member_responses.go @@ -86,9 +86,39 @@ type CreateTeamMemberOK struct { Payload *service_model.V1TeamMember } +// IsSuccess returns true when this create team member o k response has a 2xx status code +func (o *CreateTeamMemberOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create team member o k response has a 3xx status code +func (o *CreateTeamMemberOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create team member o k response has a 4xx status code +func (o *CreateTeamMemberOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create team member o k response has a 5xx status code +func (o *CreateTeamMemberOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create team member o k response a status code equal to that given +func (o *CreateTeamMemberOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateTeamMemberOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams/{team}/members][%d] createTeamMemberOK %+v", 200, o.Payload) } + +func (o *CreateTeamMemberOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams/{team}/members][%d] createTeamMemberOK %+v", 200, o.Payload) +} + func (o *CreateTeamMemberOK) GetPayload() *service_model.V1TeamMember { return o.Payload } @@ -118,9 +148,39 @@ type CreateTeamMemberNoContent struct { Payload interface{} } +// IsSuccess returns true when this create team member no content response has a 2xx status code +func (o *CreateTeamMemberNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create team member no content response has a 3xx status code +func (o *CreateTeamMemberNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create team member no content response has a 4xx status code +func (o *CreateTeamMemberNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create team member no content response has a 5xx status code +func (o *CreateTeamMemberNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create team member no content response a status code equal to that given +func (o *CreateTeamMemberNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateTeamMemberNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams/{team}/members][%d] createTeamMemberNoContent %+v", 204, o.Payload) } + +func (o *CreateTeamMemberNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams/{team}/members][%d] createTeamMemberNoContent %+v", 204, o.Payload) +} + func (o *CreateTeamMemberNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateTeamMemberForbidden struct { Payload interface{} } +// IsSuccess returns true when this create team member forbidden response has a 2xx status code +func (o *CreateTeamMemberForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create team member forbidden response has a 3xx status code +func (o *CreateTeamMemberForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create team member forbidden response has a 4xx status code +func (o *CreateTeamMemberForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create team member forbidden response has a 5xx status code +func (o *CreateTeamMemberForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create team member forbidden response a status code equal to that given +func (o *CreateTeamMemberForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateTeamMemberForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams/{team}/members][%d] createTeamMemberForbidden %+v", 403, o.Payload) } + +func (o *CreateTeamMemberForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams/{team}/members][%d] createTeamMemberForbidden %+v", 403, o.Payload) +} + func (o *CreateTeamMemberForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateTeamMemberNotFound struct { Payload interface{} } +// IsSuccess returns true when this create team member not found response has a 2xx status code +func (o *CreateTeamMemberNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create team member not found response has a 3xx status code +func (o *CreateTeamMemberNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create team member not found response has a 4xx status code +func (o *CreateTeamMemberNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create team member not found response has a 5xx status code +func (o *CreateTeamMemberNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create team member not found response a status code equal to that given +func (o *CreateTeamMemberNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateTeamMemberNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams/{team}/members][%d] createTeamMemberNotFound %+v", 404, o.Payload) } + +func (o *CreateTeamMemberNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams/{team}/members][%d] createTeamMemberNotFound %+v", 404, o.Payload) +} + func (o *CreateTeamMemberNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateTeamMemberDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create team member default response has a 2xx status code +func (o *CreateTeamMemberDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create team member default response has a 3xx status code +func (o *CreateTeamMemberDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create team member default response has a 4xx status code +func (o *CreateTeamMemberDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create team member default response has a 5xx status code +func (o *CreateTeamMemberDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create team member default response a status code equal to that given +func (o *CreateTeamMemberDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateTeamMemberDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams/{team}/members][%d] CreateTeamMember default %+v", o._statusCode, o.Payload) } + +func (o *CreateTeamMemberDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams/{team}/members][%d] CreateTeamMember default %+v", o._statusCode, o.Payload) +} + func (o *CreateTeamMemberDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/create_team_responses.go b/go/http_client/v1/service_client/teams_v1/create_team_responses.go index 98dec42918..7d9a35d297 100644 --- a/go/http_client/v1/service_client/teams_v1/create_team_responses.go +++ b/go/http_client/v1/service_client/teams_v1/create_team_responses.go @@ -86,9 +86,39 @@ type CreateTeamOK struct { Payload *service_model.V1Team } +// IsSuccess returns true when this create team o k response has a 2xx status code +func (o *CreateTeamOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create team o k response has a 3xx status code +func (o *CreateTeamOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create team o k response has a 4xx status code +func (o *CreateTeamOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create team o k response has a 5xx status code +func (o *CreateTeamOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create team o k response a status code equal to that given +func (o *CreateTeamOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateTeamOK) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams][%d] createTeamOK %+v", 200, o.Payload) } + +func (o *CreateTeamOK) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams][%d] createTeamOK %+v", 200, o.Payload) +} + func (o *CreateTeamOK) GetPayload() *service_model.V1Team { return o.Payload } @@ -118,9 +148,39 @@ type CreateTeamNoContent struct { Payload interface{} } +// IsSuccess returns true when this create team no content response has a 2xx status code +func (o *CreateTeamNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create team no content response has a 3xx status code +func (o *CreateTeamNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create team no content response has a 4xx status code +func (o *CreateTeamNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create team no content response has a 5xx status code +func (o *CreateTeamNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create team no content response a status code equal to that given +func (o *CreateTeamNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateTeamNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams][%d] createTeamNoContent %+v", 204, o.Payload) } + +func (o *CreateTeamNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams][%d] createTeamNoContent %+v", 204, o.Payload) +} + func (o *CreateTeamNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateTeamForbidden struct { Payload interface{} } +// IsSuccess returns true when this create team forbidden response has a 2xx status code +func (o *CreateTeamForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create team forbidden response has a 3xx status code +func (o *CreateTeamForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create team forbidden response has a 4xx status code +func (o *CreateTeamForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create team forbidden response has a 5xx status code +func (o *CreateTeamForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create team forbidden response a status code equal to that given +func (o *CreateTeamForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateTeamForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams][%d] createTeamForbidden %+v", 403, o.Payload) } + +func (o *CreateTeamForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams][%d] createTeamForbidden %+v", 403, o.Payload) +} + func (o *CreateTeamForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateTeamNotFound struct { Payload interface{} } +// IsSuccess returns true when this create team not found response has a 2xx status code +func (o *CreateTeamNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create team not found response has a 3xx status code +func (o *CreateTeamNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create team not found response has a 4xx status code +func (o *CreateTeamNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create team not found response has a 5xx status code +func (o *CreateTeamNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create team not found response a status code equal to that given +func (o *CreateTeamNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateTeamNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams][%d] createTeamNotFound %+v", 404, o.Payload) } + +func (o *CreateTeamNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams][%d] createTeamNotFound %+v", 404, o.Payload) +} + func (o *CreateTeamNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateTeamDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create team default response has a 2xx status code +func (o *CreateTeamDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create team default response has a 3xx status code +func (o *CreateTeamDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create team default response has a 4xx status code +func (o *CreateTeamDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create team default response has a 5xx status code +func (o *CreateTeamDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create team default response a status code equal to that given +func (o *CreateTeamDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateTeamDefault) Error() string { return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams][%d] CreateTeam default %+v", o._statusCode, o.Payload) } + +func (o *CreateTeamDefault) String() string { + return fmt.Sprintf("[POST /api/v1/orgs/{owner}/teams][%d] CreateTeam default %+v", o._statusCode, o.Payload) +} + func (o *CreateTeamDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/delete_team_member_responses.go b/go/http_client/v1/service_client/teams_v1/delete_team_member_responses.go index 090075e277..9891f79902 100644 --- a/go/http_client/v1/service_client/teams_v1/delete_team_member_responses.go +++ b/go/http_client/v1/service_client/teams_v1/delete_team_member_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteTeamMemberOK struct { } +// IsSuccess returns true when this delete team member o k response has a 2xx status code +func (o *DeleteTeamMemberOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete team member o k response has a 3xx status code +func (o *DeleteTeamMemberOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete team member o k response has a 4xx status code +func (o *DeleteTeamMemberOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete team member o k response has a 5xx status code +func (o *DeleteTeamMemberOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete team member o k response a status code equal to that given +func (o *DeleteTeamMemberOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteTeamMemberOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] deleteTeamMemberOK ", 200) } +func (o *DeleteTeamMemberOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] deleteTeamMemberOK ", 200) +} + func (o *DeleteTeamMemberOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteTeamMemberNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete team member no content response has a 2xx status code +func (o *DeleteTeamMemberNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete team member no content response has a 3xx status code +func (o *DeleteTeamMemberNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete team member no content response has a 4xx status code +func (o *DeleteTeamMemberNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete team member no content response has a 5xx status code +func (o *DeleteTeamMemberNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete team member no content response a status code equal to that given +func (o *DeleteTeamMemberNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteTeamMemberNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] deleteTeamMemberNoContent %+v", 204, o.Payload) } + +func (o *DeleteTeamMemberNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] deleteTeamMemberNoContent %+v", 204, o.Payload) +} + func (o *DeleteTeamMemberNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteTeamMemberForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete team member forbidden response has a 2xx status code +func (o *DeleteTeamMemberForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete team member forbidden response has a 3xx status code +func (o *DeleteTeamMemberForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete team member forbidden response has a 4xx status code +func (o *DeleteTeamMemberForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete team member forbidden response has a 5xx status code +func (o *DeleteTeamMemberForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete team member forbidden response a status code equal to that given +func (o *DeleteTeamMemberForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteTeamMemberForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] deleteTeamMemberForbidden %+v", 403, o.Payload) } + +func (o *DeleteTeamMemberForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] deleteTeamMemberForbidden %+v", 403, o.Payload) +} + func (o *DeleteTeamMemberForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteTeamMemberNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete team member not found response has a 2xx status code +func (o *DeleteTeamMemberNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete team member not found response has a 3xx status code +func (o *DeleteTeamMemberNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete team member not found response has a 4xx status code +func (o *DeleteTeamMemberNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete team member not found response has a 5xx status code +func (o *DeleteTeamMemberNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete team member not found response a status code equal to that given +func (o *DeleteTeamMemberNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteTeamMemberNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] deleteTeamMemberNotFound %+v", 404, o.Payload) } + +func (o *DeleteTeamMemberNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] deleteTeamMemberNotFound %+v", 404, o.Payload) +} + func (o *DeleteTeamMemberNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteTeamMemberDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete team member default response has a 2xx status code +func (o *DeleteTeamMemberDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete team member default response has a 3xx status code +func (o *DeleteTeamMemberDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete team member default response has a 4xx status code +func (o *DeleteTeamMemberDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete team member default response has a 5xx status code +func (o *DeleteTeamMemberDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete team member default response a status code equal to that given +func (o *DeleteTeamMemberDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteTeamMemberDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] DeleteTeamMember default %+v", o._statusCode, o.Payload) } + +func (o *DeleteTeamMemberDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] DeleteTeamMember default %+v", o._statusCode, o.Payload) +} + func (o *DeleteTeamMemberDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/delete_team_responses.go b/go/http_client/v1/service_client/teams_v1/delete_team_responses.go index cd16ecd2fd..933adc9d42 100644 --- a/go/http_client/v1/service_client/teams_v1/delete_team_responses.go +++ b/go/http_client/v1/service_client/teams_v1/delete_team_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteTeamOK struct { } +// IsSuccess returns true when this delete team o k response has a 2xx status code +func (o *DeleteTeamOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete team o k response has a 3xx status code +func (o *DeleteTeamOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete team o k response has a 4xx status code +func (o *DeleteTeamOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete team o k response has a 5xx status code +func (o *DeleteTeamOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete team o k response a status code equal to that given +func (o *DeleteTeamOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteTeamOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{name}][%d] deleteTeamOK ", 200) } +func (o *DeleteTeamOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{name}][%d] deleteTeamOK ", 200) +} + func (o *DeleteTeamOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteTeamNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete team no content response has a 2xx status code +func (o *DeleteTeamNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete team no content response has a 3xx status code +func (o *DeleteTeamNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete team no content response has a 4xx status code +func (o *DeleteTeamNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete team no content response has a 5xx status code +func (o *DeleteTeamNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete team no content response a status code equal to that given +func (o *DeleteTeamNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteTeamNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{name}][%d] deleteTeamNoContent %+v", 204, o.Payload) } + +func (o *DeleteTeamNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{name}][%d] deleteTeamNoContent %+v", 204, o.Payload) +} + func (o *DeleteTeamNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteTeamForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete team forbidden response has a 2xx status code +func (o *DeleteTeamForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete team forbidden response has a 3xx status code +func (o *DeleteTeamForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete team forbidden response has a 4xx status code +func (o *DeleteTeamForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete team forbidden response has a 5xx status code +func (o *DeleteTeamForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete team forbidden response a status code equal to that given +func (o *DeleteTeamForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteTeamForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{name}][%d] deleteTeamForbidden %+v", 403, o.Payload) } + +func (o *DeleteTeamForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{name}][%d] deleteTeamForbidden %+v", 403, o.Payload) +} + func (o *DeleteTeamForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteTeamNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete team not found response has a 2xx status code +func (o *DeleteTeamNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete team not found response has a 3xx status code +func (o *DeleteTeamNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete team not found response has a 4xx status code +func (o *DeleteTeamNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete team not found response has a 5xx status code +func (o *DeleteTeamNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete team not found response a status code equal to that given +func (o *DeleteTeamNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteTeamNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{name}][%d] deleteTeamNotFound %+v", 404, o.Payload) } + +func (o *DeleteTeamNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{name}][%d] deleteTeamNotFound %+v", 404, o.Payload) +} + func (o *DeleteTeamNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteTeamDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete team default response has a 2xx status code +func (o *DeleteTeamDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete team default response has a 3xx status code +func (o *DeleteTeamDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete team default response has a 4xx status code +func (o *DeleteTeamDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete team default response has a 5xx status code +func (o *DeleteTeamDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete team default response a status code equal to that given +func (o *DeleteTeamDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteTeamDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{name}][%d] DeleteTeam default %+v", o._statusCode, o.Payload) } + +func (o *DeleteTeamDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/orgs/{owner}/teams/{name}][%d] DeleteTeam default %+v", o._statusCode, o.Payload) +} + func (o *DeleteTeamDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/get_team_member_responses.go b/go/http_client/v1/service_client/teams_v1/get_team_member_responses.go index 1b8cd2a070..700beb5348 100644 --- a/go/http_client/v1/service_client/teams_v1/get_team_member_responses.go +++ b/go/http_client/v1/service_client/teams_v1/get_team_member_responses.go @@ -86,9 +86,39 @@ type GetTeamMemberOK struct { Payload *service_model.V1TeamMember } +// IsSuccess returns true when this get team member o k response has a 2xx status code +func (o *GetTeamMemberOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get team member o k response has a 3xx status code +func (o *GetTeamMemberOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get team member o k response has a 4xx status code +func (o *GetTeamMemberOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get team member o k response has a 5xx status code +func (o *GetTeamMemberOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get team member o k response a status code equal to that given +func (o *GetTeamMemberOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetTeamMemberOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] getTeamMemberOK %+v", 200, o.Payload) } + +func (o *GetTeamMemberOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] getTeamMemberOK %+v", 200, o.Payload) +} + func (o *GetTeamMemberOK) GetPayload() *service_model.V1TeamMember { return o.Payload } @@ -118,9 +148,39 @@ type GetTeamMemberNoContent struct { Payload interface{} } +// IsSuccess returns true when this get team member no content response has a 2xx status code +func (o *GetTeamMemberNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get team member no content response has a 3xx status code +func (o *GetTeamMemberNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get team member no content response has a 4xx status code +func (o *GetTeamMemberNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get team member no content response has a 5xx status code +func (o *GetTeamMemberNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get team member no content response a status code equal to that given +func (o *GetTeamMemberNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetTeamMemberNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] getTeamMemberNoContent %+v", 204, o.Payload) } + +func (o *GetTeamMemberNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] getTeamMemberNoContent %+v", 204, o.Payload) +} + func (o *GetTeamMemberNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetTeamMemberForbidden struct { Payload interface{} } +// IsSuccess returns true when this get team member forbidden response has a 2xx status code +func (o *GetTeamMemberForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get team member forbidden response has a 3xx status code +func (o *GetTeamMemberForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get team member forbidden response has a 4xx status code +func (o *GetTeamMemberForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get team member forbidden response has a 5xx status code +func (o *GetTeamMemberForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get team member forbidden response a status code equal to that given +func (o *GetTeamMemberForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetTeamMemberForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] getTeamMemberForbidden %+v", 403, o.Payload) } + +func (o *GetTeamMemberForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] getTeamMemberForbidden %+v", 403, o.Payload) +} + func (o *GetTeamMemberForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetTeamMemberNotFound struct { Payload interface{} } +// IsSuccess returns true when this get team member not found response has a 2xx status code +func (o *GetTeamMemberNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get team member not found response has a 3xx status code +func (o *GetTeamMemberNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get team member not found response has a 4xx status code +func (o *GetTeamMemberNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get team member not found response has a 5xx status code +func (o *GetTeamMemberNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get team member not found response a status code equal to that given +func (o *GetTeamMemberNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetTeamMemberNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] getTeamMemberNotFound %+v", 404, o.Payload) } + +func (o *GetTeamMemberNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] getTeamMemberNotFound %+v", 404, o.Payload) +} + func (o *GetTeamMemberNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetTeamMemberDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get team member default response has a 2xx status code +func (o *GetTeamMemberDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get team member default response has a 3xx status code +func (o *GetTeamMemberDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get team member default response has a 4xx status code +func (o *GetTeamMemberDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get team member default response has a 5xx status code +func (o *GetTeamMemberDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get team member default response a status code equal to that given +func (o *GetTeamMemberDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetTeamMemberDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] GetTeamMember default %+v", o._statusCode, o.Payload) } + +func (o *GetTeamMemberDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{team}/members/{user}][%d] GetTeamMember default %+v", o._statusCode, o.Payload) +} + func (o *GetTeamMemberDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/get_team_responses.go b/go/http_client/v1/service_client/teams_v1/get_team_responses.go index 10adacf54b..e0b0197079 100644 --- a/go/http_client/v1/service_client/teams_v1/get_team_responses.go +++ b/go/http_client/v1/service_client/teams_v1/get_team_responses.go @@ -86,9 +86,39 @@ type GetTeamOK struct { Payload *service_model.V1Team } +// IsSuccess returns true when this get team o k response has a 2xx status code +func (o *GetTeamOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get team o k response has a 3xx status code +func (o *GetTeamOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get team o k response has a 4xx status code +func (o *GetTeamOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get team o k response has a 5xx status code +func (o *GetTeamOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get team o k response a status code equal to that given +func (o *GetTeamOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetTeamOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}][%d] getTeamOK %+v", 200, o.Payload) } + +func (o *GetTeamOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}][%d] getTeamOK %+v", 200, o.Payload) +} + func (o *GetTeamOK) GetPayload() *service_model.V1Team { return o.Payload } @@ -118,9 +148,39 @@ type GetTeamNoContent struct { Payload interface{} } +// IsSuccess returns true when this get team no content response has a 2xx status code +func (o *GetTeamNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get team no content response has a 3xx status code +func (o *GetTeamNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get team no content response has a 4xx status code +func (o *GetTeamNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get team no content response has a 5xx status code +func (o *GetTeamNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get team no content response a status code equal to that given +func (o *GetTeamNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetTeamNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}][%d] getTeamNoContent %+v", 204, o.Payload) } + +func (o *GetTeamNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}][%d] getTeamNoContent %+v", 204, o.Payload) +} + func (o *GetTeamNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetTeamForbidden struct { Payload interface{} } +// IsSuccess returns true when this get team forbidden response has a 2xx status code +func (o *GetTeamForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get team forbidden response has a 3xx status code +func (o *GetTeamForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get team forbidden response has a 4xx status code +func (o *GetTeamForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get team forbidden response has a 5xx status code +func (o *GetTeamForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get team forbidden response a status code equal to that given +func (o *GetTeamForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetTeamForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}][%d] getTeamForbidden %+v", 403, o.Payload) } + +func (o *GetTeamForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}][%d] getTeamForbidden %+v", 403, o.Payload) +} + func (o *GetTeamForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetTeamNotFound struct { Payload interface{} } +// IsSuccess returns true when this get team not found response has a 2xx status code +func (o *GetTeamNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get team not found response has a 3xx status code +func (o *GetTeamNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get team not found response has a 4xx status code +func (o *GetTeamNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get team not found response has a 5xx status code +func (o *GetTeamNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get team not found response a status code equal to that given +func (o *GetTeamNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetTeamNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}][%d] getTeamNotFound %+v", 404, o.Payload) } + +func (o *GetTeamNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}][%d] getTeamNotFound %+v", 404, o.Payload) +} + func (o *GetTeamNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetTeamDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get team default response has a 2xx status code +func (o *GetTeamDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get team default response has a 3xx status code +func (o *GetTeamDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get team default response has a 4xx status code +func (o *GetTeamDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get team default response has a 5xx status code +func (o *GetTeamDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get team default response a status code equal to that given +func (o *GetTeamDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetTeamDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}][%d] GetTeam default %+v", o._statusCode, o.Payload) } + +func (o *GetTeamDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}][%d] GetTeam default %+v", o._statusCode, o.Payload) +} + func (o *GetTeamDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/list_team_members_responses.go b/go/http_client/v1/service_client/teams_v1/list_team_members_responses.go index 54b3a1e5b5..55e1d1f306 100644 --- a/go/http_client/v1/service_client/teams_v1/list_team_members_responses.go +++ b/go/http_client/v1/service_client/teams_v1/list_team_members_responses.go @@ -86,9 +86,39 @@ type ListTeamMembersOK struct { Payload *service_model.V1ListTeamMembersResponse } +// IsSuccess returns true when this list team members o k response has a 2xx status code +func (o *ListTeamMembersOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list team members o k response has a 3xx status code +func (o *ListTeamMembersOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list team members o k response has a 4xx status code +func (o *ListTeamMembersOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list team members o k response has a 5xx status code +func (o *ListTeamMembersOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list team members o k response a status code equal to that given +func (o *ListTeamMembersOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListTeamMembersOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}/members][%d] listTeamMembersOK %+v", 200, o.Payload) } + +func (o *ListTeamMembersOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}/members][%d] listTeamMembersOK %+v", 200, o.Payload) +} + func (o *ListTeamMembersOK) GetPayload() *service_model.V1ListTeamMembersResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListTeamMembersNoContent struct { Payload interface{} } +// IsSuccess returns true when this list team members no content response has a 2xx status code +func (o *ListTeamMembersNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list team members no content response has a 3xx status code +func (o *ListTeamMembersNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list team members no content response has a 4xx status code +func (o *ListTeamMembersNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list team members no content response has a 5xx status code +func (o *ListTeamMembersNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list team members no content response a status code equal to that given +func (o *ListTeamMembersNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListTeamMembersNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}/members][%d] listTeamMembersNoContent %+v", 204, o.Payload) } + +func (o *ListTeamMembersNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}/members][%d] listTeamMembersNoContent %+v", 204, o.Payload) +} + func (o *ListTeamMembersNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListTeamMembersForbidden struct { Payload interface{} } +// IsSuccess returns true when this list team members forbidden response has a 2xx status code +func (o *ListTeamMembersForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list team members forbidden response has a 3xx status code +func (o *ListTeamMembersForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list team members forbidden response has a 4xx status code +func (o *ListTeamMembersForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list team members forbidden response has a 5xx status code +func (o *ListTeamMembersForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list team members forbidden response a status code equal to that given +func (o *ListTeamMembersForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListTeamMembersForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}/members][%d] listTeamMembersForbidden %+v", 403, o.Payload) } + +func (o *ListTeamMembersForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}/members][%d] listTeamMembersForbidden %+v", 403, o.Payload) +} + func (o *ListTeamMembersForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListTeamMembersNotFound struct { Payload interface{} } +// IsSuccess returns true when this list team members not found response has a 2xx status code +func (o *ListTeamMembersNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list team members not found response has a 3xx status code +func (o *ListTeamMembersNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list team members not found response has a 4xx status code +func (o *ListTeamMembersNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list team members not found response has a 5xx status code +func (o *ListTeamMembersNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list team members not found response a status code equal to that given +func (o *ListTeamMembersNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListTeamMembersNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}/members][%d] listTeamMembersNotFound %+v", 404, o.Payload) } + +func (o *ListTeamMembersNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}/members][%d] listTeamMembersNotFound %+v", 404, o.Payload) +} + func (o *ListTeamMembersNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListTeamMembersDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list team members default response has a 2xx status code +func (o *ListTeamMembersDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list team members default response has a 3xx status code +func (o *ListTeamMembersDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list team members default response has a 4xx status code +func (o *ListTeamMembersDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list team members default response has a 5xx status code +func (o *ListTeamMembersDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list team members default response a status code equal to that given +func (o *ListTeamMembersDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListTeamMembersDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}/members][%d] ListTeamMembers default %+v", o._statusCode, o.Payload) } + +func (o *ListTeamMembersDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/{name}/members][%d] ListTeamMembers default %+v", o._statusCode, o.Payload) +} + func (o *ListTeamMembersDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/list_team_names_responses.go b/go/http_client/v1/service_client/teams_v1/list_team_names_responses.go index edd928c534..1a7f88cf81 100644 --- a/go/http_client/v1/service_client/teams_v1/list_team_names_responses.go +++ b/go/http_client/v1/service_client/teams_v1/list_team_names_responses.go @@ -86,9 +86,39 @@ type ListTeamNamesOK struct { Payload *service_model.V1ListTeamsResponse } +// IsSuccess returns true when this list team names o k response has a 2xx status code +func (o *ListTeamNamesOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list team names o k response has a 3xx status code +func (o *ListTeamNamesOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list team names o k response has a 4xx status code +func (o *ListTeamNamesOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list team names o k response has a 5xx status code +func (o *ListTeamNamesOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list team names o k response a status code equal to that given +func (o *ListTeamNamesOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListTeamNamesOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/names][%d] listTeamNamesOK %+v", 200, o.Payload) } + +func (o *ListTeamNamesOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/names][%d] listTeamNamesOK %+v", 200, o.Payload) +} + func (o *ListTeamNamesOK) GetPayload() *service_model.V1ListTeamsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListTeamNamesNoContent struct { Payload interface{} } +// IsSuccess returns true when this list team names no content response has a 2xx status code +func (o *ListTeamNamesNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list team names no content response has a 3xx status code +func (o *ListTeamNamesNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list team names no content response has a 4xx status code +func (o *ListTeamNamesNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list team names no content response has a 5xx status code +func (o *ListTeamNamesNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list team names no content response a status code equal to that given +func (o *ListTeamNamesNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListTeamNamesNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/names][%d] listTeamNamesNoContent %+v", 204, o.Payload) } + +func (o *ListTeamNamesNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/names][%d] listTeamNamesNoContent %+v", 204, o.Payload) +} + func (o *ListTeamNamesNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListTeamNamesForbidden struct { Payload interface{} } +// IsSuccess returns true when this list team names forbidden response has a 2xx status code +func (o *ListTeamNamesForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list team names forbidden response has a 3xx status code +func (o *ListTeamNamesForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list team names forbidden response has a 4xx status code +func (o *ListTeamNamesForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list team names forbidden response has a 5xx status code +func (o *ListTeamNamesForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list team names forbidden response a status code equal to that given +func (o *ListTeamNamesForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListTeamNamesForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/names][%d] listTeamNamesForbidden %+v", 403, o.Payload) } + +func (o *ListTeamNamesForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/names][%d] listTeamNamesForbidden %+v", 403, o.Payload) +} + func (o *ListTeamNamesForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListTeamNamesNotFound struct { Payload interface{} } +// IsSuccess returns true when this list team names not found response has a 2xx status code +func (o *ListTeamNamesNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list team names not found response has a 3xx status code +func (o *ListTeamNamesNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list team names not found response has a 4xx status code +func (o *ListTeamNamesNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list team names not found response has a 5xx status code +func (o *ListTeamNamesNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list team names not found response a status code equal to that given +func (o *ListTeamNamesNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListTeamNamesNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/names][%d] listTeamNamesNotFound %+v", 404, o.Payload) } + +func (o *ListTeamNamesNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/names][%d] listTeamNamesNotFound %+v", 404, o.Payload) +} + func (o *ListTeamNamesNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListTeamNamesDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list team names default response has a 2xx status code +func (o *ListTeamNamesDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list team names default response has a 3xx status code +func (o *ListTeamNamesDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list team names default response has a 4xx status code +func (o *ListTeamNamesDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list team names default response has a 5xx status code +func (o *ListTeamNamesDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list team names default response a status code equal to that given +func (o *ListTeamNamesDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListTeamNamesDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/names][%d] ListTeamNames default %+v", o._statusCode, o.Payload) } + +func (o *ListTeamNamesDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams/names][%d] ListTeamNames default %+v", o._statusCode, o.Payload) +} + func (o *ListTeamNamesDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/list_teams_responses.go b/go/http_client/v1/service_client/teams_v1/list_teams_responses.go index 9ef99058f4..5f4dd9c9e2 100644 --- a/go/http_client/v1/service_client/teams_v1/list_teams_responses.go +++ b/go/http_client/v1/service_client/teams_v1/list_teams_responses.go @@ -86,9 +86,39 @@ type ListTeamsOK struct { Payload *service_model.V1ListTeamsResponse } +// IsSuccess returns true when this list teams o k response has a 2xx status code +func (o *ListTeamsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list teams o k response has a 3xx status code +func (o *ListTeamsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list teams o k response has a 4xx status code +func (o *ListTeamsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list teams o k response has a 5xx status code +func (o *ListTeamsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list teams o k response a status code equal to that given +func (o *ListTeamsOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListTeamsOK) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams][%d] listTeamsOK %+v", 200, o.Payload) } + +func (o *ListTeamsOK) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams][%d] listTeamsOK %+v", 200, o.Payload) +} + func (o *ListTeamsOK) GetPayload() *service_model.V1ListTeamsResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListTeamsNoContent struct { Payload interface{} } +// IsSuccess returns true when this list teams no content response has a 2xx status code +func (o *ListTeamsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list teams no content response has a 3xx status code +func (o *ListTeamsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list teams no content response has a 4xx status code +func (o *ListTeamsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list teams no content response has a 5xx status code +func (o *ListTeamsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list teams no content response a status code equal to that given +func (o *ListTeamsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListTeamsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams][%d] listTeamsNoContent %+v", 204, o.Payload) } + +func (o *ListTeamsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams][%d] listTeamsNoContent %+v", 204, o.Payload) +} + func (o *ListTeamsNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListTeamsForbidden struct { Payload interface{} } +// IsSuccess returns true when this list teams forbidden response has a 2xx status code +func (o *ListTeamsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list teams forbidden response has a 3xx status code +func (o *ListTeamsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list teams forbidden response has a 4xx status code +func (o *ListTeamsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list teams forbidden response has a 5xx status code +func (o *ListTeamsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list teams forbidden response a status code equal to that given +func (o *ListTeamsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListTeamsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams][%d] listTeamsForbidden %+v", 403, o.Payload) } + +func (o *ListTeamsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams][%d] listTeamsForbidden %+v", 403, o.Payload) +} + func (o *ListTeamsForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListTeamsNotFound struct { Payload interface{} } +// IsSuccess returns true when this list teams not found response has a 2xx status code +func (o *ListTeamsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list teams not found response has a 3xx status code +func (o *ListTeamsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list teams not found response has a 4xx status code +func (o *ListTeamsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list teams not found response has a 5xx status code +func (o *ListTeamsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list teams not found response a status code equal to that given +func (o *ListTeamsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListTeamsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams][%d] listTeamsNotFound %+v", 404, o.Payload) } + +func (o *ListTeamsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams][%d] listTeamsNotFound %+v", 404, o.Payload) +} + func (o *ListTeamsNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListTeamsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list teams default response has a 2xx status code +func (o *ListTeamsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list teams default response has a 3xx status code +func (o *ListTeamsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list teams default response has a 4xx status code +func (o *ListTeamsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list teams default response has a 5xx status code +func (o *ListTeamsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list teams default response a status code equal to that given +func (o *ListTeamsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListTeamsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams][%d] ListTeams default %+v", o._statusCode, o.Payload) } + +func (o *ListTeamsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/orgs/{owner}/teams][%d] ListTeams default %+v", o._statusCode, o.Payload) +} + func (o *ListTeamsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/patch_team_member_responses.go b/go/http_client/v1/service_client/teams_v1/patch_team_member_responses.go index 29679e78b7..8692cc552b 100644 --- a/go/http_client/v1/service_client/teams_v1/patch_team_member_responses.go +++ b/go/http_client/v1/service_client/teams_v1/patch_team_member_responses.go @@ -86,9 +86,39 @@ type PatchTeamMemberOK struct { Payload *service_model.V1TeamMember } +// IsSuccess returns true when this patch team member o k response has a 2xx status code +func (o *PatchTeamMemberOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch team member o k response has a 3xx status code +func (o *PatchTeamMemberOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch team member o k response has a 4xx status code +func (o *PatchTeamMemberOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch team member o k response has a 5xx status code +func (o *PatchTeamMemberOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch team member o k response a status code equal to that given +func (o *PatchTeamMemberOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchTeamMemberOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] patchTeamMemberOK %+v", 200, o.Payload) } + +func (o *PatchTeamMemberOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] patchTeamMemberOK %+v", 200, o.Payload) +} + func (o *PatchTeamMemberOK) GetPayload() *service_model.V1TeamMember { return o.Payload } @@ -118,9 +148,39 @@ type PatchTeamMemberNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch team member no content response has a 2xx status code +func (o *PatchTeamMemberNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch team member no content response has a 3xx status code +func (o *PatchTeamMemberNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch team member no content response has a 4xx status code +func (o *PatchTeamMemberNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch team member no content response has a 5xx status code +func (o *PatchTeamMemberNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch team member no content response a status code equal to that given +func (o *PatchTeamMemberNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchTeamMemberNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] patchTeamMemberNoContent %+v", 204, o.Payload) } + +func (o *PatchTeamMemberNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] patchTeamMemberNoContent %+v", 204, o.Payload) +} + func (o *PatchTeamMemberNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchTeamMemberForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch team member forbidden response has a 2xx status code +func (o *PatchTeamMemberForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch team member forbidden response has a 3xx status code +func (o *PatchTeamMemberForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch team member forbidden response has a 4xx status code +func (o *PatchTeamMemberForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch team member forbidden response has a 5xx status code +func (o *PatchTeamMemberForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch team member forbidden response a status code equal to that given +func (o *PatchTeamMemberForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchTeamMemberForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] patchTeamMemberForbidden %+v", 403, o.Payload) } + +func (o *PatchTeamMemberForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] patchTeamMemberForbidden %+v", 403, o.Payload) +} + func (o *PatchTeamMemberForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchTeamMemberNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch team member not found response has a 2xx status code +func (o *PatchTeamMemberNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch team member not found response has a 3xx status code +func (o *PatchTeamMemberNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch team member not found response has a 4xx status code +func (o *PatchTeamMemberNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch team member not found response has a 5xx status code +func (o *PatchTeamMemberNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch team member not found response a status code equal to that given +func (o *PatchTeamMemberNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchTeamMemberNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] patchTeamMemberNotFound %+v", 404, o.Payload) } + +func (o *PatchTeamMemberNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] patchTeamMemberNotFound %+v", 404, o.Payload) +} + func (o *PatchTeamMemberNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchTeamMemberDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch team member default response has a 2xx status code +func (o *PatchTeamMemberDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch team member default response has a 3xx status code +func (o *PatchTeamMemberDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch team member default response has a 4xx status code +func (o *PatchTeamMemberDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch team member default response has a 5xx status code +func (o *PatchTeamMemberDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch team member default response a status code equal to that given +func (o *PatchTeamMemberDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchTeamMemberDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] PatchTeamMember default %+v", o._statusCode, o.Payload) } + +func (o *PatchTeamMemberDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] PatchTeamMember default %+v", o._statusCode, o.Payload) +} + func (o *PatchTeamMemberDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/patch_team_responses.go b/go/http_client/v1/service_client/teams_v1/patch_team_responses.go index c0396c1350..4ce784e2bb 100644 --- a/go/http_client/v1/service_client/teams_v1/patch_team_responses.go +++ b/go/http_client/v1/service_client/teams_v1/patch_team_responses.go @@ -86,9 +86,39 @@ type PatchTeamOK struct { Payload *service_model.V1Team } +// IsSuccess returns true when this patch team o k response has a 2xx status code +func (o *PatchTeamOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch team o k response has a 3xx status code +func (o *PatchTeamOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch team o k response has a 4xx status code +func (o *PatchTeamOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch team o k response has a 5xx status code +func (o *PatchTeamOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch team o k response a status code equal to that given +func (o *PatchTeamOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchTeamOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team.name}][%d] patchTeamOK %+v", 200, o.Payload) } + +func (o *PatchTeamOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team.name}][%d] patchTeamOK %+v", 200, o.Payload) +} + func (o *PatchTeamOK) GetPayload() *service_model.V1Team { return o.Payload } @@ -118,9 +148,39 @@ type PatchTeamNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch team no content response has a 2xx status code +func (o *PatchTeamNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch team no content response has a 3xx status code +func (o *PatchTeamNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch team no content response has a 4xx status code +func (o *PatchTeamNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch team no content response has a 5xx status code +func (o *PatchTeamNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch team no content response a status code equal to that given +func (o *PatchTeamNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchTeamNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team.name}][%d] patchTeamNoContent %+v", 204, o.Payload) } + +func (o *PatchTeamNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team.name}][%d] patchTeamNoContent %+v", 204, o.Payload) +} + func (o *PatchTeamNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchTeamForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch team forbidden response has a 2xx status code +func (o *PatchTeamForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch team forbidden response has a 3xx status code +func (o *PatchTeamForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch team forbidden response has a 4xx status code +func (o *PatchTeamForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch team forbidden response has a 5xx status code +func (o *PatchTeamForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch team forbidden response a status code equal to that given +func (o *PatchTeamForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchTeamForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team.name}][%d] patchTeamForbidden %+v", 403, o.Payload) } + +func (o *PatchTeamForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team.name}][%d] patchTeamForbidden %+v", 403, o.Payload) +} + func (o *PatchTeamForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchTeamNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch team not found response has a 2xx status code +func (o *PatchTeamNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch team not found response has a 3xx status code +func (o *PatchTeamNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch team not found response has a 4xx status code +func (o *PatchTeamNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch team not found response has a 5xx status code +func (o *PatchTeamNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch team not found response a status code equal to that given +func (o *PatchTeamNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchTeamNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team.name}][%d] patchTeamNotFound %+v", 404, o.Payload) } + +func (o *PatchTeamNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team.name}][%d] patchTeamNotFound %+v", 404, o.Payload) +} + func (o *PatchTeamNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchTeamDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch team default response has a 2xx status code +func (o *PatchTeamDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch team default response has a 3xx status code +func (o *PatchTeamDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch team default response has a 4xx status code +func (o *PatchTeamDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch team default response has a 5xx status code +func (o *PatchTeamDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch team default response a status code equal to that given +func (o *PatchTeamDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchTeamDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team.name}][%d] PatchTeam default %+v", o._statusCode, o.Payload) } + +func (o *PatchTeamDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/orgs/{owner}/teams/{team.name}][%d] PatchTeam default %+v", o._statusCode, o.Payload) +} + func (o *PatchTeamDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/update_team_member_responses.go b/go/http_client/v1/service_client/teams_v1/update_team_member_responses.go index bb3ca88b8e..dba76cae1d 100644 --- a/go/http_client/v1/service_client/teams_v1/update_team_member_responses.go +++ b/go/http_client/v1/service_client/teams_v1/update_team_member_responses.go @@ -86,9 +86,39 @@ type UpdateTeamMemberOK struct { Payload *service_model.V1TeamMember } +// IsSuccess returns true when this update team member o k response has a 2xx status code +func (o *UpdateTeamMemberOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update team member o k response has a 3xx status code +func (o *UpdateTeamMemberOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update team member o k response has a 4xx status code +func (o *UpdateTeamMemberOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update team member o k response has a 5xx status code +func (o *UpdateTeamMemberOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update team member o k response a status code equal to that given +func (o *UpdateTeamMemberOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateTeamMemberOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] updateTeamMemberOK %+v", 200, o.Payload) } + +func (o *UpdateTeamMemberOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] updateTeamMemberOK %+v", 200, o.Payload) +} + func (o *UpdateTeamMemberOK) GetPayload() *service_model.V1TeamMember { return o.Payload } @@ -118,9 +148,39 @@ type UpdateTeamMemberNoContent struct { Payload interface{} } +// IsSuccess returns true when this update team member no content response has a 2xx status code +func (o *UpdateTeamMemberNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update team member no content response has a 3xx status code +func (o *UpdateTeamMemberNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update team member no content response has a 4xx status code +func (o *UpdateTeamMemberNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update team member no content response has a 5xx status code +func (o *UpdateTeamMemberNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update team member no content response a status code equal to that given +func (o *UpdateTeamMemberNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateTeamMemberNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] updateTeamMemberNoContent %+v", 204, o.Payload) } + +func (o *UpdateTeamMemberNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] updateTeamMemberNoContent %+v", 204, o.Payload) +} + func (o *UpdateTeamMemberNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateTeamMemberForbidden struct { Payload interface{} } +// IsSuccess returns true when this update team member forbidden response has a 2xx status code +func (o *UpdateTeamMemberForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update team member forbidden response has a 3xx status code +func (o *UpdateTeamMemberForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update team member forbidden response has a 4xx status code +func (o *UpdateTeamMemberForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update team member forbidden response has a 5xx status code +func (o *UpdateTeamMemberForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update team member forbidden response a status code equal to that given +func (o *UpdateTeamMemberForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateTeamMemberForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] updateTeamMemberForbidden %+v", 403, o.Payload) } + +func (o *UpdateTeamMemberForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] updateTeamMemberForbidden %+v", 403, o.Payload) +} + func (o *UpdateTeamMemberForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateTeamMemberNotFound struct { Payload interface{} } +// IsSuccess returns true when this update team member not found response has a 2xx status code +func (o *UpdateTeamMemberNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update team member not found response has a 3xx status code +func (o *UpdateTeamMemberNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update team member not found response has a 4xx status code +func (o *UpdateTeamMemberNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update team member not found response has a 5xx status code +func (o *UpdateTeamMemberNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update team member not found response a status code equal to that given +func (o *UpdateTeamMemberNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateTeamMemberNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] updateTeamMemberNotFound %+v", 404, o.Payload) } + +func (o *UpdateTeamMemberNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] updateTeamMemberNotFound %+v", 404, o.Payload) +} + func (o *UpdateTeamMemberNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateTeamMemberDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update team member default response has a 2xx status code +func (o *UpdateTeamMemberDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update team member default response has a 3xx status code +func (o *UpdateTeamMemberDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update team member default response has a 4xx status code +func (o *UpdateTeamMemberDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update team member default response has a 5xx status code +func (o *UpdateTeamMemberDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update team member default response a status code equal to that given +func (o *UpdateTeamMemberDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateTeamMemberDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] UpdateTeamMember default %+v", o._statusCode, o.Payload) } + +func (o *UpdateTeamMemberDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team}/members/{member.user}][%d] UpdateTeamMember default %+v", o._statusCode, o.Payload) +} + func (o *UpdateTeamMemberDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/teams_v1/update_team_responses.go b/go/http_client/v1/service_client/teams_v1/update_team_responses.go index 1db556ca1e..81f9b03305 100644 --- a/go/http_client/v1/service_client/teams_v1/update_team_responses.go +++ b/go/http_client/v1/service_client/teams_v1/update_team_responses.go @@ -86,9 +86,39 @@ type UpdateTeamOK struct { Payload *service_model.V1Team } +// IsSuccess returns true when this update team o k response has a 2xx status code +func (o *UpdateTeamOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update team o k response has a 3xx status code +func (o *UpdateTeamOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update team o k response has a 4xx status code +func (o *UpdateTeamOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update team o k response has a 5xx status code +func (o *UpdateTeamOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update team o k response a status code equal to that given +func (o *UpdateTeamOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateTeamOK) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team.name}][%d] updateTeamOK %+v", 200, o.Payload) } + +func (o *UpdateTeamOK) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team.name}][%d] updateTeamOK %+v", 200, o.Payload) +} + func (o *UpdateTeamOK) GetPayload() *service_model.V1Team { return o.Payload } @@ -118,9 +148,39 @@ type UpdateTeamNoContent struct { Payload interface{} } +// IsSuccess returns true when this update team no content response has a 2xx status code +func (o *UpdateTeamNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update team no content response has a 3xx status code +func (o *UpdateTeamNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update team no content response has a 4xx status code +func (o *UpdateTeamNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update team no content response has a 5xx status code +func (o *UpdateTeamNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update team no content response a status code equal to that given +func (o *UpdateTeamNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateTeamNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team.name}][%d] updateTeamNoContent %+v", 204, o.Payload) } + +func (o *UpdateTeamNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team.name}][%d] updateTeamNoContent %+v", 204, o.Payload) +} + func (o *UpdateTeamNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateTeamForbidden struct { Payload interface{} } +// IsSuccess returns true when this update team forbidden response has a 2xx status code +func (o *UpdateTeamForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update team forbidden response has a 3xx status code +func (o *UpdateTeamForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update team forbidden response has a 4xx status code +func (o *UpdateTeamForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update team forbidden response has a 5xx status code +func (o *UpdateTeamForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update team forbidden response a status code equal to that given +func (o *UpdateTeamForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateTeamForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team.name}][%d] updateTeamForbidden %+v", 403, o.Payload) } + +func (o *UpdateTeamForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team.name}][%d] updateTeamForbidden %+v", 403, o.Payload) +} + func (o *UpdateTeamForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateTeamNotFound struct { Payload interface{} } +// IsSuccess returns true when this update team not found response has a 2xx status code +func (o *UpdateTeamNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update team not found response has a 3xx status code +func (o *UpdateTeamNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update team not found response has a 4xx status code +func (o *UpdateTeamNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update team not found response has a 5xx status code +func (o *UpdateTeamNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update team not found response a status code equal to that given +func (o *UpdateTeamNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateTeamNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team.name}][%d] updateTeamNotFound %+v", 404, o.Payload) } + +func (o *UpdateTeamNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team.name}][%d] updateTeamNotFound %+v", 404, o.Payload) +} + func (o *UpdateTeamNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateTeamDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update team default response has a 2xx status code +func (o *UpdateTeamDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update team default response has a 3xx status code +func (o *UpdateTeamDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update team default response has a 4xx status code +func (o *UpdateTeamDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update team default response has a 5xx status code +func (o *UpdateTeamDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update team default response a status code equal to that given +func (o *UpdateTeamDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateTeamDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team.name}][%d] UpdateTeam default %+v", o._statusCode, o.Payload) } + +func (o *UpdateTeamDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/orgs/{owner}/teams/{team.name}][%d] UpdateTeam default %+v", o._statusCode, o.Payload) +} + func (o *UpdateTeamDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/users_v1/create_token_responses.go b/go/http_client/v1/service_client/users_v1/create_token_responses.go index a22ed396da..f56b0ead53 100644 --- a/go/http_client/v1/service_client/users_v1/create_token_responses.go +++ b/go/http_client/v1/service_client/users_v1/create_token_responses.go @@ -86,9 +86,39 @@ type CreateTokenOK struct { Payload *service_model.V1Token } +// IsSuccess returns true when this create token o k response has a 2xx status code +func (o *CreateTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create token o k response has a 3xx status code +func (o *CreateTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create token o k response has a 4xx status code +func (o *CreateTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this create token o k response has a 5xx status code +func (o *CreateTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this create token o k response a status code equal to that given +func (o *CreateTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *CreateTokenOK) Error() string { return fmt.Sprintf("[POST /api/v1/users/tokens][%d] createTokenOK %+v", 200, o.Payload) } + +func (o *CreateTokenOK) String() string { + return fmt.Sprintf("[POST /api/v1/users/tokens][%d] createTokenOK %+v", 200, o.Payload) +} + func (o *CreateTokenOK) GetPayload() *service_model.V1Token { return o.Payload } @@ -118,9 +148,39 @@ type CreateTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this create token no content response has a 2xx status code +func (o *CreateTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this create token no content response has a 3xx status code +func (o *CreateTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create token no content response has a 4xx status code +func (o *CreateTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this create token no content response has a 5xx status code +func (o *CreateTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this create token no content response a status code equal to that given +func (o *CreateTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *CreateTokenNoContent) Error() string { return fmt.Sprintf("[POST /api/v1/users/tokens][%d] createTokenNoContent %+v", 204, o.Payload) } + +func (o *CreateTokenNoContent) String() string { + return fmt.Sprintf("[POST /api/v1/users/tokens][%d] createTokenNoContent %+v", 204, o.Payload) +} + func (o *CreateTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type CreateTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this create token forbidden response has a 2xx status code +func (o *CreateTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create token forbidden response has a 3xx status code +func (o *CreateTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create token forbidden response has a 4xx status code +func (o *CreateTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this create token forbidden response has a 5xx status code +func (o *CreateTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this create token forbidden response a status code equal to that given +func (o *CreateTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *CreateTokenForbidden) Error() string { return fmt.Sprintf("[POST /api/v1/users/tokens][%d] createTokenForbidden %+v", 403, o.Payload) } + +func (o *CreateTokenForbidden) String() string { + return fmt.Sprintf("[POST /api/v1/users/tokens][%d] createTokenForbidden %+v", 403, o.Payload) +} + func (o *CreateTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type CreateTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this create token not found response has a 2xx status code +func (o *CreateTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this create token not found response has a 3xx status code +func (o *CreateTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this create token not found response has a 4xx status code +func (o *CreateTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this create token not found response has a 5xx status code +func (o *CreateTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this create token not found response a status code equal to that given +func (o *CreateTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *CreateTokenNotFound) Error() string { return fmt.Sprintf("[POST /api/v1/users/tokens][%d] createTokenNotFound %+v", 404, o.Payload) } + +func (o *CreateTokenNotFound) String() string { + return fmt.Sprintf("[POST /api/v1/users/tokens][%d] createTokenNotFound %+v", 404, o.Payload) +} + func (o *CreateTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *CreateTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this create token default response has a 2xx status code +func (o *CreateTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this create token default response has a 3xx status code +func (o *CreateTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this create token default response has a 4xx status code +func (o *CreateTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this create token default response has a 5xx status code +func (o *CreateTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this create token default response a status code equal to that given +func (o *CreateTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *CreateTokenDefault) Error() string { return fmt.Sprintf("[POST /api/v1/users/tokens][%d] CreateToken default %+v", o._statusCode, o.Payload) } + +func (o *CreateTokenDefault) String() string { + return fmt.Sprintf("[POST /api/v1/users/tokens][%d] CreateToken default %+v", o._statusCode, o.Payload) +} + func (o *CreateTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/users_v1/delete_token_responses.go b/go/http_client/v1/service_client/users_v1/delete_token_responses.go index 4999f28c6b..82d558f95f 100644 --- a/go/http_client/v1/service_client/users_v1/delete_token_responses.go +++ b/go/http_client/v1/service_client/users_v1/delete_token_responses.go @@ -85,10 +85,39 @@ A successful response. type DeleteTokenOK struct { } +// IsSuccess returns true when this delete token o k response has a 2xx status code +func (o *DeleteTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete token o k response has a 3xx status code +func (o *DeleteTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete token o k response has a 4xx status code +func (o *DeleteTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete token o k response has a 5xx status code +func (o *DeleteTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this delete token o k response a status code equal to that given +func (o *DeleteTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *DeleteTokenOK) Error() string { return fmt.Sprintf("[DELETE /api/v1/users/tokens/{uuid}][%d] deleteTokenOK ", 200) } +func (o *DeleteTokenOK) String() string { + return fmt.Sprintf("[DELETE /api/v1/users/tokens/{uuid}][%d] deleteTokenOK ", 200) +} + func (o *DeleteTokenOK) readResponse(response runtime.ClientResponse, consumer runtime.Consumer, formats strfmt.Registry) error { return nil @@ -107,9 +136,39 @@ type DeleteTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this delete token no content response has a 2xx status code +func (o *DeleteTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this delete token no content response has a 3xx status code +func (o *DeleteTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete token no content response has a 4xx status code +func (o *DeleteTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this delete token no content response has a 5xx status code +func (o *DeleteTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this delete token no content response a status code equal to that given +func (o *DeleteTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *DeleteTokenNoContent) Error() string { return fmt.Sprintf("[DELETE /api/v1/users/tokens/{uuid}][%d] deleteTokenNoContent %+v", 204, o.Payload) } + +func (o *DeleteTokenNoContent) String() string { + return fmt.Sprintf("[DELETE /api/v1/users/tokens/{uuid}][%d] deleteTokenNoContent %+v", 204, o.Payload) +} + func (o *DeleteTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -137,9 +196,39 @@ type DeleteTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this delete token forbidden response has a 2xx status code +func (o *DeleteTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete token forbidden response has a 3xx status code +func (o *DeleteTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete token forbidden response has a 4xx status code +func (o *DeleteTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete token forbidden response has a 5xx status code +func (o *DeleteTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this delete token forbidden response a status code equal to that given +func (o *DeleteTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *DeleteTokenForbidden) Error() string { return fmt.Sprintf("[DELETE /api/v1/users/tokens/{uuid}][%d] deleteTokenForbidden %+v", 403, o.Payload) } + +func (o *DeleteTokenForbidden) String() string { + return fmt.Sprintf("[DELETE /api/v1/users/tokens/{uuid}][%d] deleteTokenForbidden %+v", 403, o.Payload) +} + func (o *DeleteTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -167,9 +256,39 @@ type DeleteTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this delete token not found response has a 2xx status code +func (o *DeleteTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this delete token not found response has a 3xx status code +func (o *DeleteTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this delete token not found response has a 4xx status code +func (o *DeleteTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this delete token not found response has a 5xx status code +func (o *DeleteTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this delete token not found response a status code equal to that given +func (o *DeleteTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *DeleteTokenNotFound) Error() string { return fmt.Sprintf("[DELETE /api/v1/users/tokens/{uuid}][%d] deleteTokenNotFound %+v", 404, o.Payload) } + +func (o *DeleteTokenNotFound) String() string { + return fmt.Sprintf("[DELETE /api/v1/users/tokens/{uuid}][%d] deleteTokenNotFound %+v", 404, o.Payload) +} + func (o *DeleteTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -206,9 +325,39 @@ func (o *DeleteTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this delete token default response has a 2xx status code +func (o *DeleteTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this delete token default response has a 3xx status code +func (o *DeleteTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this delete token default response has a 4xx status code +func (o *DeleteTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this delete token default response has a 5xx status code +func (o *DeleteTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this delete token default response a status code equal to that given +func (o *DeleteTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *DeleteTokenDefault) Error() string { return fmt.Sprintf("[DELETE /api/v1/users/tokens/{uuid}][%d] DeleteToken default %+v", o._statusCode, o.Payload) } + +func (o *DeleteTokenDefault) String() string { + return fmt.Sprintf("[DELETE /api/v1/users/tokens/{uuid}][%d] DeleteToken default %+v", o._statusCode, o.Payload) +} + func (o *DeleteTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/users_v1/get_history_responses.go b/go/http_client/v1/service_client/users_v1/get_history_responses.go index 31a4ae5777..89263c5872 100644 --- a/go/http_client/v1/service_client/users_v1/get_history_responses.go +++ b/go/http_client/v1/service_client/users_v1/get_history_responses.go @@ -86,9 +86,39 @@ type GetHistoryOK struct { Payload *service_model.V1ListActivitiesResponse } +// IsSuccess returns true when this get history o k response has a 2xx status code +func (o *GetHistoryOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get history o k response has a 3xx status code +func (o *GetHistoryOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get history o k response has a 4xx status code +func (o *GetHistoryOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get history o k response has a 5xx status code +func (o *GetHistoryOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get history o k response a status code equal to that given +func (o *GetHistoryOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetHistoryOK) Error() string { return fmt.Sprintf("[GET /api/v1/users/history][%d] getHistoryOK %+v", 200, o.Payload) } + +func (o *GetHistoryOK) String() string { + return fmt.Sprintf("[GET /api/v1/users/history][%d] getHistoryOK %+v", 200, o.Payload) +} + func (o *GetHistoryOK) GetPayload() *service_model.V1ListActivitiesResponse { return o.Payload } @@ -118,9 +148,39 @@ type GetHistoryNoContent struct { Payload interface{} } +// IsSuccess returns true when this get history no content response has a 2xx status code +func (o *GetHistoryNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get history no content response has a 3xx status code +func (o *GetHistoryNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get history no content response has a 4xx status code +func (o *GetHistoryNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get history no content response has a 5xx status code +func (o *GetHistoryNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get history no content response a status code equal to that given +func (o *GetHistoryNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetHistoryNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/users/history][%d] getHistoryNoContent %+v", 204, o.Payload) } + +func (o *GetHistoryNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/users/history][%d] getHistoryNoContent %+v", 204, o.Payload) +} + func (o *GetHistoryNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetHistoryForbidden struct { Payload interface{} } +// IsSuccess returns true when this get history forbidden response has a 2xx status code +func (o *GetHistoryForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get history forbidden response has a 3xx status code +func (o *GetHistoryForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get history forbidden response has a 4xx status code +func (o *GetHistoryForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get history forbidden response has a 5xx status code +func (o *GetHistoryForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get history forbidden response a status code equal to that given +func (o *GetHistoryForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetHistoryForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/users/history][%d] getHistoryForbidden %+v", 403, o.Payload) } + +func (o *GetHistoryForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/users/history][%d] getHistoryForbidden %+v", 403, o.Payload) +} + func (o *GetHistoryForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetHistoryNotFound struct { Payload interface{} } +// IsSuccess returns true when this get history not found response has a 2xx status code +func (o *GetHistoryNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get history not found response has a 3xx status code +func (o *GetHistoryNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get history not found response has a 4xx status code +func (o *GetHistoryNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get history not found response has a 5xx status code +func (o *GetHistoryNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get history not found response a status code equal to that given +func (o *GetHistoryNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetHistoryNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/users/history][%d] getHistoryNotFound %+v", 404, o.Payload) } + +func (o *GetHistoryNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/users/history][%d] getHistoryNotFound %+v", 404, o.Payload) +} + func (o *GetHistoryNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetHistoryDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get history default response has a 2xx status code +func (o *GetHistoryDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get history default response has a 3xx status code +func (o *GetHistoryDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get history default response has a 4xx status code +func (o *GetHistoryDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get history default response has a 5xx status code +func (o *GetHistoryDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get history default response a status code equal to that given +func (o *GetHistoryDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetHistoryDefault) Error() string { return fmt.Sprintf("[GET /api/v1/users/history][%d] GetHistory default %+v", o._statusCode, o.Payload) } + +func (o *GetHistoryDefault) String() string { + return fmt.Sprintf("[GET /api/v1/users/history][%d] GetHistory default %+v", o._statusCode, o.Payload) +} + func (o *GetHistoryDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/users_v1/get_suggestions_responses.go b/go/http_client/v1/service_client/users_v1/get_suggestions_responses.go index f1cb5b52a6..20ab6663f7 100644 --- a/go/http_client/v1/service_client/users_v1/get_suggestions_responses.go +++ b/go/http_client/v1/service_client/users_v1/get_suggestions_responses.go @@ -86,9 +86,39 @@ type GetSuggestionsOK struct { Payload interface{} } +// IsSuccess returns true when this get suggestions o k response has a 2xx status code +func (o *GetSuggestionsOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get suggestions o k response has a 3xx status code +func (o *GetSuggestionsOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get suggestions o k response has a 4xx status code +func (o *GetSuggestionsOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get suggestions o k response has a 5xx status code +func (o *GetSuggestionsOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get suggestions o k response a status code equal to that given +func (o *GetSuggestionsOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetSuggestionsOK) Error() string { return fmt.Sprintf("[GET /api/v1/users/suggestions][%d] getSuggestionsOK %+v", 200, o.Payload) } + +func (o *GetSuggestionsOK) String() string { + return fmt.Sprintf("[GET /api/v1/users/suggestions][%d] getSuggestionsOK %+v", 200, o.Payload) +} + func (o *GetSuggestionsOK) GetPayload() interface{} { return o.Payload } @@ -116,9 +146,39 @@ type GetSuggestionsNoContent struct { Payload interface{} } +// IsSuccess returns true when this get suggestions no content response has a 2xx status code +func (o *GetSuggestionsNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get suggestions no content response has a 3xx status code +func (o *GetSuggestionsNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get suggestions no content response has a 4xx status code +func (o *GetSuggestionsNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get suggestions no content response has a 5xx status code +func (o *GetSuggestionsNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get suggestions no content response a status code equal to that given +func (o *GetSuggestionsNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetSuggestionsNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/users/suggestions][%d] getSuggestionsNoContent %+v", 204, o.Payload) } + +func (o *GetSuggestionsNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/users/suggestions][%d] getSuggestionsNoContent %+v", 204, o.Payload) +} + func (o *GetSuggestionsNoContent) GetPayload() interface{} { return o.Payload } @@ -146,9 +206,39 @@ type GetSuggestionsForbidden struct { Payload interface{} } +// IsSuccess returns true when this get suggestions forbidden response has a 2xx status code +func (o *GetSuggestionsForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get suggestions forbidden response has a 3xx status code +func (o *GetSuggestionsForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get suggestions forbidden response has a 4xx status code +func (o *GetSuggestionsForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get suggestions forbidden response has a 5xx status code +func (o *GetSuggestionsForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get suggestions forbidden response a status code equal to that given +func (o *GetSuggestionsForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetSuggestionsForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/users/suggestions][%d] getSuggestionsForbidden %+v", 403, o.Payload) } + +func (o *GetSuggestionsForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/users/suggestions][%d] getSuggestionsForbidden %+v", 403, o.Payload) +} + func (o *GetSuggestionsForbidden) GetPayload() interface{} { return o.Payload } @@ -176,9 +266,39 @@ type GetSuggestionsNotFound struct { Payload interface{} } +// IsSuccess returns true when this get suggestions not found response has a 2xx status code +func (o *GetSuggestionsNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get suggestions not found response has a 3xx status code +func (o *GetSuggestionsNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get suggestions not found response has a 4xx status code +func (o *GetSuggestionsNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get suggestions not found response has a 5xx status code +func (o *GetSuggestionsNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get suggestions not found response a status code equal to that given +func (o *GetSuggestionsNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetSuggestionsNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/users/suggestions][%d] getSuggestionsNotFound %+v", 404, o.Payload) } + +func (o *GetSuggestionsNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/users/suggestions][%d] getSuggestionsNotFound %+v", 404, o.Payload) +} + func (o *GetSuggestionsNotFound) GetPayload() interface{} { return o.Payload } @@ -215,9 +335,39 @@ func (o *GetSuggestionsDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get suggestions default response has a 2xx status code +func (o *GetSuggestionsDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get suggestions default response has a 3xx status code +func (o *GetSuggestionsDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get suggestions default response has a 4xx status code +func (o *GetSuggestionsDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get suggestions default response has a 5xx status code +func (o *GetSuggestionsDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get suggestions default response a status code equal to that given +func (o *GetSuggestionsDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetSuggestionsDefault) Error() string { return fmt.Sprintf("[GET /api/v1/users/suggestions][%d] GetSuggestions default %+v", o._statusCode, o.Payload) } + +func (o *GetSuggestionsDefault) String() string { + return fmt.Sprintf("[GET /api/v1/users/suggestions][%d] GetSuggestions default %+v", o._statusCode, o.Payload) +} + func (o *GetSuggestionsDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/users_v1/get_token_responses.go b/go/http_client/v1/service_client/users_v1/get_token_responses.go index c85eb51ee9..402f48a7e0 100644 --- a/go/http_client/v1/service_client/users_v1/get_token_responses.go +++ b/go/http_client/v1/service_client/users_v1/get_token_responses.go @@ -86,9 +86,39 @@ type GetTokenOK struct { Payload *service_model.V1Token } +// IsSuccess returns true when this get token o k response has a 2xx status code +func (o *GetTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get token o k response has a 3xx status code +func (o *GetTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get token o k response has a 4xx status code +func (o *GetTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get token o k response has a 5xx status code +func (o *GetTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get token o k response a status code equal to that given +func (o *GetTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetTokenOK) Error() string { return fmt.Sprintf("[GET /api/v1/users/tokens/{uuid}][%d] getTokenOK %+v", 200, o.Payload) } + +func (o *GetTokenOK) String() string { + return fmt.Sprintf("[GET /api/v1/users/tokens/{uuid}][%d] getTokenOK %+v", 200, o.Payload) +} + func (o *GetTokenOK) GetPayload() *service_model.V1Token { return o.Payload } @@ -118,9 +148,39 @@ type GetTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this get token no content response has a 2xx status code +func (o *GetTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get token no content response has a 3xx status code +func (o *GetTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get token no content response has a 4xx status code +func (o *GetTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get token no content response has a 5xx status code +func (o *GetTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get token no content response a status code equal to that given +func (o *GetTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetTokenNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/users/tokens/{uuid}][%d] getTokenNoContent %+v", 204, o.Payload) } + +func (o *GetTokenNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/users/tokens/{uuid}][%d] getTokenNoContent %+v", 204, o.Payload) +} + func (o *GetTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this get token forbidden response has a 2xx status code +func (o *GetTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get token forbidden response has a 3xx status code +func (o *GetTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get token forbidden response has a 4xx status code +func (o *GetTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get token forbidden response has a 5xx status code +func (o *GetTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get token forbidden response a status code equal to that given +func (o *GetTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetTokenForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/users/tokens/{uuid}][%d] getTokenForbidden %+v", 403, o.Payload) } + +func (o *GetTokenForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/users/tokens/{uuid}][%d] getTokenForbidden %+v", 403, o.Payload) +} + func (o *GetTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this get token not found response has a 2xx status code +func (o *GetTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get token not found response has a 3xx status code +func (o *GetTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get token not found response has a 4xx status code +func (o *GetTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get token not found response has a 5xx status code +func (o *GetTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get token not found response a status code equal to that given +func (o *GetTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetTokenNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/users/tokens/{uuid}][%d] getTokenNotFound %+v", 404, o.Payload) } + +func (o *GetTokenNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/users/tokens/{uuid}][%d] getTokenNotFound %+v", 404, o.Payload) +} + func (o *GetTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get token default response has a 2xx status code +func (o *GetTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get token default response has a 3xx status code +func (o *GetTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get token default response has a 4xx status code +func (o *GetTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get token default response has a 5xx status code +func (o *GetTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get token default response a status code equal to that given +func (o *GetTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetTokenDefault) Error() string { return fmt.Sprintf("[GET /api/v1/users/tokens/{uuid}][%d] GetToken default %+v", o._statusCode, o.Payload) } + +func (o *GetTokenDefault) String() string { + return fmt.Sprintf("[GET /api/v1/users/tokens/{uuid}][%d] GetToken default %+v", o._statusCode, o.Payload) +} + func (o *GetTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/users_v1/get_user_responses.go b/go/http_client/v1/service_client/users_v1/get_user_responses.go index bb2e50780d..31dad67a44 100644 --- a/go/http_client/v1/service_client/users_v1/get_user_responses.go +++ b/go/http_client/v1/service_client/users_v1/get_user_responses.go @@ -86,9 +86,39 @@ type GetUserOK struct { Payload *service_model.V1User } +// IsSuccess returns true when this get user o k response has a 2xx status code +func (o *GetUserOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get user o k response has a 3xx status code +func (o *GetUserOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get user o k response has a 4xx status code +func (o *GetUserOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get user o k response has a 5xx status code +func (o *GetUserOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get user o k response a status code equal to that given +func (o *GetUserOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetUserOK) Error() string { return fmt.Sprintf("[GET /api/v1/users][%d] getUserOK %+v", 200, o.Payload) } + +func (o *GetUserOK) String() string { + return fmt.Sprintf("[GET /api/v1/users][%d] getUserOK %+v", 200, o.Payload) +} + func (o *GetUserOK) GetPayload() *service_model.V1User { return o.Payload } @@ -118,9 +148,39 @@ type GetUserNoContent struct { Payload interface{} } +// IsSuccess returns true when this get user no content response has a 2xx status code +func (o *GetUserNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get user no content response has a 3xx status code +func (o *GetUserNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get user no content response has a 4xx status code +func (o *GetUserNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get user no content response has a 5xx status code +func (o *GetUserNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get user no content response a status code equal to that given +func (o *GetUserNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetUserNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/users][%d] getUserNoContent %+v", 204, o.Payload) } + +func (o *GetUserNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/users][%d] getUserNoContent %+v", 204, o.Payload) +} + func (o *GetUserNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetUserForbidden struct { Payload interface{} } +// IsSuccess returns true when this get user forbidden response has a 2xx status code +func (o *GetUserForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get user forbidden response has a 3xx status code +func (o *GetUserForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get user forbidden response has a 4xx status code +func (o *GetUserForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get user forbidden response has a 5xx status code +func (o *GetUserForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get user forbidden response a status code equal to that given +func (o *GetUserForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetUserForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/users][%d] getUserForbidden %+v", 403, o.Payload) } + +func (o *GetUserForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/users][%d] getUserForbidden %+v", 403, o.Payload) +} + func (o *GetUserForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetUserNotFound struct { Payload interface{} } +// IsSuccess returns true when this get user not found response has a 2xx status code +func (o *GetUserNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get user not found response has a 3xx status code +func (o *GetUserNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get user not found response has a 4xx status code +func (o *GetUserNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get user not found response has a 5xx status code +func (o *GetUserNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get user not found response a status code equal to that given +func (o *GetUserNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetUserNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/users][%d] getUserNotFound %+v", 404, o.Payload) } + +func (o *GetUserNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/users][%d] getUserNotFound %+v", 404, o.Payload) +} + func (o *GetUserNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetUserDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get user default response has a 2xx status code +func (o *GetUserDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get user default response has a 3xx status code +func (o *GetUserDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get user default response has a 4xx status code +func (o *GetUserDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get user default response has a 5xx status code +func (o *GetUserDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get user default response a status code equal to that given +func (o *GetUserDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetUserDefault) Error() string { return fmt.Sprintf("[GET /api/v1/users][%d] GetUser default %+v", o._statusCode, o.Payload) } + +func (o *GetUserDefault) String() string { + return fmt.Sprintf("[GET /api/v1/users][%d] GetUser default %+v", o._statusCode, o.Payload) +} + func (o *GetUserDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/users_v1/list_tokens_responses.go b/go/http_client/v1/service_client/users_v1/list_tokens_responses.go index e25d3025cc..f3145abfbe 100644 --- a/go/http_client/v1/service_client/users_v1/list_tokens_responses.go +++ b/go/http_client/v1/service_client/users_v1/list_tokens_responses.go @@ -86,9 +86,39 @@ type ListTokensOK struct { Payload *service_model.V1ListTokenResponse } +// IsSuccess returns true when this list tokens o k response has a 2xx status code +func (o *ListTokensOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list tokens o k response has a 3xx status code +func (o *ListTokensOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list tokens o k response has a 4xx status code +func (o *ListTokensOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this list tokens o k response has a 5xx status code +func (o *ListTokensOK) IsServerError() bool { + return false +} + +// IsCode returns true when this list tokens o k response a status code equal to that given +func (o *ListTokensOK) IsCode(code int) bool { + return code == 200 +} + func (o *ListTokensOK) Error() string { return fmt.Sprintf("[GET /api/v1/users/tokens][%d] listTokensOK %+v", 200, o.Payload) } + +func (o *ListTokensOK) String() string { + return fmt.Sprintf("[GET /api/v1/users/tokens][%d] listTokensOK %+v", 200, o.Payload) +} + func (o *ListTokensOK) GetPayload() *service_model.V1ListTokenResponse { return o.Payload } @@ -118,9 +148,39 @@ type ListTokensNoContent struct { Payload interface{} } +// IsSuccess returns true when this list tokens no content response has a 2xx status code +func (o *ListTokensNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this list tokens no content response has a 3xx status code +func (o *ListTokensNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list tokens no content response has a 4xx status code +func (o *ListTokensNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this list tokens no content response has a 5xx status code +func (o *ListTokensNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this list tokens no content response a status code equal to that given +func (o *ListTokensNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *ListTokensNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/users/tokens][%d] listTokensNoContent %+v", 204, o.Payload) } + +func (o *ListTokensNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/users/tokens][%d] listTokensNoContent %+v", 204, o.Payload) +} + func (o *ListTokensNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type ListTokensForbidden struct { Payload interface{} } +// IsSuccess returns true when this list tokens forbidden response has a 2xx status code +func (o *ListTokensForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list tokens forbidden response has a 3xx status code +func (o *ListTokensForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list tokens forbidden response has a 4xx status code +func (o *ListTokensForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this list tokens forbidden response has a 5xx status code +func (o *ListTokensForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this list tokens forbidden response a status code equal to that given +func (o *ListTokensForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *ListTokensForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/users/tokens][%d] listTokensForbidden %+v", 403, o.Payload) } + +func (o *ListTokensForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/users/tokens][%d] listTokensForbidden %+v", 403, o.Payload) +} + func (o *ListTokensForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type ListTokensNotFound struct { Payload interface{} } +// IsSuccess returns true when this list tokens not found response has a 2xx status code +func (o *ListTokensNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this list tokens not found response has a 3xx status code +func (o *ListTokensNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this list tokens not found response has a 4xx status code +func (o *ListTokensNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this list tokens not found response has a 5xx status code +func (o *ListTokensNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this list tokens not found response a status code equal to that given +func (o *ListTokensNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *ListTokensNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/users/tokens][%d] listTokensNotFound %+v", 404, o.Payload) } + +func (o *ListTokensNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/users/tokens][%d] listTokensNotFound %+v", 404, o.Payload) +} + func (o *ListTokensNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *ListTokensDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this list tokens default response has a 2xx status code +func (o *ListTokensDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this list tokens default response has a 3xx status code +func (o *ListTokensDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this list tokens default response has a 4xx status code +func (o *ListTokensDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this list tokens default response has a 5xx status code +func (o *ListTokensDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this list tokens default response a status code equal to that given +func (o *ListTokensDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *ListTokensDefault) Error() string { return fmt.Sprintf("[GET /api/v1/users/tokens][%d] ListTokens default %+v", o._statusCode, o.Payload) } + +func (o *ListTokensDefault) String() string { + return fmt.Sprintf("[GET /api/v1/users/tokens][%d] ListTokens default %+v", o._statusCode, o.Payload) +} + func (o *ListTokensDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/users_v1/patch_token_responses.go b/go/http_client/v1/service_client/users_v1/patch_token_responses.go index 0d9d9880ac..e92709264d 100644 --- a/go/http_client/v1/service_client/users_v1/patch_token_responses.go +++ b/go/http_client/v1/service_client/users_v1/patch_token_responses.go @@ -86,9 +86,39 @@ type PatchTokenOK struct { Payload *service_model.V1Token } +// IsSuccess returns true when this patch token o k response has a 2xx status code +func (o *PatchTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch token o k response has a 3xx status code +func (o *PatchTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch token o k response has a 4xx status code +func (o *PatchTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch token o k response has a 5xx status code +func (o *PatchTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch token o k response a status code equal to that given +func (o *PatchTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchTokenOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/users/tokens/{token.uuid}][%d] patchTokenOK %+v", 200, o.Payload) } + +func (o *PatchTokenOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/users/tokens/{token.uuid}][%d] patchTokenOK %+v", 200, o.Payload) +} + func (o *PatchTokenOK) GetPayload() *service_model.V1Token { return o.Payload } @@ -118,9 +148,39 @@ type PatchTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch token no content response has a 2xx status code +func (o *PatchTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch token no content response has a 3xx status code +func (o *PatchTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch token no content response has a 4xx status code +func (o *PatchTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch token no content response has a 5xx status code +func (o *PatchTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch token no content response a status code equal to that given +func (o *PatchTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchTokenNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/users/tokens/{token.uuid}][%d] patchTokenNoContent %+v", 204, o.Payload) } + +func (o *PatchTokenNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/users/tokens/{token.uuid}][%d] patchTokenNoContent %+v", 204, o.Payload) +} + func (o *PatchTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch token forbidden response has a 2xx status code +func (o *PatchTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch token forbidden response has a 3xx status code +func (o *PatchTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch token forbidden response has a 4xx status code +func (o *PatchTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch token forbidden response has a 5xx status code +func (o *PatchTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch token forbidden response a status code equal to that given +func (o *PatchTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchTokenForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/users/tokens/{token.uuid}][%d] patchTokenForbidden %+v", 403, o.Payload) } + +func (o *PatchTokenForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/users/tokens/{token.uuid}][%d] patchTokenForbidden %+v", 403, o.Payload) +} + func (o *PatchTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch token not found response has a 2xx status code +func (o *PatchTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch token not found response has a 3xx status code +func (o *PatchTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch token not found response has a 4xx status code +func (o *PatchTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch token not found response has a 5xx status code +func (o *PatchTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch token not found response a status code equal to that given +func (o *PatchTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchTokenNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/users/tokens/{token.uuid}][%d] patchTokenNotFound %+v", 404, o.Payload) } + +func (o *PatchTokenNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/users/tokens/{token.uuid}][%d] patchTokenNotFound %+v", 404, o.Payload) +} + func (o *PatchTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch token default response has a 2xx status code +func (o *PatchTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch token default response has a 3xx status code +func (o *PatchTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch token default response has a 4xx status code +func (o *PatchTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch token default response has a 5xx status code +func (o *PatchTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch token default response a status code equal to that given +func (o *PatchTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchTokenDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/users/tokens/{token.uuid}][%d] PatchToken default %+v", o._statusCode, o.Payload) } + +func (o *PatchTokenDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/users/tokens/{token.uuid}][%d] PatchToken default %+v", o._statusCode, o.Payload) +} + func (o *PatchTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/users_v1/patch_user_responses.go b/go/http_client/v1/service_client/users_v1/patch_user_responses.go index e3b53c9b90..adc29122f7 100644 --- a/go/http_client/v1/service_client/users_v1/patch_user_responses.go +++ b/go/http_client/v1/service_client/users_v1/patch_user_responses.go @@ -86,9 +86,39 @@ type PatchUserOK struct { Payload *service_model.V1User } +// IsSuccess returns true when this patch user o k response has a 2xx status code +func (o *PatchUserOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch user o k response has a 3xx status code +func (o *PatchUserOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch user o k response has a 4xx status code +func (o *PatchUserOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch user o k response has a 5xx status code +func (o *PatchUserOK) IsServerError() bool { + return false +} + +// IsCode returns true when this patch user o k response a status code equal to that given +func (o *PatchUserOK) IsCode(code int) bool { + return code == 200 +} + func (o *PatchUserOK) Error() string { return fmt.Sprintf("[PATCH /api/v1/users][%d] patchUserOK %+v", 200, o.Payload) } + +func (o *PatchUserOK) String() string { + return fmt.Sprintf("[PATCH /api/v1/users][%d] patchUserOK %+v", 200, o.Payload) +} + func (o *PatchUserOK) GetPayload() *service_model.V1User { return o.Payload } @@ -118,9 +148,39 @@ type PatchUserNoContent struct { Payload interface{} } +// IsSuccess returns true when this patch user no content response has a 2xx status code +func (o *PatchUserNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this patch user no content response has a 3xx status code +func (o *PatchUserNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch user no content response has a 4xx status code +func (o *PatchUserNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this patch user no content response has a 5xx status code +func (o *PatchUserNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this patch user no content response a status code equal to that given +func (o *PatchUserNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *PatchUserNoContent) Error() string { return fmt.Sprintf("[PATCH /api/v1/users][%d] patchUserNoContent %+v", 204, o.Payload) } + +func (o *PatchUserNoContent) String() string { + return fmt.Sprintf("[PATCH /api/v1/users][%d] patchUserNoContent %+v", 204, o.Payload) +} + func (o *PatchUserNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type PatchUserForbidden struct { Payload interface{} } +// IsSuccess returns true when this patch user forbidden response has a 2xx status code +func (o *PatchUserForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch user forbidden response has a 3xx status code +func (o *PatchUserForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch user forbidden response has a 4xx status code +func (o *PatchUserForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch user forbidden response has a 5xx status code +func (o *PatchUserForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this patch user forbidden response a status code equal to that given +func (o *PatchUserForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *PatchUserForbidden) Error() string { return fmt.Sprintf("[PATCH /api/v1/users][%d] patchUserForbidden %+v", 403, o.Payload) } + +func (o *PatchUserForbidden) String() string { + return fmt.Sprintf("[PATCH /api/v1/users][%d] patchUserForbidden %+v", 403, o.Payload) +} + func (o *PatchUserForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type PatchUserNotFound struct { Payload interface{} } +// IsSuccess returns true when this patch user not found response has a 2xx status code +func (o *PatchUserNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this patch user not found response has a 3xx status code +func (o *PatchUserNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this patch user not found response has a 4xx status code +func (o *PatchUserNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this patch user not found response has a 5xx status code +func (o *PatchUserNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this patch user not found response a status code equal to that given +func (o *PatchUserNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *PatchUserNotFound) Error() string { return fmt.Sprintf("[PATCH /api/v1/users][%d] patchUserNotFound %+v", 404, o.Payload) } + +func (o *PatchUserNotFound) String() string { + return fmt.Sprintf("[PATCH /api/v1/users][%d] patchUserNotFound %+v", 404, o.Payload) +} + func (o *PatchUserNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *PatchUserDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this patch user default response has a 2xx status code +func (o *PatchUserDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this patch user default response has a 3xx status code +func (o *PatchUserDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this patch user default response has a 4xx status code +func (o *PatchUserDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this patch user default response has a 5xx status code +func (o *PatchUserDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this patch user default response a status code equal to that given +func (o *PatchUserDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *PatchUserDefault) Error() string { return fmt.Sprintf("[PATCH /api/v1/users][%d] PatchUser default %+v", o._statusCode, o.Payload) } + +func (o *PatchUserDefault) String() string { + return fmt.Sprintf("[PATCH /api/v1/users][%d] PatchUser default %+v", o._statusCode, o.Payload) +} + func (o *PatchUserDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/users_v1/update_token_responses.go b/go/http_client/v1/service_client/users_v1/update_token_responses.go index df5ad5a5d1..b782b04770 100644 --- a/go/http_client/v1/service_client/users_v1/update_token_responses.go +++ b/go/http_client/v1/service_client/users_v1/update_token_responses.go @@ -86,9 +86,39 @@ type UpdateTokenOK struct { Payload *service_model.V1Token } +// IsSuccess returns true when this update token o k response has a 2xx status code +func (o *UpdateTokenOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update token o k response has a 3xx status code +func (o *UpdateTokenOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update token o k response has a 4xx status code +func (o *UpdateTokenOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update token o k response has a 5xx status code +func (o *UpdateTokenOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update token o k response a status code equal to that given +func (o *UpdateTokenOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateTokenOK) Error() string { return fmt.Sprintf("[PUT /api/v1/users/tokens/{token.uuid}][%d] updateTokenOK %+v", 200, o.Payload) } + +func (o *UpdateTokenOK) String() string { + return fmt.Sprintf("[PUT /api/v1/users/tokens/{token.uuid}][%d] updateTokenOK %+v", 200, o.Payload) +} + func (o *UpdateTokenOK) GetPayload() *service_model.V1Token { return o.Payload } @@ -118,9 +148,39 @@ type UpdateTokenNoContent struct { Payload interface{} } +// IsSuccess returns true when this update token no content response has a 2xx status code +func (o *UpdateTokenNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update token no content response has a 3xx status code +func (o *UpdateTokenNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update token no content response has a 4xx status code +func (o *UpdateTokenNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update token no content response has a 5xx status code +func (o *UpdateTokenNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update token no content response a status code equal to that given +func (o *UpdateTokenNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateTokenNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/users/tokens/{token.uuid}][%d] updateTokenNoContent %+v", 204, o.Payload) } + +func (o *UpdateTokenNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/users/tokens/{token.uuid}][%d] updateTokenNoContent %+v", 204, o.Payload) +} + func (o *UpdateTokenNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateTokenForbidden struct { Payload interface{} } +// IsSuccess returns true when this update token forbidden response has a 2xx status code +func (o *UpdateTokenForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update token forbidden response has a 3xx status code +func (o *UpdateTokenForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update token forbidden response has a 4xx status code +func (o *UpdateTokenForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update token forbidden response has a 5xx status code +func (o *UpdateTokenForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update token forbidden response a status code equal to that given +func (o *UpdateTokenForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateTokenForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/users/tokens/{token.uuid}][%d] updateTokenForbidden %+v", 403, o.Payload) } + +func (o *UpdateTokenForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/users/tokens/{token.uuid}][%d] updateTokenForbidden %+v", 403, o.Payload) +} + func (o *UpdateTokenForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateTokenNotFound struct { Payload interface{} } +// IsSuccess returns true when this update token not found response has a 2xx status code +func (o *UpdateTokenNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update token not found response has a 3xx status code +func (o *UpdateTokenNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update token not found response has a 4xx status code +func (o *UpdateTokenNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update token not found response has a 5xx status code +func (o *UpdateTokenNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update token not found response a status code equal to that given +func (o *UpdateTokenNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateTokenNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/users/tokens/{token.uuid}][%d] updateTokenNotFound %+v", 404, o.Payload) } + +func (o *UpdateTokenNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/users/tokens/{token.uuid}][%d] updateTokenNotFound %+v", 404, o.Payload) +} + func (o *UpdateTokenNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateTokenDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update token default response has a 2xx status code +func (o *UpdateTokenDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update token default response has a 3xx status code +func (o *UpdateTokenDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update token default response has a 4xx status code +func (o *UpdateTokenDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update token default response has a 5xx status code +func (o *UpdateTokenDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update token default response a status code equal to that given +func (o *UpdateTokenDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateTokenDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/users/tokens/{token.uuid}][%d] UpdateToken default %+v", o._statusCode, o.Payload) } + +func (o *UpdateTokenDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/users/tokens/{token.uuid}][%d] UpdateToken default %+v", o._statusCode, o.Payload) +} + func (o *UpdateTokenDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/users_v1/update_user_responses.go b/go/http_client/v1/service_client/users_v1/update_user_responses.go index ca027fc75f..c9be320c90 100644 --- a/go/http_client/v1/service_client/users_v1/update_user_responses.go +++ b/go/http_client/v1/service_client/users_v1/update_user_responses.go @@ -86,9 +86,39 @@ type UpdateUserOK struct { Payload *service_model.V1User } +// IsSuccess returns true when this update user o k response has a 2xx status code +func (o *UpdateUserOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update user o k response has a 3xx status code +func (o *UpdateUserOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update user o k response has a 4xx status code +func (o *UpdateUserOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this update user o k response has a 5xx status code +func (o *UpdateUserOK) IsServerError() bool { + return false +} + +// IsCode returns true when this update user o k response a status code equal to that given +func (o *UpdateUserOK) IsCode(code int) bool { + return code == 200 +} + func (o *UpdateUserOK) Error() string { return fmt.Sprintf("[PUT /api/v1/users][%d] updateUserOK %+v", 200, o.Payload) } + +func (o *UpdateUserOK) String() string { + return fmt.Sprintf("[PUT /api/v1/users][%d] updateUserOK %+v", 200, o.Payload) +} + func (o *UpdateUserOK) GetPayload() *service_model.V1User { return o.Payload } @@ -118,9 +148,39 @@ type UpdateUserNoContent struct { Payload interface{} } +// IsSuccess returns true when this update user no content response has a 2xx status code +func (o *UpdateUserNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this update user no content response has a 3xx status code +func (o *UpdateUserNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update user no content response has a 4xx status code +func (o *UpdateUserNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this update user no content response has a 5xx status code +func (o *UpdateUserNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this update user no content response a status code equal to that given +func (o *UpdateUserNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *UpdateUserNoContent) Error() string { return fmt.Sprintf("[PUT /api/v1/users][%d] updateUserNoContent %+v", 204, o.Payload) } + +func (o *UpdateUserNoContent) String() string { + return fmt.Sprintf("[PUT /api/v1/users][%d] updateUserNoContent %+v", 204, o.Payload) +} + func (o *UpdateUserNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type UpdateUserForbidden struct { Payload interface{} } +// IsSuccess returns true when this update user forbidden response has a 2xx status code +func (o *UpdateUserForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update user forbidden response has a 3xx status code +func (o *UpdateUserForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update user forbidden response has a 4xx status code +func (o *UpdateUserForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this update user forbidden response has a 5xx status code +func (o *UpdateUserForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this update user forbidden response a status code equal to that given +func (o *UpdateUserForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *UpdateUserForbidden) Error() string { return fmt.Sprintf("[PUT /api/v1/users][%d] updateUserForbidden %+v", 403, o.Payload) } + +func (o *UpdateUserForbidden) String() string { + return fmt.Sprintf("[PUT /api/v1/users][%d] updateUserForbidden %+v", 403, o.Payload) +} + func (o *UpdateUserForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type UpdateUserNotFound struct { Payload interface{} } +// IsSuccess returns true when this update user not found response has a 2xx status code +func (o *UpdateUserNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this update user not found response has a 3xx status code +func (o *UpdateUserNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this update user not found response has a 4xx status code +func (o *UpdateUserNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this update user not found response has a 5xx status code +func (o *UpdateUserNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this update user not found response a status code equal to that given +func (o *UpdateUserNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *UpdateUserNotFound) Error() string { return fmt.Sprintf("[PUT /api/v1/users][%d] updateUserNotFound %+v", 404, o.Payload) } + +func (o *UpdateUserNotFound) String() string { + return fmt.Sprintf("[PUT /api/v1/users][%d] updateUserNotFound %+v", 404, o.Payload) +} + func (o *UpdateUserNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *UpdateUserDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this update user default response has a 2xx status code +func (o *UpdateUserDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this update user default response has a 3xx status code +func (o *UpdateUserDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this update user default response has a 4xx status code +func (o *UpdateUserDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this update user default response has a 5xx status code +func (o *UpdateUserDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this update user default response a status code equal to that given +func (o *UpdateUserDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *UpdateUserDefault) Error() string { return fmt.Sprintf("[PUT /api/v1/users][%d] UpdateUser default %+v", o._statusCode, o.Payload) } + +func (o *UpdateUserDefault) String() string { + return fmt.Sprintf("[PUT /api/v1/users][%d] UpdateUser default %+v", o._statusCode, o.Payload) +} + func (o *UpdateUserDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/versions_v1/get_compatibility_responses.go b/go/http_client/v1/service_client/versions_v1/get_compatibility_responses.go index ffdd906203..b83d714779 100644 --- a/go/http_client/v1/service_client/versions_v1/get_compatibility_responses.go +++ b/go/http_client/v1/service_client/versions_v1/get_compatibility_responses.go @@ -86,9 +86,39 @@ type GetCompatibilityOK struct { Payload *service_model.V1Compatibility } +// IsSuccess returns true when this get compatibility o k response has a 2xx status code +func (o *GetCompatibilityOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get compatibility o k response has a 3xx status code +func (o *GetCompatibilityOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get compatibility o k response has a 4xx status code +func (o *GetCompatibilityOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get compatibility o k response has a 5xx status code +func (o *GetCompatibilityOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get compatibility o k response a status code equal to that given +func (o *GetCompatibilityOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetCompatibilityOK) Error() string { return fmt.Sprintf("[GET /api/v1/compatibility/{uuid}/{version}/{service}][%d] getCompatibilityOK %+v", 200, o.Payload) } + +func (o *GetCompatibilityOK) String() string { + return fmt.Sprintf("[GET /api/v1/compatibility/{uuid}/{version}/{service}][%d] getCompatibilityOK %+v", 200, o.Payload) +} + func (o *GetCompatibilityOK) GetPayload() *service_model.V1Compatibility { return o.Payload } @@ -118,9 +148,39 @@ type GetCompatibilityNoContent struct { Payload interface{} } +// IsSuccess returns true when this get compatibility no content response has a 2xx status code +func (o *GetCompatibilityNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get compatibility no content response has a 3xx status code +func (o *GetCompatibilityNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get compatibility no content response has a 4xx status code +func (o *GetCompatibilityNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get compatibility no content response has a 5xx status code +func (o *GetCompatibilityNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get compatibility no content response a status code equal to that given +func (o *GetCompatibilityNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetCompatibilityNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/compatibility/{uuid}/{version}/{service}][%d] getCompatibilityNoContent %+v", 204, o.Payload) } + +func (o *GetCompatibilityNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/compatibility/{uuid}/{version}/{service}][%d] getCompatibilityNoContent %+v", 204, o.Payload) +} + func (o *GetCompatibilityNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetCompatibilityForbidden struct { Payload interface{} } +// IsSuccess returns true when this get compatibility forbidden response has a 2xx status code +func (o *GetCompatibilityForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get compatibility forbidden response has a 3xx status code +func (o *GetCompatibilityForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get compatibility forbidden response has a 4xx status code +func (o *GetCompatibilityForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get compatibility forbidden response has a 5xx status code +func (o *GetCompatibilityForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get compatibility forbidden response a status code equal to that given +func (o *GetCompatibilityForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetCompatibilityForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/compatibility/{uuid}/{version}/{service}][%d] getCompatibilityForbidden %+v", 403, o.Payload) } + +func (o *GetCompatibilityForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/compatibility/{uuid}/{version}/{service}][%d] getCompatibilityForbidden %+v", 403, o.Payload) +} + func (o *GetCompatibilityForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetCompatibilityNotFound struct { Payload interface{} } +// IsSuccess returns true when this get compatibility not found response has a 2xx status code +func (o *GetCompatibilityNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get compatibility not found response has a 3xx status code +func (o *GetCompatibilityNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get compatibility not found response has a 4xx status code +func (o *GetCompatibilityNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get compatibility not found response has a 5xx status code +func (o *GetCompatibilityNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get compatibility not found response a status code equal to that given +func (o *GetCompatibilityNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetCompatibilityNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/compatibility/{uuid}/{version}/{service}][%d] getCompatibilityNotFound %+v", 404, o.Payload) } + +func (o *GetCompatibilityNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/compatibility/{uuid}/{version}/{service}][%d] getCompatibilityNotFound %+v", 404, o.Payload) +} + func (o *GetCompatibilityNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetCompatibilityDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get compatibility default response has a 2xx status code +func (o *GetCompatibilityDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get compatibility default response has a 3xx status code +func (o *GetCompatibilityDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get compatibility default response has a 4xx status code +func (o *GetCompatibilityDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get compatibility default response has a 5xx status code +func (o *GetCompatibilityDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get compatibility default response a status code equal to that given +func (o *GetCompatibilityDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetCompatibilityDefault) Error() string { return fmt.Sprintf("[GET /api/v1/compatibility/{uuid}/{version}/{service}][%d] GetCompatibility default %+v", o._statusCode, o.Payload) } + +func (o *GetCompatibilityDefault) String() string { + return fmt.Sprintf("[GET /api/v1/compatibility/{uuid}/{version}/{service}][%d] GetCompatibility default %+v", o._statusCode, o.Payload) +} + func (o *GetCompatibilityDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/versions_v1/get_installation_responses.go b/go/http_client/v1/service_client/versions_v1/get_installation_responses.go index 1b57e25963..2b5d1ea4db 100644 --- a/go/http_client/v1/service_client/versions_v1/get_installation_responses.go +++ b/go/http_client/v1/service_client/versions_v1/get_installation_responses.go @@ -86,9 +86,39 @@ type GetInstallationOK struct { Payload *service_model.V1Installation } +// IsSuccess returns true when this get installation o k response has a 2xx status code +func (o *GetInstallationOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get installation o k response has a 3xx status code +func (o *GetInstallationOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get installation o k response has a 4xx status code +func (o *GetInstallationOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get installation o k response has a 5xx status code +func (o *GetInstallationOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get installation o k response a status code equal to that given +func (o *GetInstallationOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetInstallationOK) Error() string { return fmt.Sprintf("[GET /api/v1/installation][%d] getInstallationOK %+v", 200, o.Payload) } + +func (o *GetInstallationOK) String() string { + return fmt.Sprintf("[GET /api/v1/installation][%d] getInstallationOK %+v", 200, o.Payload) +} + func (o *GetInstallationOK) GetPayload() *service_model.V1Installation { return o.Payload } @@ -118,9 +148,39 @@ type GetInstallationNoContent struct { Payload interface{} } +// IsSuccess returns true when this get installation no content response has a 2xx status code +func (o *GetInstallationNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get installation no content response has a 3xx status code +func (o *GetInstallationNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get installation no content response has a 4xx status code +func (o *GetInstallationNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get installation no content response has a 5xx status code +func (o *GetInstallationNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get installation no content response a status code equal to that given +func (o *GetInstallationNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetInstallationNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/installation][%d] getInstallationNoContent %+v", 204, o.Payload) } + +func (o *GetInstallationNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/installation][%d] getInstallationNoContent %+v", 204, o.Payload) +} + func (o *GetInstallationNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetInstallationForbidden struct { Payload interface{} } +// IsSuccess returns true when this get installation forbidden response has a 2xx status code +func (o *GetInstallationForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get installation forbidden response has a 3xx status code +func (o *GetInstallationForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get installation forbidden response has a 4xx status code +func (o *GetInstallationForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get installation forbidden response has a 5xx status code +func (o *GetInstallationForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get installation forbidden response a status code equal to that given +func (o *GetInstallationForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetInstallationForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/installation][%d] getInstallationForbidden %+v", 403, o.Payload) } + +func (o *GetInstallationForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/installation][%d] getInstallationForbidden %+v", 403, o.Payload) +} + func (o *GetInstallationForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetInstallationNotFound struct { Payload interface{} } +// IsSuccess returns true when this get installation not found response has a 2xx status code +func (o *GetInstallationNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get installation not found response has a 3xx status code +func (o *GetInstallationNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get installation not found response has a 4xx status code +func (o *GetInstallationNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get installation not found response has a 5xx status code +func (o *GetInstallationNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get installation not found response a status code equal to that given +func (o *GetInstallationNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetInstallationNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/installation][%d] getInstallationNotFound %+v", 404, o.Payload) } + +func (o *GetInstallationNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/installation][%d] getInstallationNotFound %+v", 404, o.Payload) +} + func (o *GetInstallationNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetInstallationDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get installation default response has a 2xx status code +func (o *GetInstallationDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get installation default response has a 3xx status code +func (o *GetInstallationDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get installation default response has a 4xx status code +func (o *GetInstallationDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get installation default response has a 5xx status code +func (o *GetInstallationDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get installation default response a status code equal to that given +func (o *GetInstallationDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetInstallationDefault) Error() string { return fmt.Sprintf("[GET /api/v1/installation][%d] GetInstallation default %+v", o._statusCode, o.Payload) } + +func (o *GetInstallationDefault) String() string { + return fmt.Sprintf("[GET /api/v1/installation][%d] GetInstallation default %+v", o._statusCode, o.Payload) +} + func (o *GetInstallationDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/go/http_client/v1/service_client/versions_v1/get_log_handler_responses.go b/go/http_client/v1/service_client/versions_v1/get_log_handler_responses.go index 959f2b89b8..eb1ef921b8 100644 --- a/go/http_client/v1/service_client/versions_v1/get_log_handler_responses.go +++ b/go/http_client/v1/service_client/versions_v1/get_log_handler_responses.go @@ -86,9 +86,39 @@ type GetLogHandlerOK struct { Payload *service_model.V1LogHandler } +// IsSuccess returns true when this get log handler o k response has a 2xx status code +func (o *GetLogHandlerOK) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get log handler o k response has a 3xx status code +func (o *GetLogHandlerOK) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get log handler o k response has a 4xx status code +func (o *GetLogHandlerOK) IsClientError() bool { + return false +} + +// IsServerError returns true when this get log handler o k response has a 5xx status code +func (o *GetLogHandlerOK) IsServerError() bool { + return false +} + +// IsCode returns true when this get log handler o k response a status code equal to that given +func (o *GetLogHandlerOK) IsCode(code int) bool { + return code == 200 +} + func (o *GetLogHandlerOK) Error() string { return fmt.Sprintf("[GET /api/v1/log_handler][%d] getLogHandlerOK %+v", 200, o.Payload) } + +func (o *GetLogHandlerOK) String() string { + return fmt.Sprintf("[GET /api/v1/log_handler][%d] getLogHandlerOK %+v", 200, o.Payload) +} + func (o *GetLogHandlerOK) GetPayload() *service_model.V1LogHandler { return o.Payload } @@ -118,9 +148,39 @@ type GetLogHandlerNoContent struct { Payload interface{} } +// IsSuccess returns true when this get log handler no content response has a 2xx status code +func (o *GetLogHandlerNoContent) IsSuccess() bool { + return true +} + +// IsRedirect returns true when this get log handler no content response has a 3xx status code +func (o *GetLogHandlerNoContent) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get log handler no content response has a 4xx status code +func (o *GetLogHandlerNoContent) IsClientError() bool { + return false +} + +// IsServerError returns true when this get log handler no content response has a 5xx status code +func (o *GetLogHandlerNoContent) IsServerError() bool { + return false +} + +// IsCode returns true when this get log handler no content response a status code equal to that given +func (o *GetLogHandlerNoContent) IsCode(code int) bool { + return code == 204 +} + func (o *GetLogHandlerNoContent) Error() string { return fmt.Sprintf("[GET /api/v1/log_handler][%d] getLogHandlerNoContent %+v", 204, o.Payload) } + +func (o *GetLogHandlerNoContent) String() string { + return fmt.Sprintf("[GET /api/v1/log_handler][%d] getLogHandlerNoContent %+v", 204, o.Payload) +} + func (o *GetLogHandlerNoContent) GetPayload() interface{} { return o.Payload } @@ -148,9 +208,39 @@ type GetLogHandlerForbidden struct { Payload interface{} } +// IsSuccess returns true when this get log handler forbidden response has a 2xx status code +func (o *GetLogHandlerForbidden) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get log handler forbidden response has a 3xx status code +func (o *GetLogHandlerForbidden) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get log handler forbidden response has a 4xx status code +func (o *GetLogHandlerForbidden) IsClientError() bool { + return true +} + +// IsServerError returns true when this get log handler forbidden response has a 5xx status code +func (o *GetLogHandlerForbidden) IsServerError() bool { + return false +} + +// IsCode returns true when this get log handler forbidden response a status code equal to that given +func (o *GetLogHandlerForbidden) IsCode(code int) bool { + return code == 403 +} + func (o *GetLogHandlerForbidden) Error() string { return fmt.Sprintf("[GET /api/v1/log_handler][%d] getLogHandlerForbidden %+v", 403, o.Payload) } + +func (o *GetLogHandlerForbidden) String() string { + return fmt.Sprintf("[GET /api/v1/log_handler][%d] getLogHandlerForbidden %+v", 403, o.Payload) +} + func (o *GetLogHandlerForbidden) GetPayload() interface{} { return o.Payload } @@ -178,9 +268,39 @@ type GetLogHandlerNotFound struct { Payload interface{} } +// IsSuccess returns true when this get log handler not found response has a 2xx status code +func (o *GetLogHandlerNotFound) IsSuccess() bool { + return false +} + +// IsRedirect returns true when this get log handler not found response has a 3xx status code +func (o *GetLogHandlerNotFound) IsRedirect() bool { + return false +} + +// IsClientError returns true when this get log handler not found response has a 4xx status code +func (o *GetLogHandlerNotFound) IsClientError() bool { + return true +} + +// IsServerError returns true when this get log handler not found response has a 5xx status code +func (o *GetLogHandlerNotFound) IsServerError() bool { + return false +} + +// IsCode returns true when this get log handler not found response a status code equal to that given +func (o *GetLogHandlerNotFound) IsCode(code int) bool { + return code == 404 +} + func (o *GetLogHandlerNotFound) Error() string { return fmt.Sprintf("[GET /api/v1/log_handler][%d] getLogHandlerNotFound %+v", 404, o.Payload) } + +func (o *GetLogHandlerNotFound) String() string { + return fmt.Sprintf("[GET /api/v1/log_handler][%d] getLogHandlerNotFound %+v", 404, o.Payload) +} + func (o *GetLogHandlerNotFound) GetPayload() interface{} { return o.Payload } @@ -217,9 +337,39 @@ func (o *GetLogHandlerDefault) Code() int { return o._statusCode } +// IsSuccess returns true when this get log handler default response has a 2xx status code +func (o *GetLogHandlerDefault) IsSuccess() bool { + return o._statusCode/100 == 2 +} + +// IsRedirect returns true when this get log handler default response has a 3xx status code +func (o *GetLogHandlerDefault) IsRedirect() bool { + return o._statusCode/100 == 3 +} + +// IsClientError returns true when this get log handler default response has a 4xx status code +func (o *GetLogHandlerDefault) IsClientError() bool { + return o._statusCode/100 == 4 +} + +// IsServerError returns true when this get log handler default response has a 5xx status code +func (o *GetLogHandlerDefault) IsServerError() bool { + return o._statusCode/100 == 5 +} + +// IsCode returns true when this get log handler default response a status code equal to that given +func (o *GetLogHandlerDefault) IsCode(code int) bool { + return o._statusCode == code +} + func (o *GetLogHandlerDefault) Error() string { return fmt.Sprintf("[GET /api/v1/log_handler][%d] GetLogHandler default %+v", o._statusCode, o.Payload) } + +func (o *GetLogHandlerDefault) String() string { + return fmt.Sprintf("[GET /api/v1/log_handler][%d] GetLogHandler default %+v", o._statusCode, o.Payload) +} + func (o *GetLogHandlerDefault) GetPayload() *service_model.RuntimeError { return o.Payload } diff --git a/java/http_client/v1/README.md b/java/http_client/v1/README.md index 2510d3d915..0f143bcc4c 100644 --- a/java/http_client/v1/README.md +++ b/java/http_client/v1/README.md @@ -1,7 +1,7 @@ # openapi-java-client Polyaxon SDKs and REST API specification. -- API version: 1.20.0 +- API version: 1.21.0 Polyaxon SDKs and REST API specification. @@ -40,7 +40,7 @@ Add this dependency to your project's POM: org.openapitools openapi-java-client - 1.20.0 + 1.21.0 compile ``` @@ -50,7 +50,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "org.openapitools:openapi-java-client:1.20.0" +compile "org.openapitools:openapi-java-client:1.21.0" ``` ### Others @@ -63,7 +63,7 @@ mvn clean package Then manually install the following JARs: -* `target/openapi-java-client-1.20.0.jar` +* `target/openapi-java-client-1.21.0.jar` * `target/lib/*.jar` ## Getting Started @@ -256,7 +256,7 @@ Class | Method | HTTP request | Description *RunsV1Api* | [**archiveRuns**](docs/RunsV1Api.md#archiveRuns) | **POST** /api/v1/{owner}/{project}/runs/archive | Archive runs *RunsV1Api* | [**bookmarkRun**](docs/RunsV1Api.md#bookmarkRun) | **POST** /api/v1/{owner}/{entity}/runs/{uuid}/bookmark | Bookmark run *RunsV1Api* | [**bookmarkRuns**](docs/RunsV1Api.md#bookmarkRuns) | **POST** /api/v1/{owner}/{project}/runs/bookmark | Bookmark runs -*RunsV1Api* | [**collectRunLogs**](docs/RunsV1Api.md#collectRunLogs) | **POST** /streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs | Collect run logs +*RunsV1Api* | [**collectRunLogs**](docs/RunsV1Api.md#collectRunLogs) | **POST** /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs | Collect run logs *RunsV1Api* | [**copyRun**](docs/RunsV1Api.md#copyRun) | **POST** /api/v1/{owner}/{project}/runs/{run.uuid}/copy | Restart run with copy *RunsV1Api* | [**createRun**](docs/RunsV1Api.md#createRun) | **POST** /api/v1/{owner}/{project}/runs | Create new run *RunsV1Api* | [**createRunArtifactsLineage**](docs/RunsV1Api.md#createRunArtifactsLineage) | **POST** /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts | Create bulk run artifacts lineage diff --git a/java/http_client/v1/api/openapi.yaml b/java/http_client/v1/api/openapi.yaml index 0cf2550265..f3dd87480c 100644 --- a/java/http_client/v1/api/openapi.yaml +++ b/java/http_client/v1/api/openapi.yaml @@ -6,7 +6,7 @@ info: url: https://github.com/polyaxon/polyaxon description: Polyaxon SDKs and REST API specification. title: Polyaxon SDKs and REST API specification. - version: 1.20.0 + version: 1.21.0 servers: - url: / security: @@ -14508,7 +14508,7 @@ paths: tags: - SchemasV1 x-accepts: application/json - /streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs: + /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs: post: operationId: CollectRunLogs parameters: diff --git a/java/http_client/v1/build.gradle b/java/http_client/v1/build.gradle index 50cdaee0e5..59ea6be8d7 100644 --- a/java/http_client/v1/build.gradle +++ b/java/http_client/v1/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'eclipse' apply plugin: 'java' group = 'org.openapitools' -version = '1.20.0' +version = '1.21.0' buildscript { repositories { diff --git a/java/http_client/v1/build.sbt b/java/http_client/v1/build.sbt index 0a343202dd..9beada1191 100644 --- a/java/http_client/v1/build.sbt +++ b/java/http_client/v1/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")). settings( organization := "org.openapitools", name := "openapi-java-client", - version := "1.20.0", + version := "1.21.0", scalaVersion := "2.11.4", scalacOptions ++= Seq("-feature"), javacOptions in compile ++= Seq("-Xlint:deprecation"), diff --git a/java/http_client/v1/docs/RunsV1Api.md b/java/http_client/v1/docs/RunsV1Api.md index 1b1cfcb4e7..e746855c1b 100644 --- a/java/http_client/v1/docs/RunsV1Api.md +++ b/java/http_client/v1/docs/RunsV1Api.md @@ -11,7 +11,7 @@ Method | HTTP request | Description [**archiveRuns**](RunsV1Api.md#archiveRuns) | **POST** /api/v1/{owner}/{project}/runs/archive | Archive runs [**bookmarkRun**](RunsV1Api.md#bookmarkRun) | **POST** /api/v1/{owner}/{entity}/runs/{uuid}/bookmark | Bookmark run [**bookmarkRuns**](RunsV1Api.md#bookmarkRuns) | **POST** /api/v1/{owner}/{project}/runs/bookmark | Bookmark runs -[**collectRunLogs**](RunsV1Api.md#collectRunLogs) | **POST** /streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs | Collect run logs +[**collectRunLogs**](RunsV1Api.md#collectRunLogs) | **POST** /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs | Collect run logs [**copyRun**](RunsV1Api.md#copyRun) | **POST** /api/v1/{owner}/{project}/runs/{run.uuid}/copy | Restart run with copy [**createRun**](RunsV1Api.md#createRun) | **POST** /api/v1/{owner}/{project}/runs | Create new run [**createRunArtifactsLineage**](RunsV1Api.md#createRunArtifactsLineage) | **POST** /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts | Create bulk run artifacts lineage diff --git a/java/http_client/v1/pom.xml b/java/http_client/v1/pom.xml index 5744eff9b6..13a3c4acdf 100644 --- a/java/http_client/v1/pom.xml +++ b/java/http_client/v1/pom.xml @@ -5,7 +5,7 @@ openapi-java-client jar openapi-java-client - 1.20.0 + 1.21.0 https://github.com/openapitools/openapi-generator OpenAPI Java diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/ApiCallback.java b/java/http_client/v1/src/main/java/org/openapitools/client/ApiCallback.java index d9b0d428e6..172ec4e0ff 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/ApiCallback.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/ApiCallback.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/ApiClient.java b/java/http_client/v1/src/main/java/org/openapitools/client/ApiClient.java index 09b0db237c..872a150857 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/ApiClient.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/ApiClient.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -139,7 +139,7 @@ private void init() { json = new JSON(); // Set default User-Agent. - setUserAgent("OpenAPI-Generator/1.20.0/java"); + setUserAgent("OpenAPI-Generator/1.21.0/java"); authentications = new HashMap(); } diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/ApiException.java b/java/http_client/v1/src/main/java/org/openapitools/client/ApiException.java index 5c25b4974a..d624e74c06 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/ApiException.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/ApiException.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/ApiResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/ApiResponse.java index aa6faa6677..5e53c0e1f7 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/ApiResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/ApiResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/Configuration.java b/java/http_client/v1/src/main/java/org/openapitools/client/Configuration.java index 2f87b799b6..4e08b239c2 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/Configuration.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/Configuration.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/GzipRequestInterceptor.java b/java/http_client/v1/src/main/java/org/openapitools/client/GzipRequestInterceptor.java index be9d309820..82b88eb647 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/GzipRequestInterceptor.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/GzipRequestInterceptor.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/JSON.java b/java/http_client/v1/src/main/java/org/openapitools/client/JSON.java index e305bb99c7..dd1351e2b2 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/JSON.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/JSON.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/Pair.java b/java/http_client/v1/src/main/java/org/openapitools/client/Pair.java index 83b9eeeed9..e0aead110b 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/Pair.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/Pair.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/ProgressRequestBody.java b/java/http_client/v1/src/main/java/org/openapitools/client/ProgressRequestBody.java index 162bc64d80..8ad36a421b 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/ProgressRequestBody.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/ProgressRequestBody.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/ProgressResponseBody.java b/java/http_client/v1/src/main/java/org/openapitools/client/ProgressResponseBody.java index 2710166421..e8b82f67b7 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/ProgressResponseBody.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/ProgressResponseBody.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/StringUtil.java b/java/http_client/v1/src/main/java/org/openapitools/client/StringUtil.java index 75269d1ef8..e351a12125 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/StringUtil.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/StringUtil.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/AgentsV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/AgentsV1Api.java index db9143974e..34bb9c0960 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/AgentsV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/AgentsV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/ArtifactsStoresV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/ArtifactsStoresV1Api.java index 141842aefe..f2f52c38bb 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/ArtifactsStoresV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/ArtifactsStoresV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/AuthV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/AuthV1Api.java index 82f2e7beb3..a0bc2a1516 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/AuthV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/AuthV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/ConnectionsV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/ConnectionsV1Api.java index ef5b863c40..c68086288e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/ConnectionsV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/ConnectionsV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/DashboardsV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/DashboardsV1Api.java index f1e5267e43..742dc78d0c 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/DashboardsV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/DashboardsV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/OrganizationsV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/OrganizationsV1Api.java index fa1559d21a..78fddb5a1a 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/OrganizationsV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/OrganizationsV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/PresetsV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/PresetsV1Api.java index fe5db21ed5..19518613c3 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/PresetsV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/PresetsV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/ProjectDashboardsV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/ProjectDashboardsV1Api.java index 4376bcd6ad..4b5c2bf9ca 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/ProjectDashboardsV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/ProjectDashboardsV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/ProjectSearchesV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/ProjectSearchesV1Api.java index 745131c1be..000f5c9737 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/ProjectSearchesV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/ProjectSearchesV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/ProjectsV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/ProjectsV1Api.java index ea43288e98..ede8b76a4e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/ProjectsV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/ProjectsV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/QueuesV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/QueuesV1Api.java index ada0a58942..2a9c3f30d8 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/QueuesV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/QueuesV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/RunsV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/RunsV1Api.java index 553b8ed8aa..428bfaa6e2 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/RunsV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/RunsV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -975,7 +975,7 @@ public okhttp3.Call collectRunLogsCall(String namespace, String owner, String pr Object localVarPostBody = null; // create path and map variables - String localVarPath = "/streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs" + String localVarPath = "/streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs" .replaceAll("\\{" + "namespace" + "\\}", localVarApiClient.escapeString(namespace.toString())) .replaceAll("\\{" + "owner" + "\\}", localVarApiClient.escapeString(owner.toString())) .replaceAll("\\{" + "project" + "\\}", localVarApiClient.escapeString(project.toString())) diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/SchemasV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/SchemasV1Api.java index 718d721059..c09d06304a 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/SchemasV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/SchemasV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/SearchesV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/SearchesV1Api.java index 3c9d9aba2c..da63c60c5b 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/SearchesV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/SearchesV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/ServiceAccountsV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/ServiceAccountsV1Api.java index 7cc9ea32db..2562dff370 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/ServiceAccountsV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/ServiceAccountsV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/TagsV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/TagsV1Api.java index c6d249d99d..6741724bd3 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/TagsV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/TagsV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/TeamsV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/TeamsV1Api.java index c824184d35..a37ee85c1f 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/TeamsV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/TeamsV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/UsersV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/UsersV1Api.java index 6089c08d6d..a9ba25338a 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/UsersV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/UsersV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/api/VersionsV1Api.java b/java/http_client/v1/src/main/java/org/openapitools/client/api/VersionsV1Api.java index 50c3c1030f..d1cf955840 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/api/VersionsV1Api.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/api/VersionsV1Api.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java b/java/http_client/v1/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java index 76e1cb95a4..333ffe53c3 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/auth/Authentication.java b/java/http_client/v1/src/main/java/org/openapitools/client/auth/Authentication.java index 0c1ba02820..374daed2fc 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/auth/Authentication.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/auth/Authentication.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java b/java/http_client/v1/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java index b28aa9c8ae..c32a85e17f 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java b/java/http_client/v1/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java index 9dd60a20ae..971f2cf681 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/AgentStateResponseAgentState.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/AgentStateResponseAgentState.java index 7d6f8a1215..9be794fc1d 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/AgentStateResponseAgentState.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/AgentStateResponseAgentState.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/MPIJobImplementation.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/MPIJobImplementation.java index 14bd069bab..e553118098 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/MPIJobImplementation.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/MPIJobImplementation.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/MXJobMode.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/MXJobMode.java index 0daa41d3d3..c7adaa7924 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/MXJobMode.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/MXJobMode.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/ProtobufAny.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/ProtobufAny.java index 3fb65b0aa7..56168f290f 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/ProtobufAny.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/ProtobufAny.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/ProtobufNullValue.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/ProtobufNullValue.java index 8974f853dd..7066ac15f5 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/ProtobufNullValue.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/ProtobufNullValue.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/RuntimeError.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/RuntimeError.java index a8dc3500aa..af5c532940 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/RuntimeError.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/RuntimeError.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/SearchView.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/SearchView.java index 2be32a142c..ae15ddbd00 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/SearchView.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/SearchView.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/SparkDeployMode.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/SparkDeployMode.java index 3735ca802f..298aa7ac48 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/SparkDeployMode.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/SparkDeployMode.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Activity.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Activity.java index 8d3ffced40..a4f8913794 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Activity.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Activity.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Agent.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Agent.java index 4a53627993..946d4adf2e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Agent.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Agent.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AgentStateResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AgentStateResponse.java index 588e3c2063..766467e8d1 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AgentStateResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AgentStateResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AgentStatusBodyRequest.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AgentStatusBodyRequest.java index 82415dab73..528e1cc80d 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AgentStatusBodyRequest.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AgentStatusBodyRequest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AnalyticsSpec.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AnalyticsSpec.java index f503a46d55..63b7bd51e2 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AnalyticsSpec.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AnalyticsSpec.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactKind.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactKind.java index 73254e1982..e6e42c7f0d 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactKind.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactKind.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactTree.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactTree.java index 47d667d36d..36a195c8e9 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactTree.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactTree.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactsMount.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactsMount.java index 404462024c..517b9bb456 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactsMount.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactsMount.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactsType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactsType.java index 999668ac7c..a89993c258 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactsType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ArtifactsType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Auth.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Auth.java index 067845901a..650f05e3e5 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Auth.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Auth.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AuthType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AuthType.java index f78bb57bf6..d7fb330667 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AuthType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AuthType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AverageStoppingPolicy.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AverageStoppingPolicy.java index db080c8281..7bde3b223a 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AverageStoppingPolicy.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1AverageStoppingPolicy.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Bayes.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Bayes.java index d148c6a7c8..937d1bfe70 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Bayes.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Bayes.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1BucketConnection.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1BucketConnection.java index 5560862adb..928e2e21e2 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1BucketConnection.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1BucketConnection.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Build.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Build.java index 5dab8ebae5..de7bfb7a8c 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Build.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Build.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Cache.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Cache.java index 749d74a3b1..74940f0f72 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Cache.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Cache.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ClaimConnection.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ClaimConnection.java index c2795a0bef..60cdb6cdfd 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ClaimConnection.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ClaimConnection.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CleanPodPolicy.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CleanPodPolicy.java index 69d3d3948b..cbe36439eb 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CleanPodPolicy.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CleanPodPolicy.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Cloning.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Cloning.java index 1fab75744f..279251169b 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Cloning.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Cloning.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CloningKind.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CloningKind.java index d7bf09c9b0..84d9957fdf 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CloningKind.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CloningKind.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Compatibility.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Compatibility.java index a25a4a285b..2ce9aa28b5 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Compatibility.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Compatibility.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CompiledOperation.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CompiledOperation.java index 7896da0f95..45c60e8b57 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CompiledOperation.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CompiledOperation.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Component.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Component.java index eb73d35423..fcfc9d789a 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Component.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Component.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionKind.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionKind.java index 38deee2494..c17d414131 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionKind.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionKind.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionResponse.java index 29c34c8525..e51886c6f4 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionSchema.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionSchema.java index 2163a2fe57..11039b9311 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionSchema.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionSchema.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionType.java index 31ae3e7f93..b83fa03d02 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ConnectionType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Credentials.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Credentials.java index bcc0eabcfc..85ca26abf0 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Credentials.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Credentials.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CronSchedule.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CronSchedule.java index 297bad6c56..ef90836616 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CronSchedule.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1CronSchedule.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Dag.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Dag.java index 499fbb8397..985253a00e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Dag.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Dag.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DagRef.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DagRef.java index 98f109298d..c22cbe4c27 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DagRef.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DagRef.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Dashboard.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Dashboard.java index 969ee7123e..bb16bcaa54 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Dashboard.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Dashboard.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DashboardSpec.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DashboardSpec.java index e6f2ff7e49..25269376c1 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DashboardSpec.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DashboardSpec.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Dask.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Dask.java index 03fcf28803..6be8a9ab75 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Dask.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Dask.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DateTimeSchedule.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DateTimeSchedule.java index c3f4ade0a9..a89b6639fd 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DateTimeSchedule.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DateTimeSchedule.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DiffStoppingPolicy.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DiffStoppingPolicy.java index f6aa5eb340..5853fb5435 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DiffStoppingPolicy.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DiffStoppingPolicy.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DockerfileType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DockerfileType.java index 371cb1b95f..a82c84d1cf 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DockerfileType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1DockerfileType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EarlyStopping.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EarlyStopping.java index b5465adff8..846dc8d74e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EarlyStopping.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EarlyStopping.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntitiesTags.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntitiesTags.java index 80470f4f45..c12393da87 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntitiesTags.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntitiesTags.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntitiesTransfer.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntitiesTransfer.java index 912db1f1ce..1b43ad6ce1 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntitiesTransfer.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntitiesTransfer.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntityNotificationBody.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntityNotificationBody.java index 51fef36710..d9b516723e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntityNotificationBody.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntityNotificationBody.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntityStageBodyRequest.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntityStageBodyRequest.java index 5f215a3e94..d07476b01f 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntityStageBodyRequest.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntityStageBodyRequest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntityStatusBodyRequest.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntityStatusBodyRequest.java index 733e36bac6..7e983d883e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntityStatusBodyRequest.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EntityStatusBodyRequest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Environment.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Environment.java index e45a659717..baf10535db 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Environment.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Environment.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Event.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Event.java index c73236cd35..a15dbe7411 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Event.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Event.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventArtifact.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventArtifact.java index 11731d6abe..41b30a6e33 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventArtifact.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventArtifact.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventAudio.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventAudio.java index 4522fc660b..fa70a493a6 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventAudio.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventAudio.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventChart.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventChart.java index c9c65733b6..919a9b5442 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventChart.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventChart.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventChartKind.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventChartKind.java index 986cb4fac3..edc2dbb763 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventChartKind.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventChartKind.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventConfusionMatrix.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventConfusionMatrix.java index 119f03e89c..57849ea4c9 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventConfusionMatrix.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventConfusionMatrix.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventCurve.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventCurve.java index bfc27f1e80..2b1f2e6cc8 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventCurve.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventCurve.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventCurveKind.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventCurveKind.java index 4ba958f8eb..9abbc804d7 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventCurveKind.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventCurveKind.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventDataframe.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventDataframe.java index ff43187337..a4f81b8d24 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventDataframe.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventDataframe.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventHistogram.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventHistogram.java index 2fa1f979d0..a1316f0aa2 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventHistogram.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventHistogram.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventImage.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventImage.java index f287281d85..d5beb50e02 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventImage.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventImage.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventKind.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventKind.java index 543a523570..9ca8fd24ba 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventKind.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventKind.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventModel.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventModel.java index 4d47a4c42b..7d25df5461 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventModel.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventModel.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventTrigger.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventTrigger.java index de26e5b1fc..85e67fa709 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventTrigger.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventTrigger.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventType.java index b7125e6be1..5afb35a44f 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventVideo.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventVideo.java index 644916f82b..78c79d9963 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventVideo.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventVideo.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventsResponse.java index e915d5a49b..7c73d3958d 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1EventsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1FailureEarlyStopping.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1FailureEarlyStopping.java index f5c6fbf821..f45bcce180 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1FailureEarlyStopping.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1FailureEarlyStopping.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1FileType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1FileType.java index a50f2255e7..e5ac299fc9 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1FileType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1FileType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Flink.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Flink.java index b5918232a3..dbff5bdb8d 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Flink.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Flink.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GcsType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GcsType.java index d9427a3612..addc43e348 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GcsType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GcsType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GitConnection.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GitConnection.java index c1c7a6f7eb..01d12b7144 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GitConnection.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GitConnection.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GitType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GitType.java index efe48c9d1b..7a7ee61ab1 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GitType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GitType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GridSearch.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GridSearch.java index 30a1fe5e53..a91fadb7e0 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GridSearch.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1GridSearch.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Hook.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Hook.java index 29f87d460a..e2650948fb 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Hook.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Hook.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HostConnection.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HostConnection.java index 2c41efac2d..6b10d02fa8 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HostConnection.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HostConnection.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HostPathConnection.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HostPathConnection.java index 25220648a0..0365d4772e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HostPathConnection.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HostPathConnection.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpChoice.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpChoice.java index b360e183e6..b227c7508c 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpChoice.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpChoice.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpDateRange.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpDateRange.java index 3874294fce..aa80bd0bd3 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpDateRange.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpDateRange.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpDateTimeRange.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpDateTimeRange.java index 9bf032780c..9f0776b571 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpDateTimeRange.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpDateTimeRange.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpGeomSpace.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpGeomSpace.java index e0041e3f57..e9dff79995 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpGeomSpace.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpGeomSpace.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLinSpace.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLinSpace.java index 9ce0e25193..214b1b758e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLinSpace.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLinSpace.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLogNormal.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLogNormal.java index a21cdac160..bbed2834f9 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLogNormal.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLogNormal.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLogSpace.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLogSpace.java index 4afce1a095..4b514e4a83 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLogSpace.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLogSpace.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLogUniform.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLogUniform.java index 53bcf334b0..736ded7c04 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLogUniform.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpLogUniform.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpNormal.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpNormal.java index e0c0b1ae1e..2b6044308c 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpNormal.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpNormal.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpPChoice.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpPChoice.java index 0382f38c2c..00cf6fa5e5 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpPChoice.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpPChoice.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpParams.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpParams.java index 63ed838faa..3a01aee62d 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpParams.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpParams.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQLogNormal.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQLogNormal.java index 8a384a8b13..838dd3e798 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQLogNormal.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQLogNormal.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQLogUniform.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQLogUniform.java index a671b951ee..b576b71a36 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQLogUniform.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQLogUniform.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQNormal.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQNormal.java index 08e10a7d4e..2a95fe66b5 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQNormal.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQNormal.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQUniform.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQUniform.java index 1679fdf920..897805f352 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQUniform.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpQUniform.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpRange.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpRange.java index a6f94e9a30..8789cc0bd0 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpRange.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpRange.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpUniform.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpUniform.java index 82635c7eb2..c443376697 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpUniform.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HpUniform.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HubRef.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HubRef.java index c91c2dc42e..8750b20bb3 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HubRef.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HubRef.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Hyperband.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Hyperband.java index e255d9b085..99649a18c1 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Hyperband.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Hyperband.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Hyperopt.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Hyperopt.java index 3d39288ee4..1ec56e5841 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Hyperopt.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Hyperopt.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HyperoptAlgorithms.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HyperoptAlgorithms.java index 440db55207..f904c993c8 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HyperoptAlgorithms.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1HyperoptAlgorithms.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1IO.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1IO.java index 16e42a5626..788fbf13f8 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1IO.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1IO.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Init.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Init.java index c91bf4ee95..c02100541b 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Init.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Init.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Installation.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Installation.java index 55a89bd2c7..e18facfe5d 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Installation.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Installation.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1IntervalSchedule.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1IntervalSchedule.java index 8d2ddb1e5f..04e9d92fb1 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1IntervalSchedule.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1IntervalSchedule.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Iterative.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Iterative.java index a163b462cb..fafaad4bb4 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Iterative.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Iterative.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Job.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Job.java index fd2f3e1b47..40dc234dd5 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Job.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Job.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Join.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Join.java index b72abf7554..b29bb2fc8c 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Join.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Join.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1JoinParam.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1JoinParam.java index 7c852e8f9c..3cc9cc8b11 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1JoinParam.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1JoinParam.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1K8sResourceSchema.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1K8sResourceSchema.java index 34bb551136..05bd6c2a9a 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1K8sResourceSchema.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1K8sResourceSchema.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1K8sResourceType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1K8sResourceType.java index ac477073d2..b075603094 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1K8sResourceType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1K8sResourceType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1KFReplica.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1KFReplica.java index 90cb01864f..e13c76cdc1 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1KFReplica.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1KFReplica.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListActivitiesResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListActivitiesResponse.java index e2acdda7d2..e0c51c8dec 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListActivitiesResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListActivitiesResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListAgentsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListAgentsResponse.java index f2b07742be..d7e97de348 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListAgentsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListAgentsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListBookmarksResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListBookmarksResponse.java index a56f860d79..eb7ffe3cc8 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListBookmarksResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListBookmarksResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListConnectionsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListConnectionsResponse.java index 359a253755..077ce9b685 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListConnectionsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListConnectionsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListDashboardsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListDashboardsResponse.java index 873b4ecab2..7185c257d1 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListDashboardsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListDashboardsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListOrganizationMembersResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListOrganizationMembersResponse.java index e4e8adaa2d..79e5c9de73 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListOrganizationMembersResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListOrganizationMembersResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListOrganizationsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListOrganizationsResponse.java index 90c131cc84..5d32253ab6 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListOrganizationsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListOrganizationsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListPresetsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListPresetsResponse.java index 09de51a63c..c92f9b61c0 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListPresetsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListPresetsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListProjectVersionsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListProjectVersionsResponse.java index 18395e6b41..72b6d95c7f 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListProjectVersionsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListProjectVersionsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListProjectsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListProjectsResponse.java index fe85c7d054..0ef21d00a4 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListProjectsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListProjectsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListQueuesResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListQueuesResponse.java index 843b51ec7b..4bbc364c43 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListQueuesResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListQueuesResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunArtifactsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunArtifactsResponse.java index 361f4011a6..1f7c87f734 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunArtifactsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunArtifactsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunConnectionsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunConnectionsResponse.java index 734e59752b..0866404d90 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunConnectionsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunConnectionsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunEdgesResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunEdgesResponse.java index fed60d9149..8a927fb5ef 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunEdgesResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunEdgesResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunsResponse.java index 274e9fe9c4..737b25a175 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListRunsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListSearchesResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListSearchesResponse.java index 446cea3dd6..da2ca7168e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListSearchesResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListSearchesResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListServiceAccountsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListServiceAccountsResponse.java index 27646c2772..e78553ca8d 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListServiceAccountsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListServiceAccountsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTagsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTagsResponse.java index 9708b14350..c27bd170ba 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTagsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTagsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTeamMembersResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTeamMembersResponse.java index 02b082086b..b5a3bbd08b 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTeamMembersResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTeamMembersResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTeamsResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTeamsResponse.java index f7a30d5ea5..29630dc2a9 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTeamsResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTeamsResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTokenResponse.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTokenResponse.java index 09b8deb671..29cc2aa74a 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTokenResponse.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ListTokenResponse.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Log.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Log.java index 53629a01c5..7eada1b453 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Log.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Log.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1LogHandler.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1LogHandler.java index cec272b64c..628c61b415 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1LogHandler.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1LogHandler.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Logs.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Logs.java index 29b7562b85..c25eaa503b 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Logs.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Logs.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MPIJob.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MPIJob.java index 8742bc133b..308bf0fabe 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MPIJob.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MPIJob.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MXJob.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MXJob.java index 21e981b2fd..7dddd428cd 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MXJob.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MXJob.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Mapping.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Mapping.java index c95788346c..3eed898ce0 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Mapping.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Mapping.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Matrix.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Matrix.java index f62d19a97c..06ba2ceebe 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Matrix.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Matrix.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MatrixKind.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MatrixKind.java index d0255ab828..d594c031d5 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MatrixKind.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MatrixKind.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MedianStoppingPolicy.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MedianStoppingPolicy.java index 0d179786f8..ca48281474 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MedianStoppingPolicy.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MedianStoppingPolicy.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MetricEarlyStopping.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MetricEarlyStopping.java index adf9b791cb..441953716e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MetricEarlyStopping.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1MetricEarlyStopping.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Notification.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Notification.java index 82be7221dc..82ac8966c4 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Notification.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Notification.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Operation.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Operation.java index d2b3ff869a..fc3b283e91 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Operation.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Operation.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OperationBody.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OperationBody.java index dd27da457f..46a2503786 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OperationBody.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OperationBody.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Optimization.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Optimization.java index b8aba402e4..c4b548a763 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Optimization.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Optimization.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OptimizationMetric.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OptimizationMetric.java index 40667701d6..2ce33adb53 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OptimizationMetric.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OptimizationMetric.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OptimizationResource.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OptimizationResource.java index 06fb4351da..007b188a22 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OptimizationResource.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OptimizationResource.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Organization.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Organization.java index a769986cc9..e7d85a6347 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Organization.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Organization.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OrganizationMember.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OrganizationMember.java index 13744a02e9..542b9c7cd4 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OrganizationMember.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1OrganizationMember.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Param.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Param.java index e34b30dab3..75adbb0a86 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Param.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Param.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PasswordChange.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PasswordChange.java index 941cd51642..d44ce21726 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PasswordChange.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PasswordChange.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PatchStrategy.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PatchStrategy.java index 6b3b58c25d..cb78fea183 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PatchStrategy.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PatchStrategy.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PathRef.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PathRef.java index 3eb6fda55f..52ea14e22e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PathRef.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PathRef.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Pipeline.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Pipeline.java index b52a253e9d..d50533b07b 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Pipeline.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Pipeline.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PipelineKind.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PipelineKind.java index 646f37591c..ae408ceb2b 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PipelineKind.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PipelineKind.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Plugins.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Plugins.java index 01fc6280d5..7e1d286f39 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Plugins.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Plugins.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PolyaxonInitContainer.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PolyaxonInitContainer.java index a73da3d2bb..533f42425a 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PolyaxonInitContainer.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PolyaxonInitContainer.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PolyaxonSidecarContainer.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PolyaxonSidecarContainer.java index c757793279..e273aecd38 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PolyaxonSidecarContainer.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PolyaxonSidecarContainer.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Preset.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Preset.java index 03c8b785be..3c9095d6f2 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Preset.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Preset.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Project.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Project.java index e252db113c..4a84e85687 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Project.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Project.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectSettings.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectSettings.java index e974b1187d..6899d2a6cf 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectSettings.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectSettings.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectUserAccess.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectUserAccess.java index 2452e9a861..316ce4c3a5 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectUserAccess.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectUserAccess.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectVersion.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectVersion.java index 6e059bd62a..c30ed12a20 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectVersion.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectVersion.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectVersionKind.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectVersionKind.java index ad8826ad77..ba23e19620 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectVersionKind.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ProjectVersionKind.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PytorchJob.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PytorchJob.java index e0173b4172..36fc5f3919 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PytorchJob.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1PytorchJob.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Queue.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Queue.java index 20a1a60f1d..6925a986fd 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Queue.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Queue.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RandomSearch.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RandomSearch.java index c081d541cf..07d52cad0f 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RandomSearch.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RandomSearch.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Ray.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Ray.java index df4b8a3e45..e95598ef3e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Ray.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Ray.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Reference.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Reference.java index 4e05ad4765..e2d945f012 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Reference.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Reference.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ResourceType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ResourceType.java index 0190627242..85044331e9 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ResourceType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ResourceType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Run.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Run.java index 4e7c385bca..e0c8d5ce12 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Run.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Run.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunArtifact.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunArtifact.java index e2a7275939..3f123b837f 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunArtifact.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunArtifact.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunArtifacts.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunArtifacts.java index 716957288a..709ad65c39 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunArtifacts.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunArtifacts.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunConnection.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunConnection.java index 97ab376599..f358131024 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunConnection.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunConnection.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunEdge.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunEdge.java index 8022b4608a..1d701c87a2 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunEdge.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunEdge.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunEdgeKind.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunEdgeKind.java index 5680ef988c..673a34486d 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunEdgeKind.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunEdgeKind.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunKind.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunKind.java index b8e81309ad..047e0824f7 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunKind.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunKind.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunPending.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunPending.java index 03de026e0f..6cf2d0bd62 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunPending.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunPending.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunReferenceCatalog.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunReferenceCatalog.java index 3db0ad664e..f0565bfd95 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunReferenceCatalog.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunReferenceCatalog.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunResources.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunResources.java index 30ffcf7810..9f43d8ae62 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunResources.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunResources.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunSchema.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunSchema.java index 5e3a5a0348..6d6db9565a 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunSchema.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunSchema.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunSettings.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunSettings.java index d92d13a2ae..d17ac2079b 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunSettings.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1RunSettings.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1S3Type.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1S3Type.java index 21d097c20e..dc57796f52 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1S3Type.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1S3Type.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Schedule.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Schedule.java index 1df8604090..98b81602ae 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Schedule.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Schedule.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ScheduleKind.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ScheduleKind.java index 30bf506482..3eec0ed88d 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ScheduleKind.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ScheduleKind.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SchedulingPolicy.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SchedulingPolicy.java index e666c5925c..460088e0b0 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SchedulingPolicy.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SchedulingPolicy.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Schemas.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Schemas.java index 9957f71a12..3677ff0fdd 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Schemas.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Schemas.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Search.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Search.java index 8ce106e912..bfc97a2c94 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Search.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Search.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SearchSpec.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SearchSpec.java index 564f2dc9a1..6162eabdd8 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SearchSpec.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SearchSpec.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SectionSpec.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SectionSpec.java index 19cc74dad2..6e8275ba29 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SectionSpec.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SectionSpec.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Service.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Service.java index 9b3a495886..ff021a7a9e 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Service.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Service.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ServiceAccount.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ServiceAccount.java index 7ae54c7c49..2f14d101e8 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ServiceAccount.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1ServiceAccount.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SettingsCatalog.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SettingsCatalog.java index 30a7918812..5bae91c1b4 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SettingsCatalog.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SettingsCatalog.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Spark.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Spark.java index 23a68c5669..e737807313 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Spark.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Spark.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SparkReplica.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SparkReplica.java index 851a1788b2..cdc022fc49 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SparkReplica.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SparkReplica.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SparkType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SparkType.java index 684601aada..87e7e66270 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SparkType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1SparkType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Stage.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Stage.java index f4368b4bd0..1cc8793a5b 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Stage.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Stage.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1StageCondition.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1StageCondition.java index fbc389a45a..6206506383 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1StageCondition.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1StageCondition.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Stages.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Stages.java index b48f74a5ad..fe5386dbf1 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Stages.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Stages.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Status.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Status.java index f1587b22cd..2ac6131a68 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Status.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Status.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1StatusCondition.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1StatusCondition.java index a2c2a5ea71..f7fe71b2fe 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1StatusCondition.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1StatusCondition.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Statuses.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Statuses.java index cc461e9904..fc7626aa59 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Statuses.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Statuses.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TFJob.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TFJob.java index ed034ce658..e21ab5695d 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TFJob.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TFJob.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Tag.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Tag.java index 4d25b92ec0..ee609a322b 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Tag.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Tag.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Team.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Team.java index de0a2abc6a..449eda410a 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Team.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Team.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TeamMember.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TeamMember.java index 76435ef3dd..572c8427c4 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TeamMember.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TeamMember.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TeamSettings.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TeamSettings.java index 2e453be20d..7aa163136a 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TeamSettings.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TeamSettings.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Template.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Template.java index 1b18bcabd7..7cbcc8f0a3 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Template.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Template.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TensorboardType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TensorboardType.java index c0d55b77d8..ac18112ff5 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TensorboardType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TensorboardType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Termination.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Termination.java index 01ebba86b0..fafc48ad36 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Termination.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Termination.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Token.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Token.java index 101190be68..046ded5552 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Token.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Token.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TrialStart.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TrialStart.java index 5641c7f192..73ab8d5df2 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TrialStart.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TrialStart.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TriggerPolicy.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TriggerPolicy.java index 92a0cee928..01a467540a 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TriggerPolicy.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TriggerPolicy.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TruncationStoppingPolicy.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TruncationStoppingPolicy.java index d989a07289..f99c946353 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TruncationStoppingPolicy.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1TruncationStoppingPolicy.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Tuner.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Tuner.java index c48ba1dc5c..7298d37a30 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Tuner.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Tuner.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UriType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UriType.java index 471c98b945..bf20c210b4 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UriType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UriType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UrlRef.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UrlRef.java index 85514346c3..c7cc76364f 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UrlRef.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UrlRef.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1User.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1User.java index f8b694fbca..612294a3ce 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1User.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1User.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UserEmail.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UserEmail.java index 1bf1da04ee..f114303914 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UserEmail.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UserEmail.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UserSingup.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UserSingup.java index 8d8267f398..6d7687dcc2 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UserSingup.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1UserSingup.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Uuids.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Uuids.java index 06b72f8d8a..a15fdfdcf1 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Uuids.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Uuids.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Version.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Version.java index fb3bebea1c..4090f55df7 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Version.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1Version.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1WasbType.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1WasbType.java index 5f37cae959..148cde3751 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1WasbType.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1WasbType.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1XGBoostJob.java b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1XGBoostJob.java index a3367cd67c..565c536fcf 100644 --- a/java/http_client/v1/src/main/java/org/openapitools/client/model/V1XGBoostJob.java +++ b/java/http_client/v1/src/main/java/org/openapitools/client/model/V1XGBoostJob.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/AgentsV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/AgentsV1ApiTest.java index 455559e5c2..97de72e293 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/AgentsV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/AgentsV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/ArtifactsStoresV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/ArtifactsStoresV1ApiTest.java index 7b791cd2e4..e3522a4feb 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/ArtifactsStoresV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/ArtifactsStoresV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/AuthV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/AuthV1ApiTest.java index 42db1352d2..13f3786edb 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/AuthV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/AuthV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/ConnectionsV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/ConnectionsV1ApiTest.java index 2de7b237cf..29c83c5877 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/ConnectionsV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/ConnectionsV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/DashboardsV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/DashboardsV1ApiTest.java index efc1c52f56..93d351b959 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/DashboardsV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/DashboardsV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/OrganizationsV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/OrganizationsV1ApiTest.java index 3f6c77755d..7b8915030a 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/OrganizationsV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/OrganizationsV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/PresetsV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/PresetsV1ApiTest.java index 9fde7d8295..82fd1766b5 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/PresetsV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/PresetsV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/ProjectDashboardsV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/ProjectDashboardsV1ApiTest.java index e10dad757c..77bf144027 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/ProjectDashboardsV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/ProjectDashboardsV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/ProjectSearchesV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/ProjectSearchesV1ApiTest.java index 381f9e7dc9..6d7e93037f 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/ProjectSearchesV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/ProjectSearchesV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/ProjectsV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/ProjectsV1ApiTest.java index a49cfb146c..05c4b3c1ad 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/ProjectsV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/ProjectsV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/QueuesV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/QueuesV1ApiTest.java index f5e1c8a6a2..61fa5bc791 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/QueuesV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/QueuesV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/RunsV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/RunsV1ApiTest.java index 1f6f023122..1f81c26ff1 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/RunsV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/RunsV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/SchemasV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/SchemasV1ApiTest.java index dba20f1145..491101c4b6 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/SchemasV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/SchemasV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/SearchesV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/SearchesV1ApiTest.java index 3c2b002340..5bf174b1ba 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/SearchesV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/SearchesV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/ServiceAccountsV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/ServiceAccountsV1ApiTest.java index 06a87cd832..8cf1c72ecd 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/ServiceAccountsV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/ServiceAccountsV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/TagsV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/TagsV1ApiTest.java index 2f61eb19ac..53543e880c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/TagsV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/TagsV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/TeamsV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/TeamsV1ApiTest.java index c1cd12ee9f..7d8e83cfe1 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/TeamsV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/TeamsV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/UsersV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/UsersV1ApiTest.java index a15c0365cb..02d9bce58c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/UsersV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/UsersV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/api/VersionsV1ApiTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/api/VersionsV1ApiTest.java index 26cd695d60..9235dc1d04 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/api/VersionsV1ApiTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/api/VersionsV1ApiTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/AgentStateResponseAgentStateTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/AgentStateResponseAgentStateTest.java index 092a534c75..6655757d40 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/AgentStateResponseAgentStateTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/AgentStateResponseAgentStateTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/MPIJobImplementationTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/MPIJobImplementationTest.java index 901eb27c46..3da096df94 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/MPIJobImplementationTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/MPIJobImplementationTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/MXJobModeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/MXJobModeTest.java index 39bbea409b..2204b330bb 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/MXJobModeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/MXJobModeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/ProtobufAnyTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/ProtobufAnyTest.java index e609f4f837..3f47d693fd 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/ProtobufAnyTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/ProtobufAnyTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/ProtobufNullValueTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/ProtobufNullValueTest.java index 428235f27c..bca249f0d7 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/ProtobufNullValueTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/ProtobufNullValueTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/RuntimeErrorTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/RuntimeErrorTest.java index 78c395232f..2b0c8cb070 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/RuntimeErrorTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/RuntimeErrorTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/SearchViewTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/SearchViewTest.java index d4bd13b337..6dd1a0c22c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/SearchViewTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/SearchViewTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/SparkDeployModeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/SparkDeployModeTest.java index 8d3161c0bd..69152b651b 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/SparkDeployModeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/SparkDeployModeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ActivityTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ActivityTest.java index 681cd05ee6..0b5df130db 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ActivityTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ActivityTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AgentStateResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AgentStateResponseTest.java index 6edb807e82..07a73cdd31 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AgentStateResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AgentStateResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AgentStatusBodyRequestTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AgentStatusBodyRequestTest.java index 1f56a67df4..3226abc812 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AgentStatusBodyRequestTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AgentStatusBodyRequestTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AgentTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AgentTest.java index 461839e56a..c8806a78e3 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AgentTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AgentTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AnalyticsSpecTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AnalyticsSpecTest.java index 0862ee00d8..df92473972 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AnalyticsSpecTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AnalyticsSpecTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactKindTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactKindTest.java index 1fcecf0f58..39304cbaee 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactKindTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactKindTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactTreeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactTreeTest.java index e24fcd602c..db4d5f0c4c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactTreeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactTreeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactsMountTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactsMountTest.java index e9a233d68e..b3d8ed8dc1 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactsMountTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactsMountTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactsTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactsTypeTest.java index 925e49a6f3..54f10c0f5b 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactsTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ArtifactsTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AuthTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AuthTest.java index 12f60f9854..a97c14a107 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AuthTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AuthTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AuthTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AuthTypeTest.java index 0cfb0a1bd4..67aaf91a4e 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AuthTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AuthTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AverageStoppingPolicyTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AverageStoppingPolicyTest.java index a70ef87825..0bf54c7b46 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AverageStoppingPolicyTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1AverageStoppingPolicyTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1BayesTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1BayesTest.java index af01a57839..66d67884e0 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1BayesTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1BayesTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1BucketConnectionTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1BucketConnectionTest.java index 8c7573e316..09a4847800 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1BucketConnectionTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1BucketConnectionTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1BuildTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1BuildTest.java index 9353c6b860..3d9cbbbdf6 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1BuildTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1BuildTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CacheTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CacheTest.java index 2d1ef444ef..522843d7e8 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CacheTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CacheTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ClaimConnectionTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ClaimConnectionTest.java index 3396a07de4..27ff5caeda 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ClaimConnectionTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ClaimConnectionTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CleanPodPolicyTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CleanPodPolicyTest.java index f1339cb655..33899c0ce2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CleanPodPolicyTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CleanPodPolicyTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CloningKindTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CloningKindTest.java index 33aa629283..e488fc4b43 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CloningKindTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CloningKindTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CloningTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CloningTest.java index 3e7a796183..fb9ef40b6b 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CloningTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CloningTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CompatibilityTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CompatibilityTest.java index 37a05b80f1..4003c55517 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CompatibilityTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CompatibilityTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CompiledOperationTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CompiledOperationTest.java index a5e6c099b4..950ff16be5 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CompiledOperationTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CompiledOperationTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ComponentTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ComponentTest.java index a2dd08a78e..759f67ae84 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ComponentTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ComponentTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionKindTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionKindTest.java index b88433df38..d0b4508b1a 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionKindTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionKindTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionResponseTest.java index f23ccf5cc3..a9200b063e 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionSchemaTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionSchemaTest.java index 712cc64728..30f993897f 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionSchemaTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionSchemaTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionTypeTest.java index 9c0fcc3c45..94cb47513c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ConnectionTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CredentialsTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CredentialsTest.java index eb28c57949..342b9bd612 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CredentialsTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CredentialsTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CronScheduleTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CronScheduleTest.java index b021fab0da..4cbb17aa0e 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CronScheduleTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1CronScheduleTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DagRefTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DagRefTest.java index f76610d8a0..7e802a92fd 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DagRefTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DagRefTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DagTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DagTest.java index f819f15088..60b6f3d838 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DagTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DagTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DashboardSpecTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DashboardSpecTest.java index 4760876ca1..cb65e5d4c6 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DashboardSpecTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DashboardSpecTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DashboardTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DashboardTest.java index 6a0f9263b2..3fc31c1091 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DashboardTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DashboardTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DaskTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DaskTest.java index 69c39c5aef..4d2a0b1b27 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DaskTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DaskTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DateTimeScheduleTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DateTimeScheduleTest.java index 883d0b17b2..69b6ec48f2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DateTimeScheduleTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DateTimeScheduleTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DiffStoppingPolicyTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DiffStoppingPolicyTest.java index 2d0f35a702..21c24e63f9 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DiffStoppingPolicyTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DiffStoppingPolicyTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DockerfileTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DockerfileTypeTest.java index 943c6e06cd..d4a40d2337 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DockerfileTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1DockerfileTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EarlyStoppingTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EarlyStoppingTest.java index 44ec50b398..74aac4a889 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EarlyStoppingTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EarlyStoppingTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntitiesTagsTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntitiesTagsTest.java index 2db85c871f..ba71883da7 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntitiesTagsTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntitiesTagsTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntitiesTransferTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntitiesTransferTest.java index 5556289dc8..21a7e3fe0a 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntitiesTransferTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntitiesTransferTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntityNotificationBodyTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntityNotificationBodyTest.java index a1aa841db7..ae30d83a78 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntityNotificationBodyTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntityNotificationBodyTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntityStageBodyRequestTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntityStageBodyRequestTest.java index 664b182715..978031c418 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntityStageBodyRequestTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntityStageBodyRequestTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntityStatusBodyRequestTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntityStatusBodyRequestTest.java index 9028315ecd..622cad7f48 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntityStatusBodyRequestTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EntityStatusBodyRequestTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EnvironmentTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EnvironmentTest.java index 50d4bb4ba8..84942108b7 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EnvironmentTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EnvironmentTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventArtifactTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventArtifactTest.java index c727c27064..e86bb04ff3 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventArtifactTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventArtifactTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventAudioTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventAudioTest.java index 8a71094f90..e33b197445 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventAudioTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventAudioTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventChartKindTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventChartKindTest.java index 767479d240..be70f227dc 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventChartKindTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventChartKindTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventChartTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventChartTest.java index 9d76b5ea4e..8c5d68e8fc 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventChartTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventChartTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventConfusionMatrixTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventConfusionMatrixTest.java index 99df11af9d..36c7b76c6d 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventConfusionMatrixTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventConfusionMatrixTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventCurveKindTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventCurveKindTest.java index bfd2b93b31..7bee0c05a4 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventCurveKindTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventCurveKindTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventCurveTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventCurveTest.java index 7dab88a517..bc1889641c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventCurveTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventCurveTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventDataframeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventDataframeTest.java index c59dd39549..801992263b 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventDataframeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventDataframeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventHistogramTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventHistogramTest.java index 83b1f1f535..f0efd5150d 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventHistogramTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventHistogramTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventImageTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventImageTest.java index 368c267f40..7e933d83f3 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventImageTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventImageTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventKindTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventKindTest.java index 365835f9a1..eb36cc389b 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventKindTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventKindTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventModelTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventModelTest.java index fcd582950c..64a3dce546 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventModelTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventModelTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventTest.java index 86bec834ed..832b8237f8 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventTriggerTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventTriggerTest.java index 61bdc5f6de..6c1dbea95f 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventTriggerTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventTriggerTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventTypeTest.java index 1862356b72..8d23c69a0e 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventVideoTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventVideoTest.java index 359f0533f2..3fa32d4349 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventVideoTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventVideoTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventsResponseTest.java index dcb5f72857..1ffb7f2487 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1EventsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1FailureEarlyStoppingTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1FailureEarlyStoppingTest.java index 7750197ff9..d6d296d18b 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1FailureEarlyStoppingTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1FailureEarlyStoppingTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1FileTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1FileTypeTest.java index 97b9313ac6..af6c6b59e6 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1FileTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1FileTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1FlinkTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1FlinkTest.java index bcd5665360..38a33e0cec 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1FlinkTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1FlinkTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GcsTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GcsTypeTest.java index 0d98671a3b..366e21f067 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GcsTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GcsTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GitConnectionTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GitConnectionTest.java index 8b265341a4..43ddfbc0fd 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GitConnectionTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GitConnectionTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GitTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GitTypeTest.java index 193d9ed292..e2e1bed036 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GitTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GitTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GridSearchTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GridSearchTest.java index 1b114c2296..78df9dc2a2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GridSearchTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1GridSearchTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HookTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HookTest.java index 13c1f754a5..aaddb81330 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HookTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HookTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HostConnectionTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HostConnectionTest.java index 2afb15e3df..4f87e32e24 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HostConnectionTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HostConnectionTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HostPathConnectionTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HostPathConnectionTest.java index e86a656301..2ba274213c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HostPathConnectionTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HostPathConnectionTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpChoiceTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpChoiceTest.java index 6ac59e9a96..1b36516724 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpChoiceTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpChoiceTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpDateRangeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpDateRangeTest.java index 1d682f760c..e038f8a2fb 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpDateRangeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpDateRangeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpDateTimeRangeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpDateTimeRangeTest.java index e86d6bee13..f373a8696c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpDateTimeRangeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpDateTimeRangeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpGeomSpaceTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpGeomSpaceTest.java index 41fa6bdba7..a36a78e723 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpGeomSpaceTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpGeomSpaceTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLinSpaceTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLinSpaceTest.java index 7d94b0f7e3..70379875ae 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLinSpaceTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLinSpaceTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLogNormalTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLogNormalTest.java index 2c68e2c257..b21f5ee9fa 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLogNormalTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLogNormalTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLogSpaceTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLogSpaceTest.java index ec47826182..6633a7e06d 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLogSpaceTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLogSpaceTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLogUniformTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLogUniformTest.java index 20837a350f..cec90055fd 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLogUniformTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpLogUniformTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpNormalTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpNormalTest.java index 70c1ea4a84..d8985977c1 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpNormalTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpNormalTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpPChoiceTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpPChoiceTest.java index 8dbfb4b608..c13da174c8 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpPChoiceTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpPChoiceTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpParamsTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpParamsTest.java index e55c6922b0..4389deba7c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpParamsTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpParamsTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQLogNormalTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQLogNormalTest.java index 8c7511569f..1f566f3e93 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQLogNormalTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQLogNormalTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQLogUniformTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQLogUniformTest.java index c4023653ca..2659371fc8 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQLogUniformTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQLogUniformTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQNormalTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQNormalTest.java index ff1cab3074..ee15f0dc30 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQNormalTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQNormalTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQUniformTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQUniformTest.java index f29fd5e663..58e5fb05bb 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQUniformTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpQUniformTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpRangeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpRangeTest.java index 2bad03fbba..ff2ca4c18a 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpRangeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpRangeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpUniformTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpUniformTest.java index b5e7ec34db..67382e97c4 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpUniformTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HpUniformTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HubRefTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HubRefTest.java index ab2e6bc46b..1c85bd44ed 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HubRefTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HubRefTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HyperbandTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HyperbandTest.java index c933ec9aca..e648cc6367 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HyperbandTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HyperbandTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HyperoptAlgorithmsTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HyperoptAlgorithmsTest.java index 9efd51135e..01f27d15df 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HyperoptAlgorithmsTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HyperoptAlgorithmsTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HyperoptTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HyperoptTest.java index b165c72ab2..bfba721583 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HyperoptTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1HyperoptTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1IOTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1IOTest.java index c49db7ac15..24a5713445 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1IOTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1IOTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1InitTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1InitTest.java index 06f0fb26bb..9885e8e1c2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1InitTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1InitTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1InstallationTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1InstallationTest.java index a39468d7a4..5c846000d6 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1InstallationTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1InstallationTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1IntervalScheduleTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1IntervalScheduleTest.java index f0e2301090..d5880fb25b 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1IntervalScheduleTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1IntervalScheduleTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1IterativeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1IterativeTest.java index 4031a46bb2..fdc61b3697 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1IterativeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1IterativeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1JobTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1JobTest.java index dd29bdd2d7..43c000c8e2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1JobTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1JobTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1JoinParamTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1JoinParamTest.java index 980fec4cfa..1b4b46fcfd 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1JoinParamTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1JoinParamTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1JoinTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1JoinTest.java index 8a0affc538..7d2e1a1366 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1JoinTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1JoinTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1K8sResourceSchemaTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1K8sResourceSchemaTest.java index d9d109e288..7b33a7a6d2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1K8sResourceSchemaTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1K8sResourceSchemaTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1K8sResourceTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1K8sResourceTypeTest.java index bc6d85d3e3..d86569142d 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1K8sResourceTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1K8sResourceTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1KFReplicaTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1KFReplicaTest.java index ad68ae19a2..fc5aecb6c2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1KFReplicaTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1KFReplicaTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListActivitiesResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListActivitiesResponseTest.java index 67d4f64cb8..043ade3d3f 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListActivitiesResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListActivitiesResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListAgentsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListAgentsResponseTest.java index 1ecaffc07f..95be11c6bc 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListAgentsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListAgentsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListBookmarksResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListBookmarksResponseTest.java index 2fc89b985b..7e296b9bdb 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListBookmarksResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListBookmarksResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListConnectionsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListConnectionsResponseTest.java index d88d27dd2f..3f81540a79 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListConnectionsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListConnectionsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListDashboardsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListDashboardsResponseTest.java index 0660d271eb..4fa75eb3fc 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListDashboardsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListDashboardsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListOrganizationMembersResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListOrganizationMembersResponseTest.java index c0d612e638..7e099621c2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListOrganizationMembersResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListOrganizationMembersResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListOrganizationsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListOrganizationsResponseTest.java index 0ec40a9d82..8166a3a5ad 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListOrganizationsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListOrganizationsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListPresetsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListPresetsResponseTest.java index c19250b393..c0f8f3fd85 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListPresetsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListPresetsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListProjectVersionsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListProjectVersionsResponseTest.java index 2fb1fb3022..5f37c6f271 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListProjectVersionsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListProjectVersionsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListProjectsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListProjectsResponseTest.java index 8394d04eca..7f366980b6 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListProjectsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListProjectsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListQueuesResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListQueuesResponseTest.java index 3134683e9e..36ba858c53 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListQueuesResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListQueuesResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunArtifactsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunArtifactsResponseTest.java index b51158010d..4ef818b6bf 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunArtifactsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunArtifactsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunConnectionsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunConnectionsResponseTest.java index 444aa5184c..5d7de29933 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunConnectionsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunConnectionsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunEdgesResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunEdgesResponseTest.java index 08b835d38d..301af88ceb 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunEdgesResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunEdgesResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunsResponseTest.java index 2d32978daf..1e353aef79 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListRunsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListSearchesResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListSearchesResponseTest.java index 2b8c9d3d16..9b8d632528 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListSearchesResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListSearchesResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListServiceAccountsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListServiceAccountsResponseTest.java index 7c74c8adfc..aa965f580d 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListServiceAccountsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListServiceAccountsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTagsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTagsResponseTest.java index 473ac81f3f..80d81e0816 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTagsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTagsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTeamMembersResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTeamMembersResponseTest.java index 1de915d1d0..f1a5c27f40 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTeamMembersResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTeamMembersResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTeamsResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTeamsResponseTest.java index 26d94a566c..e88aecbf81 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTeamsResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTeamsResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTokenResponseTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTokenResponseTest.java index 87a5d06c54..478f879037 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTokenResponseTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ListTokenResponseTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1LogHandlerTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1LogHandlerTest.java index fb24668a8a..baa5dc002e 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1LogHandlerTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1LogHandlerTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1LogTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1LogTest.java index 9f3fa4f2cf..16dada62f2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1LogTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1LogTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1LogsTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1LogsTest.java index bee1c9f185..ad752ca75d 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1LogsTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1LogsTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MPIJobTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MPIJobTest.java index 54b936dc8e..d6169c9879 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MPIJobTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MPIJobTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MXJobTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MXJobTest.java index b727fe2951..7c0998e2e5 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MXJobTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MXJobTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MappingTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MappingTest.java index 925f7b1d54..7b0cfd06e2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MappingTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MappingTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MatrixKindTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MatrixKindTest.java index b82ca0607d..6740244366 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MatrixKindTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MatrixKindTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MatrixTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MatrixTest.java index 454579754d..d0b2a4da47 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MatrixTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MatrixTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MedianStoppingPolicyTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MedianStoppingPolicyTest.java index 47800faf4b..f52af6c108 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MedianStoppingPolicyTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MedianStoppingPolicyTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MetricEarlyStoppingTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MetricEarlyStoppingTest.java index 50b2ec83bf..eae42d4d78 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MetricEarlyStoppingTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1MetricEarlyStoppingTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1NotificationTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1NotificationTest.java index 3c49dd3174..6ef76bc25a 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1NotificationTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1NotificationTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OperationBodyTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OperationBodyTest.java index a230276655..df2784fee7 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OperationBodyTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OperationBodyTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OperationTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OperationTest.java index 938ccbec8b..6ac000b1ee 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OperationTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OperationTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OptimizationMetricTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OptimizationMetricTest.java index cf48427e12..3e63c12275 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OptimizationMetricTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OptimizationMetricTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OptimizationResourceTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OptimizationResourceTest.java index 425e39e6ec..e80fe7526d 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OptimizationResourceTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OptimizationResourceTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OptimizationTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OptimizationTest.java index d8af9f80fa..8a2210cd97 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OptimizationTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OptimizationTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OrganizationMemberTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OrganizationMemberTest.java index 9285482282..270cb294ba 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OrganizationMemberTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OrganizationMemberTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OrganizationTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OrganizationTest.java index 90a29381e3..fa5629da10 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OrganizationTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1OrganizationTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ParamTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ParamTest.java index 8c81a58157..77e414c15b 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ParamTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ParamTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PasswordChangeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PasswordChangeTest.java index 47351f4faa..58e2ffffeb 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PasswordChangeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PasswordChangeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PatchStrategyTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PatchStrategyTest.java index 510ea79152..84d995fef9 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PatchStrategyTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PatchStrategyTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PathRefTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PathRefTest.java index edf2e2c5d8..f32ecde7d2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PathRefTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PathRefTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PipelineKindTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PipelineKindTest.java index de46b9b8f0..7414d22575 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PipelineKindTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PipelineKindTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PipelineTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PipelineTest.java index 66143c58f4..5ecd8af51c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PipelineTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PipelineTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PluginsTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PluginsTest.java index 4eb541f99a..88639968d2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PluginsTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PluginsTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PolyaxonInitContainerTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PolyaxonInitContainerTest.java index 4431fd6499..a0dd82ef54 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PolyaxonInitContainerTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PolyaxonInitContainerTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PolyaxonSidecarContainerTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PolyaxonSidecarContainerTest.java index 0a0331a02e..1931c18d51 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PolyaxonSidecarContainerTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PolyaxonSidecarContainerTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PresetTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PresetTest.java index 4e6bf94b6b..33d60cb260 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PresetTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PresetTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectSettingsTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectSettingsTest.java index e0bfc2fcda..7870a03787 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectSettingsTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectSettingsTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectTest.java index 79124af4b5..0da0eed2c4 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectUserAccessTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectUserAccessTest.java index 7385de18f2..85c44d6b9f 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectUserAccessTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectUserAccessTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectVersionKindTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectVersionKindTest.java index 6bf1611cbe..6b2ca38d68 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectVersionKindTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectVersionKindTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectVersionTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectVersionTest.java index d1b270b7b6..0c57cd8170 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectVersionTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ProjectVersionTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PytorchJobTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PytorchJobTest.java index 2c5d20e9a1..d91da5bc90 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PytorchJobTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1PytorchJobTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1QueueTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1QueueTest.java index ce6fdbda15..49c458f177 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1QueueTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1QueueTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RandomSearchTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RandomSearchTest.java index 2ea0a3478d..79abdcd53f 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RandomSearchTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RandomSearchTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RayTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RayTest.java index 0aadb107aa..788531154a 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RayTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RayTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ReferenceTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ReferenceTest.java index 970918bc7c..28e1363e48 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ReferenceTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ReferenceTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ResourceTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ResourceTypeTest.java index 5ffff1370f..a105f37811 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ResourceTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ResourceTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunArtifactTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunArtifactTest.java index 146a8a9e2c..ff139efc4c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunArtifactTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunArtifactTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunArtifactsTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunArtifactsTest.java index 1088113ab8..c9c0fedebc 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunArtifactsTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunArtifactsTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunConnectionTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunConnectionTest.java index 32217cb891..ce5c2a21b2 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunConnectionTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunConnectionTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunEdgeKindTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunEdgeKindTest.java index d045711124..3496ddf6f6 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunEdgeKindTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunEdgeKindTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunEdgeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunEdgeTest.java index 278badc893..b575f5dd50 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunEdgeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunEdgeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunKindTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunKindTest.java index 7afa77e570..9601abbe2c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunKindTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunKindTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunPendingTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunPendingTest.java index 2dfe531b07..3f3ad59714 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunPendingTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunPendingTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunReferenceCatalogTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunReferenceCatalogTest.java index cfa8c67926..df685a615c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunReferenceCatalogTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunReferenceCatalogTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunResourcesTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunResourcesTest.java index 758d576c69..2b357313d9 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunResourcesTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunResourcesTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunSchemaTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunSchemaTest.java index 9e267e9929..a72c704f0e 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunSchemaTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunSchemaTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunSettingsTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunSettingsTest.java index d95520cbea..1b731b20e0 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunSettingsTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunSettingsTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunTest.java index 74c776a950..bd8e0716bf 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1RunTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1S3TypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1S3TypeTest.java index fb04a22564..4b7454e3f0 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1S3TypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1S3TypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ScheduleKindTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ScheduleKindTest.java index dca4aa0884..ad032344b3 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ScheduleKindTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ScheduleKindTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ScheduleTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ScheduleTest.java index 7e3ade8be3..4232d608e3 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ScheduleTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ScheduleTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SchedulingPolicyTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SchedulingPolicyTest.java index e909b8fa81..fbe47eaa4c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SchedulingPolicyTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SchedulingPolicyTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SchemasTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SchemasTest.java index 660ccb3f54..7c01600153 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SchemasTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SchemasTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SearchSpecTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SearchSpecTest.java index fb9d731148..992f01287f 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SearchSpecTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SearchSpecTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SearchTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SearchTest.java index 5dc6bb505d..f3910d2c0f 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SearchTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SearchTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SectionSpecTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SectionSpecTest.java index ce02864168..c30258454a 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SectionSpecTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SectionSpecTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ServiceAccountTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ServiceAccountTest.java index d797a5e7a3..f63392857d 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ServiceAccountTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ServiceAccountTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ServiceTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ServiceTest.java index 4f4640b21e..1ee544b876 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ServiceTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1ServiceTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SettingsCatalogTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SettingsCatalogTest.java index 194335fbb8..bdc5311683 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SettingsCatalogTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SettingsCatalogTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SparkReplicaTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SparkReplicaTest.java index 6d5dc71626..69edcfec81 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SparkReplicaTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SparkReplicaTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SparkTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SparkTest.java index fc14253922..c821302faf 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SparkTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SparkTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SparkTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SparkTypeTest.java index f5e1436117..f97f6b793c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SparkTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1SparkTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StageConditionTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StageConditionTest.java index 311d1562ec..700140d195 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StageConditionTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StageConditionTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StageTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StageTest.java index 7084b9425c..c976c3baf6 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StageTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StageTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StagesTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StagesTest.java index b71a3e35a7..042d9599ec 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StagesTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StagesTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StatusConditionTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StatusConditionTest.java index 865f2bed1b..69b6a143fc 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StatusConditionTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StatusConditionTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StatusTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StatusTest.java index abbddf9171..2777a3e0fb 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StatusTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StatusTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StatusesTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StatusesTest.java index bdbdff1794..4a577eba07 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StatusesTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1StatusesTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TFJobTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TFJobTest.java index f80a6eaffd..3fe1444e92 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TFJobTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TFJobTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TagTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TagTest.java index 697e0d3752..2238c0f9fb 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TagTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TagTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TeamMemberTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TeamMemberTest.java index e063eda948..771b1a40ff 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TeamMemberTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TeamMemberTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TeamSettingsTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TeamSettingsTest.java index 265eb86d2d..5335a25dd7 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TeamSettingsTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TeamSettingsTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TeamTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TeamTest.java index 9712e196c5..825d890b10 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TeamTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TeamTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TemplateTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TemplateTest.java index f44242b2cb..25bad94d75 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TemplateTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TemplateTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TensorboardTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TensorboardTypeTest.java index 6d802a147c..3f5575bc39 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TensorboardTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TensorboardTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TerminationTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TerminationTest.java index 55121796c9..4efe62761a 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TerminationTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TerminationTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TokenTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TokenTest.java index cfc1d82466..a6a7623ecf 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TokenTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TokenTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TrialStartTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TrialStartTest.java index 7283599f15..2694e2e912 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TrialStartTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TrialStartTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TriggerPolicyTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TriggerPolicyTest.java index 7c78763630..87e173600d 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TriggerPolicyTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TriggerPolicyTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TruncationStoppingPolicyTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TruncationStoppingPolicyTest.java index 186a52ab6b..c165d00ec9 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TruncationStoppingPolicyTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TruncationStoppingPolicyTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TunerTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TunerTest.java index 9dadba3671..112ddf8d64 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TunerTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1TunerTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UriTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UriTypeTest.java index 5dd0b38aa0..9043e1901c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UriTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UriTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UrlRefTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UrlRefTest.java index c9de0b86e9..0ea17a21a6 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UrlRefTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UrlRefTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UserEmailTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UserEmailTest.java index d8d4960a54..b2c053faa0 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UserEmailTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UserEmailTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UserSingupTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UserSingupTest.java index bdd95d191e..cbd3aa7258 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UserSingupTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UserSingupTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UserTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UserTest.java index c59315716f..a11f7edde4 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UserTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UserTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UuidsTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UuidsTest.java index 7a14652678..e8fe010ca8 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UuidsTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1UuidsTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1VersionTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1VersionTest.java index 281ac2cb6f..aca8b57c7c 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1VersionTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1VersionTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1WasbTypeTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1WasbTypeTest.java index 9a30b41190..66fc6a409f 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1WasbTypeTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1WasbTypeTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1XGBoostJobTest.java b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1XGBoostJobTest.java index fe62a766bf..bdbec4e0c0 100644 --- a/java/http_client/v1/src/test/java/org/openapitools/client/model/V1XGBoostJobTest.java +++ b/java/http_client/v1/src/test/java/org/openapitools/client/model/V1XGBoostJobTest.java @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/README.md b/js/http_client/v1/README.md index 0907c922df..56eaed743f 100644 --- a/js/http_client/v1/README.md +++ b/js/http_client/v1/README.md @@ -4,8 +4,8 @@ PolyaxonSdk - JavaScript client for polyaxon-sdk Polyaxon SDKs and REST API specification. This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 1.20.0 -- Package version: 1.20.0 +- API version: 1.21.0 +- Package version: 1.21.0 - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen For more information, please visit [https://github.com/polyaxon/polyaxon](https://github.com/polyaxon/polyaxon) @@ -269,7 +269,7 @@ Class | Method | HTTP request | Description *PolyaxonSdk.RunsV1Api* | [**archiveRuns**](docs/RunsV1Api.md#archiveRuns) | **POST** /api/v1/{owner}/{project}/runs/archive | Archive runs *PolyaxonSdk.RunsV1Api* | [**bookmarkRun**](docs/RunsV1Api.md#bookmarkRun) | **POST** /api/v1/{owner}/{entity}/runs/{uuid}/bookmark | Bookmark run *PolyaxonSdk.RunsV1Api* | [**bookmarkRuns**](docs/RunsV1Api.md#bookmarkRuns) | **POST** /api/v1/{owner}/{project}/runs/bookmark | Bookmark runs -*PolyaxonSdk.RunsV1Api* | [**collectRunLogs**](docs/RunsV1Api.md#collectRunLogs) | **POST** /streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs | Collect run logs +*PolyaxonSdk.RunsV1Api* | [**collectRunLogs**](docs/RunsV1Api.md#collectRunLogs) | **POST** /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs | Collect run logs *PolyaxonSdk.RunsV1Api* | [**copyRun**](docs/RunsV1Api.md#copyRun) | **POST** /api/v1/{owner}/{project}/runs/{run.uuid}/copy | Restart run with copy *PolyaxonSdk.RunsV1Api* | [**createRun**](docs/RunsV1Api.md#createRun) | **POST** /api/v1/{owner}/{project}/runs | Create new run *PolyaxonSdk.RunsV1Api* | [**createRunArtifactsLineage**](docs/RunsV1Api.md#createRunArtifactsLineage) | **POST** /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts | Create bulk run artifacts lineage diff --git a/js/http_client/v1/docs/RunsV1Api.md b/js/http_client/v1/docs/RunsV1Api.md index 05bad498ea..04a90088b5 100644 --- a/js/http_client/v1/docs/RunsV1Api.md +++ b/js/http_client/v1/docs/RunsV1Api.md @@ -12,7 +12,7 @@ Method | HTTP request | Description [**archiveRuns**](RunsV1Api.md#archiveRuns) | **POST** /api/v1/{owner}/{project}/runs/archive | Archive runs [**bookmarkRun**](RunsV1Api.md#bookmarkRun) | **POST** /api/v1/{owner}/{entity}/runs/{uuid}/bookmark | Bookmark run [**bookmarkRuns**](RunsV1Api.md#bookmarkRuns) | **POST** /api/v1/{owner}/{project}/runs/bookmark | Bookmark runs -[**collectRunLogs**](RunsV1Api.md#collectRunLogs) | **POST** /streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs | Collect run logs +[**collectRunLogs**](RunsV1Api.md#collectRunLogs) | **POST** /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs | Collect run logs [**copyRun**](RunsV1Api.md#copyRun) | **POST** /api/v1/{owner}/{project}/runs/{run.uuid}/copy | Restart run with copy [**createRun**](RunsV1Api.md#createRun) | **POST** /api/v1/{owner}/{project}/runs | Create new run [**createRunArtifactsLineage**](RunsV1Api.md#createRunArtifactsLineage) | **POST** /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts | Create bulk run artifacts lineage diff --git a/js/http_client/v1/package.json b/js/http_client/v1/package.json index e0b0f3c014..c7fe34fcd3 100644 --- a/js/http_client/v1/package.json +++ b/js/http_client/v1/package.json @@ -1,6 +1,6 @@ { "name": "polyaxon-sdk", - "version": "1.20.0", + "version": "1.21.0", "description": "Polyaxon_SDKs_and_REST_API_specification_", "license": "Unlicense", "main": "dist/index.js", diff --git a/js/http_client/v1/src/ApiClient.js b/js/http_client/v1/src/ApiClient.js index 531141faf0..7bb8697620 100644 --- a/js/http_client/v1/src/ApiClient.js +++ b/js/http_client/v1/src/ApiClient.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import querystring from "querystring"; /** * @module ApiClient -* @version 1.20.0 +* @version 1.21.0 */ /** @@ -69,7 +69,7 @@ class ApiClient { * @default {} */ this.defaultHeaders = { - 'User-Agent': 'OpenAPI-Generator/1.20.0/Javascript' + 'User-Agent': 'OpenAPI-Generator/1.21.0/Javascript' }; /** diff --git a/js/http_client/v1/src/api/AgentsV1Api.js b/js/http_client/v1/src/api/AgentsV1Api.js index 1ab69a4c94..404ef2297d 100644 --- a/js/http_client/v1/src/api/AgentsV1Api.js +++ b/js/http_client/v1/src/api/AgentsV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,7 +38,7 @@ import V1Token from '../model/V1Token'; /** * AgentsV1 service. * @module api/AgentsV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class AgentsV1Api { diff --git a/js/http_client/v1/src/api/ArtifactsStoresV1Api.js b/js/http_client/v1/src/api/ArtifactsStoresV1Api.js index 4f003b8abf..b5d0e9bbdb 100644 --- a/js/http_client/v1/src/api/ArtifactsStoresV1Api.js +++ b/js/http_client/v1/src/api/ArtifactsStoresV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import ApiClient from "../ApiClient"; /** * ArtifactsStoresV1 service. * @module api/ArtifactsStoresV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class ArtifactsStoresV1Api { diff --git a/js/http_client/v1/src/api/AuthV1Api.js b/js/http_client/v1/src/api/AuthV1Api.js index d5ff0b1c8d..8fd0f59f80 100644 --- a/js/http_client/v1/src/api/AuthV1Api.js +++ b/js/http_client/v1/src/api/AuthV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,7 +38,7 @@ import V1UserSingup from '../model/V1UserSingup'; /** * AuthV1 service. * @module api/AuthV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class AuthV1Api { diff --git a/js/http_client/v1/src/api/ConnectionsV1Api.js b/js/http_client/v1/src/api/ConnectionsV1Api.js index f973837343..fbea4606fd 100644 --- a/js/http_client/v1/src/api/ConnectionsV1Api.js +++ b/js/http_client/v1/src/api/ConnectionsV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ import V1ListConnectionsResponse from '../model/V1ListConnectionsResponse'; /** * ConnectionsV1 service. * @module api/ConnectionsV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class ConnectionsV1Api { diff --git a/js/http_client/v1/src/api/DashboardsV1Api.js b/js/http_client/v1/src/api/DashboardsV1Api.js index 25b73e1f83..ff895dabba 100644 --- a/js/http_client/v1/src/api/DashboardsV1Api.js +++ b/js/http_client/v1/src/api/DashboardsV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ import V1ListDashboardsResponse from '../model/V1ListDashboardsResponse'; /** * DashboardsV1 service. * @module api/DashboardsV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class DashboardsV1Api { diff --git a/js/http_client/v1/src/api/OrganizationsV1Api.js b/js/http_client/v1/src/api/OrganizationsV1Api.js index 3de11b8813..0231a6ce06 100644 --- a/js/http_client/v1/src/api/OrganizationsV1Api.js +++ b/js/http_client/v1/src/api/OrganizationsV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -42,7 +42,7 @@ import V1Uuids from '../model/V1Uuids'; /** * OrganizationsV1 service. * @module api/OrganizationsV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class OrganizationsV1Api { diff --git a/js/http_client/v1/src/api/PresetsV1Api.js b/js/http_client/v1/src/api/PresetsV1Api.js index 850b0db8f5..6eeee4f3b5 100644 --- a/js/http_client/v1/src/api/PresetsV1Api.js +++ b/js/http_client/v1/src/api/PresetsV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ import V1Preset from '../model/V1Preset'; /** * PresetsV1 service. * @module api/PresetsV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class PresetsV1Api { diff --git a/js/http_client/v1/src/api/ProjectDashboardsV1Api.js b/js/http_client/v1/src/api/ProjectDashboardsV1Api.js index 05cfce684f..4e4c76fd16 100644 --- a/js/http_client/v1/src/api/ProjectDashboardsV1Api.js +++ b/js/http_client/v1/src/api/ProjectDashboardsV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ import V1ListDashboardsResponse from '../model/V1ListDashboardsResponse'; /** * ProjectDashboardsV1 service. * @module api/ProjectDashboardsV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class ProjectDashboardsV1Api { diff --git a/js/http_client/v1/src/api/ProjectSearchesV1Api.js b/js/http_client/v1/src/api/ProjectSearchesV1Api.js index eab3103598..f498289e15 100644 --- a/js/http_client/v1/src/api/ProjectSearchesV1Api.js +++ b/js/http_client/v1/src/api/ProjectSearchesV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ import V1Search from '../model/V1Search'; /** * ProjectSearchesV1 service. * @module api/ProjectSearchesV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class ProjectSearchesV1Api { diff --git a/js/http_client/v1/src/api/ProjectsV1Api.js b/js/http_client/v1/src/api/ProjectsV1Api.js index 01322bb4b1..aad84777e1 100644 --- a/js/http_client/v1/src/api/ProjectsV1Api.js +++ b/js/http_client/v1/src/api/ProjectsV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -41,7 +41,7 @@ import V1Stage from '../model/V1Stage'; /** * ProjectsV1 service. * @module api/ProjectsV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class ProjectsV1Api { diff --git a/js/http_client/v1/src/api/QueuesV1Api.js b/js/http_client/v1/src/api/QueuesV1Api.js index 0982f82259..00bd9fce71 100644 --- a/js/http_client/v1/src/api/QueuesV1Api.js +++ b/js/http_client/v1/src/api/QueuesV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ import V1Queue from '../model/V1Queue'; /** * QueuesV1 service. * @module api/QueuesV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class QueuesV1Api { diff --git a/js/http_client/v1/src/api/RunsV1Api.js b/js/http_client/v1/src/api/RunsV1Api.js index 84dc915ed1..3b1c258ddd 100644 --- a/js/http_client/v1/src/api/RunsV1Api.js +++ b/js/http_client/v1/src/api/RunsV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ import V1Uuids from '../model/V1Uuids'; /** * RunsV1 service. * @module api/RunsV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class RunsV1Api { @@ -443,7 +443,7 @@ export default class RunsV1Api { let accepts = ['application/json']; let returnType = null; return this.apiClient.callApi( - '/streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs', 'POST', + '/streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback ); diff --git a/js/http_client/v1/src/api/SchemasV1Api.js b/js/http_client/v1/src/api/SchemasV1Api.js index 758b1fcbfa..88424f43e8 100644 --- a/js/http_client/v1/src/api/SchemasV1Api.js +++ b/js/http_client/v1/src/api/SchemasV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ import V1Schemas from '../model/V1Schemas'; /** * SchemasV1 service. * @module api/SchemasV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class SchemasV1Api { diff --git a/js/http_client/v1/src/api/SearchesV1Api.js b/js/http_client/v1/src/api/SearchesV1Api.js index 26f4f1ffb3..ba71a7b355 100644 --- a/js/http_client/v1/src/api/SearchesV1Api.js +++ b/js/http_client/v1/src/api/SearchesV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ import V1Search from '../model/V1Search'; /** * SearchesV1 service. * @module api/SearchesV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class SearchesV1Api { diff --git a/js/http_client/v1/src/api/ServiceAccountsV1Api.js b/js/http_client/v1/src/api/ServiceAccountsV1Api.js index 4b432fbbaa..f32aabd87a 100644 --- a/js/http_client/v1/src/api/ServiceAccountsV1Api.js +++ b/js/http_client/v1/src/api/ServiceAccountsV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ import V1Token from '../model/V1Token'; /** * ServiceAccountsV1 service. * @module api/ServiceAccountsV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class ServiceAccountsV1Api { diff --git a/js/http_client/v1/src/api/TagsV1Api.js b/js/http_client/v1/src/api/TagsV1Api.js index 39b150d74f..99e7ddf51e 100644 --- a/js/http_client/v1/src/api/TagsV1Api.js +++ b/js/http_client/v1/src/api/TagsV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ import V1Tag from '../model/V1Tag'; /** * TagsV1 service. * @module api/TagsV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class TagsV1Api { diff --git a/js/http_client/v1/src/api/TeamsV1Api.js b/js/http_client/v1/src/api/TeamsV1Api.js index 89de908a86..413960c4ec 100644 --- a/js/http_client/v1/src/api/TeamsV1Api.js +++ b/js/http_client/v1/src/api/TeamsV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ import V1TeamMember from '../model/V1TeamMember'; /** * TeamsV1 service. * @module api/TeamsV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class TeamsV1Api { diff --git a/js/http_client/v1/src/api/UsersV1Api.js b/js/http_client/v1/src/api/UsersV1Api.js index 039d789c08..f32c24ac67 100644 --- a/js/http_client/v1/src/api/UsersV1Api.js +++ b/js/http_client/v1/src/api/UsersV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ import V1User from '../model/V1User'; /** * UsersV1 service. * @module api/UsersV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class UsersV1Api { diff --git a/js/http_client/v1/src/api/VersionsV1Api.js b/js/http_client/v1/src/api/VersionsV1Api.js index 8ed90eb263..ac444d9c02 100644 --- a/js/http_client/v1/src/api/VersionsV1Api.js +++ b/js/http_client/v1/src/api/VersionsV1Api.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ import V1LogHandler from '../model/V1LogHandler'; /** * VersionsV1 service. * @module api/VersionsV1Api -* @version 1.20.0 +* @version 1.21.0 */ export default class VersionsV1Api { diff --git a/js/http_client/v1/src/index.js b/js/http_client/v1/src/index.js index 3eb22874a8..08e846ea86 100644 --- a/js/http_client/v1/src/index.js +++ b/js/http_client/v1/src/index.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -302,7 +302,7 @@ import VersionsV1Api from './api/VersionsV1Api'; * *

* @module index -* @version 1.20.0 +* @version 1.21.0 */ export { /** diff --git a/js/http_client/v1/src/model/AgentStateResponseAgentState.js b/js/http_client/v1/src/model/AgentStateResponseAgentState.js index dede105cc1..b9ad812448 100644 --- a/js/http_client/v1/src/model/AgentStateResponseAgentState.js +++ b/js/http_client/v1/src/model/AgentStateResponseAgentState.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The AgentStateResponseAgentState model module. * @module model/AgentStateResponseAgentState - * @version 1.20.0 + * @version 1.21.0 */ class AgentStateResponseAgentState { /** diff --git a/js/http_client/v1/src/model/MPIJobImplementation.js b/js/http_client/v1/src/model/MPIJobImplementation.js index 3eb79b9683..1a9a2b5ab3 100644 --- a/js/http_client/v1/src/model/MPIJobImplementation.js +++ b/js/http_client/v1/src/model/MPIJobImplementation.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/MXJobMode.js b/js/http_client/v1/src/model/MXJobMode.js index d188878071..1191f7dd03 100644 --- a/js/http_client/v1/src/model/MXJobMode.js +++ b/js/http_client/v1/src/model/MXJobMode.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/ProtobufAny.js b/js/http_client/v1/src/model/ProtobufAny.js index e5518ffc4f..43a9326552 100644 --- a/js/http_client/v1/src/model/ProtobufAny.js +++ b/js/http_client/v1/src/model/ProtobufAny.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The ProtobufAny model module. * @module model/ProtobufAny - * @version 1.20.0 + * @version 1.21.0 */ class ProtobufAny { /** diff --git a/js/http_client/v1/src/model/ProtobufNullValue.js b/js/http_client/v1/src/model/ProtobufNullValue.js index 8f5e36149a..11d282fc63 100644 --- a/js/http_client/v1/src/model/ProtobufNullValue.js +++ b/js/http_client/v1/src/model/ProtobufNullValue.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/RuntimeError.js b/js/http_client/v1/src/model/RuntimeError.js index 62da5ec38b..362e6a68a9 100644 --- a/js/http_client/v1/src/model/RuntimeError.js +++ b/js/http_client/v1/src/model/RuntimeError.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import ProtobufAny from './ProtobufAny'; /** * The RuntimeError model module. * @module model/RuntimeError - * @version 1.20.0 + * @version 1.21.0 */ class RuntimeError { /** diff --git a/js/http_client/v1/src/model/SearchView.js b/js/http_client/v1/src/model/SearchView.js index 3d7c0e4aef..ac5200bfd4 100644 --- a/js/http_client/v1/src/model/SearchView.js +++ b/js/http_client/v1/src/model/SearchView.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/SparkDeployMode.js b/js/http_client/v1/src/model/SparkDeployMode.js index ba3c0ad2f8..4a80ceb188 100644 --- a/js/http_client/v1/src/model/SparkDeployMode.js +++ b/js/http_client/v1/src/model/SparkDeployMode.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1Activity.js b/js/http_client/v1/src/model/V1Activity.js index ee95cdc889..291ff17198 100644 --- a/js/http_client/v1/src/model/V1Activity.js +++ b/js/http_client/v1/src/model/V1Activity.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Activity model module. * @module model/V1Activity - * @version 1.20.0 + * @version 1.21.0 */ class V1Activity { /** diff --git a/js/http_client/v1/src/model/V1Agent.js b/js/http_client/v1/src/model/V1Agent.js index 739f0534e0..5080951155 100644 --- a/js/http_client/v1/src/model/V1Agent.js +++ b/js/http_client/v1/src/model/V1Agent.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Statuses from './V1Statuses'; /** * The V1Agent model module. * @module model/V1Agent - * @version 1.20.0 + * @version 1.21.0 */ class V1Agent { /** diff --git a/js/http_client/v1/src/model/V1AgentStateResponse.js b/js/http_client/v1/src/model/V1AgentStateResponse.js index 23fe20eb7a..8f46b91ff6 100644 --- a/js/http_client/v1/src/model/V1AgentStateResponse.js +++ b/js/http_client/v1/src/model/V1AgentStateResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1Statuses from './V1Statuses'; /** * The V1AgentStateResponse model module. * @module model/V1AgentStateResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1AgentStateResponse { /** diff --git a/js/http_client/v1/src/model/V1AgentStatusBodyRequest.js b/js/http_client/v1/src/model/V1AgentStatusBodyRequest.js index 239c5218bc..38fa735e18 100644 --- a/js/http_client/v1/src/model/V1AgentStatusBodyRequest.js +++ b/js/http_client/v1/src/model/V1AgentStatusBodyRequest.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1StatusCondition from './V1StatusCondition'; /** * The V1AgentStatusBodyRequest model module. * @module model/V1AgentStatusBodyRequest - * @version 1.20.0 + * @version 1.21.0 */ class V1AgentStatusBodyRequest { /** diff --git a/js/http_client/v1/src/model/V1AnalyticsSpec.js b/js/http_client/v1/src/model/V1AnalyticsSpec.js index 1285be8761..08fb818e36 100644 --- a/js/http_client/v1/src/model/V1AnalyticsSpec.js +++ b/js/http_client/v1/src/model/V1AnalyticsSpec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1AnalyticsSpec model module. * @module model/V1AnalyticsSpec - * @version 1.20.0 + * @version 1.21.0 */ class V1AnalyticsSpec { /** diff --git a/js/http_client/v1/src/model/V1ArtifactKind.js b/js/http_client/v1/src/model/V1ArtifactKind.js index b0c25611e0..1bea3b7a29 100644 --- a/js/http_client/v1/src/model/V1ArtifactKind.js +++ b/js/http_client/v1/src/model/V1ArtifactKind.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1ArtifactTree.js b/js/http_client/v1/src/model/V1ArtifactTree.js index 70b3ac6bf3..4d49896143 100644 --- a/js/http_client/v1/src/model/V1ArtifactTree.js +++ b/js/http_client/v1/src/model/V1ArtifactTree.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1ArtifactTree model module. * @module model/V1ArtifactTree - * @version 1.20.0 + * @version 1.21.0 */ class V1ArtifactTree { /** diff --git a/js/http_client/v1/src/model/V1ArtifactsMount.js b/js/http_client/v1/src/model/V1ArtifactsMount.js index ac73100945..34b6b98a2f 100644 --- a/js/http_client/v1/src/model/V1ArtifactsMount.js +++ b/js/http_client/v1/src/model/V1ArtifactsMount.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1ArtifactsMount model module. * @module model/V1ArtifactsMount - * @version 1.20.0 + * @version 1.21.0 */ class V1ArtifactsMount { /** diff --git a/js/http_client/v1/src/model/V1ArtifactsType.js b/js/http_client/v1/src/model/V1ArtifactsType.js index 16b6eeb933..5f913f5e3f 100644 --- a/js/http_client/v1/src/model/V1ArtifactsType.js +++ b/js/http_client/v1/src/model/V1ArtifactsType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1ArtifactsType model module. * @module model/V1ArtifactsType - * @version 1.20.0 + * @version 1.21.0 */ class V1ArtifactsType { /** diff --git a/js/http_client/v1/src/model/V1Auth.js b/js/http_client/v1/src/model/V1Auth.js index 6f67586b22..3877f45ca6 100644 --- a/js/http_client/v1/src/model/V1Auth.js +++ b/js/http_client/v1/src/model/V1Auth.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Auth model module. * @module model/V1Auth - * @version 1.20.0 + * @version 1.21.0 */ class V1Auth { /** diff --git a/js/http_client/v1/src/model/V1AuthType.js b/js/http_client/v1/src/model/V1AuthType.js index 06bb2878ad..9dda0fb213 100644 --- a/js/http_client/v1/src/model/V1AuthType.js +++ b/js/http_client/v1/src/model/V1AuthType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1AuthType model module. * @module model/V1AuthType - * @version 1.20.0 + * @version 1.21.0 */ class V1AuthType { /** diff --git a/js/http_client/v1/src/model/V1AverageStoppingPolicy.js b/js/http_client/v1/src/model/V1AverageStoppingPolicy.js index f56ffd397c..f7fd155891 100644 --- a/js/http_client/v1/src/model/V1AverageStoppingPolicy.js +++ b/js/http_client/v1/src/model/V1AverageStoppingPolicy.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1AverageStoppingPolicy model module. * @module model/V1AverageStoppingPolicy - * @version 1.20.0 + * @version 1.21.0 */ class V1AverageStoppingPolicy { /** diff --git a/js/http_client/v1/src/model/V1Bayes.js b/js/http_client/v1/src/model/V1Bayes.js index dab9f62082..702f5a9017 100644 --- a/js/http_client/v1/src/model/V1Bayes.js +++ b/js/http_client/v1/src/model/V1Bayes.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1Tuner from './V1Tuner'; /** * The V1Bayes model module. * @module model/V1Bayes - * @version 1.20.0 + * @version 1.21.0 */ class V1Bayes { /** diff --git a/js/http_client/v1/src/model/V1BucketConnection.js b/js/http_client/v1/src/model/V1BucketConnection.js index 3cac50d84e..554e93b8f8 100644 --- a/js/http_client/v1/src/model/V1BucketConnection.js +++ b/js/http_client/v1/src/model/V1BucketConnection.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1BucketConnection model module. * @module model/V1BucketConnection - * @version 1.20.0 + * @version 1.21.0 */ class V1BucketConnection { /** diff --git a/js/http_client/v1/src/model/V1Build.js b/js/http_client/v1/src/model/V1Build.js index 70883f0ee9..e0ffe76b09 100644 --- a/js/http_client/v1/src/model/V1Build.js +++ b/js/http_client/v1/src/model/V1Build.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ import V1PatchStrategy from './V1PatchStrategy'; /** * The V1Build model module. * @module model/V1Build - * @version 1.20.0 + * @version 1.21.0 */ class V1Build { /** diff --git a/js/http_client/v1/src/model/V1Cache.js b/js/http_client/v1/src/model/V1Cache.js index 1f1befbb5f..5055bd03e6 100644 --- a/js/http_client/v1/src/model/V1Cache.js +++ b/js/http_client/v1/src/model/V1Cache.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Cache model module. * @module model/V1Cache - * @version 1.20.0 + * @version 1.21.0 */ class V1Cache { /** diff --git a/js/http_client/v1/src/model/V1ClaimConnection.js b/js/http_client/v1/src/model/V1ClaimConnection.js index 8a37017b8e..8e14c0d01d 100644 --- a/js/http_client/v1/src/model/V1ClaimConnection.js +++ b/js/http_client/v1/src/model/V1ClaimConnection.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1ClaimConnection model module. * @module model/V1ClaimConnection - * @version 1.20.0 + * @version 1.21.0 */ class V1ClaimConnection { /** diff --git a/js/http_client/v1/src/model/V1CleanPodPolicy.js b/js/http_client/v1/src/model/V1CleanPodPolicy.js index 73b416118d..ab4f980f0a 100644 --- a/js/http_client/v1/src/model/V1CleanPodPolicy.js +++ b/js/http_client/v1/src/model/V1CleanPodPolicy.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1Cloning.js b/js/http_client/v1/src/model/V1Cloning.js index dd4f5c30ae..cde8739395 100644 --- a/js/http_client/v1/src/model/V1Cloning.js +++ b/js/http_client/v1/src/model/V1Cloning.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1CloningKind from './V1CloningKind'; /** * The V1Cloning model module. * @module model/V1Cloning - * @version 1.20.0 + * @version 1.21.0 */ class V1Cloning { /** diff --git a/js/http_client/v1/src/model/V1CloningKind.js b/js/http_client/v1/src/model/V1CloningKind.js index 779c0365bb..d0d104d862 100644 --- a/js/http_client/v1/src/model/V1CloningKind.js +++ b/js/http_client/v1/src/model/V1CloningKind.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1Compatibility.js b/js/http_client/v1/src/model/V1Compatibility.js index a826eecdb2..1e73b52184 100644 --- a/js/http_client/v1/src/model/V1Compatibility.js +++ b/js/http_client/v1/src/model/V1Compatibility.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Version from './V1Version'; /** * The V1Compatibility model module. * @module model/V1Compatibility - * @version 1.20.0 + * @version 1.21.0 */ class V1Compatibility { /** diff --git a/js/http_client/v1/src/model/V1CompiledOperation.js b/js/http_client/v1/src/model/V1CompiledOperation.js index 3f6a4581f6..a2e0b48f4f 100644 --- a/js/http_client/v1/src/model/V1CompiledOperation.js +++ b/js/http_client/v1/src/model/V1CompiledOperation.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ import V1TriggerPolicy from './V1TriggerPolicy'; /** * The V1CompiledOperation model module. * @module model/V1CompiledOperation - * @version 1.20.0 + * @version 1.21.0 */ class V1CompiledOperation { /** diff --git a/js/http_client/v1/src/model/V1Component.js b/js/http_client/v1/src/model/V1Component.js index 78d8decc69..d762dd92f8 100644 --- a/js/http_client/v1/src/model/V1Component.js +++ b/js/http_client/v1/src/model/V1Component.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -37,7 +37,7 @@ import V1Termination from './V1Termination'; /** * The V1Component model module. * @module model/V1Component - * @version 1.20.0 + * @version 1.21.0 */ class V1Component { /** diff --git a/js/http_client/v1/src/model/V1ConnectionKind.js b/js/http_client/v1/src/model/V1ConnectionKind.js index ebbb9eac80..0ca254eb39 100644 --- a/js/http_client/v1/src/model/V1ConnectionKind.js +++ b/js/http_client/v1/src/model/V1ConnectionKind.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1ConnectionResponse.js b/js/http_client/v1/src/model/V1ConnectionResponse.js index 5f0bce1b3c..cf48b0fae3 100644 --- a/js/http_client/v1/src/model/V1ConnectionResponse.js +++ b/js/http_client/v1/src/model/V1ConnectionResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1ConnectionKind from './V1ConnectionKind'; /** * The V1ConnectionResponse model module. * @module model/V1ConnectionResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ConnectionResponse { /** diff --git a/js/http_client/v1/src/model/V1ConnectionSchema.js b/js/http_client/v1/src/model/V1ConnectionSchema.js index 6bae92bc04..570990a1bf 100644 --- a/js/http_client/v1/src/model/V1ConnectionSchema.js +++ b/js/http_client/v1/src/model/V1ConnectionSchema.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ import V1HostPathConnection from './V1HostPathConnection'; /** * The V1ConnectionSchema model module. * @module model/V1ConnectionSchema - * @version 1.20.0 + * @version 1.21.0 */ class V1ConnectionSchema { /** diff --git a/js/http_client/v1/src/model/V1ConnectionType.js b/js/http_client/v1/src/model/V1ConnectionType.js index a9ea358c43..40d217296b 100644 --- a/js/http_client/v1/src/model/V1ConnectionType.js +++ b/js/http_client/v1/src/model/V1ConnectionType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1K8sResourceSchema from './V1K8sResourceSchema'; /** * The V1ConnectionType model module. * @module model/V1ConnectionType - * @version 1.20.0 + * @version 1.21.0 */ class V1ConnectionType { /** diff --git a/js/http_client/v1/src/model/V1Credentials.js b/js/http_client/v1/src/model/V1Credentials.js index 301c3b26a1..27138aa4ea 100644 --- a/js/http_client/v1/src/model/V1Credentials.js +++ b/js/http_client/v1/src/model/V1Credentials.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Credentials model module. * @module model/V1Credentials - * @version 1.20.0 + * @version 1.21.0 */ class V1Credentials { /** diff --git a/js/http_client/v1/src/model/V1CronSchedule.js b/js/http_client/v1/src/model/V1CronSchedule.js index 64ce7c9846..969279d0e6 100644 --- a/js/http_client/v1/src/model/V1CronSchedule.js +++ b/js/http_client/v1/src/model/V1CronSchedule.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1CronSchedule model module. * @module model/V1CronSchedule - * @version 1.20.0 + * @version 1.21.0 */ class V1CronSchedule { /** diff --git a/js/http_client/v1/src/model/V1Dag.js b/js/http_client/v1/src/model/V1Dag.js index a64d871547..4091f773d6 100644 --- a/js/http_client/v1/src/model/V1Dag.js +++ b/js/http_client/v1/src/model/V1Dag.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ import V1Operation from './V1Operation'; /** * The V1Dag model module. * @module model/V1Dag - * @version 1.20.0 + * @version 1.21.0 */ class V1Dag { /** diff --git a/js/http_client/v1/src/model/V1DagRef.js b/js/http_client/v1/src/model/V1DagRef.js index 7cb8cf7b11..b634666b2d 100644 --- a/js/http_client/v1/src/model/V1DagRef.js +++ b/js/http_client/v1/src/model/V1DagRef.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1DagRef model module. * @module model/V1DagRef - * @version 1.20.0 + * @version 1.21.0 */ class V1DagRef { /** diff --git a/js/http_client/v1/src/model/V1Dashboard.js b/js/http_client/v1/src/model/V1Dashboard.js index ba92b173cb..dca9606920 100644 --- a/js/http_client/v1/src/model/V1Dashboard.js +++ b/js/http_client/v1/src/model/V1Dashboard.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1DashboardSpec from './V1DashboardSpec'; /** * The V1Dashboard model module. * @module model/V1Dashboard - * @version 1.20.0 + * @version 1.21.0 */ class V1Dashboard { /** diff --git a/js/http_client/v1/src/model/V1DashboardSpec.js b/js/http_client/v1/src/model/V1DashboardSpec.js index cd4109fb81..ff5f3e3d1f 100644 --- a/js/http_client/v1/src/model/V1DashboardSpec.js +++ b/js/http_client/v1/src/model/V1DashboardSpec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1SectionSpec from './V1SectionSpec'; /** * The V1DashboardSpec model module. * @module model/V1DashboardSpec - * @version 1.20.0 + * @version 1.21.0 */ class V1DashboardSpec { /** diff --git a/js/http_client/v1/src/model/V1Dask.js b/js/http_client/v1/src/model/V1Dask.js index 68a71ca5e3..ceccd88ec6 100644 --- a/js/http_client/v1/src/model/V1Dask.js +++ b/js/http_client/v1/src/model/V1Dask.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1Init from './V1Init'; /** * The V1Dask model module. * @module model/V1Dask - * @version 1.20.0 + * @version 1.21.0 */ class V1Dask { /** diff --git a/js/http_client/v1/src/model/V1DateTimeSchedule.js b/js/http_client/v1/src/model/V1DateTimeSchedule.js index c0620ab2bd..940992c04b 100644 --- a/js/http_client/v1/src/model/V1DateTimeSchedule.js +++ b/js/http_client/v1/src/model/V1DateTimeSchedule.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1DateTimeSchedule model module. * @module model/V1DateTimeSchedule - * @version 1.20.0 + * @version 1.21.0 */ class V1DateTimeSchedule { /** diff --git a/js/http_client/v1/src/model/V1DiffStoppingPolicy.js b/js/http_client/v1/src/model/V1DiffStoppingPolicy.js index 5867638604..98c4ca3158 100644 --- a/js/http_client/v1/src/model/V1DiffStoppingPolicy.js +++ b/js/http_client/v1/src/model/V1DiffStoppingPolicy.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1DiffStoppingPolicy model module. * @module model/V1DiffStoppingPolicy - * @version 1.20.0 + * @version 1.21.0 */ class V1DiffStoppingPolicy { /** diff --git a/js/http_client/v1/src/model/V1DockerfileType.js b/js/http_client/v1/src/model/V1DockerfileType.js index bb9b60374e..fc199f810f 100644 --- a/js/http_client/v1/src/model/V1DockerfileType.js +++ b/js/http_client/v1/src/model/V1DockerfileType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1DockerfileType model module. * @module model/V1DockerfileType - * @version 1.20.0 + * @version 1.21.0 */ class V1DockerfileType { /** diff --git a/js/http_client/v1/src/model/V1EarlyStopping.js b/js/http_client/v1/src/model/V1EarlyStopping.js index 8c6a0146af..71f3ded623 100644 --- a/js/http_client/v1/src/model/V1EarlyStopping.js +++ b/js/http_client/v1/src/model/V1EarlyStopping.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ import V1TruncationStoppingPolicy from './V1TruncationStoppingPolicy'; /** * The V1EarlyStopping model module. * @module model/V1EarlyStopping - * @version 1.20.0 + * @version 1.21.0 */ class V1EarlyStopping { /** diff --git a/js/http_client/v1/src/model/V1EntitiesTags.js b/js/http_client/v1/src/model/V1EntitiesTags.js index 7c89666f52..afcce6f7e8 100644 --- a/js/http_client/v1/src/model/V1EntitiesTags.js +++ b/js/http_client/v1/src/model/V1EntitiesTags.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesTags model module. * @module model/V1EntitiesTags - * @version 1.20.0 + * @version 1.21.0 */ class V1EntitiesTags { /** diff --git a/js/http_client/v1/src/model/V1EntitiesTransfer.js b/js/http_client/v1/src/model/V1EntitiesTransfer.js index 4f02958c58..5cfe159345 100644 --- a/js/http_client/v1/src/model/V1EntitiesTransfer.js +++ b/js/http_client/v1/src/model/V1EntitiesTransfer.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesTransfer model module. * @module model/V1EntitiesTransfer - * @version 1.20.0 + * @version 1.21.0 */ class V1EntitiesTransfer { /** diff --git a/js/http_client/v1/src/model/V1EntityNotificationBody.js b/js/http_client/v1/src/model/V1EntityNotificationBody.js index ce8dfc6b0b..d320859fe9 100644 --- a/js/http_client/v1/src/model/V1EntityNotificationBody.js +++ b/js/http_client/v1/src/model/V1EntityNotificationBody.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1StatusCondition from './V1StatusCondition'; /** * The V1EntityNotificationBody model module. * @module model/V1EntityNotificationBody - * @version 1.20.0 + * @version 1.21.0 */ class V1EntityNotificationBody { /** diff --git a/js/http_client/v1/src/model/V1EntityStageBodyRequest.js b/js/http_client/v1/src/model/V1EntityStageBodyRequest.js index db8960a9ab..22398b3833 100644 --- a/js/http_client/v1/src/model/V1EntityStageBodyRequest.js +++ b/js/http_client/v1/src/model/V1EntityStageBodyRequest.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1StageCondition from './V1StageCondition'; /** * The V1EntityStageBodyRequest model module. * @module model/V1EntityStageBodyRequest - * @version 1.20.0 + * @version 1.21.0 */ class V1EntityStageBodyRequest { /** diff --git a/js/http_client/v1/src/model/V1EntityStatusBodyRequest.js b/js/http_client/v1/src/model/V1EntityStatusBodyRequest.js index 8d26677db6..88ae58c89e 100644 --- a/js/http_client/v1/src/model/V1EntityStatusBodyRequest.js +++ b/js/http_client/v1/src/model/V1EntityStatusBodyRequest.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1StatusCondition from './V1StatusCondition'; /** * The V1EntityStatusBodyRequest model module. * @module model/V1EntityStatusBodyRequest - * @version 1.20.0 + * @version 1.21.0 */ class V1EntityStatusBodyRequest { /** diff --git a/js/http_client/v1/src/model/V1Environment.js b/js/http_client/v1/src/model/V1Environment.js index aa0d89eeef..df852a597e 100644 --- a/js/http_client/v1/src/model/V1Environment.js +++ b/js/http_client/v1/src/model/V1Environment.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Environment model module. * @module model/V1Environment - * @version 1.20.0 + * @version 1.21.0 */ class V1Environment { /** diff --git a/js/http_client/v1/src/model/V1Event.js b/js/http_client/v1/src/model/V1Event.js index 3ce069f2d1..8a63872806 100644 --- a/js/http_client/v1/src/model/V1Event.js +++ b/js/http_client/v1/src/model/V1Event.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -40,7 +40,7 @@ import V1EventVideo from './V1EventVideo'; /** * The V1Event model module. * @module model/V1Event - * @version 1.20.0 + * @version 1.21.0 */ class V1Event { /** diff --git a/js/http_client/v1/src/model/V1EventArtifact.js b/js/http_client/v1/src/model/V1EventArtifact.js index 657e58fad1..98c43f182b 100644 --- a/js/http_client/v1/src/model/V1EventArtifact.js +++ b/js/http_client/v1/src/model/V1EventArtifact.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1ArtifactKind from './V1ArtifactKind'; /** * The V1EventArtifact model module. * @module model/V1EventArtifact - * @version 1.20.0 + * @version 1.21.0 */ class V1EventArtifact { /** diff --git a/js/http_client/v1/src/model/V1EventAudio.js b/js/http_client/v1/src/model/V1EventAudio.js index 87108b72b1..226a77b946 100644 --- a/js/http_client/v1/src/model/V1EventAudio.js +++ b/js/http_client/v1/src/model/V1EventAudio.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1EventAudio model module. * @module model/V1EventAudio - * @version 1.20.0 + * @version 1.21.0 */ class V1EventAudio { /** diff --git a/js/http_client/v1/src/model/V1EventChart.js b/js/http_client/v1/src/model/V1EventChart.js index e3efbf79e4..24d848e097 100644 --- a/js/http_client/v1/src/model/V1EventChart.js +++ b/js/http_client/v1/src/model/V1EventChart.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1EventChartKind from './V1EventChartKind'; /** * The V1EventChart model module. * @module model/V1EventChart - * @version 1.20.0 + * @version 1.21.0 */ class V1EventChart { /** diff --git a/js/http_client/v1/src/model/V1EventChartKind.js b/js/http_client/v1/src/model/V1EventChartKind.js index 575ada446c..da15acf1ab 100644 --- a/js/http_client/v1/src/model/V1EventChartKind.js +++ b/js/http_client/v1/src/model/V1EventChartKind.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1EventConfusionMatrix.js b/js/http_client/v1/src/model/V1EventConfusionMatrix.js index 91a71e1bdd..ffab691b6b 100644 --- a/js/http_client/v1/src/model/V1EventConfusionMatrix.js +++ b/js/http_client/v1/src/model/V1EventConfusionMatrix.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1EventConfusionMatrix model module. * @module model/V1EventConfusionMatrix - * @version 1.20.0 + * @version 1.21.0 */ class V1EventConfusionMatrix { /** diff --git a/js/http_client/v1/src/model/V1EventCurve.js b/js/http_client/v1/src/model/V1EventCurve.js index 92d09e3469..e16755a3e9 100644 --- a/js/http_client/v1/src/model/V1EventCurve.js +++ b/js/http_client/v1/src/model/V1EventCurve.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1EventCurveKind from './V1EventCurveKind'; /** * The V1EventCurve model module. * @module model/V1EventCurve - * @version 1.20.0 + * @version 1.21.0 */ class V1EventCurve { /** diff --git a/js/http_client/v1/src/model/V1EventCurveKind.js b/js/http_client/v1/src/model/V1EventCurveKind.js index a5972f44ab..112b0c2434 100644 --- a/js/http_client/v1/src/model/V1EventCurveKind.js +++ b/js/http_client/v1/src/model/V1EventCurveKind.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1EventDataframe.js b/js/http_client/v1/src/model/V1EventDataframe.js index 71fe5a4636..35e4b16713 100644 --- a/js/http_client/v1/src/model/V1EventDataframe.js +++ b/js/http_client/v1/src/model/V1EventDataframe.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1EventDataframe model module. * @module model/V1EventDataframe - * @version 1.20.0 + * @version 1.21.0 */ class V1EventDataframe { /** diff --git a/js/http_client/v1/src/model/V1EventHistogram.js b/js/http_client/v1/src/model/V1EventHistogram.js index 929aecd876..b905cda41c 100644 --- a/js/http_client/v1/src/model/V1EventHistogram.js +++ b/js/http_client/v1/src/model/V1EventHistogram.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1EventHistogram model module. * @module model/V1EventHistogram - * @version 1.20.0 + * @version 1.21.0 */ class V1EventHistogram { /** diff --git a/js/http_client/v1/src/model/V1EventImage.js b/js/http_client/v1/src/model/V1EventImage.js index 75ebe3d0a0..1b1934b9d9 100644 --- a/js/http_client/v1/src/model/V1EventImage.js +++ b/js/http_client/v1/src/model/V1EventImage.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1EventImage model module. * @module model/V1EventImage - * @version 1.20.0 + * @version 1.21.0 */ class V1EventImage { /** diff --git a/js/http_client/v1/src/model/V1EventKind.js b/js/http_client/v1/src/model/V1EventKind.js index bb6cf3fc96..4525b348dc 100644 --- a/js/http_client/v1/src/model/V1EventKind.js +++ b/js/http_client/v1/src/model/V1EventKind.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1EventModel.js b/js/http_client/v1/src/model/V1EventModel.js index 3d50af203c..7a51129f8a 100644 --- a/js/http_client/v1/src/model/V1EventModel.js +++ b/js/http_client/v1/src/model/V1EventModel.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1EventModel model module. * @module model/V1EventModel - * @version 1.20.0 + * @version 1.21.0 */ class V1EventModel { /** diff --git a/js/http_client/v1/src/model/V1EventTrigger.js b/js/http_client/v1/src/model/V1EventTrigger.js index 3ccbe15fad..2e3fc013c4 100644 --- a/js/http_client/v1/src/model/V1EventTrigger.js +++ b/js/http_client/v1/src/model/V1EventTrigger.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1EventKind from './V1EventKind'; /** * The V1EventTrigger model module. * @module model/V1EventTrigger - * @version 1.20.0 + * @version 1.21.0 */ class V1EventTrigger { /** diff --git a/js/http_client/v1/src/model/V1EventType.js b/js/http_client/v1/src/model/V1EventType.js index adb4606d4d..f01d261dfc 100644 --- a/js/http_client/v1/src/model/V1EventType.js +++ b/js/http_client/v1/src/model/V1EventType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1ArtifactKind from './V1ArtifactKind'; /** * The V1EventType model module. * @module model/V1EventType - * @version 1.20.0 + * @version 1.21.0 */ class V1EventType { /** diff --git a/js/http_client/v1/src/model/V1EventVideo.js b/js/http_client/v1/src/model/V1EventVideo.js index 0ae0f0770c..14a578c318 100644 --- a/js/http_client/v1/src/model/V1EventVideo.js +++ b/js/http_client/v1/src/model/V1EventVideo.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1EventVideo model module. * @module model/V1EventVideo - * @version 1.20.0 + * @version 1.21.0 */ class V1EventVideo { /** diff --git a/js/http_client/v1/src/model/V1EventsResponse.js b/js/http_client/v1/src/model/V1EventsResponse.js index c97ed117bf..1015c4c45f 100644 --- a/js/http_client/v1/src/model/V1EventsResponse.js +++ b/js/http_client/v1/src/model/V1EventsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1EventsResponse model module. * @module model/V1EventsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1EventsResponse { /** diff --git a/js/http_client/v1/src/model/V1FailureEarlyStopping.js b/js/http_client/v1/src/model/V1FailureEarlyStopping.js index e5f75b3ddc..22e371abb1 100644 --- a/js/http_client/v1/src/model/V1FailureEarlyStopping.js +++ b/js/http_client/v1/src/model/V1FailureEarlyStopping.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1FailureEarlyStopping model module. * @module model/V1FailureEarlyStopping - * @version 1.20.0 + * @version 1.21.0 */ class V1FailureEarlyStopping { /** diff --git a/js/http_client/v1/src/model/V1FileType.js b/js/http_client/v1/src/model/V1FileType.js index e3c3620247..15b707534e 100644 --- a/js/http_client/v1/src/model/V1FileType.js +++ b/js/http_client/v1/src/model/V1FileType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1FileType model module. * @module model/V1FileType - * @version 1.20.0 + * @version 1.21.0 */ class V1FileType { /** diff --git a/js/http_client/v1/src/model/V1Flink.js b/js/http_client/v1/src/model/V1Flink.js index ad303a008c..ef3cdf02a4 100644 --- a/js/http_client/v1/src/model/V1Flink.js +++ b/js/http_client/v1/src/model/V1Flink.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Flink model module. * @module model/V1Flink - * @version 1.20.0 + * @version 1.21.0 */ class V1Flink { /** diff --git a/js/http_client/v1/src/model/V1GcsType.js b/js/http_client/v1/src/model/V1GcsType.js index d84086bffe..4753e9f761 100644 --- a/js/http_client/v1/src/model/V1GcsType.js +++ b/js/http_client/v1/src/model/V1GcsType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1GcsType model module. * @module model/V1GcsType - * @version 1.20.0 + * @version 1.21.0 */ class V1GcsType { /** diff --git a/js/http_client/v1/src/model/V1GitConnection.js b/js/http_client/v1/src/model/V1GitConnection.js index bf8df532ca..01883fa5e2 100644 --- a/js/http_client/v1/src/model/V1GitConnection.js +++ b/js/http_client/v1/src/model/V1GitConnection.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1GitConnection model module. * @module model/V1GitConnection - * @version 1.20.0 + * @version 1.21.0 */ class V1GitConnection { /** diff --git a/js/http_client/v1/src/model/V1GitType.js b/js/http_client/v1/src/model/V1GitType.js index 77e0d87391..f0aa18f1f1 100644 --- a/js/http_client/v1/src/model/V1GitType.js +++ b/js/http_client/v1/src/model/V1GitType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1GitType model module. * @module model/V1GitType - * @version 1.20.0 + * @version 1.21.0 */ class V1GitType { /** diff --git a/js/http_client/v1/src/model/V1GridSearch.js b/js/http_client/v1/src/model/V1GridSearch.js index 0f8ab2611f..171a6cd102 100644 --- a/js/http_client/v1/src/model/V1GridSearch.js +++ b/js/http_client/v1/src/model/V1GridSearch.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1GridSearch model module. * @module model/V1GridSearch - * @version 1.20.0 + * @version 1.21.0 */ class V1GridSearch { /** diff --git a/js/http_client/v1/src/model/V1Hook.js b/js/http_client/v1/src/model/V1Hook.js index feba2b46aa..37e9831ef2 100644 --- a/js/http_client/v1/src/model/V1Hook.js +++ b/js/http_client/v1/src/model/V1Hook.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1Statuses from './V1Statuses'; /** * The V1Hook model module. * @module model/V1Hook - * @version 1.20.0 + * @version 1.21.0 */ class V1Hook { /** diff --git a/js/http_client/v1/src/model/V1HostConnection.js b/js/http_client/v1/src/model/V1HostConnection.js index 41dc1372af..5e2caeb0d6 100644 --- a/js/http_client/v1/src/model/V1HostConnection.js +++ b/js/http_client/v1/src/model/V1HostConnection.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HostConnection model module. * @module model/V1HostConnection - * @version 1.20.0 + * @version 1.21.0 */ class V1HostConnection { /** diff --git a/js/http_client/v1/src/model/V1HostPathConnection.js b/js/http_client/v1/src/model/V1HostPathConnection.js index 75e05831c2..88a4649d54 100644 --- a/js/http_client/v1/src/model/V1HostPathConnection.js +++ b/js/http_client/v1/src/model/V1HostPathConnection.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HostPathConnection model module. * @module model/V1HostPathConnection - * @version 1.20.0 + * @version 1.21.0 */ class V1HostPathConnection { /** diff --git a/js/http_client/v1/src/model/V1HpChoice.js b/js/http_client/v1/src/model/V1HpChoice.js index 6bb7259ca0..30c9213d98 100644 --- a/js/http_client/v1/src/model/V1HpChoice.js +++ b/js/http_client/v1/src/model/V1HpChoice.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpChoice model module. * @module model/V1HpChoice - * @version 1.20.0 + * @version 1.21.0 */ class V1HpChoice { /** diff --git a/js/http_client/v1/src/model/V1HpDateRange.js b/js/http_client/v1/src/model/V1HpDateRange.js index 6b06fc59b6..c207ee5872 100644 --- a/js/http_client/v1/src/model/V1HpDateRange.js +++ b/js/http_client/v1/src/model/V1HpDateRange.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpDateRange model module. * @module model/V1HpDateRange - * @version 1.20.0 + * @version 1.21.0 */ class V1HpDateRange { /** diff --git a/js/http_client/v1/src/model/V1HpDateTimeRange.js b/js/http_client/v1/src/model/V1HpDateTimeRange.js index b427a1f931..8cae6ba742 100644 --- a/js/http_client/v1/src/model/V1HpDateTimeRange.js +++ b/js/http_client/v1/src/model/V1HpDateTimeRange.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpDateTimeRange model module. * @module model/V1HpDateTimeRange - * @version 1.20.0 + * @version 1.21.0 */ class V1HpDateTimeRange { /** diff --git a/js/http_client/v1/src/model/V1HpGeomSpace.js b/js/http_client/v1/src/model/V1HpGeomSpace.js index 5b40d3b64c..4981609148 100644 --- a/js/http_client/v1/src/model/V1HpGeomSpace.js +++ b/js/http_client/v1/src/model/V1HpGeomSpace.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpGeomSpace model module. * @module model/V1HpGeomSpace - * @version 1.20.0 + * @version 1.21.0 */ class V1HpGeomSpace { /** diff --git a/js/http_client/v1/src/model/V1HpLinSpace.js b/js/http_client/v1/src/model/V1HpLinSpace.js index 4e740197a8..83dc49f0a5 100644 --- a/js/http_client/v1/src/model/V1HpLinSpace.js +++ b/js/http_client/v1/src/model/V1HpLinSpace.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpLinSpace model module. * @module model/V1HpLinSpace - * @version 1.20.0 + * @version 1.21.0 */ class V1HpLinSpace { /** diff --git a/js/http_client/v1/src/model/V1HpLogNormal.js b/js/http_client/v1/src/model/V1HpLogNormal.js index dbfd22823c..c86d42f60d 100644 --- a/js/http_client/v1/src/model/V1HpLogNormal.js +++ b/js/http_client/v1/src/model/V1HpLogNormal.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpLogNormal model module. * @module model/V1HpLogNormal - * @version 1.20.0 + * @version 1.21.0 */ class V1HpLogNormal { /** diff --git a/js/http_client/v1/src/model/V1HpLogSpace.js b/js/http_client/v1/src/model/V1HpLogSpace.js index ec6c421916..3fde075245 100644 --- a/js/http_client/v1/src/model/V1HpLogSpace.js +++ b/js/http_client/v1/src/model/V1HpLogSpace.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpLogSpace model module. * @module model/V1HpLogSpace - * @version 1.20.0 + * @version 1.21.0 */ class V1HpLogSpace { /** diff --git a/js/http_client/v1/src/model/V1HpLogUniform.js b/js/http_client/v1/src/model/V1HpLogUniform.js index f932bfa05b..f2104b9534 100644 --- a/js/http_client/v1/src/model/V1HpLogUniform.js +++ b/js/http_client/v1/src/model/V1HpLogUniform.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpLogUniform model module. * @module model/V1HpLogUniform - * @version 1.20.0 + * @version 1.21.0 */ class V1HpLogUniform { /** diff --git a/js/http_client/v1/src/model/V1HpNormal.js b/js/http_client/v1/src/model/V1HpNormal.js index e7be0a4191..ac937962c5 100644 --- a/js/http_client/v1/src/model/V1HpNormal.js +++ b/js/http_client/v1/src/model/V1HpNormal.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpNormal model module. * @module model/V1HpNormal - * @version 1.20.0 + * @version 1.21.0 */ class V1HpNormal { /** diff --git a/js/http_client/v1/src/model/V1HpPChoice.js b/js/http_client/v1/src/model/V1HpPChoice.js index a5816f7b22..c0a2c63657 100644 --- a/js/http_client/v1/src/model/V1HpPChoice.js +++ b/js/http_client/v1/src/model/V1HpPChoice.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpPChoice model module. * @module model/V1HpPChoice - * @version 1.20.0 + * @version 1.21.0 */ class V1HpPChoice { /** diff --git a/js/http_client/v1/src/model/V1HpParams.js b/js/http_client/v1/src/model/V1HpParams.js index 5ba56a0f79..a31705bbb2 100644 --- a/js/http_client/v1/src/model/V1HpParams.js +++ b/js/http_client/v1/src/model/V1HpParams.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -46,7 +46,7 @@ import V1HpUniform from './V1HpUniform'; /** * The V1HpParams model module. * @module model/V1HpParams - * @version 1.20.0 + * @version 1.21.0 */ class V1HpParams { /** diff --git a/js/http_client/v1/src/model/V1HpQLogNormal.js b/js/http_client/v1/src/model/V1HpQLogNormal.js index 5e3593a1a8..279481286b 100644 --- a/js/http_client/v1/src/model/V1HpQLogNormal.js +++ b/js/http_client/v1/src/model/V1HpQLogNormal.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpQLogNormal model module. * @module model/V1HpQLogNormal - * @version 1.20.0 + * @version 1.21.0 */ class V1HpQLogNormal { /** diff --git a/js/http_client/v1/src/model/V1HpQLogUniform.js b/js/http_client/v1/src/model/V1HpQLogUniform.js index 5b32e1c4a7..c46013108c 100644 --- a/js/http_client/v1/src/model/V1HpQLogUniform.js +++ b/js/http_client/v1/src/model/V1HpQLogUniform.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpQLogUniform model module. * @module model/V1HpQLogUniform - * @version 1.20.0 + * @version 1.21.0 */ class V1HpQLogUniform { /** diff --git a/js/http_client/v1/src/model/V1HpQNormal.js b/js/http_client/v1/src/model/V1HpQNormal.js index 1fd8704899..9be91298ec 100644 --- a/js/http_client/v1/src/model/V1HpQNormal.js +++ b/js/http_client/v1/src/model/V1HpQNormal.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpQNormal model module. * @module model/V1HpQNormal - * @version 1.20.0 + * @version 1.21.0 */ class V1HpQNormal { /** diff --git a/js/http_client/v1/src/model/V1HpQUniform.js b/js/http_client/v1/src/model/V1HpQUniform.js index 88afe34ec1..6b2ff6c306 100644 --- a/js/http_client/v1/src/model/V1HpQUniform.js +++ b/js/http_client/v1/src/model/V1HpQUniform.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpQUniform model module. * @module model/V1HpQUniform - * @version 1.20.0 + * @version 1.21.0 */ class V1HpQUniform { /** diff --git a/js/http_client/v1/src/model/V1HpRange.js b/js/http_client/v1/src/model/V1HpRange.js index 7a8d4b1b52..8dbfd81559 100644 --- a/js/http_client/v1/src/model/V1HpRange.js +++ b/js/http_client/v1/src/model/V1HpRange.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpRange model module. * @module model/V1HpRange - * @version 1.20.0 + * @version 1.21.0 */ class V1HpRange { /** diff --git a/js/http_client/v1/src/model/V1HpUniform.js b/js/http_client/v1/src/model/V1HpUniform.js index f8f7525351..5ed9b0a87c 100644 --- a/js/http_client/v1/src/model/V1HpUniform.js +++ b/js/http_client/v1/src/model/V1HpUniform.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HpUniform model module. * @module model/V1HpUniform - * @version 1.20.0 + * @version 1.21.0 */ class V1HpUniform { /** diff --git a/js/http_client/v1/src/model/V1HubRef.js b/js/http_client/v1/src/model/V1HubRef.js index f3499001c4..d73e1f5a18 100644 --- a/js/http_client/v1/src/model/V1HubRef.js +++ b/js/http_client/v1/src/model/V1HubRef.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1HubRef model module. * @module model/V1HubRef - * @version 1.20.0 + * @version 1.21.0 */ class V1HubRef { /** diff --git a/js/http_client/v1/src/model/V1Hyperband.js b/js/http_client/v1/src/model/V1Hyperband.js index 20b8a19bdb..a4e998ce84 100644 --- a/js/http_client/v1/src/model/V1Hyperband.js +++ b/js/http_client/v1/src/model/V1Hyperband.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ import V1Tuner from './V1Tuner'; /** * The V1Hyperband model module. * @module model/V1Hyperband - * @version 1.20.0 + * @version 1.21.0 */ class V1Hyperband { /** diff --git a/js/http_client/v1/src/model/V1Hyperopt.js b/js/http_client/v1/src/model/V1Hyperopt.js index 60386abdc7..5596572338 100644 --- a/js/http_client/v1/src/model/V1Hyperopt.js +++ b/js/http_client/v1/src/model/V1Hyperopt.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ import V1Tuner from './V1Tuner'; /** * The V1Hyperopt model module. * @module model/V1Hyperopt - * @version 1.20.0 + * @version 1.21.0 */ class V1Hyperopt { /** diff --git a/js/http_client/v1/src/model/V1HyperoptAlgorithms.js b/js/http_client/v1/src/model/V1HyperoptAlgorithms.js index d89d0cf6fd..ec9b3a9ae0 100644 --- a/js/http_client/v1/src/model/V1HyperoptAlgorithms.js +++ b/js/http_client/v1/src/model/V1HyperoptAlgorithms.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1IO.js b/js/http_client/v1/src/model/V1IO.js index d9587690c7..e6bc579b36 100644 --- a/js/http_client/v1/src/model/V1IO.js +++ b/js/http_client/v1/src/model/V1IO.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1IO model module. * @module model/V1IO - * @version 1.20.0 + * @version 1.21.0 */ class V1IO { /** diff --git a/js/http_client/v1/src/model/V1Init.js b/js/http_client/v1/src/model/V1Init.js index f0a152d01a..f47eaeb003 100644 --- a/js/http_client/v1/src/model/V1Init.js +++ b/js/http_client/v1/src/model/V1Init.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ import V1TensorboardType from './V1TensorboardType'; /** * The V1Init model module. * @module model/V1Init - * @version 1.20.0 + * @version 1.21.0 */ class V1Init { /** diff --git a/js/http_client/v1/src/model/V1Installation.js b/js/http_client/v1/src/model/V1Installation.js index 64e41ceff1..fabd897afe 100644 --- a/js/http_client/v1/src/model/V1Installation.js +++ b/js/http_client/v1/src/model/V1Installation.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Installation model module. * @module model/V1Installation - * @version 1.20.0 + * @version 1.21.0 */ class V1Installation { /** diff --git a/js/http_client/v1/src/model/V1IntervalSchedule.js b/js/http_client/v1/src/model/V1IntervalSchedule.js index e73541f56a..7be5351c87 100644 --- a/js/http_client/v1/src/model/V1IntervalSchedule.js +++ b/js/http_client/v1/src/model/V1IntervalSchedule.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1IntervalSchedule model module. * @module model/V1IntervalSchedule - * @version 1.20.0 + * @version 1.21.0 */ class V1IntervalSchedule { /** diff --git a/js/http_client/v1/src/model/V1Iterative.js b/js/http_client/v1/src/model/V1Iterative.js index 366bd68cad..378c8d5b30 100644 --- a/js/http_client/v1/src/model/V1Iterative.js +++ b/js/http_client/v1/src/model/V1Iterative.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Tuner from './V1Tuner'; /** * The V1Iterative model module. * @module model/V1Iterative - * @version 1.20.0 + * @version 1.21.0 */ class V1Iterative { /** diff --git a/js/http_client/v1/src/model/V1Job.js b/js/http_client/v1/src/model/V1Job.js index c4cfc2885e..46caeb5ade 100644 --- a/js/http_client/v1/src/model/V1Job.js +++ b/js/http_client/v1/src/model/V1Job.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1Init from './V1Init'; /** * The V1Job model module. * @module model/V1Job - * @version 1.20.0 + * @version 1.21.0 */ class V1Job { /** diff --git a/js/http_client/v1/src/model/V1Join.js b/js/http_client/v1/src/model/V1Join.js index 00f1d6da26..4c73f20be4 100644 --- a/js/http_client/v1/src/model/V1Join.js +++ b/js/http_client/v1/src/model/V1Join.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1JoinParam from './V1JoinParam'; /** * The V1Join model module. * @module model/V1Join - * @version 1.20.0 + * @version 1.21.0 */ class V1Join { /** diff --git a/js/http_client/v1/src/model/V1JoinParam.js b/js/http_client/v1/src/model/V1JoinParam.js index 4fc7bfc2df..722ad8dfb3 100644 --- a/js/http_client/v1/src/model/V1JoinParam.js +++ b/js/http_client/v1/src/model/V1JoinParam.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1JoinParam model module. * @module model/V1JoinParam - * @version 1.20.0 + * @version 1.21.0 */ class V1JoinParam { /** diff --git a/js/http_client/v1/src/model/V1K8sResourceSchema.js b/js/http_client/v1/src/model/V1K8sResourceSchema.js index 614ea7031a..1c687136d7 100644 --- a/js/http_client/v1/src/model/V1K8sResourceSchema.js +++ b/js/http_client/v1/src/model/V1K8sResourceSchema.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1K8sResourceSchema model module. * @module model/V1K8sResourceSchema - * @version 1.20.0 + * @version 1.21.0 */ class V1K8sResourceSchema { /** diff --git a/js/http_client/v1/src/model/V1K8sResourceType.js b/js/http_client/v1/src/model/V1K8sResourceType.js index e5767ccb46..6b53ac7fce 100644 --- a/js/http_client/v1/src/model/V1K8sResourceType.js +++ b/js/http_client/v1/src/model/V1K8sResourceType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1K8sResourceSchema from './V1K8sResourceSchema'; /** * The V1K8sResourceType model module. * @module model/V1K8sResourceType - * @version 1.20.0 + * @version 1.21.0 */ class V1K8sResourceType { /** diff --git a/js/http_client/v1/src/model/V1KFReplica.js b/js/http_client/v1/src/model/V1KFReplica.js index 9d83f5cac7..01b1ec5bf6 100644 --- a/js/http_client/v1/src/model/V1KFReplica.js +++ b/js/http_client/v1/src/model/V1KFReplica.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1Init from './V1Init'; /** * The V1KFReplica model module. * @module model/V1KFReplica - * @version 1.20.0 + * @version 1.21.0 */ class V1KFReplica { /** diff --git a/js/http_client/v1/src/model/V1ListActivitiesResponse.js b/js/http_client/v1/src/model/V1ListActivitiesResponse.js index 1f0f8b831a..9e0df990b5 100644 --- a/js/http_client/v1/src/model/V1ListActivitiesResponse.js +++ b/js/http_client/v1/src/model/V1ListActivitiesResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Activity from './V1Activity'; /** * The V1ListActivitiesResponse model module. * @module model/V1ListActivitiesResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListActivitiesResponse { /** diff --git a/js/http_client/v1/src/model/V1ListAgentsResponse.js b/js/http_client/v1/src/model/V1ListAgentsResponse.js index e06d1db109..4fbf5d052d 100644 --- a/js/http_client/v1/src/model/V1ListAgentsResponse.js +++ b/js/http_client/v1/src/model/V1ListAgentsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Agent from './V1Agent'; /** * The V1ListAgentsResponse model module. * @module model/V1ListAgentsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListAgentsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListBookmarksResponse.js b/js/http_client/v1/src/model/V1ListBookmarksResponse.js index f7090dc146..f3bdf78b80 100644 --- a/js/http_client/v1/src/model/V1ListBookmarksResponse.js +++ b/js/http_client/v1/src/model/V1ListBookmarksResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1ListBookmarksResponse model module. * @module model/V1ListBookmarksResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListBookmarksResponse { /** diff --git a/js/http_client/v1/src/model/V1ListConnectionsResponse.js b/js/http_client/v1/src/model/V1ListConnectionsResponse.js index 8e867a58ba..675e73b911 100644 --- a/js/http_client/v1/src/model/V1ListConnectionsResponse.js +++ b/js/http_client/v1/src/model/V1ListConnectionsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1ConnectionResponse from './V1ConnectionResponse'; /** * The V1ListConnectionsResponse model module. * @module model/V1ListConnectionsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListConnectionsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListDashboardsResponse.js b/js/http_client/v1/src/model/V1ListDashboardsResponse.js index 7e94ecf49a..3689232461 100644 --- a/js/http_client/v1/src/model/V1ListDashboardsResponse.js +++ b/js/http_client/v1/src/model/V1ListDashboardsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Dashboard from './V1Dashboard'; /** * The V1ListDashboardsResponse model module. * @module model/V1ListDashboardsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListDashboardsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListOrganizationMembersResponse.js b/js/http_client/v1/src/model/V1ListOrganizationMembersResponse.js index d4c9e847f6..bc10eb250a 100644 --- a/js/http_client/v1/src/model/V1ListOrganizationMembersResponse.js +++ b/js/http_client/v1/src/model/V1ListOrganizationMembersResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1OrganizationMember from './V1OrganizationMember'; /** * The V1ListOrganizationMembersResponse model module. * @module model/V1ListOrganizationMembersResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListOrganizationMembersResponse { /** diff --git a/js/http_client/v1/src/model/V1ListOrganizationsResponse.js b/js/http_client/v1/src/model/V1ListOrganizationsResponse.js index 7375fe200f..271ebf8da4 100644 --- a/js/http_client/v1/src/model/V1ListOrganizationsResponse.js +++ b/js/http_client/v1/src/model/V1ListOrganizationsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Organization from './V1Organization'; /** * The V1ListOrganizationsResponse model module. * @module model/V1ListOrganizationsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListOrganizationsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListPresetsResponse.js b/js/http_client/v1/src/model/V1ListPresetsResponse.js index 8a1ee34db2..e1971feac4 100644 --- a/js/http_client/v1/src/model/V1ListPresetsResponse.js +++ b/js/http_client/v1/src/model/V1ListPresetsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Preset from './V1Preset'; /** * The V1ListPresetsResponse model module. * @module model/V1ListPresetsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListPresetsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListProjectVersionsResponse.js b/js/http_client/v1/src/model/V1ListProjectVersionsResponse.js index 2c247cc845..e6ea7de3ec 100644 --- a/js/http_client/v1/src/model/V1ListProjectVersionsResponse.js +++ b/js/http_client/v1/src/model/V1ListProjectVersionsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1ProjectVersion from './V1ProjectVersion'; /** * The V1ListProjectVersionsResponse model module. * @module model/V1ListProjectVersionsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListProjectVersionsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListProjectsResponse.js b/js/http_client/v1/src/model/V1ListProjectsResponse.js index 8329fb510b..d7786fb413 100644 --- a/js/http_client/v1/src/model/V1ListProjectsResponse.js +++ b/js/http_client/v1/src/model/V1ListProjectsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Project from './V1Project'; /** * The V1ListProjectsResponse model module. * @module model/V1ListProjectsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListProjectsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListQueuesResponse.js b/js/http_client/v1/src/model/V1ListQueuesResponse.js index 25924c3837..700dde597d 100644 --- a/js/http_client/v1/src/model/V1ListQueuesResponse.js +++ b/js/http_client/v1/src/model/V1ListQueuesResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Queue from './V1Queue'; /** * The V1ListQueuesResponse model module. * @module model/V1ListQueuesResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListQueuesResponse { /** diff --git a/js/http_client/v1/src/model/V1ListRunArtifactsResponse.js b/js/http_client/v1/src/model/V1ListRunArtifactsResponse.js index aa136af571..61251ceb9d 100644 --- a/js/http_client/v1/src/model/V1ListRunArtifactsResponse.js +++ b/js/http_client/v1/src/model/V1ListRunArtifactsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1RunArtifact from './V1RunArtifact'; /** * The V1ListRunArtifactsResponse model module. * @module model/V1ListRunArtifactsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListRunArtifactsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListRunConnectionsResponse.js b/js/http_client/v1/src/model/V1ListRunConnectionsResponse.js index cdbc0e2e6a..a2bf5af045 100644 --- a/js/http_client/v1/src/model/V1ListRunConnectionsResponse.js +++ b/js/http_client/v1/src/model/V1ListRunConnectionsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1RunConnection from './V1RunConnection'; /** * The V1ListRunConnectionsResponse model module. * @module model/V1ListRunConnectionsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListRunConnectionsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListRunEdgesResponse.js b/js/http_client/v1/src/model/V1ListRunEdgesResponse.js index 93bb3370b6..1731f2b92f 100644 --- a/js/http_client/v1/src/model/V1ListRunEdgesResponse.js +++ b/js/http_client/v1/src/model/V1ListRunEdgesResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1RunEdge from './V1RunEdge'; /** * The V1ListRunEdgesResponse model module. * @module model/V1ListRunEdgesResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListRunEdgesResponse { /** diff --git a/js/http_client/v1/src/model/V1ListRunsResponse.js b/js/http_client/v1/src/model/V1ListRunsResponse.js index f765366e36..a31e4ae56a 100644 --- a/js/http_client/v1/src/model/V1ListRunsResponse.js +++ b/js/http_client/v1/src/model/V1ListRunsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Run from './V1Run'; /** * The V1ListRunsResponse model module. * @module model/V1ListRunsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListRunsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListSearchesResponse.js b/js/http_client/v1/src/model/V1ListSearchesResponse.js index 0295589712..f5160dbdd5 100644 --- a/js/http_client/v1/src/model/V1ListSearchesResponse.js +++ b/js/http_client/v1/src/model/V1ListSearchesResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Search from './V1Search'; /** * The V1ListSearchesResponse model module. * @module model/V1ListSearchesResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListSearchesResponse { /** diff --git a/js/http_client/v1/src/model/V1ListServiceAccountsResponse.js b/js/http_client/v1/src/model/V1ListServiceAccountsResponse.js index de111bb23e..6eb3cf739d 100644 --- a/js/http_client/v1/src/model/V1ListServiceAccountsResponse.js +++ b/js/http_client/v1/src/model/V1ListServiceAccountsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1ServiceAccount from './V1ServiceAccount'; /** * The V1ListServiceAccountsResponse model module. * @module model/V1ListServiceAccountsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListServiceAccountsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListTagsResponse.js b/js/http_client/v1/src/model/V1ListTagsResponse.js index 769e8f8c23..e5b19ea003 100644 --- a/js/http_client/v1/src/model/V1ListTagsResponse.js +++ b/js/http_client/v1/src/model/V1ListTagsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Tag from './V1Tag'; /** * The V1ListTagsResponse model module. * @module model/V1ListTagsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListTagsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListTeamMembersResponse.js b/js/http_client/v1/src/model/V1ListTeamMembersResponse.js index 4377584845..be4cde65e9 100644 --- a/js/http_client/v1/src/model/V1ListTeamMembersResponse.js +++ b/js/http_client/v1/src/model/V1ListTeamMembersResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1TeamMember from './V1TeamMember'; /** * The V1ListTeamMembersResponse model module. * @module model/V1ListTeamMembersResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListTeamMembersResponse { /** diff --git a/js/http_client/v1/src/model/V1ListTeamsResponse.js b/js/http_client/v1/src/model/V1ListTeamsResponse.js index 80efb7925b..afe3087b03 100644 --- a/js/http_client/v1/src/model/V1ListTeamsResponse.js +++ b/js/http_client/v1/src/model/V1ListTeamsResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Team from './V1Team'; /** * The V1ListTeamsResponse model module. * @module model/V1ListTeamsResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListTeamsResponse { /** diff --git a/js/http_client/v1/src/model/V1ListTokenResponse.js b/js/http_client/v1/src/model/V1ListTokenResponse.js index 57b2f841e7..20f6157d53 100644 --- a/js/http_client/v1/src/model/V1ListTokenResponse.js +++ b/js/http_client/v1/src/model/V1ListTokenResponse.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Token from './V1Token'; /** * The V1ListTokenResponse model module. * @module model/V1ListTokenResponse - * @version 1.20.0 + * @version 1.21.0 */ class V1ListTokenResponse { /** diff --git a/js/http_client/v1/src/model/V1Log.js b/js/http_client/v1/src/model/V1Log.js index 043a5b789f..7caed1bf17 100644 --- a/js/http_client/v1/src/model/V1Log.js +++ b/js/http_client/v1/src/model/V1Log.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Log model module. * @module model/V1Log - * @version 1.20.0 + * @version 1.21.0 */ class V1Log { /** diff --git a/js/http_client/v1/src/model/V1LogHandler.js b/js/http_client/v1/src/model/V1LogHandler.js index 2e2d0cc219..c43de38d3c 100644 --- a/js/http_client/v1/src/model/V1LogHandler.js +++ b/js/http_client/v1/src/model/V1LogHandler.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1LogHandler model module. * @module model/V1LogHandler - * @version 1.20.0 + * @version 1.21.0 */ class V1LogHandler { /** diff --git a/js/http_client/v1/src/model/V1Logs.js b/js/http_client/v1/src/model/V1Logs.js index f302e76500..552dbc6a7f 100644 --- a/js/http_client/v1/src/model/V1Logs.js +++ b/js/http_client/v1/src/model/V1Logs.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Log from './V1Log'; /** * The V1Logs model module. * @module model/V1Logs - * @version 1.20.0 + * @version 1.21.0 */ class V1Logs { /** diff --git a/js/http_client/v1/src/model/V1MPIJob.js b/js/http_client/v1/src/model/V1MPIJob.js index 999d66e1d0..db9398b4c0 100644 --- a/js/http_client/v1/src/model/V1MPIJob.js +++ b/js/http_client/v1/src/model/V1MPIJob.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ import V1SchedulingPolicy from './V1SchedulingPolicy'; /** * The V1MPIJob model module. * @module model/V1MPIJob - * @version 1.20.0 + * @version 1.21.0 */ class V1MPIJob { /** diff --git a/js/http_client/v1/src/model/V1MXJob.js b/js/http_client/v1/src/model/V1MXJob.js index 71f0b1dcba..4e6561034d 100644 --- a/js/http_client/v1/src/model/V1MXJob.js +++ b/js/http_client/v1/src/model/V1MXJob.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ import V1SchedulingPolicy from './V1SchedulingPolicy'; /** * The V1MXJob model module. * @module model/V1MXJob - * @version 1.20.0 + * @version 1.21.0 */ class V1MXJob { /** diff --git a/js/http_client/v1/src/model/V1Mapping.js b/js/http_client/v1/src/model/V1Mapping.js index 015733401b..05bb2e4ea1 100644 --- a/js/http_client/v1/src/model/V1Mapping.js +++ b/js/http_client/v1/src/model/V1Mapping.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Mapping model module. * @module model/V1Mapping - * @version 1.20.0 + * @version 1.21.0 */ class V1Mapping { /** diff --git a/js/http_client/v1/src/model/V1Matrix.js b/js/http_client/v1/src/model/V1Matrix.js index 046e38c050..e3e39e2673 100644 --- a/js/http_client/v1/src/model/V1Matrix.js +++ b/js/http_client/v1/src/model/V1Matrix.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -37,7 +37,7 @@ import V1RandomSearch from './V1RandomSearch'; /** * The V1Matrix model module. * @module model/V1Matrix - * @version 1.20.0 + * @version 1.21.0 */ class V1Matrix { /** diff --git a/js/http_client/v1/src/model/V1MatrixKind.js b/js/http_client/v1/src/model/V1MatrixKind.js index f5a871099d..0c10ab9dd7 100644 --- a/js/http_client/v1/src/model/V1MatrixKind.js +++ b/js/http_client/v1/src/model/V1MatrixKind.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1MedianStoppingPolicy.js b/js/http_client/v1/src/model/V1MedianStoppingPolicy.js index aa28ac6d8e..011a7c84a1 100644 --- a/js/http_client/v1/src/model/V1MedianStoppingPolicy.js +++ b/js/http_client/v1/src/model/V1MedianStoppingPolicy.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1MedianStoppingPolicy model module. * @module model/V1MedianStoppingPolicy - * @version 1.20.0 + * @version 1.21.0 */ class V1MedianStoppingPolicy { /** diff --git a/js/http_client/v1/src/model/V1MetricEarlyStopping.js b/js/http_client/v1/src/model/V1MetricEarlyStopping.js index f7428cae0f..326b884ed9 100644 --- a/js/http_client/v1/src/model/V1MetricEarlyStopping.js +++ b/js/http_client/v1/src/model/V1MetricEarlyStopping.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Optimization from './V1Optimization'; /** * The V1MetricEarlyStopping model module. * @module model/V1MetricEarlyStopping - * @version 1.20.0 + * @version 1.21.0 */ class V1MetricEarlyStopping { /** diff --git a/js/http_client/v1/src/model/V1Notification.js b/js/http_client/v1/src/model/V1Notification.js index 7193a722c7..de64025c8e 100644 --- a/js/http_client/v1/src/model/V1Notification.js +++ b/js/http_client/v1/src/model/V1Notification.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Statuses from './V1Statuses'; /** * The V1Notification model module. * @module model/V1Notification - * @version 1.20.0 + * @version 1.21.0 */ class V1Notification { /** diff --git a/js/http_client/v1/src/model/V1Operation.js b/js/http_client/v1/src/model/V1Operation.js index 03023d10c3..943b79e5f1 100644 --- a/js/http_client/v1/src/model/V1Operation.js +++ b/js/http_client/v1/src/model/V1Operation.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -42,7 +42,7 @@ import V1TriggerPolicy from './V1TriggerPolicy'; /** * The V1Operation model module. * @module model/V1Operation - * @version 1.20.0 + * @version 1.21.0 */ class V1Operation { /** diff --git a/js/http_client/v1/src/model/V1OperationBody.js b/js/http_client/v1/src/model/V1OperationBody.js index 362e5f6491..c163cc8aa4 100644 --- a/js/http_client/v1/src/model/V1OperationBody.js +++ b/js/http_client/v1/src/model/V1OperationBody.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1RunPending from './V1RunPending'; /** * The V1OperationBody model module. * @module model/V1OperationBody - * @version 1.20.0 + * @version 1.21.0 */ class V1OperationBody { /** diff --git a/js/http_client/v1/src/model/V1Optimization.js b/js/http_client/v1/src/model/V1Optimization.js index 890d207741..c468b1cb04 100644 --- a/js/http_client/v1/src/model/V1Optimization.js +++ b/js/http_client/v1/src/model/V1Optimization.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1OptimizationMetric.js b/js/http_client/v1/src/model/V1OptimizationMetric.js index ef33e9c394..316f2aaec8 100644 --- a/js/http_client/v1/src/model/V1OptimizationMetric.js +++ b/js/http_client/v1/src/model/V1OptimizationMetric.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Optimization from './V1Optimization'; /** * The V1OptimizationMetric model module. * @module model/V1OptimizationMetric - * @version 1.20.0 + * @version 1.21.0 */ class V1OptimizationMetric { /** diff --git a/js/http_client/v1/src/model/V1OptimizationResource.js b/js/http_client/v1/src/model/V1OptimizationResource.js index 5b864f68c2..164e45095b 100644 --- a/js/http_client/v1/src/model/V1OptimizationResource.js +++ b/js/http_client/v1/src/model/V1OptimizationResource.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1ResourceType from './V1ResourceType'; /** * The V1OptimizationResource model module. * @module model/V1OptimizationResource - * @version 1.20.0 + * @version 1.21.0 */ class V1OptimizationResource { /** diff --git a/js/http_client/v1/src/model/V1Organization.js b/js/http_client/v1/src/model/V1Organization.js index d69cc090fd..6558c3946d 100644 --- a/js/http_client/v1/src/model/V1Organization.js +++ b/js/http_client/v1/src/model/V1Organization.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Organization model module. * @module model/V1Organization - * @version 1.20.0 + * @version 1.21.0 */ class V1Organization { /** diff --git a/js/http_client/v1/src/model/V1OrganizationMember.js b/js/http_client/v1/src/model/V1OrganizationMember.js index c83a9d5929..f18935f3a5 100644 --- a/js/http_client/v1/src/model/V1OrganizationMember.js +++ b/js/http_client/v1/src/model/V1OrganizationMember.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1OrganizationMember model module. * @module model/V1OrganizationMember - * @version 1.20.0 + * @version 1.21.0 */ class V1OrganizationMember { /** diff --git a/js/http_client/v1/src/model/V1Param.js b/js/http_client/v1/src/model/V1Param.js index e6db6af006..bb0667ea4e 100644 --- a/js/http_client/v1/src/model/V1Param.js +++ b/js/http_client/v1/src/model/V1Param.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Param model module. * @module model/V1Param - * @version 1.20.0 + * @version 1.21.0 */ class V1Param { /** diff --git a/js/http_client/v1/src/model/V1PasswordChange.js b/js/http_client/v1/src/model/V1PasswordChange.js index ec478ae234..99a25d42d3 100644 --- a/js/http_client/v1/src/model/V1PasswordChange.js +++ b/js/http_client/v1/src/model/V1PasswordChange.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1PasswordChange model module. * @module model/V1PasswordChange - * @version 1.20.0 + * @version 1.21.0 */ class V1PasswordChange { /** diff --git a/js/http_client/v1/src/model/V1PatchStrategy.js b/js/http_client/v1/src/model/V1PatchStrategy.js index 715c7ebd2e..4ffd12748c 100644 --- a/js/http_client/v1/src/model/V1PatchStrategy.js +++ b/js/http_client/v1/src/model/V1PatchStrategy.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1PathRef.js b/js/http_client/v1/src/model/V1PathRef.js index 5e2c7b91b4..bc69ab2fdb 100644 --- a/js/http_client/v1/src/model/V1PathRef.js +++ b/js/http_client/v1/src/model/V1PathRef.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1PathRef model module. * @module model/V1PathRef - * @version 1.20.0 + * @version 1.21.0 */ class V1PathRef { /** diff --git a/js/http_client/v1/src/model/V1Pipeline.js b/js/http_client/v1/src/model/V1Pipeline.js index 40c596e0de..15582aa0ab 100644 --- a/js/http_client/v1/src/model/V1Pipeline.js +++ b/js/http_client/v1/src/model/V1Pipeline.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1PipelineKind from './V1PipelineKind'; /** * The V1Pipeline model module. * @module model/V1Pipeline - * @version 1.20.0 + * @version 1.21.0 */ class V1Pipeline { /** diff --git a/js/http_client/v1/src/model/V1PipelineKind.js b/js/http_client/v1/src/model/V1PipelineKind.js index df0f84a5c2..fcbd19ff2c 100644 --- a/js/http_client/v1/src/model/V1PipelineKind.js +++ b/js/http_client/v1/src/model/V1PipelineKind.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1Plugins.js b/js/http_client/v1/src/model/V1Plugins.js index 35c2e24149..99d584d4c0 100644 --- a/js/http_client/v1/src/model/V1Plugins.js +++ b/js/http_client/v1/src/model/V1Plugins.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1PolyaxonSidecarContainer from './V1PolyaxonSidecarContainer'; /** * The V1Plugins model module. * @module model/V1Plugins - * @version 1.20.0 + * @version 1.21.0 */ class V1Plugins { /** diff --git a/js/http_client/v1/src/model/V1PolyaxonInitContainer.js b/js/http_client/v1/src/model/V1PolyaxonInitContainer.js index fc41808e07..3eb138cb0c 100644 --- a/js/http_client/v1/src/model/V1PolyaxonInitContainer.js +++ b/js/http_client/v1/src/model/V1PolyaxonInitContainer.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1PolyaxonInitContainer model module. * @module model/V1PolyaxonInitContainer - * @version 1.20.0 + * @version 1.21.0 */ class V1PolyaxonInitContainer { /** diff --git a/js/http_client/v1/src/model/V1PolyaxonSidecarContainer.js b/js/http_client/v1/src/model/V1PolyaxonSidecarContainer.js index 799a6e8b46..745c0e330c 100644 --- a/js/http_client/v1/src/model/V1PolyaxonSidecarContainer.js +++ b/js/http_client/v1/src/model/V1PolyaxonSidecarContainer.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1PolyaxonSidecarContainer model module. * @module model/V1PolyaxonSidecarContainer - * @version 1.20.0 + * @version 1.21.0 */ class V1PolyaxonSidecarContainer { /** diff --git a/js/http_client/v1/src/model/V1Preset.js b/js/http_client/v1/src/model/V1Preset.js index 39939c4785..d6e8f739fd 100644 --- a/js/http_client/v1/src/model/V1Preset.js +++ b/js/http_client/v1/src/model/V1Preset.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Preset model module. * @module model/V1Preset - * @version 1.20.0 + * @version 1.21.0 */ class V1Preset { /** diff --git a/js/http_client/v1/src/model/V1Project.js b/js/http_client/v1/src/model/V1Project.js index 6011d322c0..8d5d792ec9 100644 --- a/js/http_client/v1/src/model/V1Project.js +++ b/js/http_client/v1/src/model/V1Project.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1ProjectSettings from './V1ProjectSettings'; /** * The V1Project model module. * @module model/V1Project - * @version 1.20.0 + * @version 1.21.0 */ class V1Project { /** diff --git a/js/http_client/v1/src/model/V1ProjectSettings.js b/js/http_client/v1/src/model/V1ProjectSettings.js index 16a2909077..78e0f5283e 100644 --- a/js/http_client/v1/src/model/V1ProjectSettings.js +++ b/js/http_client/v1/src/model/V1ProjectSettings.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1ProjectUserAccess from './V1ProjectUserAccess'; /** * The V1ProjectSettings model module. * @module model/V1ProjectSettings - * @version 1.20.0 + * @version 1.21.0 */ class V1ProjectSettings { /** diff --git a/js/http_client/v1/src/model/V1ProjectUserAccess.js b/js/http_client/v1/src/model/V1ProjectUserAccess.js index 86ea55ab23..c76f2cc275 100644 --- a/js/http_client/v1/src/model/V1ProjectUserAccess.js +++ b/js/http_client/v1/src/model/V1ProjectUserAccess.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1ProjectUserAccess model module. * @module model/V1ProjectUserAccess - * @version 1.20.0 + * @version 1.21.0 */ class V1ProjectUserAccess { /** diff --git a/js/http_client/v1/src/model/V1ProjectVersion.js b/js/http_client/v1/src/model/V1ProjectVersion.js index 2bb85b15d2..a890e4aa03 100644 --- a/js/http_client/v1/src/model/V1ProjectVersion.js +++ b/js/http_client/v1/src/model/V1ProjectVersion.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ import V1Stages from './V1Stages'; /** * The V1ProjectVersion model module. * @module model/V1ProjectVersion - * @version 1.20.0 + * @version 1.21.0 */ class V1ProjectVersion { /** diff --git a/js/http_client/v1/src/model/V1ProjectVersionKind.js b/js/http_client/v1/src/model/V1ProjectVersionKind.js index 91c2c5fd06..de2810bab3 100644 --- a/js/http_client/v1/src/model/V1ProjectVersionKind.js +++ b/js/http_client/v1/src/model/V1ProjectVersionKind.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1PytorchJob.js b/js/http_client/v1/src/model/V1PytorchJob.js index c2fad37f64..ee8d93e447 100644 --- a/js/http_client/v1/src/model/V1PytorchJob.js +++ b/js/http_client/v1/src/model/V1PytorchJob.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ import V1SchedulingPolicy from './V1SchedulingPolicy'; /** * The V1PytorchJob model module. * @module model/V1PytorchJob - * @version 1.20.0 + * @version 1.21.0 */ class V1PytorchJob { /** diff --git a/js/http_client/v1/src/model/V1Queue.js b/js/http_client/v1/src/model/V1Queue.js index f0568c235c..05534f9bad 100644 --- a/js/http_client/v1/src/model/V1Queue.js +++ b/js/http_client/v1/src/model/V1Queue.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Queue model module. * @module model/V1Queue - * @version 1.20.0 + * @version 1.21.0 */ class V1Queue { /** diff --git a/js/http_client/v1/src/model/V1RandomSearch.js b/js/http_client/v1/src/model/V1RandomSearch.js index c941173e01..d8696f0d3e 100644 --- a/js/http_client/v1/src/model/V1RandomSearch.js +++ b/js/http_client/v1/src/model/V1RandomSearch.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1RandomSearch model module. * @module model/V1RandomSearch - * @version 1.20.0 + * @version 1.21.0 */ class V1RandomSearch { /** diff --git a/js/http_client/v1/src/model/V1Ray.js b/js/http_client/v1/src/model/V1Ray.js index 0a9123d3cc..5ac7749a93 100644 --- a/js/http_client/v1/src/model/V1Ray.js +++ b/js/http_client/v1/src/model/V1Ray.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Ray model module. * @module model/V1Ray - * @version 1.20.0 + * @version 1.21.0 */ class V1Ray { /** diff --git a/js/http_client/v1/src/model/V1Reference.js b/js/http_client/v1/src/model/V1Reference.js index 4c816fa68a..d747e5408f 100644 --- a/js/http_client/v1/src/model/V1Reference.js +++ b/js/http_client/v1/src/model/V1Reference.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ import V1UrlRef from './V1UrlRef'; /** * The V1Reference model module. * @module model/V1Reference - * @version 1.20.0 + * @version 1.21.0 */ class V1Reference { /** diff --git a/js/http_client/v1/src/model/V1ResourceType.js b/js/http_client/v1/src/model/V1ResourceType.js index 1685d320c3..f3b65a1655 100644 --- a/js/http_client/v1/src/model/V1ResourceType.js +++ b/js/http_client/v1/src/model/V1ResourceType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1Run.js b/js/http_client/v1/src/model/V1Run.js index 66b07eb158..65d86f1397 100644 --- a/js/http_client/v1/src/model/V1Run.js +++ b/js/http_client/v1/src/model/V1Run.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,7 +38,7 @@ import V1Statuses from './V1Statuses'; /** * The V1Run model module. * @module model/V1Run - * @version 1.20.0 + * @version 1.21.0 */ class V1Run { /** diff --git a/js/http_client/v1/src/model/V1RunArtifact.js b/js/http_client/v1/src/model/V1RunArtifact.js index 3c3db4634a..fa9529ca7d 100644 --- a/js/http_client/v1/src/model/V1RunArtifact.js +++ b/js/http_client/v1/src/model/V1RunArtifact.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1ArtifactKind from './V1ArtifactKind'; /** * The V1RunArtifact model module. * @module model/V1RunArtifact - * @version 1.20.0 + * @version 1.21.0 */ class V1RunArtifact { /** diff --git a/js/http_client/v1/src/model/V1RunArtifacts.js b/js/http_client/v1/src/model/V1RunArtifacts.js index fafff44509..33634adeab 100644 --- a/js/http_client/v1/src/model/V1RunArtifacts.js +++ b/js/http_client/v1/src/model/V1RunArtifacts.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1RunArtifact from './V1RunArtifact'; /** * The V1RunArtifacts model module. * @module model/V1RunArtifacts - * @version 1.20.0 + * @version 1.21.0 */ class V1RunArtifacts { /** diff --git a/js/http_client/v1/src/model/V1RunConnection.js b/js/http_client/v1/src/model/V1RunConnection.js index db68f74a17..080ca9cbda 100644 --- a/js/http_client/v1/src/model/V1RunConnection.js +++ b/js/http_client/v1/src/model/V1RunConnection.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1RunConnection model module. * @module model/V1RunConnection - * @version 1.20.0 + * @version 1.21.0 */ class V1RunConnection { /** diff --git a/js/http_client/v1/src/model/V1RunEdge.js b/js/http_client/v1/src/model/V1RunEdge.js index 49080f4651..3ba62457e9 100644 --- a/js/http_client/v1/src/model/V1RunEdge.js +++ b/js/http_client/v1/src/model/V1RunEdge.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ import V1Statuses from './V1Statuses'; /** * The V1RunEdge model module. * @module model/V1RunEdge - * @version 1.20.0 + * @version 1.21.0 */ class V1RunEdge { /** diff --git a/js/http_client/v1/src/model/V1RunEdgeKind.js b/js/http_client/v1/src/model/V1RunEdgeKind.js index 137685069b..74a8eefa42 100644 --- a/js/http_client/v1/src/model/V1RunEdgeKind.js +++ b/js/http_client/v1/src/model/V1RunEdgeKind.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1RunKind.js b/js/http_client/v1/src/model/V1RunKind.js index 3d73542a05..cb59c25cea 100644 --- a/js/http_client/v1/src/model/V1RunKind.js +++ b/js/http_client/v1/src/model/V1RunKind.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1RunPending.js b/js/http_client/v1/src/model/V1RunPending.js index 7fcbcb792a..8ef3f40763 100644 --- a/js/http_client/v1/src/model/V1RunPending.js +++ b/js/http_client/v1/src/model/V1RunPending.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1RunReferenceCatalog.js b/js/http_client/v1/src/model/V1RunReferenceCatalog.js index 3b0e48a435..35d1d3f11f 100644 --- a/js/http_client/v1/src/model/V1RunReferenceCatalog.js +++ b/js/http_client/v1/src/model/V1RunReferenceCatalog.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1RunReferenceCatalog model module. * @module model/V1RunReferenceCatalog - * @version 1.20.0 + * @version 1.21.0 */ class V1RunReferenceCatalog { /** diff --git a/js/http_client/v1/src/model/V1RunResources.js b/js/http_client/v1/src/model/V1RunResources.js index b34a6a8c3e..8659b9e410 100644 --- a/js/http_client/v1/src/model/V1RunResources.js +++ b/js/http_client/v1/src/model/V1RunResources.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1RunResources model module. * @module model/V1RunResources - * @version 1.20.0 + * @version 1.21.0 */ class V1RunResources { /** diff --git a/js/http_client/v1/src/model/V1RunSchema.js b/js/http_client/v1/src/model/V1RunSchema.js index f71302f732..fdb1d5dc20 100644 --- a/js/http_client/v1/src/model/V1RunSchema.js +++ b/js/http_client/v1/src/model/V1RunSchema.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -42,7 +42,7 @@ import V1XGBoostJob from './V1XGBoostJob'; /** * The V1RunSchema model module. * @module model/V1RunSchema - * @version 1.20.0 + * @version 1.21.0 */ class V1RunSchema { /** diff --git a/js/http_client/v1/src/model/V1RunSettings.js b/js/http_client/v1/src/model/V1RunSettings.js index e7f82abdc2..4c3f38c806 100644 --- a/js/http_client/v1/src/model/V1RunSettings.js +++ b/js/http_client/v1/src/model/V1RunSettings.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1SettingsCatalog from './V1SettingsCatalog'; /** * The V1RunSettings model module. * @module model/V1RunSettings - * @version 1.20.0 + * @version 1.21.0 */ class V1RunSettings { /** diff --git a/js/http_client/v1/src/model/V1S3Type.js b/js/http_client/v1/src/model/V1S3Type.js index 67ddf0df70..0b141845b0 100644 --- a/js/http_client/v1/src/model/V1S3Type.js +++ b/js/http_client/v1/src/model/V1S3Type.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1S3Type model module. * @module model/V1S3Type - * @version 1.20.0 + * @version 1.21.0 */ class V1S3Type { /** diff --git a/js/http_client/v1/src/model/V1Schedule.js b/js/http_client/v1/src/model/V1Schedule.js index 5e7cff0863..353f460933 100644 --- a/js/http_client/v1/src/model/V1Schedule.js +++ b/js/http_client/v1/src/model/V1Schedule.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ import V1IntervalSchedule from './V1IntervalSchedule'; /** * The V1Schedule model module. * @module model/V1Schedule - * @version 1.20.0 + * @version 1.21.0 */ class V1Schedule { /** diff --git a/js/http_client/v1/src/model/V1ScheduleKind.js b/js/http_client/v1/src/model/V1ScheduleKind.js index b462cc59d1..22de2b4f01 100644 --- a/js/http_client/v1/src/model/V1ScheduleKind.js +++ b/js/http_client/v1/src/model/V1ScheduleKind.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1SchedulingPolicy.js b/js/http_client/v1/src/model/V1SchedulingPolicy.js index a25366428b..d2ba2074a1 100644 --- a/js/http_client/v1/src/model/V1SchedulingPolicy.js +++ b/js/http_client/v1/src/model/V1SchedulingPolicy.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1SchedulingPolicy model module. * @module model/V1SchedulingPolicy - * @version 1.20.0 + * @version 1.21.0 */ class V1SchedulingPolicy { /** diff --git a/js/http_client/v1/src/model/V1Schemas.js b/js/http_client/v1/src/model/V1Schemas.js index 69c1181a0d..3b57e5ddc1 100644 --- a/js/http_client/v1/src/model/V1Schemas.js +++ b/js/http_client/v1/src/model/V1Schemas.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -54,7 +54,7 @@ import V1WasbType from './V1WasbType'; /** * The V1Schemas model module. * @module model/V1Schemas - * @version 1.20.0 + * @version 1.21.0 */ class V1Schemas { /** diff --git a/js/http_client/v1/src/model/V1Search.js b/js/http_client/v1/src/model/V1Search.js index 37ef986366..8231effd3b 100644 --- a/js/http_client/v1/src/model/V1Search.js +++ b/js/http_client/v1/src/model/V1Search.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1SearchSpec from './V1SearchSpec'; /** * The V1Search model module. * @module model/V1Search - * @version 1.20.0 + * @version 1.21.0 */ class V1Search { /** diff --git a/js/http_client/v1/src/model/V1SearchSpec.js b/js/http_client/v1/src/model/V1SearchSpec.js index 257ecb0811..a743067828 100644 --- a/js/http_client/v1/src/model/V1SearchSpec.js +++ b/js/http_client/v1/src/model/V1SearchSpec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1DashboardSpec from './V1DashboardSpec'; /** * The V1SearchSpec model module. * @module model/V1SearchSpec - * @version 1.20.0 + * @version 1.21.0 */ class V1SearchSpec { /** diff --git a/js/http_client/v1/src/model/V1SectionSpec.js b/js/http_client/v1/src/model/V1SectionSpec.js index af99656547..fd5a0376bd 100644 --- a/js/http_client/v1/src/model/V1SectionSpec.js +++ b/js/http_client/v1/src/model/V1SectionSpec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1SectionSpec model module. * @module model/V1SectionSpec - * @version 1.20.0 + * @version 1.21.0 */ class V1SectionSpec { /** diff --git a/js/http_client/v1/src/model/V1Service.js b/js/http_client/v1/src/model/V1Service.js index 9a45a77cb1..132b7f640f 100644 --- a/js/http_client/v1/src/model/V1Service.js +++ b/js/http_client/v1/src/model/V1Service.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1Init from './V1Init'; /** * The V1Service model module. * @module model/V1Service - * @version 1.20.0 + * @version 1.21.0 */ class V1Service { /** diff --git a/js/http_client/v1/src/model/V1ServiceAccount.js b/js/http_client/v1/src/model/V1ServiceAccount.js index 5a5e0d643e..c053b283c4 100644 --- a/js/http_client/v1/src/model/V1ServiceAccount.js +++ b/js/http_client/v1/src/model/V1ServiceAccount.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1ServiceAccount model module. * @module model/V1ServiceAccount - * @version 1.20.0 + * @version 1.21.0 */ class V1ServiceAccount { /** diff --git a/js/http_client/v1/src/model/V1SettingsCatalog.js b/js/http_client/v1/src/model/V1SettingsCatalog.js index 3d9dae9055..84aeea790a 100644 --- a/js/http_client/v1/src/model/V1SettingsCatalog.js +++ b/js/http_client/v1/src/model/V1SettingsCatalog.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1SettingsCatalog model module. * @module model/V1SettingsCatalog - * @version 1.20.0 + * @version 1.21.0 */ class V1SettingsCatalog { /** diff --git a/js/http_client/v1/src/model/V1Spark.js b/js/http_client/v1/src/model/V1Spark.js index 06548313dd..b1d09d88cb 100644 --- a/js/http_client/v1/src/model/V1Spark.js +++ b/js/http_client/v1/src/model/V1Spark.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ import V1SparkType from './V1SparkType'; /** * The V1Spark model module. * @module model/V1Spark - * @version 1.20.0 + * @version 1.21.0 */ class V1Spark { /** diff --git a/js/http_client/v1/src/model/V1SparkReplica.js b/js/http_client/v1/src/model/V1SparkReplica.js index 433da6f668..22121a9caf 100644 --- a/js/http_client/v1/src/model/V1SparkReplica.js +++ b/js/http_client/v1/src/model/V1SparkReplica.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1Init from './V1Init'; /** * The V1SparkReplica model module. * @module model/V1SparkReplica - * @version 1.20.0 + * @version 1.21.0 */ class V1SparkReplica { /** diff --git a/js/http_client/v1/src/model/V1SparkType.js b/js/http_client/v1/src/model/V1SparkType.js index a2454731e5..1ed4ad3dd5 100644 --- a/js/http_client/v1/src/model/V1SparkType.js +++ b/js/http_client/v1/src/model/V1SparkType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1Stage.js b/js/http_client/v1/src/model/V1Stage.js index 1c473c50e9..eca8624b2c 100644 --- a/js/http_client/v1/src/model/V1Stage.js +++ b/js/http_client/v1/src/model/V1Stage.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1Stages from './V1Stages'; /** * The V1Stage model module. * @module model/V1Stage - * @version 1.20.0 + * @version 1.21.0 */ class V1Stage { /** diff --git a/js/http_client/v1/src/model/V1StageCondition.js b/js/http_client/v1/src/model/V1StageCondition.js index 97fdf3eda3..d1f064024e 100644 --- a/js/http_client/v1/src/model/V1StageCondition.js +++ b/js/http_client/v1/src/model/V1StageCondition.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Stages from './V1Stages'; /** * The V1StageCondition model module. * @module model/V1StageCondition - * @version 1.20.0 + * @version 1.21.0 */ class V1StageCondition { /** diff --git a/js/http_client/v1/src/model/V1Stages.js b/js/http_client/v1/src/model/V1Stages.js index ef1e96d56c..bf82281840 100644 --- a/js/http_client/v1/src/model/V1Stages.js +++ b/js/http_client/v1/src/model/V1Stages.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1Status.js b/js/http_client/v1/src/model/V1Status.js index 55ba6d5783..9e5481b8b2 100644 --- a/js/http_client/v1/src/model/V1Status.js +++ b/js/http_client/v1/src/model/V1Status.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import V1Statuses from './V1Statuses'; /** * The V1Status model module. * @module model/V1Status - * @version 1.20.0 + * @version 1.21.0 */ class V1Status { /** diff --git a/js/http_client/v1/src/model/V1StatusCondition.js b/js/http_client/v1/src/model/V1StatusCondition.js index a69197b107..4774cb5ebb 100644 --- a/js/http_client/v1/src/model/V1StatusCondition.js +++ b/js/http_client/v1/src/model/V1StatusCondition.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Statuses from './V1Statuses'; /** * The V1StatusCondition model module. * @module model/V1StatusCondition - * @version 1.20.0 + * @version 1.21.0 */ class V1StatusCondition { /** diff --git a/js/http_client/v1/src/model/V1Statuses.js b/js/http_client/v1/src/model/V1Statuses.js index c3e0f9ff48..a522cbf57c 100644 --- a/js/http_client/v1/src/model/V1Statuses.js +++ b/js/http_client/v1/src/model/V1Statuses.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1TFJob.js b/js/http_client/v1/src/model/V1TFJob.js index 12260cc85b..1375933c90 100644 --- a/js/http_client/v1/src/model/V1TFJob.js +++ b/js/http_client/v1/src/model/V1TFJob.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ import V1SchedulingPolicy from './V1SchedulingPolicy'; /** * The V1TFJob model module. * @module model/V1TFJob - * @version 1.20.0 + * @version 1.21.0 */ class V1TFJob { /** diff --git a/js/http_client/v1/src/model/V1Tag.js b/js/http_client/v1/src/model/V1Tag.js index 3ec2b18741..9b75372795 100644 --- a/js/http_client/v1/src/model/V1Tag.js +++ b/js/http_client/v1/src/model/V1Tag.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Tag model module. * @module model/V1Tag - * @version 1.20.0 + * @version 1.21.0 */ class V1Tag { /** diff --git a/js/http_client/v1/src/model/V1Team.js b/js/http_client/v1/src/model/V1Team.js index 30daeec576..169d345c9b 100644 --- a/js/http_client/v1/src/model/V1Team.js +++ b/js/http_client/v1/src/model/V1Team.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1TeamSettings from './V1TeamSettings'; /** * The V1Team model module. * @module model/V1Team - * @version 1.20.0 + * @version 1.21.0 */ class V1Team { /** diff --git a/js/http_client/v1/src/model/V1TeamMember.js b/js/http_client/v1/src/model/V1TeamMember.js index 0ae2d8b48f..6618ccc61b 100644 --- a/js/http_client/v1/src/model/V1TeamMember.js +++ b/js/http_client/v1/src/model/V1TeamMember.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1TeamMember model module. * @module model/V1TeamMember - * @version 1.20.0 + * @version 1.21.0 */ class V1TeamMember { /** diff --git a/js/http_client/v1/src/model/V1TeamSettings.js b/js/http_client/v1/src/model/V1TeamSettings.js index 2d439a2eed..3f5e7f0a2f 100644 --- a/js/http_client/v1/src/model/V1TeamSettings.js +++ b/js/http_client/v1/src/model/V1TeamSettings.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1SettingsCatalog from './V1SettingsCatalog'; /** * The V1TeamSettings model module. * @module model/V1TeamSettings - * @version 1.20.0 + * @version 1.21.0 */ class V1TeamSettings { /** diff --git a/js/http_client/v1/src/model/V1Template.js b/js/http_client/v1/src/model/V1Template.js index 4a55e89f65..b13de195f1 100644 --- a/js/http_client/v1/src/model/V1Template.js +++ b/js/http_client/v1/src/model/V1Template.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Template model module. * @module model/V1Template - * @version 1.20.0 + * @version 1.21.0 */ class V1Template { /** diff --git a/js/http_client/v1/src/model/V1TensorboardType.js b/js/http_client/v1/src/model/V1TensorboardType.js index 8adb808826..56e075d41f 100644 --- a/js/http_client/v1/src/model/V1TensorboardType.js +++ b/js/http_client/v1/src/model/V1TensorboardType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1TensorboardType model module. * @module model/V1TensorboardType - * @version 1.20.0 + * @version 1.21.0 */ class V1TensorboardType { /** diff --git a/js/http_client/v1/src/model/V1Termination.js b/js/http_client/v1/src/model/V1Termination.js index 1e6fa6b11b..6ba41fabd9 100644 --- a/js/http_client/v1/src/model/V1Termination.js +++ b/js/http_client/v1/src/model/V1Termination.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Termination model module. * @module model/V1Termination - * @version 1.20.0 + * @version 1.21.0 */ class V1Termination { /** diff --git a/js/http_client/v1/src/model/V1Token.js b/js/http_client/v1/src/model/V1Token.js index 4f4b2d4d12..d3be49e3fb 100644 --- a/js/http_client/v1/src/model/V1Token.js +++ b/js/http_client/v1/src/model/V1Token.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Token model module. * @module model/V1Token - * @version 1.20.0 + * @version 1.21.0 */ class V1Token { /** diff --git a/js/http_client/v1/src/model/V1TrialStart.js b/js/http_client/v1/src/model/V1TrialStart.js index 50bd15c6dc..21fe20cc51 100644 --- a/js/http_client/v1/src/model/V1TrialStart.js +++ b/js/http_client/v1/src/model/V1TrialStart.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1TrialStart model module. * @module model/V1TrialStart - * @version 1.20.0 + * @version 1.21.0 */ class V1TrialStart { /** diff --git a/js/http_client/v1/src/model/V1TriggerPolicy.js b/js/http_client/v1/src/model/V1TriggerPolicy.js index 8782c7aa4d..4ed730a286 100644 --- a/js/http_client/v1/src/model/V1TriggerPolicy.js +++ b/js/http_client/v1/src/model/V1TriggerPolicy.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/src/model/V1TruncationStoppingPolicy.js b/js/http_client/v1/src/model/V1TruncationStoppingPolicy.js index 7d1dff0d07..be688452ed 100644 --- a/js/http_client/v1/src/model/V1TruncationStoppingPolicy.js +++ b/js/http_client/v1/src/model/V1TruncationStoppingPolicy.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1TruncationStoppingPolicy model module. * @module model/V1TruncationStoppingPolicy - * @version 1.20.0 + * @version 1.21.0 */ class V1TruncationStoppingPolicy { /** diff --git a/js/http_client/v1/src/model/V1Tuner.js b/js/http_client/v1/src/model/V1Tuner.js index 84642c8060..55b9bcbd22 100644 --- a/js/http_client/v1/src/model/V1Tuner.js +++ b/js/http_client/v1/src/model/V1Tuner.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ import V1Param from './V1Param'; /** * The V1Tuner model module. * @module model/V1Tuner - * @version 1.20.0 + * @version 1.21.0 */ class V1Tuner { /** diff --git a/js/http_client/v1/src/model/V1UriType.js b/js/http_client/v1/src/model/V1UriType.js index 8df55374e8..ee4db3c965 100644 --- a/js/http_client/v1/src/model/V1UriType.js +++ b/js/http_client/v1/src/model/V1UriType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1UriType model module. * @module model/V1UriType - * @version 1.20.0 + * @version 1.21.0 */ class V1UriType { /** diff --git a/js/http_client/v1/src/model/V1UrlRef.js b/js/http_client/v1/src/model/V1UrlRef.js index 1a01dc4035..a8b70ce0a5 100644 --- a/js/http_client/v1/src/model/V1UrlRef.js +++ b/js/http_client/v1/src/model/V1UrlRef.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1UrlRef model module. * @module model/V1UrlRef - * @version 1.20.0 + * @version 1.21.0 */ class V1UrlRef { /** diff --git a/js/http_client/v1/src/model/V1User.js b/js/http_client/v1/src/model/V1User.js index e31597154b..9639663319 100644 --- a/js/http_client/v1/src/model/V1User.js +++ b/js/http_client/v1/src/model/V1User.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1User model module. * @module model/V1User - * @version 1.20.0 + * @version 1.21.0 */ class V1User { /** diff --git a/js/http_client/v1/src/model/V1UserEmail.js b/js/http_client/v1/src/model/V1UserEmail.js index aa5c6e80c2..b8585969ae 100644 --- a/js/http_client/v1/src/model/V1UserEmail.js +++ b/js/http_client/v1/src/model/V1UserEmail.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1UserEmail model module. * @module model/V1UserEmail - * @version 1.20.0 + * @version 1.21.0 */ class V1UserEmail { /** diff --git a/js/http_client/v1/src/model/V1UserSingup.js b/js/http_client/v1/src/model/V1UserSingup.js index 758649be46..9bd318962d 100644 --- a/js/http_client/v1/src/model/V1UserSingup.js +++ b/js/http_client/v1/src/model/V1UserSingup.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1UserSingup model module. * @module model/V1UserSingup - * @version 1.20.0 + * @version 1.21.0 */ class V1UserSingup { /** diff --git a/js/http_client/v1/src/model/V1Uuids.js b/js/http_client/v1/src/model/V1Uuids.js index 8c2b360f44..3d84ca79fa 100644 --- a/js/http_client/v1/src/model/V1Uuids.js +++ b/js/http_client/v1/src/model/V1Uuids.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Uuids model module. * @module model/V1Uuids - * @version 1.20.0 + * @version 1.21.0 */ class V1Uuids { /** diff --git a/js/http_client/v1/src/model/V1Version.js b/js/http_client/v1/src/model/V1Version.js index 4a7794aeff..1712d4fafa 100644 --- a/js/http_client/v1/src/model/V1Version.js +++ b/js/http_client/v1/src/model/V1Version.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1Version model module. * @module model/V1Version - * @version 1.20.0 + * @version 1.21.0 */ class V1Version { /** diff --git a/js/http_client/v1/src/model/V1WasbType.js b/js/http_client/v1/src/model/V1WasbType.js index 24dd40d647..7ad787dea1 100644 --- a/js/http_client/v1/src/model/V1WasbType.js +++ b/js/http_client/v1/src/model/V1WasbType.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ import ApiClient from '../ApiClient'; /** * The V1WasbType model module. * @module model/V1WasbType - * @version 1.20.0 + * @version 1.21.0 */ class V1WasbType { /** diff --git a/js/http_client/v1/src/model/V1XGBoostJob.js b/js/http_client/v1/src/model/V1XGBoostJob.js index 72a8d507f1..6be1694f9c 100644 --- a/js/http_client/v1/src/model/V1XGBoostJob.js +++ b/js/http_client/v1/src/model/V1XGBoostJob.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ import V1SchedulingPolicy from './V1SchedulingPolicy'; /** * The V1XGBoostJob model module. * @module model/V1XGBoostJob - * @version 1.20.0 + * @version 1.21.0 */ class V1XGBoostJob { /** diff --git a/js/http_client/v1/test/api/AgentsV1Api.spec.js b/js/http_client/v1/test/api/AgentsV1Api.spec.js index aab2f49dc9..31e48fafe6 100644 --- a/js/http_client/v1/test/api/AgentsV1Api.spec.js +++ b/js/http_client/v1/test/api/AgentsV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/ArtifactsStoresV1Api.spec.js b/js/http_client/v1/test/api/ArtifactsStoresV1Api.spec.js index 522000a467..4238c3cdbe 100644 --- a/js/http_client/v1/test/api/ArtifactsStoresV1Api.spec.js +++ b/js/http_client/v1/test/api/ArtifactsStoresV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/AuthV1Api.spec.js b/js/http_client/v1/test/api/AuthV1Api.spec.js index 1265a6c87b..8340395c07 100644 --- a/js/http_client/v1/test/api/AuthV1Api.spec.js +++ b/js/http_client/v1/test/api/AuthV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/ConnectionsV1Api.spec.js b/js/http_client/v1/test/api/ConnectionsV1Api.spec.js index ca69420c19..f0ebbb9332 100644 --- a/js/http_client/v1/test/api/ConnectionsV1Api.spec.js +++ b/js/http_client/v1/test/api/ConnectionsV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/DashboardsV1Api.spec.js b/js/http_client/v1/test/api/DashboardsV1Api.spec.js index a45f0ffd2f..82df5502d5 100644 --- a/js/http_client/v1/test/api/DashboardsV1Api.spec.js +++ b/js/http_client/v1/test/api/DashboardsV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/OrganizationsV1Api.spec.js b/js/http_client/v1/test/api/OrganizationsV1Api.spec.js index 1a22e718d4..297d17432b 100644 --- a/js/http_client/v1/test/api/OrganizationsV1Api.spec.js +++ b/js/http_client/v1/test/api/OrganizationsV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/PresetsV1Api.spec.js b/js/http_client/v1/test/api/PresetsV1Api.spec.js index ab1506ff2a..03f600b09c 100644 --- a/js/http_client/v1/test/api/PresetsV1Api.spec.js +++ b/js/http_client/v1/test/api/PresetsV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/ProjectDashboardsV1Api.spec.js b/js/http_client/v1/test/api/ProjectDashboardsV1Api.spec.js index 4427ed44f0..10132f188d 100644 --- a/js/http_client/v1/test/api/ProjectDashboardsV1Api.spec.js +++ b/js/http_client/v1/test/api/ProjectDashboardsV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/ProjectSearchesV1Api.spec.js b/js/http_client/v1/test/api/ProjectSearchesV1Api.spec.js index ad429dbf8c..69eec6ecea 100644 --- a/js/http_client/v1/test/api/ProjectSearchesV1Api.spec.js +++ b/js/http_client/v1/test/api/ProjectSearchesV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/ProjectsV1Api.spec.js b/js/http_client/v1/test/api/ProjectsV1Api.spec.js index 8e10fab64a..7b50195ff4 100644 --- a/js/http_client/v1/test/api/ProjectsV1Api.spec.js +++ b/js/http_client/v1/test/api/ProjectsV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/QueuesV1Api.spec.js b/js/http_client/v1/test/api/QueuesV1Api.spec.js index 2ea2475dea..ef77edc456 100644 --- a/js/http_client/v1/test/api/QueuesV1Api.spec.js +++ b/js/http_client/v1/test/api/QueuesV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/RunsV1Api.spec.js b/js/http_client/v1/test/api/RunsV1Api.spec.js index 2146a2ac37..2779e8480c 100644 --- a/js/http_client/v1/test/api/RunsV1Api.spec.js +++ b/js/http_client/v1/test/api/RunsV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/SchemasV1Api.spec.js b/js/http_client/v1/test/api/SchemasV1Api.spec.js index dd7416854f..6050fcb8e7 100644 --- a/js/http_client/v1/test/api/SchemasV1Api.spec.js +++ b/js/http_client/v1/test/api/SchemasV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/SearchesV1Api.spec.js b/js/http_client/v1/test/api/SearchesV1Api.spec.js index 01421c4307..0894f3db78 100644 --- a/js/http_client/v1/test/api/SearchesV1Api.spec.js +++ b/js/http_client/v1/test/api/SearchesV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/ServiceAccountsV1Api.spec.js b/js/http_client/v1/test/api/ServiceAccountsV1Api.spec.js index 646b13b8b2..0c0c79a8bd 100644 --- a/js/http_client/v1/test/api/ServiceAccountsV1Api.spec.js +++ b/js/http_client/v1/test/api/ServiceAccountsV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/TagsV1Api.spec.js b/js/http_client/v1/test/api/TagsV1Api.spec.js index c23e37d2ee..2264d50942 100644 --- a/js/http_client/v1/test/api/TagsV1Api.spec.js +++ b/js/http_client/v1/test/api/TagsV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/TeamsV1Api.spec.js b/js/http_client/v1/test/api/TeamsV1Api.spec.js index ed5e3e8164..d7fb8b998c 100644 --- a/js/http_client/v1/test/api/TeamsV1Api.spec.js +++ b/js/http_client/v1/test/api/TeamsV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/UsersV1Api.spec.js b/js/http_client/v1/test/api/UsersV1Api.spec.js index 42c188dc52..5977488f1f 100644 --- a/js/http_client/v1/test/api/UsersV1Api.spec.js +++ b/js/http_client/v1/test/api/UsersV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/api/VersionsV1Api.spec.js b/js/http_client/v1/test/api/VersionsV1Api.spec.js index a50fec8c96..72f14d492a 100644 --- a/js/http_client/v1/test/api/VersionsV1Api.spec.js +++ b/js/http_client/v1/test/api/VersionsV1Api.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/AgentStateResponseAgentState.spec.js b/js/http_client/v1/test/model/AgentStateResponseAgentState.spec.js index 77e48c5789..56a39dd235 100644 --- a/js/http_client/v1/test/model/AgentStateResponseAgentState.spec.js +++ b/js/http_client/v1/test/model/AgentStateResponseAgentState.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/MPIJobImplementation.spec.js b/js/http_client/v1/test/model/MPIJobImplementation.spec.js index aaf2ea3c3c..604ae53946 100644 --- a/js/http_client/v1/test/model/MPIJobImplementation.spec.js +++ b/js/http_client/v1/test/model/MPIJobImplementation.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/MXJobMode.spec.js b/js/http_client/v1/test/model/MXJobMode.spec.js index 7361793c9e..b1e160c75f 100644 --- a/js/http_client/v1/test/model/MXJobMode.spec.js +++ b/js/http_client/v1/test/model/MXJobMode.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/ProtobufAny.spec.js b/js/http_client/v1/test/model/ProtobufAny.spec.js index 1c9d6b58e3..58f646768b 100644 --- a/js/http_client/v1/test/model/ProtobufAny.spec.js +++ b/js/http_client/v1/test/model/ProtobufAny.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/ProtobufNullValue.spec.js b/js/http_client/v1/test/model/ProtobufNullValue.spec.js index 7ef5c88524..361c5cb429 100644 --- a/js/http_client/v1/test/model/ProtobufNullValue.spec.js +++ b/js/http_client/v1/test/model/ProtobufNullValue.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/RuntimeError.spec.js b/js/http_client/v1/test/model/RuntimeError.spec.js index 5c2de17dda..b0fb80a526 100644 --- a/js/http_client/v1/test/model/RuntimeError.spec.js +++ b/js/http_client/v1/test/model/RuntimeError.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/SearchView.spec.js b/js/http_client/v1/test/model/SearchView.spec.js index 26992a27cd..88f094a235 100644 --- a/js/http_client/v1/test/model/SearchView.spec.js +++ b/js/http_client/v1/test/model/SearchView.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/SparkDeployMode.spec.js b/js/http_client/v1/test/model/SparkDeployMode.spec.js index e323c38e67..725b1d6d4e 100644 --- a/js/http_client/v1/test/model/SparkDeployMode.spec.js +++ b/js/http_client/v1/test/model/SparkDeployMode.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Activity.spec.js b/js/http_client/v1/test/model/V1Activity.spec.js index 2062d75529..50176edd1a 100644 --- a/js/http_client/v1/test/model/V1Activity.spec.js +++ b/js/http_client/v1/test/model/V1Activity.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Agent.spec.js b/js/http_client/v1/test/model/V1Agent.spec.js index 976ad0befa..37068e6574 100644 --- a/js/http_client/v1/test/model/V1Agent.spec.js +++ b/js/http_client/v1/test/model/V1Agent.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1AgentStateResponse.spec.js b/js/http_client/v1/test/model/V1AgentStateResponse.spec.js index 0b919ec788..977efbb5a9 100644 --- a/js/http_client/v1/test/model/V1AgentStateResponse.spec.js +++ b/js/http_client/v1/test/model/V1AgentStateResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1AgentStatusBodyRequest.spec.js b/js/http_client/v1/test/model/V1AgentStatusBodyRequest.spec.js index 2b986963f9..cf00b7906f 100644 --- a/js/http_client/v1/test/model/V1AgentStatusBodyRequest.spec.js +++ b/js/http_client/v1/test/model/V1AgentStatusBodyRequest.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1AnalyticsSpec.spec.js b/js/http_client/v1/test/model/V1AnalyticsSpec.spec.js index b8636bb269..cfbc62a4d4 100644 --- a/js/http_client/v1/test/model/V1AnalyticsSpec.spec.js +++ b/js/http_client/v1/test/model/V1AnalyticsSpec.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ArtifactKind.spec.js b/js/http_client/v1/test/model/V1ArtifactKind.spec.js index fb9f0676a0..5b763cf00d 100644 --- a/js/http_client/v1/test/model/V1ArtifactKind.spec.js +++ b/js/http_client/v1/test/model/V1ArtifactKind.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ArtifactTree.spec.js b/js/http_client/v1/test/model/V1ArtifactTree.spec.js index 301dc0a394..3d14261b9c 100644 --- a/js/http_client/v1/test/model/V1ArtifactTree.spec.js +++ b/js/http_client/v1/test/model/V1ArtifactTree.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ArtifactsMount.spec.js b/js/http_client/v1/test/model/V1ArtifactsMount.spec.js index 8f6469eb5e..db82b09152 100644 --- a/js/http_client/v1/test/model/V1ArtifactsMount.spec.js +++ b/js/http_client/v1/test/model/V1ArtifactsMount.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ArtifactsType.spec.js b/js/http_client/v1/test/model/V1ArtifactsType.spec.js index 2fb0d51ea2..372820d0a3 100644 --- a/js/http_client/v1/test/model/V1ArtifactsType.spec.js +++ b/js/http_client/v1/test/model/V1ArtifactsType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Auth.spec.js b/js/http_client/v1/test/model/V1Auth.spec.js index a6b29ba754..121fe2d139 100644 --- a/js/http_client/v1/test/model/V1Auth.spec.js +++ b/js/http_client/v1/test/model/V1Auth.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1AuthType.spec.js b/js/http_client/v1/test/model/V1AuthType.spec.js index cf4233227b..c7069c7584 100644 --- a/js/http_client/v1/test/model/V1AuthType.spec.js +++ b/js/http_client/v1/test/model/V1AuthType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1AverageStoppingPolicy.spec.js b/js/http_client/v1/test/model/V1AverageStoppingPolicy.spec.js index 1e8ecaf231..93d94dce07 100644 --- a/js/http_client/v1/test/model/V1AverageStoppingPolicy.spec.js +++ b/js/http_client/v1/test/model/V1AverageStoppingPolicy.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Bayes.spec.js b/js/http_client/v1/test/model/V1Bayes.spec.js index 285fd4a7db..8ec6cbf041 100644 --- a/js/http_client/v1/test/model/V1Bayes.spec.js +++ b/js/http_client/v1/test/model/V1Bayes.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1BucketConnection.spec.js b/js/http_client/v1/test/model/V1BucketConnection.spec.js index c18d623116..3cbe18c11e 100644 --- a/js/http_client/v1/test/model/V1BucketConnection.spec.js +++ b/js/http_client/v1/test/model/V1BucketConnection.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Build.spec.js b/js/http_client/v1/test/model/V1Build.spec.js index 9aa84bd4a0..a1b2e30dc4 100644 --- a/js/http_client/v1/test/model/V1Build.spec.js +++ b/js/http_client/v1/test/model/V1Build.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Cache.spec.js b/js/http_client/v1/test/model/V1Cache.spec.js index 1caa9a1813..603216837b 100644 --- a/js/http_client/v1/test/model/V1Cache.spec.js +++ b/js/http_client/v1/test/model/V1Cache.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ClaimConnection.spec.js b/js/http_client/v1/test/model/V1ClaimConnection.spec.js index 85488150e3..c016a55551 100644 --- a/js/http_client/v1/test/model/V1ClaimConnection.spec.js +++ b/js/http_client/v1/test/model/V1ClaimConnection.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1CleanPodPolicy.spec.js b/js/http_client/v1/test/model/V1CleanPodPolicy.spec.js index fffb0f1cf1..b4f6f6de69 100644 --- a/js/http_client/v1/test/model/V1CleanPodPolicy.spec.js +++ b/js/http_client/v1/test/model/V1CleanPodPolicy.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Cloning.spec.js b/js/http_client/v1/test/model/V1Cloning.spec.js index b28a18b36f..0b7896cf57 100644 --- a/js/http_client/v1/test/model/V1Cloning.spec.js +++ b/js/http_client/v1/test/model/V1Cloning.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1CloningKind.spec.js b/js/http_client/v1/test/model/V1CloningKind.spec.js index bad5fdfc1b..e5b3be181b 100644 --- a/js/http_client/v1/test/model/V1CloningKind.spec.js +++ b/js/http_client/v1/test/model/V1CloningKind.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Compatibility.spec.js b/js/http_client/v1/test/model/V1Compatibility.spec.js index 7554590531..5fb3dc6dbd 100644 --- a/js/http_client/v1/test/model/V1Compatibility.spec.js +++ b/js/http_client/v1/test/model/V1Compatibility.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1CompiledOperation.spec.js b/js/http_client/v1/test/model/V1CompiledOperation.spec.js index 8537b92b64..6a5841a5ea 100644 --- a/js/http_client/v1/test/model/V1CompiledOperation.spec.js +++ b/js/http_client/v1/test/model/V1CompiledOperation.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Component.spec.js b/js/http_client/v1/test/model/V1Component.spec.js index 76b9197f6c..dd6d504b57 100644 --- a/js/http_client/v1/test/model/V1Component.spec.js +++ b/js/http_client/v1/test/model/V1Component.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ConnectionKind.spec.js b/js/http_client/v1/test/model/V1ConnectionKind.spec.js index 1b96cd685a..98235ad2c4 100644 --- a/js/http_client/v1/test/model/V1ConnectionKind.spec.js +++ b/js/http_client/v1/test/model/V1ConnectionKind.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ConnectionResponse.spec.js b/js/http_client/v1/test/model/V1ConnectionResponse.spec.js index 66fd12405a..d0e5c2fb1e 100644 --- a/js/http_client/v1/test/model/V1ConnectionResponse.spec.js +++ b/js/http_client/v1/test/model/V1ConnectionResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ConnectionSchema.spec.js b/js/http_client/v1/test/model/V1ConnectionSchema.spec.js index 31647cbbfa..46d82d1811 100644 --- a/js/http_client/v1/test/model/V1ConnectionSchema.spec.js +++ b/js/http_client/v1/test/model/V1ConnectionSchema.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ConnectionType.spec.js b/js/http_client/v1/test/model/V1ConnectionType.spec.js index 1ae7ed545b..c3be1dc91c 100644 --- a/js/http_client/v1/test/model/V1ConnectionType.spec.js +++ b/js/http_client/v1/test/model/V1ConnectionType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Credentials.spec.js b/js/http_client/v1/test/model/V1Credentials.spec.js index 210e8de877..b5a9f83c69 100644 --- a/js/http_client/v1/test/model/V1Credentials.spec.js +++ b/js/http_client/v1/test/model/V1Credentials.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1CronSchedule.spec.js b/js/http_client/v1/test/model/V1CronSchedule.spec.js index 17ce820fb4..d04958ba27 100644 --- a/js/http_client/v1/test/model/V1CronSchedule.spec.js +++ b/js/http_client/v1/test/model/V1CronSchedule.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Dag.spec.js b/js/http_client/v1/test/model/V1Dag.spec.js index 9c66745239..b9a36567c0 100644 --- a/js/http_client/v1/test/model/V1Dag.spec.js +++ b/js/http_client/v1/test/model/V1Dag.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1DagRef.spec.js b/js/http_client/v1/test/model/V1DagRef.spec.js index 890bc6e526..624de0c75f 100644 --- a/js/http_client/v1/test/model/V1DagRef.spec.js +++ b/js/http_client/v1/test/model/V1DagRef.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Dashboard.spec.js b/js/http_client/v1/test/model/V1Dashboard.spec.js index b02fd085b7..0e08f3cc05 100644 --- a/js/http_client/v1/test/model/V1Dashboard.spec.js +++ b/js/http_client/v1/test/model/V1Dashboard.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1DashboardSpec.spec.js b/js/http_client/v1/test/model/V1DashboardSpec.spec.js index 23acb42d1e..b90338e557 100644 --- a/js/http_client/v1/test/model/V1DashboardSpec.spec.js +++ b/js/http_client/v1/test/model/V1DashboardSpec.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Dask.spec.js b/js/http_client/v1/test/model/V1Dask.spec.js index 628db59f2c..38d53632a0 100644 --- a/js/http_client/v1/test/model/V1Dask.spec.js +++ b/js/http_client/v1/test/model/V1Dask.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1DateTimeSchedule.spec.js b/js/http_client/v1/test/model/V1DateTimeSchedule.spec.js index dd35b980d5..be0fc70725 100644 --- a/js/http_client/v1/test/model/V1DateTimeSchedule.spec.js +++ b/js/http_client/v1/test/model/V1DateTimeSchedule.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1DiffStoppingPolicy.spec.js b/js/http_client/v1/test/model/V1DiffStoppingPolicy.spec.js index 4b2410687f..5fd831c581 100644 --- a/js/http_client/v1/test/model/V1DiffStoppingPolicy.spec.js +++ b/js/http_client/v1/test/model/V1DiffStoppingPolicy.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1DockerfileType.spec.js b/js/http_client/v1/test/model/V1DockerfileType.spec.js index 10b7088e93..a189265f9f 100644 --- a/js/http_client/v1/test/model/V1DockerfileType.spec.js +++ b/js/http_client/v1/test/model/V1DockerfileType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EarlyStopping.spec.js b/js/http_client/v1/test/model/V1EarlyStopping.spec.js index 242ea6e9d1..9f460959e7 100644 --- a/js/http_client/v1/test/model/V1EarlyStopping.spec.js +++ b/js/http_client/v1/test/model/V1EarlyStopping.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EntitiesTags.spec.js b/js/http_client/v1/test/model/V1EntitiesTags.spec.js index a38bdec1ba..e18b85445e 100644 --- a/js/http_client/v1/test/model/V1EntitiesTags.spec.js +++ b/js/http_client/v1/test/model/V1EntitiesTags.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EntitiesTransfer.spec.js b/js/http_client/v1/test/model/V1EntitiesTransfer.spec.js index a7878c9cae..0ddd5b2186 100644 --- a/js/http_client/v1/test/model/V1EntitiesTransfer.spec.js +++ b/js/http_client/v1/test/model/V1EntitiesTransfer.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EntityNotificationBody.spec.js b/js/http_client/v1/test/model/V1EntityNotificationBody.spec.js index a6272dbb90..bf55eb1297 100644 --- a/js/http_client/v1/test/model/V1EntityNotificationBody.spec.js +++ b/js/http_client/v1/test/model/V1EntityNotificationBody.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EntityStageBodyRequest.spec.js b/js/http_client/v1/test/model/V1EntityStageBodyRequest.spec.js index 526f03b5e5..56a66021f1 100644 --- a/js/http_client/v1/test/model/V1EntityStageBodyRequest.spec.js +++ b/js/http_client/v1/test/model/V1EntityStageBodyRequest.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EntityStatusBodyRequest.spec.js b/js/http_client/v1/test/model/V1EntityStatusBodyRequest.spec.js index 676ff8ebdb..3ef15956b2 100644 --- a/js/http_client/v1/test/model/V1EntityStatusBodyRequest.spec.js +++ b/js/http_client/v1/test/model/V1EntityStatusBodyRequest.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Environment.spec.js b/js/http_client/v1/test/model/V1Environment.spec.js index cb85a1eb94..b2d9dfcd08 100644 --- a/js/http_client/v1/test/model/V1Environment.spec.js +++ b/js/http_client/v1/test/model/V1Environment.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Event.spec.js b/js/http_client/v1/test/model/V1Event.spec.js index 685fa89dbc..a175b5ccde 100644 --- a/js/http_client/v1/test/model/V1Event.spec.js +++ b/js/http_client/v1/test/model/V1Event.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventArtifact.spec.js b/js/http_client/v1/test/model/V1EventArtifact.spec.js index 978241a5de..07c8908134 100644 --- a/js/http_client/v1/test/model/V1EventArtifact.spec.js +++ b/js/http_client/v1/test/model/V1EventArtifact.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventAudio.spec.js b/js/http_client/v1/test/model/V1EventAudio.spec.js index 5b81fd2a73..dc889d06f9 100644 --- a/js/http_client/v1/test/model/V1EventAudio.spec.js +++ b/js/http_client/v1/test/model/V1EventAudio.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventChart.spec.js b/js/http_client/v1/test/model/V1EventChart.spec.js index d58aa8f4e5..b9e6a458af 100644 --- a/js/http_client/v1/test/model/V1EventChart.spec.js +++ b/js/http_client/v1/test/model/V1EventChart.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventChartKind.spec.js b/js/http_client/v1/test/model/V1EventChartKind.spec.js index deb08f909a..2823f74fc7 100644 --- a/js/http_client/v1/test/model/V1EventChartKind.spec.js +++ b/js/http_client/v1/test/model/V1EventChartKind.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventConfusionMatrix.spec.js b/js/http_client/v1/test/model/V1EventConfusionMatrix.spec.js index a27150c6d8..c433846720 100644 --- a/js/http_client/v1/test/model/V1EventConfusionMatrix.spec.js +++ b/js/http_client/v1/test/model/V1EventConfusionMatrix.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventCurve.spec.js b/js/http_client/v1/test/model/V1EventCurve.spec.js index 8d2d4328d7..2bd238f332 100644 --- a/js/http_client/v1/test/model/V1EventCurve.spec.js +++ b/js/http_client/v1/test/model/V1EventCurve.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventCurveKind.spec.js b/js/http_client/v1/test/model/V1EventCurveKind.spec.js index 4032b1f0a7..2328ab2fba 100644 --- a/js/http_client/v1/test/model/V1EventCurveKind.spec.js +++ b/js/http_client/v1/test/model/V1EventCurveKind.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventDataframe.spec.js b/js/http_client/v1/test/model/V1EventDataframe.spec.js index b27476bfeb..ba5868581d 100644 --- a/js/http_client/v1/test/model/V1EventDataframe.spec.js +++ b/js/http_client/v1/test/model/V1EventDataframe.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventHistogram.spec.js b/js/http_client/v1/test/model/V1EventHistogram.spec.js index 47d4744e4e..129ca91d79 100644 --- a/js/http_client/v1/test/model/V1EventHistogram.spec.js +++ b/js/http_client/v1/test/model/V1EventHistogram.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventImage.spec.js b/js/http_client/v1/test/model/V1EventImage.spec.js index 2ee951c658..f9748d782b 100644 --- a/js/http_client/v1/test/model/V1EventImage.spec.js +++ b/js/http_client/v1/test/model/V1EventImage.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventKind.spec.js b/js/http_client/v1/test/model/V1EventKind.spec.js index 147e1486c4..b873ad7827 100644 --- a/js/http_client/v1/test/model/V1EventKind.spec.js +++ b/js/http_client/v1/test/model/V1EventKind.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventModel.spec.js b/js/http_client/v1/test/model/V1EventModel.spec.js index 6010b496bd..00dfda458f 100644 --- a/js/http_client/v1/test/model/V1EventModel.spec.js +++ b/js/http_client/v1/test/model/V1EventModel.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventTrigger.spec.js b/js/http_client/v1/test/model/V1EventTrigger.spec.js index be2d225413..bc3535c549 100644 --- a/js/http_client/v1/test/model/V1EventTrigger.spec.js +++ b/js/http_client/v1/test/model/V1EventTrigger.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventType.spec.js b/js/http_client/v1/test/model/V1EventType.spec.js index 944d02544c..7ec8d409bb 100644 --- a/js/http_client/v1/test/model/V1EventType.spec.js +++ b/js/http_client/v1/test/model/V1EventType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventVideo.spec.js b/js/http_client/v1/test/model/V1EventVideo.spec.js index 59e14f9d90..fc086aadc7 100644 --- a/js/http_client/v1/test/model/V1EventVideo.spec.js +++ b/js/http_client/v1/test/model/V1EventVideo.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1EventsResponse.spec.js b/js/http_client/v1/test/model/V1EventsResponse.spec.js index 76daaf06c7..7dbf16d7e0 100644 --- a/js/http_client/v1/test/model/V1EventsResponse.spec.js +++ b/js/http_client/v1/test/model/V1EventsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1FailureEarlyStopping.spec.js b/js/http_client/v1/test/model/V1FailureEarlyStopping.spec.js index 9def380d95..add59ce7cc 100644 --- a/js/http_client/v1/test/model/V1FailureEarlyStopping.spec.js +++ b/js/http_client/v1/test/model/V1FailureEarlyStopping.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1FileType.spec.js b/js/http_client/v1/test/model/V1FileType.spec.js index 5f7ff11198..4d9b2ed32a 100644 --- a/js/http_client/v1/test/model/V1FileType.spec.js +++ b/js/http_client/v1/test/model/V1FileType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Flink.spec.js b/js/http_client/v1/test/model/V1Flink.spec.js index 092c726c62..d6daf76cf8 100644 --- a/js/http_client/v1/test/model/V1Flink.spec.js +++ b/js/http_client/v1/test/model/V1Flink.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1GcsType.spec.js b/js/http_client/v1/test/model/V1GcsType.spec.js index aab9d47b5d..83649a73b8 100644 --- a/js/http_client/v1/test/model/V1GcsType.spec.js +++ b/js/http_client/v1/test/model/V1GcsType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1GitConnection.spec.js b/js/http_client/v1/test/model/V1GitConnection.spec.js index 7eb8219ec8..6743775f7a 100644 --- a/js/http_client/v1/test/model/V1GitConnection.spec.js +++ b/js/http_client/v1/test/model/V1GitConnection.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1GitType.spec.js b/js/http_client/v1/test/model/V1GitType.spec.js index 6e24ac1e88..67ca042227 100644 --- a/js/http_client/v1/test/model/V1GitType.spec.js +++ b/js/http_client/v1/test/model/V1GitType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1GridSearch.spec.js b/js/http_client/v1/test/model/V1GridSearch.spec.js index ed552f2959..19143190bf 100644 --- a/js/http_client/v1/test/model/V1GridSearch.spec.js +++ b/js/http_client/v1/test/model/V1GridSearch.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Hook.spec.js b/js/http_client/v1/test/model/V1Hook.spec.js index 2239e1bb17..23d4792dcc 100644 --- a/js/http_client/v1/test/model/V1Hook.spec.js +++ b/js/http_client/v1/test/model/V1Hook.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HostConnection.spec.js b/js/http_client/v1/test/model/V1HostConnection.spec.js index d1f3d69702..2b25b37979 100644 --- a/js/http_client/v1/test/model/V1HostConnection.spec.js +++ b/js/http_client/v1/test/model/V1HostConnection.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HostPathConnection.spec.js b/js/http_client/v1/test/model/V1HostPathConnection.spec.js index 27778cd47d..ce6626f565 100644 --- a/js/http_client/v1/test/model/V1HostPathConnection.spec.js +++ b/js/http_client/v1/test/model/V1HostPathConnection.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpChoice.spec.js b/js/http_client/v1/test/model/V1HpChoice.spec.js index 8e0d4c5777..53cca75b22 100644 --- a/js/http_client/v1/test/model/V1HpChoice.spec.js +++ b/js/http_client/v1/test/model/V1HpChoice.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpDateRange.spec.js b/js/http_client/v1/test/model/V1HpDateRange.spec.js index 01064982b2..c5844e2a3f 100644 --- a/js/http_client/v1/test/model/V1HpDateRange.spec.js +++ b/js/http_client/v1/test/model/V1HpDateRange.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpDateTimeRange.spec.js b/js/http_client/v1/test/model/V1HpDateTimeRange.spec.js index 653bfe3ef7..8c138de44c 100644 --- a/js/http_client/v1/test/model/V1HpDateTimeRange.spec.js +++ b/js/http_client/v1/test/model/V1HpDateTimeRange.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpGeomSpace.spec.js b/js/http_client/v1/test/model/V1HpGeomSpace.spec.js index e4b8f0df91..61ac66d75f 100644 --- a/js/http_client/v1/test/model/V1HpGeomSpace.spec.js +++ b/js/http_client/v1/test/model/V1HpGeomSpace.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpLinSpace.spec.js b/js/http_client/v1/test/model/V1HpLinSpace.spec.js index 477ccdba1c..889c6c8282 100644 --- a/js/http_client/v1/test/model/V1HpLinSpace.spec.js +++ b/js/http_client/v1/test/model/V1HpLinSpace.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpLogNormal.spec.js b/js/http_client/v1/test/model/V1HpLogNormal.spec.js index c8d329493b..80e0a40692 100644 --- a/js/http_client/v1/test/model/V1HpLogNormal.spec.js +++ b/js/http_client/v1/test/model/V1HpLogNormal.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpLogSpace.spec.js b/js/http_client/v1/test/model/V1HpLogSpace.spec.js index d55f5adba4..627ead8115 100644 --- a/js/http_client/v1/test/model/V1HpLogSpace.spec.js +++ b/js/http_client/v1/test/model/V1HpLogSpace.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpLogUniform.spec.js b/js/http_client/v1/test/model/V1HpLogUniform.spec.js index 90557b8ffe..6cbc76b3d9 100644 --- a/js/http_client/v1/test/model/V1HpLogUniform.spec.js +++ b/js/http_client/v1/test/model/V1HpLogUniform.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpNormal.spec.js b/js/http_client/v1/test/model/V1HpNormal.spec.js index 80b8ca6c74..19ee94feaa 100644 --- a/js/http_client/v1/test/model/V1HpNormal.spec.js +++ b/js/http_client/v1/test/model/V1HpNormal.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpPChoice.spec.js b/js/http_client/v1/test/model/V1HpPChoice.spec.js index 91d9fc36df..ac01cef78c 100644 --- a/js/http_client/v1/test/model/V1HpPChoice.spec.js +++ b/js/http_client/v1/test/model/V1HpPChoice.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpParams.spec.js b/js/http_client/v1/test/model/V1HpParams.spec.js index ba78342efb..547c4efa83 100644 --- a/js/http_client/v1/test/model/V1HpParams.spec.js +++ b/js/http_client/v1/test/model/V1HpParams.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpQLogNormal.spec.js b/js/http_client/v1/test/model/V1HpQLogNormal.spec.js index 91587bfea0..e45ea38cf1 100644 --- a/js/http_client/v1/test/model/V1HpQLogNormal.spec.js +++ b/js/http_client/v1/test/model/V1HpQLogNormal.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpQLogUniform.spec.js b/js/http_client/v1/test/model/V1HpQLogUniform.spec.js index eaf62ac5cd..97f0311efa 100644 --- a/js/http_client/v1/test/model/V1HpQLogUniform.spec.js +++ b/js/http_client/v1/test/model/V1HpQLogUniform.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpQNormal.spec.js b/js/http_client/v1/test/model/V1HpQNormal.spec.js index 038516aa67..0a3774773a 100644 --- a/js/http_client/v1/test/model/V1HpQNormal.spec.js +++ b/js/http_client/v1/test/model/V1HpQNormal.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpQUniform.spec.js b/js/http_client/v1/test/model/V1HpQUniform.spec.js index a94ff5103f..82b35706aa 100644 --- a/js/http_client/v1/test/model/V1HpQUniform.spec.js +++ b/js/http_client/v1/test/model/V1HpQUniform.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpRange.spec.js b/js/http_client/v1/test/model/V1HpRange.spec.js index ef3ae52ae4..d7297bdd8e 100644 --- a/js/http_client/v1/test/model/V1HpRange.spec.js +++ b/js/http_client/v1/test/model/V1HpRange.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HpUniform.spec.js b/js/http_client/v1/test/model/V1HpUniform.spec.js index 79df716699..c9aafdd8f3 100644 --- a/js/http_client/v1/test/model/V1HpUniform.spec.js +++ b/js/http_client/v1/test/model/V1HpUniform.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HubRef.spec.js b/js/http_client/v1/test/model/V1HubRef.spec.js index 728ed1c068..8e0a22af71 100644 --- a/js/http_client/v1/test/model/V1HubRef.spec.js +++ b/js/http_client/v1/test/model/V1HubRef.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Hyperband.spec.js b/js/http_client/v1/test/model/V1Hyperband.spec.js index 0a0f00f4ab..cc207a067f 100644 --- a/js/http_client/v1/test/model/V1Hyperband.spec.js +++ b/js/http_client/v1/test/model/V1Hyperband.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Hyperopt.spec.js b/js/http_client/v1/test/model/V1Hyperopt.spec.js index c621c05bdb..e0e55b57da 100644 --- a/js/http_client/v1/test/model/V1Hyperopt.spec.js +++ b/js/http_client/v1/test/model/V1Hyperopt.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1HyperoptAlgorithms.spec.js b/js/http_client/v1/test/model/V1HyperoptAlgorithms.spec.js index 5e0776785c..978f84c2f5 100644 --- a/js/http_client/v1/test/model/V1HyperoptAlgorithms.spec.js +++ b/js/http_client/v1/test/model/V1HyperoptAlgorithms.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1IO.spec.js b/js/http_client/v1/test/model/V1IO.spec.js index f07d9e7620..833a829544 100644 --- a/js/http_client/v1/test/model/V1IO.spec.js +++ b/js/http_client/v1/test/model/V1IO.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Init.spec.js b/js/http_client/v1/test/model/V1Init.spec.js index e2f6fb01f6..f4b323dfe8 100644 --- a/js/http_client/v1/test/model/V1Init.spec.js +++ b/js/http_client/v1/test/model/V1Init.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Installation.spec.js b/js/http_client/v1/test/model/V1Installation.spec.js index 6a72c2dfae..90d6069562 100644 --- a/js/http_client/v1/test/model/V1Installation.spec.js +++ b/js/http_client/v1/test/model/V1Installation.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1IntervalSchedule.spec.js b/js/http_client/v1/test/model/V1IntervalSchedule.spec.js index 7257940a9d..07d3382ad7 100644 --- a/js/http_client/v1/test/model/V1IntervalSchedule.spec.js +++ b/js/http_client/v1/test/model/V1IntervalSchedule.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Iterative.spec.js b/js/http_client/v1/test/model/V1Iterative.spec.js index d4d196dd80..9722d7d467 100644 --- a/js/http_client/v1/test/model/V1Iterative.spec.js +++ b/js/http_client/v1/test/model/V1Iterative.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Job.spec.js b/js/http_client/v1/test/model/V1Job.spec.js index 8ce7a919d3..1e70850d16 100644 --- a/js/http_client/v1/test/model/V1Job.spec.js +++ b/js/http_client/v1/test/model/V1Job.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Join.spec.js b/js/http_client/v1/test/model/V1Join.spec.js index 10b7fc32cf..51c6ab5115 100644 --- a/js/http_client/v1/test/model/V1Join.spec.js +++ b/js/http_client/v1/test/model/V1Join.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1JoinParam.spec.js b/js/http_client/v1/test/model/V1JoinParam.spec.js index 72143d1603..afe20e7a19 100644 --- a/js/http_client/v1/test/model/V1JoinParam.spec.js +++ b/js/http_client/v1/test/model/V1JoinParam.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1K8sResourceSchema.spec.js b/js/http_client/v1/test/model/V1K8sResourceSchema.spec.js index b5f5e27042..b8035e1523 100644 --- a/js/http_client/v1/test/model/V1K8sResourceSchema.spec.js +++ b/js/http_client/v1/test/model/V1K8sResourceSchema.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1K8sResourceType.spec.js b/js/http_client/v1/test/model/V1K8sResourceType.spec.js index 12324ab7e4..b786150e87 100644 --- a/js/http_client/v1/test/model/V1K8sResourceType.spec.js +++ b/js/http_client/v1/test/model/V1K8sResourceType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1KFReplica.spec.js b/js/http_client/v1/test/model/V1KFReplica.spec.js index 1624998ec6..3b2db0d04c 100644 --- a/js/http_client/v1/test/model/V1KFReplica.spec.js +++ b/js/http_client/v1/test/model/V1KFReplica.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListActivitiesResponse.spec.js b/js/http_client/v1/test/model/V1ListActivitiesResponse.spec.js index af038d9674..36eaea8798 100644 --- a/js/http_client/v1/test/model/V1ListActivitiesResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListActivitiesResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListAgentsResponse.spec.js b/js/http_client/v1/test/model/V1ListAgentsResponse.spec.js index 32fd455380..64e349b2ce 100644 --- a/js/http_client/v1/test/model/V1ListAgentsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListAgentsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListBookmarksResponse.spec.js b/js/http_client/v1/test/model/V1ListBookmarksResponse.spec.js index 297c50086c..40f40e8964 100644 --- a/js/http_client/v1/test/model/V1ListBookmarksResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListBookmarksResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListConnectionsResponse.spec.js b/js/http_client/v1/test/model/V1ListConnectionsResponse.spec.js index 2f6e0e0b0e..83f89ad4d8 100644 --- a/js/http_client/v1/test/model/V1ListConnectionsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListConnectionsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListDashboardsResponse.spec.js b/js/http_client/v1/test/model/V1ListDashboardsResponse.spec.js index 7637e909c5..c9b983bfda 100644 --- a/js/http_client/v1/test/model/V1ListDashboardsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListDashboardsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListOrganizationMembersResponse.spec.js b/js/http_client/v1/test/model/V1ListOrganizationMembersResponse.spec.js index b5bdf065d1..2a9f57e4e3 100644 --- a/js/http_client/v1/test/model/V1ListOrganizationMembersResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListOrganizationMembersResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListOrganizationsResponse.spec.js b/js/http_client/v1/test/model/V1ListOrganizationsResponse.spec.js index c12ce37cdd..d73fdf9e35 100644 --- a/js/http_client/v1/test/model/V1ListOrganizationsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListOrganizationsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListPresetsResponse.spec.js b/js/http_client/v1/test/model/V1ListPresetsResponse.spec.js index f7950f2d2a..fbf3f7f1ac 100644 --- a/js/http_client/v1/test/model/V1ListPresetsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListPresetsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListProjectVersionsResponse.spec.js b/js/http_client/v1/test/model/V1ListProjectVersionsResponse.spec.js index 15b81320c3..4417230bde 100644 --- a/js/http_client/v1/test/model/V1ListProjectVersionsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListProjectVersionsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListProjectsResponse.spec.js b/js/http_client/v1/test/model/V1ListProjectsResponse.spec.js index 87254804c5..e0f95a4f38 100644 --- a/js/http_client/v1/test/model/V1ListProjectsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListProjectsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListQueuesResponse.spec.js b/js/http_client/v1/test/model/V1ListQueuesResponse.spec.js index 38814b9f53..41d0f5a009 100644 --- a/js/http_client/v1/test/model/V1ListQueuesResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListQueuesResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListRunArtifactsResponse.spec.js b/js/http_client/v1/test/model/V1ListRunArtifactsResponse.spec.js index 0f22262ead..7a45bf2116 100644 --- a/js/http_client/v1/test/model/V1ListRunArtifactsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListRunArtifactsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListRunConnectionsResponse.spec.js b/js/http_client/v1/test/model/V1ListRunConnectionsResponse.spec.js index ac540373c6..712f0c02e9 100644 --- a/js/http_client/v1/test/model/V1ListRunConnectionsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListRunConnectionsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListRunEdgesResponse.spec.js b/js/http_client/v1/test/model/V1ListRunEdgesResponse.spec.js index e8b20104c7..ffe6672d57 100644 --- a/js/http_client/v1/test/model/V1ListRunEdgesResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListRunEdgesResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListRunsResponse.spec.js b/js/http_client/v1/test/model/V1ListRunsResponse.spec.js index dd2a40461c..504e5d4268 100644 --- a/js/http_client/v1/test/model/V1ListRunsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListRunsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListSearchesResponse.spec.js b/js/http_client/v1/test/model/V1ListSearchesResponse.spec.js index 6f49fa7c45..39a5edf54f 100644 --- a/js/http_client/v1/test/model/V1ListSearchesResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListSearchesResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListServiceAccountsResponse.spec.js b/js/http_client/v1/test/model/V1ListServiceAccountsResponse.spec.js index 3ca48fedeb..7b0fc38984 100644 --- a/js/http_client/v1/test/model/V1ListServiceAccountsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListServiceAccountsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListTagsResponse.spec.js b/js/http_client/v1/test/model/V1ListTagsResponse.spec.js index 051b95c9aa..c2def3d3b8 100644 --- a/js/http_client/v1/test/model/V1ListTagsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListTagsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListTeamMembersResponse.spec.js b/js/http_client/v1/test/model/V1ListTeamMembersResponse.spec.js index 4b0a369f34..8cf9e83b62 100644 --- a/js/http_client/v1/test/model/V1ListTeamMembersResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListTeamMembersResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListTeamsResponse.spec.js b/js/http_client/v1/test/model/V1ListTeamsResponse.spec.js index ce5152bdda..0099093d7b 100644 --- a/js/http_client/v1/test/model/V1ListTeamsResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListTeamsResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ListTokenResponse.spec.js b/js/http_client/v1/test/model/V1ListTokenResponse.spec.js index 4a62e6a128..7fa518d1fb 100644 --- a/js/http_client/v1/test/model/V1ListTokenResponse.spec.js +++ b/js/http_client/v1/test/model/V1ListTokenResponse.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Log.spec.js b/js/http_client/v1/test/model/V1Log.spec.js index 31fc5b8bc0..668a918e66 100644 --- a/js/http_client/v1/test/model/V1Log.spec.js +++ b/js/http_client/v1/test/model/V1Log.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1LogHandler.spec.js b/js/http_client/v1/test/model/V1LogHandler.spec.js index f8eba29ce5..a99aa07827 100644 --- a/js/http_client/v1/test/model/V1LogHandler.spec.js +++ b/js/http_client/v1/test/model/V1LogHandler.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Logs.spec.js b/js/http_client/v1/test/model/V1Logs.spec.js index 3dd99e8cf5..bda1b28263 100644 --- a/js/http_client/v1/test/model/V1Logs.spec.js +++ b/js/http_client/v1/test/model/V1Logs.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1MPIJob.spec.js b/js/http_client/v1/test/model/V1MPIJob.spec.js index 30fcbbab2e..5cc780d327 100644 --- a/js/http_client/v1/test/model/V1MPIJob.spec.js +++ b/js/http_client/v1/test/model/V1MPIJob.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1MXJob.spec.js b/js/http_client/v1/test/model/V1MXJob.spec.js index da408cb4c3..60c16358ca 100644 --- a/js/http_client/v1/test/model/V1MXJob.spec.js +++ b/js/http_client/v1/test/model/V1MXJob.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Mapping.spec.js b/js/http_client/v1/test/model/V1Mapping.spec.js index 7ad206054f..2c383c561c 100644 --- a/js/http_client/v1/test/model/V1Mapping.spec.js +++ b/js/http_client/v1/test/model/V1Mapping.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Matrix.spec.js b/js/http_client/v1/test/model/V1Matrix.spec.js index 3f2cfe87ca..c89ded9351 100644 --- a/js/http_client/v1/test/model/V1Matrix.spec.js +++ b/js/http_client/v1/test/model/V1Matrix.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1MatrixKind.spec.js b/js/http_client/v1/test/model/V1MatrixKind.spec.js index 9ed2cab55c..be0657ff40 100644 --- a/js/http_client/v1/test/model/V1MatrixKind.spec.js +++ b/js/http_client/v1/test/model/V1MatrixKind.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1MedianStoppingPolicy.spec.js b/js/http_client/v1/test/model/V1MedianStoppingPolicy.spec.js index 4226ab9ec8..019410438b 100644 --- a/js/http_client/v1/test/model/V1MedianStoppingPolicy.spec.js +++ b/js/http_client/v1/test/model/V1MedianStoppingPolicy.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1MetricEarlyStopping.spec.js b/js/http_client/v1/test/model/V1MetricEarlyStopping.spec.js index 6484b60fd8..11f1308b80 100644 --- a/js/http_client/v1/test/model/V1MetricEarlyStopping.spec.js +++ b/js/http_client/v1/test/model/V1MetricEarlyStopping.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Notification.spec.js b/js/http_client/v1/test/model/V1Notification.spec.js index c15e5d72e6..e561e5da37 100644 --- a/js/http_client/v1/test/model/V1Notification.spec.js +++ b/js/http_client/v1/test/model/V1Notification.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Operation.spec.js b/js/http_client/v1/test/model/V1Operation.spec.js index a7c74f9bd7..7bf7bf09a8 100644 --- a/js/http_client/v1/test/model/V1Operation.spec.js +++ b/js/http_client/v1/test/model/V1Operation.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1OperationBody.spec.js b/js/http_client/v1/test/model/V1OperationBody.spec.js index 98cfbf2d4c..8c04015124 100644 --- a/js/http_client/v1/test/model/V1OperationBody.spec.js +++ b/js/http_client/v1/test/model/V1OperationBody.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Optimization.spec.js b/js/http_client/v1/test/model/V1Optimization.spec.js index 67c832d119..94e565ebe0 100644 --- a/js/http_client/v1/test/model/V1Optimization.spec.js +++ b/js/http_client/v1/test/model/V1Optimization.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1OptimizationMetric.spec.js b/js/http_client/v1/test/model/V1OptimizationMetric.spec.js index 5df9c5577f..38e5804e21 100644 --- a/js/http_client/v1/test/model/V1OptimizationMetric.spec.js +++ b/js/http_client/v1/test/model/V1OptimizationMetric.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1OptimizationResource.spec.js b/js/http_client/v1/test/model/V1OptimizationResource.spec.js index ae74c27fb2..646b101d8b 100644 --- a/js/http_client/v1/test/model/V1OptimizationResource.spec.js +++ b/js/http_client/v1/test/model/V1OptimizationResource.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Organization.spec.js b/js/http_client/v1/test/model/V1Organization.spec.js index 3bd8aefaa2..5c6447351b 100644 --- a/js/http_client/v1/test/model/V1Organization.spec.js +++ b/js/http_client/v1/test/model/V1Organization.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1OrganizationMember.spec.js b/js/http_client/v1/test/model/V1OrganizationMember.spec.js index 93b9334c49..f7d62ee563 100644 --- a/js/http_client/v1/test/model/V1OrganizationMember.spec.js +++ b/js/http_client/v1/test/model/V1OrganizationMember.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Param.spec.js b/js/http_client/v1/test/model/V1Param.spec.js index e6ecd6b7d6..31a4643590 100644 --- a/js/http_client/v1/test/model/V1Param.spec.js +++ b/js/http_client/v1/test/model/V1Param.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1PasswordChange.spec.js b/js/http_client/v1/test/model/V1PasswordChange.spec.js index 771ad64089..df66791c04 100644 --- a/js/http_client/v1/test/model/V1PasswordChange.spec.js +++ b/js/http_client/v1/test/model/V1PasswordChange.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1PatchStrategy.spec.js b/js/http_client/v1/test/model/V1PatchStrategy.spec.js index fa8a66668e..6fc24631d6 100644 --- a/js/http_client/v1/test/model/V1PatchStrategy.spec.js +++ b/js/http_client/v1/test/model/V1PatchStrategy.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1PathRef.spec.js b/js/http_client/v1/test/model/V1PathRef.spec.js index c144dfd8d6..5c3bae444e 100644 --- a/js/http_client/v1/test/model/V1PathRef.spec.js +++ b/js/http_client/v1/test/model/V1PathRef.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Pipeline.spec.js b/js/http_client/v1/test/model/V1Pipeline.spec.js index 1a053a97eb..b3c65f263c 100644 --- a/js/http_client/v1/test/model/V1Pipeline.spec.js +++ b/js/http_client/v1/test/model/V1Pipeline.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1PipelineKind.spec.js b/js/http_client/v1/test/model/V1PipelineKind.spec.js index 83a6450db3..de68e1e034 100644 --- a/js/http_client/v1/test/model/V1PipelineKind.spec.js +++ b/js/http_client/v1/test/model/V1PipelineKind.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Plugins.spec.js b/js/http_client/v1/test/model/V1Plugins.spec.js index d031d8fed7..2659ab1124 100644 --- a/js/http_client/v1/test/model/V1Plugins.spec.js +++ b/js/http_client/v1/test/model/V1Plugins.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1PolyaxonInitContainer.spec.js b/js/http_client/v1/test/model/V1PolyaxonInitContainer.spec.js index 3df20d5a6e..f5dc2de9e8 100644 --- a/js/http_client/v1/test/model/V1PolyaxonInitContainer.spec.js +++ b/js/http_client/v1/test/model/V1PolyaxonInitContainer.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1PolyaxonSidecarContainer.spec.js b/js/http_client/v1/test/model/V1PolyaxonSidecarContainer.spec.js index ff29766ac4..e71a029f67 100644 --- a/js/http_client/v1/test/model/V1PolyaxonSidecarContainer.spec.js +++ b/js/http_client/v1/test/model/V1PolyaxonSidecarContainer.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Preset.spec.js b/js/http_client/v1/test/model/V1Preset.spec.js index 27d1f74dd9..fb1859791c 100644 --- a/js/http_client/v1/test/model/V1Preset.spec.js +++ b/js/http_client/v1/test/model/V1Preset.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Project.spec.js b/js/http_client/v1/test/model/V1Project.spec.js index d017c8d34d..79b5241db1 100644 --- a/js/http_client/v1/test/model/V1Project.spec.js +++ b/js/http_client/v1/test/model/V1Project.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ProjectSettings.spec.js b/js/http_client/v1/test/model/V1ProjectSettings.spec.js index 315f4190a8..50a9eeeb0e 100644 --- a/js/http_client/v1/test/model/V1ProjectSettings.spec.js +++ b/js/http_client/v1/test/model/V1ProjectSettings.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ProjectUserAccess.spec.js b/js/http_client/v1/test/model/V1ProjectUserAccess.spec.js index 67a283acfe..f1a0a0bcf6 100644 --- a/js/http_client/v1/test/model/V1ProjectUserAccess.spec.js +++ b/js/http_client/v1/test/model/V1ProjectUserAccess.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ProjectVersion.spec.js b/js/http_client/v1/test/model/V1ProjectVersion.spec.js index e2f2a242a1..12b74bf7d2 100644 --- a/js/http_client/v1/test/model/V1ProjectVersion.spec.js +++ b/js/http_client/v1/test/model/V1ProjectVersion.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ProjectVersionKind.spec.js b/js/http_client/v1/test/model/V1ProjectVersionKind.spec.js index cebb30520f..075bebf273 100644 --- a/js/http_client/v1/test/model/V1ProjectVersionKind.spec.js +++ b/js/http_client/v1/test/model/V1ProjectVersionKind.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1PytorchJob.spec.js b/js/http_client/v1/test/model/V1PytorchJob.spec.js index ba525e8042..4a6a6d4ba3 100644 --- a/js/http_client/v1/test/model/V1PytorchJob.spec.js +++ b/js/http_client/v1/test/model/V1PytorchJob.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Queue.spec.js b/js/http_client/v1/test/model/V1Queue.spec.js index f9bfd2f405..68f0158dc5 100644 --- a/js/http_client/v1/test/model/V1Queue.spec.js +++ b/js/http_client/v1/test/model/V1Queue.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1RandomSearch.spec.js b/js/http_client/v1/test/model/V1RandomSearch.spec.js index e49eeab905..1173773547 100644 --- a/js/http_client/v1/test/model/V1RandomSearch.spec.js +++ b/js/http_client/v1/test/model/V1RandomSearch.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Ray.spec.js b/js/http_client/v1/test/model/V1Ray.spec.js index 03f6778a63..474b324c31 100644 --- a/js/http_client/v1/test/model/V1Ray.spec.js +++ b/js/http_client/v1/test/model/V1Ray.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Reference.spec.js b/js/http_client/v1/test/model/V1Reference.spec.js index db8f3c8045..d9a1b79479 100644 --- a/js/http_client/v1/test/model/V1Reference.spec.js +++ b/js/http_client/v1/test/model/V1Reference.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ResourceType.spec.js b/js/http_client/v1/test/model/V1ResourceType.spec.js index 2a88df1942..3b3599f935 100644 --- a/js/http_client/v1/test/model/V1ResourceType.spec.js +++ b/js/http_client/v1/test/model/V1ResourceType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Run.spec.js b/js/http_client/v1/test/model/V1Run.spec.js index e2ddc13909..968d4f7c6c 100644 --- a/js/http_client/v1/test/model/V1Run.spec.js +++ b/js/http_client/v1/test/model/V1Run.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1RunArtifact.spec.js b/js/http_client/v1/test/model/V1RunArtifact.spec.js index d9f02d60d5..b393afc619 100644 --- a/js/http_client/v1/test/model/V1RunArtifact.spec.js +++ b/js/http_client/v1/test/model/V1RunArtifact.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1RunArtifacts.spec.js b/js/http_client/v1/test/model/V1RunArtifacts.spec.js index ea7d1c0d29..ed82459004 100644 --- a/js/http_client/v1/test/model/V1RunArtifacts.spec.js +++ b/js/http_client/v1/test/model/V1RunArtifacts.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1RunConnection.spec.js b/js/http_client/v1/test/model/V1RunConnection.spec.js index d87f13e853..085d2c0cf1 100644 --- a/js/http_client/v1/test/model/V1RunConnection.spec.js +++ b/js/http_client/v1/test/model/V1RunConnection.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1RunEdge.spec.js b/js/http_client/v1/test/model/V1RunEdge.spec.js index c856ba4b0e..06f74cc6eb 100644 --- a/js/http_client/v1/test/model/V1RunEdge.spec.js +++ b/js/http_client/v1/test/model/V1RunEdge.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1RunEdgeKind.spec.js b/js/http_client/v1/test/model/V1RunEdgeKind.spec.js index b86551892a..404e469904 100644 --- a/js/http_client/v1/test/model/V1RunEdgeKind.spec.js +++ b/js/http_client/v1/test/model/V1RunEdgeKind.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1RunKind.spec.js b/js/http_client/v1/test/model/V1RunKind.spec.js index 838cfde80e..95a69c69be 100644 --- a/js/http_client/v1/test/model/V1RunKind.spec.js +++ b/js/http_client/v1/test/model/V1RunKind.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1RunPending.spec.js b/js/http_client/v1/test/model/V1RunPending.spec.js index ffe567bf35..9727566284 100644 --- a/js/http_client/v1/test/model/V1RunPending.spec.js +++ b/js/http_client/v1/test/model/V1RunPending.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1RunReferenceCatalog.spec.js b/js/http_client/v1/test/model/V1RunReferenceCatalog.spec.js index 149c1c4dd9..dbbfce8143 100644 --- a/js/http_client/v1/test/model/V1RunReferenceCatalog.spec.js +++ b/js/http_client/v1/test/model/V1RunReferenceCatalog.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1RunResources.spec.js b/js/http_client/v1/test/model/V1RunResources.spec.js index 62cdcf15c5..a686f3f63b 100644 --- a/js/http_client/v1/test/model/V1RunResources.spec.js +++ b/js/http_client/v1/test/model/V1RunResources.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1RunSchema.spec.js b/js/http_client/v1/test/model/V1RunSchema.spec.js index f2aaa0ae71..9180c29a37 100644 --- a/js/http_client/v1/test/model/V1RunSchema.spec.js +++ b/js/http_client/v1/test/model/V1RunSchema.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1RunSettings.spec.js b/js/http_client/v1/test/model/V1RunSettings.spec.js index b25196f105..f61af1d695 100644 --- a/js/http_client/v1/test/model/V1RunSettings.spec.js +++ b/js/http_client/v1/test/model/V1RunSettings.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1S3Type.spec.js b/js/http_client/v1/test/model/V1S3Type.spec.js index 35a0213ec7..7c74642c4d 100644 --- a/js/http_client/v1/test/model/V1S3Type.spec.js +++ b/js/http_client/v1/test/model/V1S3Type.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Schedule.spec.js b/js/http_client/v1/test/model/V1Schedule.spec.js index 743618220d..4d8f16d1cd 100644 --- a/js/http_client/v1/test/model/V1Schedule.spec.js +++ b/js/http_client/v1/test/model/V1Schedule.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ScheduleKind.spec.js b/js/http_client/v1/test/model/V1ScheduleKind.spec.js index f7fd50f9dc..5073a24abf 100644 --- a/js/http_client/v1/test/model/V1ScheduleKind.spec.js +++ b/js/http_client/v1/test/model/V1ScheduleKind.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1SchedulingPolicy.spec.js b/js/http_client/v1/test/model/V1SchedulingPolicy.spec.js index 7df984c347..829c44040a 100644 --- a/js/http_client/v1/test/model/V1SchedulingPolicy.spec.js +++ b/js/http_client/v1/test/model/V1SchedulingPolicy.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Schemas.spec.js b/js/http_client/v1/test/model/V1Schemas.spec.js index 9f32db8988..1da315fe46 100644 --- a/js/http_client/v1/test/model/V1Schemas.spec.js +++ b/js/http_client/v1/test/model/V1Schemas.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Search.spec.js b/js/http_client/v1/test/model/V1Search.spec.js index bb39cb5e85..69ee224595 100644 --- a/js/http_client/v1/test/model/V1Search.spec.js +++ b/js/http_client/v1/test/model/V1Search.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1SearchSpec.spec.js b/js/http_client/v1/test/model/V1SearchSpec.spec.js index 2d5c3f36f3..48451bb030 100644 --- a/js/http_client/v1/test/model/V1SearchSpec.spec.js +++ b/js/http_client/v1/test/model/V1SearchSpec.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1SectionSpec.spec.js b/js/http_client/v1/test/model/V1SectionSpec.spec.js index e3c363bcee..1854f78efe 100644 --- a/js/http_client/v1/test/model/V1SectionSpec.spec.js +++ b/js/http_client/v1/test/model/V1SectionSpec.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Service.spec.js b/js/http_client/v1/test/model/V1Service.spec.js index 1a60c50d30..bd3b18284d 100644 --- a/js/http_client/v1/test/model/V1Service.spec.js +++ b/js/http_client/v1/test/model/V1Service.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1ServiceAccount.spec.js b/js/http_client/v1/test/model/V1ServiceAccount.spec.js index 9390f008aa..7c401e46dd 100644 --- a/js/http_client/v1/test/model/V1ServiceAccount.spec.js +++ b/js/http_client/v1/test/model/V1ServiceAccount.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1SettingsCatalog.spec.js b/js/http_client/v1/test/model/V1SettingsCatalog.spec.js index d250d3dc87..afb473bd9f 100644 --- a/js/http_client/v1/test/model/V1SettingsCatalog.spec.js +++ b/js/http_client/v1/test/model/V1SettingsCatalog.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Spark.spec.js b/js/http_client/v1/test/model/V1Spark.spec.js index 38b8d8bde0..1b381bcc2d 100644 --- a/js/http_client/v1/test/model/V1Spark.spec.js +++ b/js/http_client/v1/test/model/V1Spark.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1SparkReplica.spec.js b/js/http_client/v1/test/model/V1SparkReplica.spec.js index ffe0fd8450..95c15b41ae 100644 --- a/js/http_client/v1/test/model/V1SparkReplica.spec.js +++ b/js/http_client/v1/test/model/V1SparkReplica.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1SparkType.spec.js b/js/http_client/v1/test/model/V1SparkType.spec.js index 373d182295..3adfdbfb0f 100644 --- a/js/http_client/v1/test/model/V1SparkType.spec.js +++ b/js/http_client/v1/test/model/V1SparkType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Stage.spec.js b/js/http_client/v1/test/model/V1Stage.spec.js index c747c25fb0..dd5d6420fb 100644 --- a/js/http_client/v1/test/model/V1Stage.spec.js +++ b/js/http_client/v1/test/model/V1Stage.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1StageCondition.spec.js b/js/http_client/v1/test/model/V1StageCondition.spec.js index 2685b52ce6..0aa473fc2d 100644 --- a/js/http_client/v1/test/model/V1StageCondition.spec.js +++ b/js/http_client/v1/test/model/V1StageCondition.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Stages.spec.js b/js/http_client/v1/test/model/V1Stages.spec.js index 9b0c0fd8ca..6b57ecaa9c 100644 --- a/js/http_client/v1/test/model/V1Stages.spec.js +++ b/js/http_client/v1/test/model/V1Stages.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Status.spec.js b/js/http_client/v1/test/model/V1Status.spec.js index 21fef5cc8d..a3d13a77e4 100644 --- a/js/http_client/v1/test/model/V1Status.spec.js +++ b/js/http_client/v1/test/model/V1Status.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1StatusCondition.spec.js b/js/http_client/v1/test/model/V1StatusCondition.spec.js index cfa3abc446..90967ee3c0 100644 --- a/js/http_client/v1/test/model/V1StatusCondition.spec.js +++ b/js/http_client/v1/test/model/V1StatusCondition.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Statuses.spec.js b/js/http_client/v1/test/model/V1Statuses.spec.js index 493459db67..b037e14b7f 100644 --- a/js/http_client/v1/test/model/V1Statuses.spec.js +++ b/js/http_client/v1/test/model/V1Statuses.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1TFJob.spec.js b/js/http_client/v1/test/model/V1TFJob.spec.js index 5dd76b4f9c..4c6096d120 100644 --- a/js/http_client/v1/test/model/V1TFJob.spec.js +++ b/js/http_client/v1/test/model/V1TFJob.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Tag.spec.js b/js/http_client/v1/test/model/V1Tag.spec.js index d798af6ed3..93ac16ae14 100644 --- a/js/http_client/v1/test/model/V1Tag.spec.js +++ b/js/http_client/v1/test/model/V1Tag.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Team.spec.js b/js/http_client/v1/test/model/V1Team.spec.js index 8f5c59d740..18c7cdebf1 100644 --- a/js/http_client/v1/test/model/V1Team.spec.js +++ b/js/http_client/v1/test/model/V1Team.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1TeamMember.spec.js b/js/http_client/v1/test/model/V1TeamMember.spec.js index b07560c787..6a64171a95 100644 --- a/js/http_client/v1/test/model/V1TeamMember.spec.js +++ b/js/http_client/v1/test/model/V1TeamMember.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1TeamSettings.spec.js b/js/http_client/v1/test/model/V1TeamSettings.spec.js index f84c7d16bb..7d3560cab0 100644 --- a/js/http_client/v1/test/model/V1TeamSettings.spec.js +++ b/js/http_client/v1/test/model/V1TeamSettings.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Template.spec.js b/js/http_client/v1/test/model/V1Template.spec.js index 8687ccdbc0..03b031220b 100644 --- a/js/http_client/v1/test/model/V1Template.spec.js +++ b/js/http_client/v1/test/model/V1Template.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1TensorboardType.spec.js b/js/http_client/v1/test/model/V1TensorboardType.spec.js index e342dca0ec..b7e6b90769 100644 --- a/js/http_client/v1/test/model/V1TensorboardType.spec.js +++ b/js/http_client/v1/test/model/V1TensorboardType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Termination.spec.js b/js/http_client/v1/test/model/V1Termination.spec.js index 2a28b97e20..953a7bd093 100644 --- a/js/http_client/v1/test/model/V1Termination.spec.js +++ b/js/http_client/v1/test/model/V1Termination.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Token.spec.js b/js/http_client/v1/test/model/V1Token.spec.js index 54c0519f9f..917c89498d 100644 --- a/js/http_client/v1/test/model/V1Token.spec.js +++ b/js/http_client/v1/test/model/V1Token.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1TrialStart.spec.js b/js/http_client/v1/test/model/V1TrialStart.spec.js index 047fa02a6a..02067f28ea 100644 --- a/js/http_client/v1/test/model/V1TrialStart.spec.js +++ b/js/http_client/v1/test/model/V1TrialStart.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1TriggerPolicy.spec.js b/js/http_client/v1/test/model/V1TriggerPolicy.spec.js index 296624543d..d2a08dfa93 100644 --- a/js/http_client/v1/test/model/V1TriggerPolicy.spec.js +++ b/js/http_client/v1/test/model/V1TriggerPolicy.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1TruncationStoppingPolicy.spec.js b/js/http_client/v1/test/model/V1TruncationStoppingPolicy.spec.js index 86ca397648..1816dd4de1 100644 --- a/js/http_client/v1/test/model/V1TruncationStoppingPolicy.spec.js +++ b/js/http_client/v1/test/model/V1TruncationStoppingPolicy.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Tuner.spec.js b/js/http_client/v1/test/model/V1Tuner.spec.js index ab8d5a729a..eb55bd451b 100644 --- a/js/http_client/v1/test/model/V1Tuner.spec.js +++ b/js/http_client/v1/test/model/V1Tuner.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1UriType.spec.js b/js/http_client/v1/test/model/V1UriType.spec.js index 9bc6a738fa..3cf0396d0a 100644 --- a/js/http_client/v1/test/model/V1UriType.spec.js +++ b/js/http_client/v1/test/model/V1UriType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1UrlRef.spec.js b/js/http_client/v1/test/model/V1UrlRef.spec.js index d637721280..7b103f3776 100644 --- a/js/http_client/v1/test/model/V1UrlRef.spec.js +++ b/js/http_client/v1/test/model/V1UrlRef.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1User.spec.js b/js/http_client/v1/test/model/V1User.spec.js index a5b3165617..8b111f98f7 100644 --- a/js/http_client/v1/test/model/V1User.spec.js +++ b/js/http_client/v1/test/model/V1User.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1UserEmail.spec.js b/js/http_client/v1/test/model/V1UserEmail.spec.js index 19f15c75aa..9460ca233a 100644 --- a/js/http_client/v1/test/model/V1UserEmail.spec.js +++ b/js/http_client/v1/test/model/V1UserEmail.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1UserSingup.spec.js b/js/http_client/v1/test/model/V1UserSingup.spec.js index 938c663c80..62cac28086 100644 --- a/js/http_client/v1/test/model/V1UserSingup.spec.js +++ b/js/http_client/v1/test/model/V1UserSingup.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Uuids.spec.js b/js/http_client/v1/test/model/V1Uuids.spec.js index ec6274b510..1a541eec40 100644 --- a/js/http_client/v1/test/model/V1Uuids.spec.js +++ b/js/http_client/v1/test/model/V1Uuids.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1Version.spec.js b/js/http_client/v1/test/model/V1Version.spec.js index 622344b3b3..95ce4ccc70 100644 --- a/js/http_client/v1/test/model/V1Version.spec.js +++ b/js/http_client/v1/test/model/V1Version.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1WasbType.spec.js b/js/http_client/v1/test/model/V1WasbType.spec.js index 7e04988c6b..009067ca4a 100644 --- a/js/http_client/v1/test/model/V1WasbType.spec.js +++ b/js/http_client/v1/test/model/V1WasbType.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/js/http_client/v1/test/model/V1XGBoostJob.spec.js b/js/http_client/v1/test/model/V1XGBoostJob.spec.js index 8d2c94970e..42163b8af9 100644 --- a/js/http_client/v1/test/model/V1XGBoostJob.spec.js +++ b/js/http_client/v1/test/model/V1XGBoostJob.spec.js @@ -16,7 +16,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/protos/v1/polyaxon_sdk.proto b/protos/v1/polyaxon_sdk.proto index d158662bd5..0ecf66c5da 100644 --- a/protos/v1/polyaxon_sdk.proto +++ b/protos/v1/polyaxon_sdk.proto @@ -52,7 +52,7 @@ option go_package = "v1/polyaxon_sdk"; option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { info: { title: "Polyaxon sdk"; - version: "1.20.0"; + version: "1.21.0"; contact:{ name:"Polyaxon sdk"; url:"https://github.com/polyaxon/polyaxon"; @@ -453,7 +453,7 @@ service RunsV1 { // Collect run logs rpc CollectRunLogs(CollectRunLogsRequest) returns (google.protobuf.Empty) { option (google.api.http) = { - post: "/streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs" + post: "/streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs" }; } diff --git a/python/http_client/v1/README.md b/python/http_client/v1/README.md index 0fbc33840f..a9cd946d05 100644 --- a/python/http_client/v1/README.md +++ b/python/http_client/v1/README.md @@ -3,8 +3,8 @@ Polyaxon SDKs and REST API specification. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 1.20.0 -- Package version: 1.20.0 +- API version: 1.21.0 +- Package version: 1.21.0 - Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen For more information, please visit [https://github.com/polyaxon/polyaxon](https://github.com/polyaxon/polyaxon) @@ -234,7 +234,7 @@ Class | Method | HTTP request | Description *RunsV1Api* | [**archive_runs**](docs/RunsV1Api.md#archive_runs) | **POST** /api/v1/{owner}/{project}/runs/archive | Archive runs *RunsV1Api* | [**bookmark_run**](docs/RunsV1Api.md#bookmark_run) | **POST** /api/v1/{owner}/{entity}/runs/{uuid}/bookmark | Bookmark run *RunsV1Api* | [**bookmark_runs**](docs/RunsV1Api.md#bookmark_runs) | **POST** /api/v1/{owner}/{project}/runs/bookmark | Bookmark runs -*RunsV1Api* | [**collect_run_logs**](docs/RunsV1Api.md#collect_run_logs) | **POST** /streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs | Collect run logs +*RunsV1Api* | [**collect_run_logs**](docs/RunsV1Api.md#collect_run_logs) | **POST** /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs | Collect run logs *RunsV1Api* | [**copy_run**](docs/RunsV1Api.md#copy_run) | **POST** /api/v1/{owner}/{project}/runs/{run.uuid}/copy | Restart run with copy *RunsV1Api* | [**create_run**](docs/RunsV1Api.md#create_run) | **POST** /api/v1/{owner}/{project}/runs | Create new run *RunsV1Api* | [**create_run_artifacts_lineage**](docs/RunsV1Api.md#create_run_artifacts_lineage) | **POST** /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts | Create bulk run artifacts lineage diff --git a/python/http_client/v1/docs/RunsV1Api.md b/python/http_client/v1/docs/RunsV1Api.md index 4445c05757..4dab016308 100644 --- a/python/http_client/v1/docs/RunsV1Api.md +++ b/python/http_client/v1/docs/RunsV1Api.md @@ -11,7 +11,7 @@ Method | HTTP request | Description [**archive_runs**](RunsV1Api.md#archive_runs) | **POST** /api/v1/{owner}/{project}/runs/archive | Archive runs [**bookmark_run**](RunsV1Api.md#bookmark_run) | **POST** /api/v1/{owner}/{entity}/runs/{uuid}/bookmark | Bookmark run [**bookmark_runs**](RunsV1Api.md#bookmark_runs) | **POST** /api/v1/{owner}/{project}/runs/bookmark | Bookmark runs -[**collect_run_logs**](RunsV1Api.md#collect_run_logs) | **POST** /streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs | Collect run logs +[**collect_run_logs**](RunsV1Api.md#collect_run_logs) | **POST** /streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs | Collect run logs [**copy_run**](RunsV1Api.md#copy_run) | **POST** /api/v1/{owner}/{project}/runs/{run.uuid}/copy | Restart run with copy [**create_run**](RunsV1Api.md#create_run) | **POST** /api/v1/{owner}/{project}/runs | Create new run [**create_run_artifacts_lineage**](RunsV1Api.md#create_run_artifacts_lineage) | **POST** /api/v1/{owner}/{project}/runs/{uuid}/lineage/artifacts | Create bulk run artifacts lineage diff --git a/python/http_client/v1/polyaxon_sdk/__init__.py b/python/http_client/v1/polyaxon_sdk/__init__.py index 0d7ce4853b..6e11c2ee5f 100644 --- a/python/http_client/v1/polyaxon_sdk/__init__.py +++ b/python/http_client/v1/polyaxon_sdk/__init__.py @@ -23,7 +23,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ @@ -31,7 +31,7 @@ from __future__ import absolute_import -__version__ = "1.20.0" +__version__ = "1.21.0" # import apis into sdk package from polyaxon_sdk.api.agents_v1_api import AgentsV1Api diff --git a/python/http_client/v1/polyaxon_sdk/api/agents_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/agents_v1_api.py index c20a51432d..163ac2b323 100644 --- a/python/http_client/v1/polyaxon_sdk/api/agents_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/agents_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/artifacts_stores_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/artifacts_stores_v1_api.py index ae63c2f0d6..c3f6fd8a27 100644 --- a/python/http_client/v1/polyaxon_sdk/api/artifacts_stores_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/artifacts_stores_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/auth_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/auth_v1_api.py index 368e2c54ed..4ce19cc83a 100644 --- a/python/http_client/v1/polyaxon_sdk/api/auth_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/auth_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/connections_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/connections_v1_api.py index 9e9be218b4..763f3d5435 100644 --- a/python/http_client/v1/polyaxon_sdk/api/connections_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/connections_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/dashboards_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/dashboards_v1_api.py index 0f8b6de536..d0e4e3ec58 100644 --- a/python/http_client/v1/polyaxon_sdk/api/dashboards_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/dashboards_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/organizations_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/organizations_v1_api.py index 9d0b0a9303..e3d35d703a 100644 --- a/python/http_client/v1/polyaxon_sdk/api/organizations_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/organizations_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/presets_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/presets_v1_api.py index 4104afcf7e..900a7156e9 100644 --- a/python/http_client/v1/polyaxon_sdk/api/presets_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/presets_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/project_dashboards_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/project_dashboards_v1_api.py index a64c6f5013..bb448f1f0d 100644 --- a/python/http_client/v1/polyaxon_sdk/api/project_dashboards_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/project_dashboards_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/project_searches_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/project_searches_v1_api.py index f8352f08f0..0ad4265376 100644 --- a/python/http_client/v1/polyaxon_sdk/api/project_searches_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/project_searches_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/projects_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/projects_v1_api.py index f58eb0bc95..86ce2a08f3 100644 --- a/python/http_client/v1/polyaxon_sdk/api/projects_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/projects_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/queues_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/queues_v1_api.py index 2646e765be..5d153826c2 100644 --- a/python/http_client/v1/polyaxon_sdk/api/queues_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/queues_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/runs_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/runs_v1_api.py index 967ecbb282..3ca40f35bd 100644 --- a/python/http_client/v1/polyaxon_sdk/api/runs_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/runs_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ @@ -1142,7 +1142,7 @@ def collect_run_logs_with_http_info(self, namespace, owner, project, uuid, kind, response_types_map = {} return self.api_client.call_api( - '/streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs', 'POST', + '/streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs', 'POST', path_params, query_params, header_params, diff --git a/python/http_client/v1/polyaxon_sdk/api/schemas_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/schemas_v1_api.py index fd019c0927..7f1d2914ba 100644 --- a/python/http_client/v1/polyaxon_sdk/api/schemas_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/schemas_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/searches_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/searches_v1_api.py index f6708b9c8d..358a660938 100644 --- a/python/http_client/v1/polyaxon_sdk/api/searches_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/searches_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/service_accounts_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/service_accounts_v1_api.py index 4a917dcbdd..4753cf29a1 100644 --- a/python/http_client/v1/polyaxon_sdk/api/service_accounts_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/service_accounts_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/tags_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/tags_v1_api.py index 73a26aedfc..85b59f08c1 100644 --- a/python/http_client/v1/polyaxon_sdk/api/tags_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/tags_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/teams_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/teams_v1_api.py index 55e554c84c..7dcd92c074 100644 --- a/python/http_client/v1/polyaxon_sdk/api/teams_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/teams_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/users_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/users_v1_api.py index 88e90f703f..06395b969c 100644 --- a/python/http_client/v1/polyaxon_sdk/api/users_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/users_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api/versions_v1_api.py b/python/http_client/v1/polyaxon_sdk/api/versions_v1_api.py index 3fc79bdc3f..b17c5d0aa3 100644 --- a/python/http_client/v1/polyaxon_sdk/api/versions_v1_api.py +++ b/python/http_client/v1/polyaxon_sdk/api/versions_v1_api.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/api_client.py b/python/http_client/v1/polyaxon_sdk/api_client.py index ab9c80a90b..d28fae9d69 100644 --- a/python/http_client/v1/polyaxon_sdk/api_client.py +++ b/python/http_client/v1/polyaxon_sdk/api_client.py @@ -20,7 +20,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ @@ -95,7 +95,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.20.0/python' + self.user_agent = 'OpenAPI-Generator/1.21.0/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/python/http_client/v1/polyaxon_sdk/async_client/api_client.py b/python/http_client/v1/polyaxon_sdk/async_client/api_client.py index 7057fde6f1..4d289e03a7 100644 --- a/python/http_client/v1/polyaxon_sdk/async_client/api_client.py +++ b/python/http_client/v1/polyaxon_sdk/async_client/api_client.py @@ -20,7 +20,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ @@ -95,7 +95,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.20.0/python' + self.user_agent = 'OpenAPI-Generator/1.21.0/python' self.client_side_validation = configuration.client_side_validation async def __aenter__(self): diff --git a/python/http_client/v1/polyaxon_sdk/async_client/rest.py b/python/http_client/v1/polyaxon_sdk/async_client/rest.py index 2423e6dbd9..b36044a423 100644 --- a/python/http_client/v1/polyaxon_sdk/async_client/rest.py +++ b/python/http_client/v1/polyaxon_sdk/async_client/rest.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/configuration.py b/python/http_client/v1/polyaxon_sdk/configuration.py index 6a04c316e4..936fd19021 100644 --- a/python/http_client/v1/polyaxon_sdk/configuration.py +++ b/python/http_client/v1/polyaxon_sdk/configuration.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ @@ -426,8 +426,8 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 1.20.0\n"\ - "SDK Package Version: 1.20.0".\ + "Version of the API: 1.21.0\n"\ + "SDK Package Version: 1.21.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/python/http_client/v1/polyaxon_sdk/exceptions.py b/python/http_client/v1/polyaxon_sdk/exceptions.py index 51697cd4ce..e59c465df0 100644 --- a/python/http_client/v1/polyaxon_sdk/exceptions.py +++ b/python/http_client/v1/polyaxon_sdk/exceptions.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/__init__.py b/python/http_client/v1/polyaxon_sdk/models/__init__.py index 6f82046cc8..8e5763e0c3 100644 --- a/python/http_client/v1/polyaxon_sdk/models/__init__.py +++ b/python/http_client/v1/polyaxon_sdk/models/__init__.py @@ -22,7 +22,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/agent_state_response_agent_state.py b/python/http_client/v1/polyaxon_sdk/models/agent_state_response_agent_state.py index 1c82721b10..0e8a4d495d 100644 --- a/python/http_client/v1/polyaxon_sdk/models/agent_state_response_agent_state.py +++ b/python/http_client/v1/polyaxon_sdk/models/agent_state_response_agent_state.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/mpi_job_implementation.py b/python/http_client/v1/polyaxon_sdk/models/mpi_job_implementation.py index cdbb449738..585cc897fb 100644 --- a/python/http_client/v1/polyaxon_sdk/models/mpi_job_implementation.py +++ b/python/http_client/v1/polyaxon_sdk/models/mpi_job_implementation.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/mx_job_mode.py b/python/http_client/v1/polyaxon_sdk/models/mx_job_mode.py index 1448ebf700..bafaf869eb 100644 --- a/python/http_client/v1/polyaxon_sdk/models/mx_job_mode.py +++ b/python/http_client/v1/polyaxon_sdk/models/mx_job_mode.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/protobuf_any.py b/python/http_client/v1/polyaxon_sdk/models/protobuf_any.py index f9138c7af5..90e5e642d1 100644 --- a/python/http_client/v1/polyaxon_sdk/models/protobuf_any.py +++ b/python/http_client/v1/polyaxon_sdk/models/protobuf_any.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/protobuf_null_value.py b/python/http_client/v1/polyaxon_sdk/models/protobuf_null_value.py index 41b88fd249..4129c1a553 100644 --- a/python/http_client/v1/polyaxon_sdk/models/protobuf_null_value.py +++ b/python/http_client/v1/polyaxon_sdk/models/protobuf_null_value.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/runtime_error.py b/python/http_client/v1/polyaxon_sdk/models/runtime_error.py index ffa0149c90..4e01f1a90e 100644 --- a/python/http_client/v1/polyaxon_sdk/models/runtime_error.py +++ b/python/http_client/v1/polyaxon_sdk/models/runtime_error.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/search_view.py b/python/http_client/v1/polyaxon_sdk/models/search_view.py index d745197591..c6e318a662 100644 --- a/python/http_client/v1/polyaxon_sdk/models/search_view.py +++ b/python/http_client/v1/polyaxon_sdk/models/search_view.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/spark_deploy_mode.py b/python/http_client/v1/polyaxon_sdk/models/spark_deploy_mode.py index 952d21a5d0..5205258873 100644 --- a/python/http_client/v1/polyaxon_sdk/models/spark_deploy_mode.py +++ b/python/http_client/v1/polyaxon_sdk/models/spark_deploy_mode.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_activity.py b/python/http_client/v1/polyaxon_sdk/models/v1_activity.py index c920580b78..0d928216c3 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_activity.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_activity.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_agent.py b/python/http_client/v1/polyaxon_sdk/models/v1_agent.py index 460ac27619..41f6195f43 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_agent.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_agent.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_agent_state_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_agent_state_response.py index 9439e19290..9530fa951a 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_agent_state_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_agent_state_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_agent_status_body_request.py b/python/http_client/v1/polyaxon_sdk/models/v1_agent_status_body_request.py index 1d96b2a6da..7e10a75865 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_agent_status_body_request.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_agent_status_body_request.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_analytics_spec.py b/python/http_client/v1/polyaxon_sdk/models/v1_analytics_spec.py index 71462b41db..a1fa2d2eba 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_analytics_spec.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_analytics_spec.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_artifact_kind.py b/python/http_client/v1/polyaxon_sdk/models/v1_artifact_kind.py index ba21f05c90..cd7e34f0a3 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_artifact_kind.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_artifact_kind.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_artifact_tree.py b/python/http_client/v1/polyaxon_sdk/models/v1_artifact_tree.py index f176e4176b..ee66694159 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_artifact_tree.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_artifact_tree.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_artifacts_mount.py b/python/http_client/v1/polyaxon_sdk/models/v1_artifacts_mount.py index 28490e1439..58808c3c0f 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_artifacts_mount.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_artifacts_mount.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_artifacts_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_artifacts_type.py index a23b6f98a9..776498eada 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_artifacts_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_artifacts_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_auth.py b/python/http_client/v1/polyaxon_sdk/models/v1_auth.py index 6b531a9617..bd34802268 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_auth.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_auth.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_auth_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_auth_type.py index ad76041722..a647fa3521 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_auth_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_auth_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_average_stopping_policy.py b/python/http_client/v1/polyaxon_sdk/models/v1_average_stopping_policy.py index 7defa8351c..de81b430f7 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_average_stopping_policy.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_average_stopping_policy.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_bayes.py b/python/http_client/v1/polyaxon_sdk/models/v1_bayes.py index 52b6711935..5d61aa290e 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_bayes.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_bayes.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_bucket_connection.py b/python/http_client/v1/polyaxon_sdk/models/v1_bucket_connection.py index 7ba9f01da2..025b633d38 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_bucket_connection.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_bucket_connection.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_build.py b/python/http_client/v1/polyaxon_sdk/models/v1_build.py index 38ef5aaa5f..b442ff001b 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_build.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_build.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_cache.py b/python/http_client/v1/polyaxon_sdk/models/v1_cache.py index 3ce11d7624..1a8e5899e1 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_cache.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_cache.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_claim_connection.py b/python/http_client/v1/polyaxon_sdk/models/v1_claim_connection.py index 8602483e9f..88ca33f304 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_claim_connection.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_claim_connection.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_clean_pod_policy.py b/python/http_client/v1/polyaxon_sdk/models/v1_clean_pod_policy.py index 00b0bf4bc4..8c0b52b6db 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_clean_pod_policy.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_clean_pod_policy.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_cloning.py b/python/http_client/v1/polyaxon_sdk/models/v1_cloning.py index 782f2f2a67..4a336914db 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_cloning.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_cloning.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_cloning_kind.py b/python/http_client/v1/polyaxon_sdk/models/v1_cloning_kind.py index 0c36bdc96c..020bd4b5f5 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_cloning_kind.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_cloning_kind.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_compatibility.py b/python/http_client/v1/polyaxon_sdk/models/v1_compatibility.py index 7c3ac704f3..274facc0d1 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_compatibility.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_compatibility.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_compiled_operation.py b/python/http_client/v1/polyaxon_sdk/models/v1_compiled_operation.py index 14bb81f03e..a288452966 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_compiled_operation.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_compiled_operation.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_component.py b/python/http_client/v1/polyaxon_sdk/models/v1_component.py index f924947636..593784c9a6 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_component.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_component.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_connection_kind.py b/python/http_client/v1/polyaxon_sdk/models/v1_connection_kind.py index 42468c38eb..0f7a74d3d6 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_connection_kind.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_connection_kind.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_connection_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_connection_response.py index 9bfdcbf430..a590aa7551 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_connection_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_connection_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_connection_schema.py b/python/http_client/v1/polyaxon_sdk/models/v1_connection_schema.py index c8f2d0889a..8c17d71757 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_connection_schema.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_connection_schema.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_connection_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_connection_type.py index cb3e5b655d..cdedfead70 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_connection_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_connection_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_credentials.py b/python/http_client/v1/polyaxon_sdk/models/v1_credentials.py index 832537e974..7ccc4d8f94 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_credentials.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_credentials.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_cron_schedule.py b/python/http_client/v1/polyaxon_sdk/models/v1_cron_schedule.py index 200c328543..88dd7ff14c 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_cron_schedule.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_cron_schedule.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_dag.py b/python/http_client/v1/polyaxon_sdk/models/v1_dag.py index 8a5f878ece..ced396b60e 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_dag.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_dag.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_dag_ref.py b/python/http_client/v1/polyaxon_sdk/models/v1_dag_ref.py index 86fee70923..af5fd0339b 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_dag_ref.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_dag_ref.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_dashboard.py b/python/http_client/v1/polyaxon_sdk/models/v1_dashboard.py index c50f86ef41..8e45a5c43a 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_dashboard.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_dashboard.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_dashboard_spec.py b/python/http_client/v1/polyaxon_sdk/models/v1_dashboard_spec.py index 667d897fcc..bf1b6cf2bc 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_dashboard_spec.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_dashboard_spec.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_dask.py b/python/http_client/v1/polyaxon_sdk/models/v1_dask.py index 8d01f2c58f..e1b54db80b 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_dask.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_dask.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_date_time_schedule.py b/python/http_client/v1/polyaxon_sdk/models/v1_date_time_schedule.py index 93a03bccef..51b9e8ae1f 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_date_time_schedule.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_date_time_schedule.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_diff_stopping_policy.py b/python/http_client/v1/polyaxon_sdk/models/v1_diff_stopping_policy.py index 1b23ec8d39..615e0090e3 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_diff_stopping_policy.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_diff_stopping_policy.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_dockerfile_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_dockerfile_type.py index 75df4d680c..f6f944590f 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_dockerfile_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_dockerfile_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_early_stopping.py b/python/http_client/v1/polyaxon_sdk/models/v1_early_stopping.py index 1d1840e8f9..e2a70aa3aa 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_early_stopping.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_early_stopping.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_entities_tags.py b/python/http_client/v1/polyaxon_sdk/models/v1_entities_tags.py index ac8f7db7b5..5a90b3c2b2 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_entities_tags.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_entities_tags.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_entities_transfer.py b/python/http_client/v1/polyaxon_sdk/models/v1_entities_transfer.py index 64060dbca4..36db2e415f 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_entities_transfer.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_entities_transfer.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_entity_notification_body.py b/python/http_client/v1/polyaxon_sdk/models/v1_entity_notification_body.py index 7b59d99928..7f021bbe67 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_entity_notification_body.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_entity_notification_body.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_entity_stage_body_request.py b/python/http_client/v1/polyaxon_sdk/models/v1_entity_stage_body_request.py index b884ca44f3..6655cfb488 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_entity_stage_body_request.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_entity_stage_body_request.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_entity_status_body_request.py b/python/http_client/v1/polyaxon_sdk/models/v1_entity_status_body_request.py index c73fde3b01..bac404b7df 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_entity_status_body_request.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_entity_status_body_request.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_environment.py b/python/http_client/v1/polyaxon_sdk/models/v1_environment.py index a9e732b16f..c344fc0e35 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_environment.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_environment.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event.py b/python/http_client/v1/polyaxon_sdk/models/v1_event.py index 7189690d9f..4c6ed26941 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_artifact.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_artifact.py index 3525d0e453..cc026fed26 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_artifact.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_artifact.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_audio.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_audio.py index bedb6f1a4a..c284368da4 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_audio.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_audio.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_chart.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_chart.py index b5d7f6e62d..1905af90fa 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_chart.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_chart.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_chart_kind.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_chart_kind.py index dca7fcd09a..80c23a98b3 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_chart_kind.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_chart_kind.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_confusion_matrix.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_confusion_matrix.py index 156d3b2f1f..0dff46047b 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_confusion_matrix.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_confusion_matrix.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_curve.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_curve.py index 6032128c99..952f5d8341 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_curve.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_curve.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_curve_kind.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_curve_kind.py index 82d2f72bb5..d9f8ee0714 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_curve_kind.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_curve_kind.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_dataframe.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_dataframe.py index 2166e286da..00c2a1954d 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_dataframe.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_dataframe.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_histogram.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_histogram.py index e75ac70238..eae073a0af 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_histogram.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_histogram.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_image.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_image.py index d8d5efb48e..d27374bb73 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_image.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_image.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_kind.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_kind.py index d69f1cdfe4..8c69a5e227 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_kind.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_kind.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_model.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_model.py index b12a92efc5..90bbbd0bea 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_model.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_model.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_trigger.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_trigger.py index 268917c5bf..f9411a1021 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_trigger.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_trigger.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_type.py index e63ca11670..4085767537 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_event_video.py b/python/http_client/v1/polyaxon_sdk/models/v1_event_video.py index 017f0a0bc1..45b1f1f371 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_event_video.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_event_video.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_events_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_events_response.py index 3fc4abc01b..751a888fde 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_events_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_events_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_failure_early_stopping.py b/python/http_client/v1/polyaxon_sdk/models/v1_failure_early_stopping.py index 20aaab95d8..acdbace92e 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_failure_early_stopping.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_failure_early_stopping.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_file_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_file_type.py index 3f1793cb21..5e66f7dc22 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_file_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_file_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_flink.py b/python/http_client/v1/polyaxon_sdk/models/v1_flink.py index 4949a71181..25786c8dfb 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_flink.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_flink.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_gcs_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_gcs_type.py index 287a983d87..ae6d334479 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_gcs_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_gcs_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_git_connection.py b/python/http_client/v1/polyaxon_sdk/models/v1_git_connection.py index fef47a4811..d333b85672 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_git_connection.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_git_connection.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_git_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_git_type.py index 1a8fa5bd9e..7dba99c824 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_git_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_git_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_grid_search.py b/python/http_client/v1/polyaxon_sdk/models/v1_grid_search.py index 0f6344dcd2..df3ebe8bd4 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_grid_search.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_grid_search.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hook.py b/python/http_client/v1/polyaxon_sdk/models/v1_hook.py index 5879cd8b88..b715f958bc 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hook.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hook.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_host_connection.py b/python/http_client/v1/polyaxon_sdk/models/v1_host_connection.py index 6ed7db831a..bd81ae936f 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_host_connection.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_host_connection.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_host_path_connection.py b/python/http_client/v1/polyaxon_sdk/models/v1_host_path_connection.py index 671bcabe8a..1e2660a99e 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_host_path_connection.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_host_path_connection.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_choice.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_choice.py index 39252726e5..5ffdd74014 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_choice.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_choice.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_date_range.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_date_range.py index 1059098d08..c523038150 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_date_range.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_date_range.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_date_time_range.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_date_time_range.py index 51d91927cc..231f7b0d6f 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_date_time_range.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_date_time_range.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_geom_space.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_geom_space.py index c8945cc590..db08ddb9a8 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_geom_space.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_geom_space.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_lin_space.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_lin_space.py index 6b89ac1865..feb99d89ed 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_lin_space.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_lin_space.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_log_normal.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_log_normal.py index d4e5fb5f1e..279c799914 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_log_normal.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_log_normal.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_log_space.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_log_space.py index 05397517dd..b0f4785040 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_log_space.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_log_space.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_log_uniform.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_log_uniform.py index 7a961eccca..f413c33783 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_log_uniform.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_log_uniform.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_normal.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_normal.py index 11c813ad76..2c97807d23 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_normal.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_normal.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_p_choice.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_p_choice.py index 8584721186..929b4a07a9 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_p_choice.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_p_choice.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_params.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_params.py index 0f9271cb5f..8f49f31dc8 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_params.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_params.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_log_normal.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_log_normal.py index 422d506082..b23c3c0051 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_log_normal.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_log_normal.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_log_uniform.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_log_uniform.py index 747660e612..a873cbb400 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_log_uniform.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_log_uniform.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_normal.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_normal.py index 8e49edae1c..4afe26e7e7 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_normal.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_normal.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_uniform.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_uniform.py index 80671bdb8f..b217c8e047 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_uniform.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_q_uniform.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_range.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_range.py index 79b3774874..e77f3bde9e 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_range.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_range.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hp_uniform.py b/python/http_client/v1/polyaxon_sdk/models/v1_hp_uniform.py index 41eaca5a22..54f0381c70 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hp_uniform.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hp_uniform.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hub_ref.py b/python/http_client/v1/polyaxon_sdk/models/v1_hub_ref.py index 98b42580ca..d0b13f5f05 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hub_ref.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hub_ref.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hyperband.py b/python/http_client/v1/polyaxon_sdk/models/v1_hyperband.py index 957afa57fe..ff0b71c544 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hyperband.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hyperband.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hyperopt.py b/python/http_client/v1/polyaxon_sdk/models/v1_hyperopt.py index eef94a3381..3769b956b6 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hyperopt.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hyperopt.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_hyperopt_algorithms.py b/python/http_client/v1/polyaxon_sdk/models/v1_hyperopt_algorithms.py index 12b473f311..616ef5b1cc 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_hyperopt_algorithms.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_hyperopt_algorithms.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_init.py b/python/http_client/v1/polyaxon_sdk/models/v1_init.py index 4918e2bb67..a929b32785 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_init.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_init.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_installation.py b/python/http_client/v1/polyaxon_sdk/models/v1_installation.py index ea383d8160..4fe1bfd2f9 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_installation.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_installation.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_interval_schedule.py b/python/http_client/v1/polyaxon_sdk/models/v1_interval_schedule.py index 3f1e60eb62..e1c92b3388 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_interval_schedule.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_interval_schedule.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_io.py b/python/http_client/v1/polyaxon_sdk/models/v1_io.py index 9647b876ea..6d624b1871 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_io.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_io.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_iterative.py b/python/http_client/v1/polyaxon_sdk/models/v1_iterative.py index d116837e00..4c01960e50 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_iterative.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_iterative.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_job.py b/python/http_client/v1/polyaxon_sdk/models/v1_job.py index 18161eee74..0ba52b40ae 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_job.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_job.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_join.py b/python/http_client/v1/polyaxon_sdk/models/v1_join.py index 49a7dacb7d..4c07dc165c 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_join.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_join.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_join_param.py b/python/http_client/v1/polyaxon_sdk/models/v1_join_param.py index 86b9b50c51..66b6307034 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_join_param.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_join_param.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_k8s_resource_schema.py b/python/http_client/v1/polyaxon_sdk/models/v1_k8s_resource_schema.py index f026d9c0e6..226e3269e9 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_k8s_resource_schema.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_k8s_resource_schema.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_k8s_resource_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_k8s_resource_type.py index ef44e190d1..eb79c78aea 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_k8s_resource_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_k8s_resource_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_kf_replica.py b/python/http_client/v1/polyaxon_sdk/models/v1_kf_replica.py index d4b0b6538e..c973151d7d 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_kf_replica.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_kf_replica.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_activities_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_activities_response.py index dc74c28268..d91506db1a 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_activities_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_activities_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_agents_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_agents_response.py index 448d382146..3f0902d6ae 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_agents_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_agents_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_bookmarks_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_bookmarks_response.py index 901c8a007b..ca59969479 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_bookmarks_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_bookmarks_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_connections_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_connections_response.py index f49c6d051d..b9c70bd8b4 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_connections_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_connections_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_dashboards_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_dashboards_response.py index ea870a9779..89a3400a4e 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_dashboards_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_dashboards_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_organization_members_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_organization_members_response.py index e1ea9b5def..fba14fec97 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_organization_members_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_organization_members_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_organizations_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_organizations_response.py index a713c370fc..2dc6b2c851 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_organizations_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_organizations_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_presets_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_presets_response.py index dbad480e0e..e2079cb145 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_presets_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_presets_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_project_versions_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_project_versions_response.py index e773d9fe0f..be26c2dcc8 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_project_versions_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_project_versions_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_projects_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_projects_response.py index 140c157be0..c9183761c6 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_projects_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_projects_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_queues_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_queues_response.py index 7de39db6b4..a862c3a2d0 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_queues_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_queues_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_run_artifacts_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_run_artifacts_response.py index aba4cee142..dfdcb7fd8b 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_run_artifacts_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_run_artifacts_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_run_connections_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_run_connections_response.py index 51b0cb1bf2..c14d74b195 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_run_connections_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_run_connections_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_run_edges_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_run_edges_response.py index 45fa333272..26d675a7b6 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_run_edges_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_run_edges_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_runs_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_runs_response.py index bb321d2089..9afb6eb479 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_runs_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_runs_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_searches_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_searches_response.py index 96a8851dce..1909f6536b 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_searches_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_searches_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_service_accounts_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_service_accounts_response.py index 83494260c0..35b71652c9 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_service_accounts_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_service_accounts_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_tags_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_tags_response.py index 9a78610a48..e4d72d9760 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_tags_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_tags_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_team_members_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_team_members_response.py index 30e2c0d064..75c2f6c0ae 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_team_members_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_team_members_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_teams_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_teams_response.py index a9f7b7413a..d47ae15eaa 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_teams_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_teams_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_list_token_response.py b/python/http_client/v1/polyaxon_sdk/models/v1_list_token_response.py index 8dc59bfd42..9fb7c4f59c 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_list_token_response.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_list_token_response.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_log.py b/python/http_client/v1/polyaxon_sdk/models/v1_log.py index 47050ba70c..761e872a0e 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_log.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_log.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_log_handler.py b/python/http_client/v1/polyaxon_sdk/models/v1_log_handler.py index a8fc0ae2c9..b4350de78d 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_log_handler.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_log_handler.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_logs.py b/python/http_client/v1/polyaxon_sdk/models/v1_logs.py index 6a38769a52..a5895451b0 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_logs.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_logs.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_mapping.py b/python/http_client/v1/polyaxon_sdk/models/v1_mapping.py index cddce6d140..00e8cae2f9 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_mapping.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_mapping.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_matrix.py b/python/http_client/v1/polyaxon_sdk/models/v1_matrix.py index c7d797e57e..2f697811e2 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_matrix.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_matrix.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_matrix_kind.py b/python/http_client/v1/polyaxon_sdk/models/v1_matrix_kind.py index 21cf902b39..e9620c2b12 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_matrix_kind.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_matrix_kind.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_median_stopping_policy.py b/python/http_client/v1/polyaxon_sdk/models/v1_median_stopping_policy.py index 0728a6eb4d..4b551dba1f 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_median_stopping_policy.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_median_stopping_policy.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_metric_early_stopping.py b/python/http_client/v1/polyaxon_sdk/models/v1_metric_early_stopping.py index a3c03fc777..addb6a8bb5 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_metric_early_stopping.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_metric_early_stopping.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_mpi_job.py b/python/http_client/v1/polyaxon_sdk/models/v1_mpi_job.py index c89b24c2bb..a13bbaa07e 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_mpi_job.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_mpi_job.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_mx_job.py b/python/http_client/v1/polyaxon_sdk/models/v1_mx_job.py index 71076b3d25..85972a5bc7 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_mx_job.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_mx_job.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_notification.py b/python/http_client/v1/polyaxon_sdk/models/v1_notification.py index 538a171bed..843f8017c9 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_notification.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_notification.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_operation.py b/python/http_client/v1/polyaxon_sdk/models/v1_operation.py index fe25592e47..9c91a65013 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_operation.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_operation.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_operation_body.py b/python/http_client/v1/polyaxon_sdk/models/v1_operation_body.py index 99a4614701..0441ddc1a0 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_operation_body.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_operation_body.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_optimization.py b/python/http_client/v1/polyaxon_sdk/models/v1_optimization.py index e8dcc67fbc..1dd246517c 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_optimization.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_optimization.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_optimization_metric.py b/python/http_client/v1/polyaxon_sdk/models/v1_optimization_metric.py index 0355abfda9..5b42eb2c3b 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_optimization_metric.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_optimization_metric.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_optimization_resource.py b/python/http_client/v1/polyaxon_sdk/models/v1_optimization_resource.py index 2519d99efc..2725a8d5c8 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_optimization_resource.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_optimization_resource.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_organization.py b/python/http_client/v1/polyaxon_sdk/models/v1_organization.py index 52b8173a32..7ccfa5ce66 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_organization.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_organization.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_organization_member.py b/python/http_client/v1/polyaxon_sdk/models/v1_organization_member.py index a41dc02cf2..811767a733 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_organization_member.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_organization_member.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_param.py b/python/http_client/v1/polyaxon_sdk/models/v1_param.py index d5650d9dca..8c2646add5 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_param.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_param.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_password_change.py b/python/http_client/v1/polyaxon_sdk/models/v1_password_change.py index ea9818db64..26d42e8310 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_password_change.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_password_change.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_patch_strategy.py b/python/http_client/v1/polyaxon_sdk/models/v1_patch_strategy.py index dfb8e5fd64..dee0cbdcb1 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_patch_strategy.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_patch_strategy.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_path_ref.py b/python/http_client/v1/polyaxon_sdk/models/v1_path_ref.py index 8d4ba4c970..c07e536095 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_path_ref.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_path_ref.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_pipeline.py b/python/http_client/v1/polyaxon_sdk/models/v1_pipeline.py index 93d8918d70..10555633b4 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_pipeline.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_pipeline.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_pipeline_kind.py b/python/http_client/v1/polyaxon_sdk/models/v1_pipeline_kind.py index b2b69d103d..67f4c8fece 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_pipeline_kind.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_pipeline_kind.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_plugins.py b/python/http_client/v1/polyaxon_sdk/models/v1_plugins.py index 238d116574..75d0ae88b9 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_plugins.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_plugins.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_polyaxon_init_container.py b/python/http_client/v1/polyaxon_sdk/models/v1_polyaxon_init_container.py index 828dbec4e5..74d37ab51c 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_polyaxon_init_container.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_polyaxon_init_container.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_polyaxon_sidecar_container.py b/python/http_client/v1/polyaxon_sdk/models/v1_polyaxon_sidecar_container.py index c5b42cd5d1..af59243ca1 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_polyaxon_sidecar_container.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_polyaxon_sidecar_container.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_preset.py b/python/http_client/v1/polyaxon_sdk/models/v1_preset.py index b26267db18..12dc37ab20 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_preset.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_preset.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_project.py b/python/http_client/v1/polyaxon_sdk/models/v1_project.py index 3b26be23ad..61da5e41d6 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_project.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_project.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_project_settings.py b/python/http_client/v1/polyaxon_sdk/models/v1_project_settings.py index ce44d38ca7..35540eeec6 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_project_settings.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_project_settings.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_project_user_access.py b/python/http_client/v1/polyaxon_sdk/models/v1_project_user_access.py index be28ad9c1b..51162f0888 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_project_user_access.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_project_user_access.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_project_version.py b/python/http_client/v1/polyaxon_sdk/models/v1_project_version.py index d11d71cf07..c9d13ab7e8 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_project_version.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_project_version.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_project_version_kind.py b/python/http_client/v1/polyaxon_sdk/models/v1_project_version_kind.py index bc18fc13e9..d307bd176e 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_project_version_kind.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_project_version_kind.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_pytorch_job.py b/python/http_client/v1/polyaxon_sdk/models/v1_pytorch_job.py index 8e7d60ca93..ba3ae327d7 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_pytorch_job.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_pytorch_job.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_queue.py b/python/http_client/v1/polyaxon_sdk/models/v1_queue.py index f686dd7c46..cf90b5a07d 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_queue.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_queue.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_random_search.py b/python/http_client/v1/polyaxon_sdk/models/v1_random_search.py index aa43afbfe4..33a2331c75 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_random_search.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_random_search.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_ray.py b/python/http_client/v1/polyaxon_sdk/models/v1_ray.py index 38fcf95ae0..a777f3bf8a 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_ray.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_ray.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_reference.py b/python/http_client/v1/polyaxon_sdk/models/v1_reference.py index 178c5e885d..83c4180ca0 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_reference.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_reference.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_resource_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_resource_type.py index ebc867cc82..2f37972d38 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_resource_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_resource_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_run.py b/python/http_client/v1/polyaxon_sdk/models/v1_run.py index 385f91bf5e..34a43fef3c 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_run.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_run.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_run_artifact.py b/python/http_client/v1/polyaxon_sdk/models/v1_run_artifact.py index d11e1ecdac..a6d58a34b2 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_run_artifact.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_run_artifact.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_run_artifacts.py b/python/http_client/v1/polyaxon_sdk/models/v1_run_artifacts.py index 5e68a9a287..6a2fb547a3 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_run_artifacts.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_run_artifacts.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_run_connection.py b/python/http_client/v1/polyaxon_sdk/models/v1_run_connection.py index c7c3fc22ac..f88d909052 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_run_connection.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_run_connection.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_run_edge.py b/python/http_client/v1/polyaxon_sdk/models/v1_run_edge.py index d67ee958ee..3f53eee242 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_run_edge.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_run_edge.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_run_edge_kind.py b/python/http_client/v1/polyaxon_sdk/models/v1_run_edge_kind.py index 2013b4df9d..afb816a863 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_run_edge_kind.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_run_edge_kind.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_run_kind.py b/python/http_client/v1/polyaxon_sdk/models/v1_run_kind.py index be85a4dc7e..c9804c00bd 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_run_kind.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_run_kind.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_run_pending.py b/python/http_client/v1/polyaxon_sdk/models/v1_run_pending.py index 5b477e513e..f6d6443817 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_run_pending.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_run_pending.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_run_reference_catalog.py b/python/http_client/v1/polyaxon_sdk/models/v1_run_reference_catalog.py index d8a69abb58..08e966dfa9 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_run_reference_catalog.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_run_reference_catalog.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_run_resources.py b/python/http_client/v1/polyaxon_sdk/models/v1_run_resources.py index b63f66c981..7c2900b101 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_run_resources.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_run_resources.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_run_schema.py b/python/http_client/v1/polyaxon_sdk/models/v1_run_schema.py index f9b45d196d..553706e2fb 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_run_schema.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_run_schema.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_run_settings.py b/python/http_client/v1/polyaxon_sdk/models/v1_run_settings.py index a83c7e9a95..71b52fbda1 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_run_settings.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_run_settings.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_s3_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_s3_type.py index d2dddf1c32..99a98bab19 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_s3_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_s3_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_schedule.py b/python/http_client/v1/polyaxon_sdk/models/v1_schedule.py index 778a3f05bb..3fb89d7a59 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_schedule.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_schedule.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_schedule_kind.py b/python/http_client/v1/polyaxon_sdk/models/v1_schedule_kind.py index db3c710e36..78c8a77278 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_schedule_kind.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_schedule_kind.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_scheduling_policy.py b/python/http_client/v1/polyaxon_sdk/models/v1_scheduling_policy.py index 34795803c3..907f90e634 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_scheduling_policy.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_scheduling_policy.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_schemas.py b/python/http_client/v1/polyaxon_sdk/models/v1_schemas.py index a8def0e847..d7b17547db 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_schemas.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_schemas.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_search.py b/python/http_client/v1/polyaxon_sdk/models/v1_search.py index c236a02f25..d15df61787 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_search.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_search.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_search_spec.py b/python/http_client/v1/polyaxon_sdk/models/v1_search_spec.py index 5a316397d3..2e801e6d9b 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_search_spec.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_search_spec.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_section_spec.py b/python/http_client/v1/polyaxon_sdk/models/v1_section_spec.py index 4a25cbaf2b..b37790c14c 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_section_spec.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_section_spec.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_service.py b/python/http_client/v1/polyaxon_sdk/models/v1_service.py index d79e793d39..b81c9b2a7e 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_service.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_service.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_service_account.py b/python/http_client/v1/polyaxon_sdk/models/v1_service_account.py index b2abcbe23e..062c5fd4ee 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_service_account.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_service_account.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_settings_catalog.py b/python/http_client/v1/polyaxon_sdk/models/v1_settings_catalog.py index 743ad4f129..648b009b7e 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_settings_catalog.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_settings_catalog.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_spark.py b/python/http_client/v1/polyaxon_sdk/models/v1_spark.py index b1a31bc217..43a02123d0 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_spark.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_spark.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_spark_replica.py b/python/http_client/v1/polyaxon_sdk/models/v1_spark_replica.py index 80e4e084e0..ddb438a74b 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_spark_replica.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_spark_replica.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_spark_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_spark_type.py index bf5bfd0f28..b61247282b 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_spark_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_spark_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_stage.py b/python/http_client/v1/polyaxon_sdk/models/v1_stage.py index acc00432f4..df8c4e5eb2 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_stage.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_stage.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_stage_condition.py b/python/http_client/v1/polyaxon_sdk/models/v1_stage_condition.py index 186148938e..f125170c3a 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_stage_condition.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_stage_condition.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_stages.py b/python/http_client/v1/polyaxon_sdk/models/v1_stages.py index 7ea7f66219..f26980b0d5 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_stages.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_stages.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_status.py b/python/http_client/v1/polyaxon_sdk/models/v1_status.py index 740bc51b60..cc7918f198 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_status.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_status.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_status_condition.py b/python/http_client/v1/polyaxon_sdk/models/v1_status_condition.py index 44eb4dd645..e229f58931 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_status_condition.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_status_condition.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_statuses.py b/python/http_client/v1/polyaxon_sdk/models/v1_statuses.py index 0f9bed34c3..cdbbcef0cc 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_statuses.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_statuses.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_tag.py b/python/http_client/v1/polyaxon_sdk/models/v1_tag.py index 2a5b2895da..824e93c186 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_tag.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_tag.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_team.py b/python/http_client/v1/polyaxon_sdk/models/v1_team.py index d68993c2be..a51b78f3f3 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_team.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_team.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_team_member.py b/python/http_client/v1/polyaxon_sdk/models/v1_team_member.py index b22c233249..9db4dbaaef 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_team_member.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_team_member.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_team_settings.py b/python/http_client/v1/polyaxon_sdk/models/v1_team_settings.py index 51b078c2c0..61349a3e61 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_team_settings.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_team_settings.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_template.py b/python/http_client/v1/polyaxon_sdk/models/v1_template.py index a0947594eb..536215e34c 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_template.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_template.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_tensorboard_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_tensorboard_type.py index 6c7155ae02..c190016aca 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_tensorboard_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_tensorboard_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_termination.py b/python/http_client/v1/polyaxon_sdk/models/v1_termination.py index 96b76edc10..2e39094023 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_termination.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_termination.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_tf_job.py b/python/http_client/v1/polyaxon_sdk/models/v1_tf_job.py index b7e7a7cc5d..89aba637ce 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_tf_job.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_tf_job.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_token.py b/python/http_client/v1/polyaxon_sdk/models/v1_token.py index abceca5b0a..c92924c8f4 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_token.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_token.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_trial_start.py b/python/http_client/v1/polyaxon_sdk/models/v1_trial_start.py index df72fb550f..ceee622b81 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_trial_start.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_trial_start.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_trigger_policy.py b/python/http_client/v1/polyaxon_sdk/models/v1_trigger_policy.py index 93a4e19b0d..4cbc1073fc 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_trigger_policy.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_trigger_policy.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_truncation_stopping_policy.py b/python/http_client/v1/polyaxon_sdk/models/v1_truncation_stopping_policy.py index aeb52d206d..b52d4ff322 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_truncation_stopping_policy.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_truncation_stopping_policy.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_tuner.py b/python/http_client/v1/polyaxon_sdk/models/v1_tuner.py index 3f599fb48b..e48935eafa 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_tuner.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_tuner.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_uri_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_uri_type.py index 5409c4e5ce..8f87b26188 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_uri_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_uri_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_url_ref.py b/python/http_client/v1/polyaxon_sdk/models/v1_url_ref.py index 9511ea5ef9..19dba1f3fd 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_url_ref.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_url_ref.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_user.py b/python/http_client/v1/polyaxon_sdk/models/v1_user.py index c8a9c0253d..817141267d 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_user.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_user.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_user_email.py b/python/http_client/v1/polyaxon_sdk/models/v1_user_email.py index 09223082ec..1cf27f0913 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_user_email.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_user_email.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_user_singup.py b/python/http_client/v1/polyaxon_sdk/models/v1_user_singup.py index a4a0dceba5..fbb9423dbb 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_user_singup.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_user_singup.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_uuids.py b/python/http_client/v1/polyaxon_sdk/models/v1_uuids.py index 353bba88df..b6dbbb538f 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_uuids.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_uuids.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_version.py b/python/http_client/v1/polyaxon_sdk/models/v1_version.py index d38f3759fd..b02e348aaf 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_version.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_version.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_wasb_type.py b/python/http_client/v1/polyaxon_sdk/models/v1_wasb_type.py index 4b66cfe71b..0174a18740 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_wasb_type.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_wasb_type.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/models/v1_xg_boost_job.py b/python/http_client/v1/polyaxon_sdk/models/v1_xg_boost_job.py index 7ecea43d47..3d80e81b7f 100644 --- a/python/http_client/v1/polyaxon_sdk/models/v1_xg_boost_job.py +++ b/python/http_client/v1/polyaxon_sdk/models/v1_xg_boost_job.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/polyaxon_sdk/rest.py b/python/http_client/v1/polyaxon_sdk/rest.py index 2cbfd5da1d..4706840686 100644 --- a/python/http_client/v1/polyaxon_sdk/rest.py +++ b/python/http_client/v1/polyaxon_sdk/rest.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ diff --git a/python/http_client/v1/setup.py b/python/http_client/v1/setup.py index 7eaeceb28c..057589993a 100644 --- a/python/http_client/v1/setup.py +++ b/python/http_client/v1/setup.py @@ -21,7 +21,7 @@ Polyaxon SDKs and REST API specification. # noqa: E501 - The version of the OpenAPI document: 1.20.0 + The version of the OpenAPI document: 1.21.0 Contact: contact@polyaxon.com Generated by: https://openapi-generator.tech """ @@ -30,7 +30,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "polyaxon-sdk" -VERSION = "1.20.0" +VERSION = "1.21.0" # To install the library, run the following # # python setup.py install diff --git a/swagger/config/config-base.json b/swagger/config/config-base.json index 1c5c7e6d67..ee6632c64f 100644 --- a/swagger/config/config-base.json +++ b/swagger/config/config-base.json @@ -2,7 +2,7 @@ "modelPropertyNaming": "original", "packageName": "polyaxon_sdk", "projectName": "polyaxon-sdk", - "packageVersion": "1.20.0", + "packageVersion": "1.21.0", "author": "Polyaxon", "description": "Polyaxon sdk", "contact": { @@ -15,7 +15,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, "npmName": "@polyaxon/sdk", - "npmVersion": "1.20.0", + "npmVersion": "1.21.0", "snapshot": false, "supportsES6": true } diff --git a/swagger/config/config-java.json b/swagger/config/config-java.json index 51b5050515..99e39a8afd 100644 --- a/swagger/config/config-java.json +++ b/swagger/config/config-java.json @@ -2,7 +2,7 @@ "modelPropertyNaming": "original", "packageName": "polyaxon_sdk", "projectName": "polyaxon-sdk", - "packageVersion": "1.20.0", + "packageVersion": "1.21.0", "author": "Polyaxon", "description": "Polyaxon sdk", "contact": { diff --git a/swagger/config/config-py.json b/swagger/config/config-py.json index a1b70cb03a..c6b70787bb 100644 --- a/swagger/config/config-py.json +++ b/swagger/config/config-py.json @@ -2,7 +2,7 @@ "modelPropertyNaming": "original", "packageName": "polyaxon_sdk", "projectName": "polyaxon-sdk", - "packageVersion": "1.20.0", + "packageVersion": "1.21.0", "author": "Polyaxon", "description": "Polyaxon sdk", "contact": { diff --git a/swagger/v1/polyaxon_sdk.swagger.json b/swagger/v1/polyaxon_sdk.swagger.json index 0668f1429f..be2c4ecd19 100644 --- a/swagger/v1/polyaxon_sdk.swagger.json +++ b/swagger/v1/polyaxon_sdk.swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Polyaxon SDKs and REST API specification.", - "version": "1.20.0", + "version": "1.21.0", "contact": { "name": "Polyaxon sdk", "url": "https://github.com/polyaxon/polyaxon", @@ -15207,7 +15207,7 @@ ] } }, - "/streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs": { + "/streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs": { "post": { "summary": "Collect run logs", "operationId": "CollectRunLogs", diff --git a/ts/http_client/v1/README.md b/ts/http_client/v1/README.md index edff965ab1..f4c5c2d304 100644 --- a/ts/http_client/v1/README.md +++ b/ts/http_client/v1/README.md @@ -1,4 +1,4 @@ -## @polyaxon/sdk@1.20.0 +## @polyaxon/sdk@1.21.0 This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments: @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install @polyaxon/sdk@1.20.0 --save +npm install @polyaxon/sdk@1.21.0 --save ``` _unPublished (not recommended):_ diff --git a/ts/http_client/v1/package.json b/ts/http_client/v1/package.json index 78cf689b58..b98d559463 100644 --- a/ts/http_client/v1/package.json +++ b/ts/http_client/v1/package.json @@ -1,6 +1,6 @@ { "name": "@polyaxon/sdk", - "version": "1.20.0", + "version": "1.21.0", "description": "OpenAPI client for @polyaxon/sdk", "author": "OpenAPI-Generator", "main": "./dist/index.js", diff --git a/ts/http_client/v1/src/apis/AgentsV1Api.ts b/ts/http_client/v1/src/apis/AgentsV1Api.ts index f2cf2df615..cc58b20527 100644 --- a/ts/http_client/v1/src/apis/AgentsV1Api.ts +++ b/ts/http_client/v1/src/apis/AgentsV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/ArtifactsStoresV1Api.ts b/ts/http_client/v1/src/apis/ArtifactsStoresV1Api.ts index 7becb2b46d..5db89d5b14 100644 --- a/ts/http_client/v1/src/apis/ArtifactsStoresV1Api.ts +++ b/ts/http_client/v1/src/apis/ArtifactsStoresV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/AuthV1Api.ts b/ts/http_client/v1/src/apis/AuthV1Api.ts index f2e7afa1b3..0c24f15b40 100644 --- a/ts/http_client/v1/src/apis/AuthV1Api.ts +++ b/ts/http_client/v1/src/apis/AuthV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/ConnectionsV1Api.ts b/ts/http_client/v1/src/apis/ConnectionsV1Api.ts index 258123a495..bd53105766 100644 --- a/ts/http_client/v1/src/apis/ConnectionsV1Api.ts +++ b/ts/http_client/v1/src/apis/ConnectionsV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/DashboardsV1Api.ts b/ts/http_client/v1/src/apis/DashboardsV1Api.ts index 1585b9bf73..809c73fdb2 100644 --- a/ts/http_client/v1/src/apis/DashboardsV1Api.ts +++ b/ts/http_client/v1/src/apis/DashboardsV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/OrganizationsV1Api.ts b/ts/http_client/v1/src/apis/OrganizationsV1Api.ts index 971e6cff0e..0597d21b70 100644 --- a/ts/http_client/v1/src/apis/OrganizationsV1Api.ts +++ b/ts/http_client/v1/src/apis/OrganizationsV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/PresetsV1Api.ts b/ts/http_client/v1/src/apis/PresetsV1Api.ts index d70d5393b8..89dffe76a5 100644 --- a/ts/http_client/v1/src/apis/PresetsV1Api.ts +++ b/ts/http_client/v1/src/apis/PresetsV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/ProjectDashboardsV1Api.ts b/ts/http_client/v1/src/apis/ProjectDashboardsV1Api.ts index 262e8c085c..82e6d659ed 100644 --- a/ts/http_client/v1/src/apis/ProjectDashboardsV1Api.ts +++ b/ts/http_client/v1/src/apis/ProjectDashboardsV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/ProjectSearchesV1Api.ts b/ts/http_client/v1/src/apis/ProjectSearchesV1Api.ts index e43275da8b..f00482f606 100644 --- a/ts/http_client/v1/src/apis/ProjectSearchesV1Api.ts +++ b/ts/http_client/v1/src/apis/ProjectSearchesV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/ProjectsV1Api.ts b/ts/http_client/v1/src/apis/ProjectsV1Api.ts index f0e8e1457c..833d6cb71f 100644 --- a/ts/http_client/v1/src/apis/ProjectsV1Api.ts +++ b/ts/http_client/v1/src/apis/ProjectsV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/QueuesV1Api.ts b/ts/http_client/v1/src/apis/QueuesV1Api.ts index 6a2cfb257c..b922bd8e61 100644 --- a/ts/http_client/v1/src/apis/QueuesV1Api.ts +++ b/ts/http_client/v1/src/apis/QueuesV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/RunsV1Api.ts b/ts/http_client/v1/src/apis/RunsV1Api.ts index 4b96320101..554c5ed0e9 100644 --- a/ts/http_client/v1/src/apis/RunsV1Api.ts +++ b/ts/http_client/v1/src/apis/RunsV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -867,7 +867,7 @@ export class RunsV1Api extends runtime.BaseAPI { } const response = await this.request({ - path: `/streams/v1/{namespace}/_internal/{owner}/{project}/runs/{uuid}/{kind}/logs`.replace(`{${"namespace"}}`, encodeURIComponent(String(requestParameters.namespace))).replace(`{${"owner"}}`, encodeURIComponent(String(requestParameters.owner))).replace(`{${"project"}}`, encodeURIComponent(String(requestParameters.project))).replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters.uuid))).replace(`{${"kind"}}`, encodeURIComponent(String(requestParameters.kind))), + path: `/streams/v1/_internal/{namespace}/{owner}/{project}/runs/{uuid}/{kind}/logs`.replace(`{${"namespace"}}`, encodeURIComponent(String(requestParameters.namespace))).replace(`{${"owner"}}`, encodeURIComponent(String(requestParameters.owner))).replace(`{${"project"}}`, encodeURIComponent(String(requestParameters.project))).replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters.uuid))).replace(`{${"kind"}}`, encodeURIComponent(String(requestParameters.kind))), method: 'POST', headers: headerParameters, query: queryParameters, diff --git a/ts/http_client/v1/src/apis/SchemasV1Api.ts b/ts/http_client/v1/src/apis/SchemasV1Api.ts index 4af41e8169..858e9ca3bd 100644 --- a/ts/http_client/v1/src/apis/SchemasV1Api.ts +++ b/ts/http_client/v1/src/apis/SchemasV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/SearchesV1Api.ts b/ts/http_client/v1/src/apis/SearchesV1Api.ts index 1c56cca54a..8751c0c84b 100644 --- a/ts/http_client/v1/src/apis/SearchesV1Api.ts +++ b/ts/http_client/v1/src/apis/SearchesV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/ServiceAccountsV1Api.ts b/ts/http_client/v1/src/apis/ServiceAccountsV1Api.ts index 8d1fb494e2..8840c5e970 100644 --- a/ts/http_client/v1/src/apis/ServiceAccountsV1Api.ts +++ b/ts/http_client/v1/src/apis/ServiceAccountsV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/TagsV1Api.ts b/ts/http_client/v1/src/apis/TagsV1Api.ts index 9d9a0fc558..b28212f926 100644 --- a/ts/http_client/v1/src/apis/TagsV1Api.ts +++ b/ts/http_client/v1/src/apis/TagsV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/TeamsV1Api.ts b/ts/http_client/v1/src/apis/TeamsV1Api.ts index 96bfbb810c..470704e3f0 100644 --- a/ts/http_client/v1/src/apis/TeamsV1Api.ts +++ b/ts/http_client/v1/src/apis/TeamsV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/UsersV1Api.ts b/ts/http_client/v1/src/apis/UsersV1Api.ts index bccef10bf9..8635d08431 100644 --- a/ts/http_client/v1/src/apis/UsersV1Api.ts +++ b/ts/http_client/v1/src/apis/UsersV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/apis/VersionsV1Api.ts b/ts/http_client/v1/src/apis/VersionsV1Api.ts index 6f467aad19..7f50ea8aa4 100644 --- a/ts/http_client/v1/src/apis/VersionsV1Api.ts +++ b/ts/http_client/v1/src/apis/VersionsV1Api.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/AgentStateResponseAgentState.ts b/ts/http_client/v1/src/models/AgentStateResponseAgentState.ts index 9e6625d36a..ac3c9b89aa 100644 --- a/ts/http_client/v1/src/models/AgentStateResponseAgentState.ts +++ b/ts/http_client/v1/src/models/AgentStateResponseAgentState.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/MPIJobImplementation.ts b/ts/http_client/v1/src/models/MPIJobImplementation.ts index b76b919e28..17dc172e44 100644 --- a/ts/http_client/v1/src/models/MPIJobImplementation.ts +++ b/ts/http_client/v1/src/models/MPIJobImplementation.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/MXJobMode.ts b/ts/http_client/v1/src/models/MXJobMode.ts index d0c1609004..8b0b2437d3 100644 --- a/ts/http_client/v1/src/models/MXJobMode.ts +++ b/ts/http_client/v1/src/models/MXJobMode.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/ProtobufAny.ts b/ts/http_client/v1/src/models/ProtobufAny.ts index ad271c1d06..5e4e842c00 100644 --- a/ts/http_client/v1/src/models/ProtobufAny.ts +++ b/ts/http_client/v1/src/models/ProtobufAny.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/ProtobufNullValue.ts b/ts/http_client/v1/src/models/ProtobufNullValue.ts index d4f07ebab3..172238796a 100644 --- a/ts/http_client/v1/src/models/ProtobufNullValue.ts +++ b/ts/http_client/v1/src/models/ProtobufNullValue.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/RuntimeError.ts b/ts/http_client/v1/src/models/RuntimeError.ts index 8d5dcb231a..3c5d50bbca 100644 --- a/ts/http_client/v1/src/models/RuntimeError.ts +++ b/ts/http_client/v1/src/models/RuntimeError.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/SearchView.ts b/ts/http_client/v1/src/models/SearchView.ts index a2990ff5c2..65220e5348 100644 --- a/ts/http_client/v1/src/models/SearchView.ts +++ b/ts/http_client/v1/src/models/SearchView.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/SparkDeployMode.ts b/ts/http_client/v1/src/models/SparkDeployMode.ts index bc4e243d0a..79faf494a9 100644 --- a/ts/http_client/v1/src/models/SparkDeployMode.ts +++ b/ts/http_client/v1/src/models/SparkDeployMode.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Activity.ts b/ts/http_client/v1/src/models/V1Activity.ts index 8b659ba655..e0469cf745 100644 --- a/ts/http_client/v1/src/models/V1Activity.ts +++ b/ts/http_client/v1/src/models/V1Activity.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Agent.ts b/ts/http_client/v1/src/models/V1Agent.ts index fc9e816b10..b8dacdd807 100644 --- a/ts/http_client/v1/src/models/V1Agent.ts +++ b/ts/http_client/v1/src/models/V1Agent.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1AgentStateResponse.ts b/ts/http_client/v1/src/models/V1AgentStateResponse.ts index 33cf2cc906..3a31516a56 100644 --- a/ts/http_client/v1/src/models/V1AgentStateResponse.ts +++ b/ts/http_client/v1/src/models/V1AgentStateResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1AgentStatusBodyRequest.ts b/ts/http_client/v1/src/models/V1AgentStatusBodyRequest.ts index 4c9e6119af..9f147dffd6 100644 --- a/ts/http_client/v1/src/models/V1AgentStatusBodyRequest.ts +++ b/ts/http_client/v1/src/models/V1AgentStatusBodyRequest.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1AnalyticsSpec.ts b/ts/http_client/v1/src/models/V1AnalyticsSpec.ts index eedb494fa2..65c04d26c7 100644 --- a/ts/http_client/v1/src/models/V1AnalyticsSpec.ts +++ b/ts/http_client/v1/src/models/V1AnalyticsSpec.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ArtifactKind.ts b/ts/http_client/v1/src/models/V1ArtifactKind.ts index b5f5c55468..3359faf341 100644 --- a/ts/http_client/v1/src/models/V1ArtifactKind.ts +++ b/ts/http_client/v1/src/models/V1ArtifactKind.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ArtifactTree.ts b/ts/http_client/v1/src/models/V1ArtifactTree.ts index 1a94f41fa2..63a0ed691e 100644 --- a/ts/http_client/v1/src/models/V1ArtifactTree.ts +++ b/ts/http_client/v1/src/models/V1ArtifactTree.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ArtifactsMount.ts b/ts/http_client/v1/src/models/V1ArtifactsMount.ts index f6200ad670..b7ac55c54c 100644 --- a/ts/http_client/v1/src/models/V1ArtifactsMount.ts +++ b/ts/http_client/v1/src/models/V1ArtifactsMount.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ArtifactsType.ts b/ts/http_client/v1/src/models/V1ArtifactsType.ts index 385b1a4051..647cbe24a8 100644 --- a/ts/http_client/v1/src/models/V1ArtifactsType.ts +++ b/ts/http_client/v1/src/models/V1ArtifactsType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Auth.ts b/ts/http_client/v1/src/models/V1Auth.ts index e63c9043e2..faf82c5c6b 100644 --- a/ts/http_client/v1/src/models/V1Auth.ts +++ b/ts/http_client/v1/src/models/V1Auth.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1AuthType.ts b/ts/http_client/v1/src/models/V1AuthType.ts index 8e32d0e3f2..ff270ac956 100644 --- a/ts/http_client/v1/src/models/V1AuthType.ts +++ b/ts/http_client/v1/src/models/V1AuthType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1AverageStoppingPolicy.ts b/ts/http_client/v1/src/models/V1AverageStoppingPolicy.ts index 22ddfbcde3..fa1191e48c 100644 --- a/ts/http_client/v1/src/models/V1AverageStoppingPolicy.ts +++ b/ts/http_client/v1/src/models/V1AverageStoppingPolicy.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Bayes.ts b/ts/http_client/v1/src/models/V1Bayes.ts index f0dcc9bca2..af232cad2a 100644 --- a/ts/http_client/v1/src/models/V1Bayes.ts +++ b/ts/http_client/v1/src/models/V1Bayes.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1BucketConnection.ts b/ts/http_client/v1/src/models/V1BucketConnection.ts index 1bc7edcc12..d0363a6110 100644 --- a/ts/http_client/v1/src/models/V1BucketConnection.ts +++ b/ts/http_client/v1/src/models/V1BucketConnection.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Build.ts b/ts/http_client/v1/src/models/V1Build.ts index 6ae916c276..45a6745e8f 100644 --- a/ts/http_client/v1/src/models/V1Build.ts +++ b/ts/http_client/v1/src/models/V1Build.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Cache.ts b/ts/http_client/v1/src/models/V1Cache.ts index 3199bd207f..9dad0ee475 100644 --- a/ts/http_client/v1/src/models/V1Cache.ts +++ b/ts/http_client/v1/src/models/V1Cache.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ClaimConnection.ts b/ts/http_client/v1/src/models/V1ClaimConnection.ts index 2ea824615c..67041ee2c0 100644 --- a/ts/http_client/v1/src/models/V1ClaimConnection.ts +++ b/ts/http_client/v1/src/models/V1ClaimConnection.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1CleanPodPolicy.ts b/ts/http_client/v1/src/models/V1CleanPodPolicy.ts index 16f94ebe71..2fb7db1e4a 100644 --- a/ts/http_client/v1/src/models/V1CleanPodPolicy.ts +++ b/ts/http_client/v1/src/models/V1CleanPodPolicy.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Cloning.ts b/ts/http_client/v1/src/models/V1Cloning.ts index e35628e639..ba831bd50b 100644 --- a/ts/http_client/v1/src/models/V1Cloning.ts +++ b/ts/http_client/v1/src/models/V1Cloning.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1CloningKind.ts b/ts/http_client/v1/src/models/V1CloningKind.ts index f236f4ba82..7b48d363b7 100644 --- a/ts/http_client/v1/src/models/V1CloningKind.ts +++ b/ts/http_client/v1/src/models/V1CloningKind.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Compatibility.ts b/ts/http_client/v1/src/models/V1Compatibility.ts index b162f3754e..53be4a20a3 100644 --- a/ts/http_client/v1/src/models/V1Compatibility.ts +++ b/ts/http_client/v1/src/models/V1Compatibility.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1CompiledOperation.ts b/ts/http_client/v1/src/models/V1CompiledOperation.ts index f69f2856d1..c74476d5f8 100644 --- a/ts/http_client/v1/src/models/V1CompiledOperation.ts +++ b/ts/http_client/v1/src/models/V1CompiledOperation.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Component.ts b/ts/http_client/v1/src/models/V1Component.ts index fb98a8c913..fcc381633f 100644 --- a/ts/http_client/v1/src/models/V1Component.ts +++ b/ts/http_client/v1/src/models/V1Component.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ConnectionKind.ts b/ts/http_client/v1/src/models/V1ConnectionKind.ts index 10f417d6ef..b5d29c14ed 100644 --- a/ts/http_client/v1/src/models/V1ConnectionKind.ts +++ b/ts/http_client/v1/src/models/V1ConnectionKind.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ConnectionResponse.ts b/ts/http_client/v1/src/models/V1ConnectionResponse.ts index ce734b7543..885171e471 100644 --- a/ts/http_client/v1/src/models/V1ConnectionResponse.ts +++ b/ts/http_client/v1/src/models/V1ConnectionResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ConnectionSchema.ts b/ts/http_client/v1/src/models/V1ConnectionSchema.ts index db6c16e755..9eae70192d 100644 --- a/ts/http_client/v1/src/models/V1ConnectionSchema.ts +++ b/ts/http_client/v1/src/models/V1ConnectionSchema.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ConnectionType.ts b/ts/http_client/v1/src/models/V1ConnectionType.ts index 5e9d3668b8..ea38c80011 100644 --- a/ts/http_client/v1/src/models/V1ConnectionType.ts +++ b/ts/http_client/v1/src/models/V1ConnectionType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Credentials.ts b/ts/http_client/v1/src/models/V1Credentials.ts index cc574c79f8..6636daa7e1 100644 --- a/ts/http_client/v1/src/models/V1Credentials.ts +++ b/ts/http_client/v1/src/models/V1Credentials.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1CronSchedule.ts b/ts/http_client/v1/src/models/V1CronSchedule.ts index d3d25324c1..7879fc639f 100644 --- a/ts/http_client/v1/src/models/V1CronSchedule.ts +++ b/ts/http_client/v1/src/models/V1CronSchedule.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Dag.ts b/ts/http_client/v1/src/models/V1Dag.ts index 9af0b868f3..0c51f5c95b 100644 --- a/ts/http_client/v1/src/models/V1Dag.ts +++ b/ts/http_client/v1/src/models/V1Dag.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1DagRef.ts b/ts/http_client/v1/src/models/V1DagRef.ts index 1f3ed5203d..53e517ab41 100644 --- a/ts/http_client/v1/src/models/V1DagRef.ts +++ b/ts/http_client/v1/src/models/V1DagRef.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Dashboard.ts b/ts/http_client/v1/src/models/V1Dashboard.ts index bfe462de26..f21b813097 100644 --- a/ts/http_client/v1/src/models/V1Dashboard.ts +++ b/ts/http_client/v1/src/models/V1Dashboard.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1DashboardSpec.ts b/ts/http_client/v1/src/models/V1DashboardSpec.ts index b157b06f23..59c47f0b92 100644 --- a/ts/http_client/v1/src/models/V1DashboardSpec.ts +++ b/ts/http_client/v1/src/models/V1DashboardSpec.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Dask.ts b/ts/http_client/v1/src/models/V1Dask.ts index 9eb5fe889c..18023d9bc0 100644 --- a/ts/http_client/v1/src/models/V1Dask.ts +++ b/ts/http_client/v1/src/models/V1Dask.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1DateTimeSchedule.ts b/ts/http_client/v1/src/models/V1DateTimeSchedule.ts index 02b7a03a5e..59c622cd64 100644 --- a/ts/http_client/v1/src/models/V1DateTimeSchedule.ts +++ b/ts/http_client/v1/src/models/V1DateTimeSchedule.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1DiffStoppingPolicy.ts b/ts/http_client/v1/src/models/V1DiffStoppingPolicy.ts index 52e663b9f5..31d5900d08 100644 --- a/ts/http_client/v1/src/models/V1DiffStoppingPolicy.ts +++ b/ts/http_client/v1/src/models/V1DiffStoppingPolicy.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1DockerfileType.ts b/ts/http_client/v1/src/models/V1DockerfileType.ts index 939ffb67c2..1fbf6ce429 100644 --- a/ts/http_client/v1/src/models/V1DockerfileType.ts +++ b/ts/http_client/v1/src/models/V1DockerfileType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EarlyStopping.ts b/ts/http_client/v1/src/models/V1EarlyStopping.ts index c0088beeb8..8609bb7a5a 100644 --- a/ts/http_client/v1/src/models/V1EarlyStopping.ts +++ b/ts/http_client/v1/src/models/V1EarlyStopping.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EntitiesTags.ts b/ts/http_client/v1/src/models/V1EntitiesTags.ts index a8e138a13b..f0e934844e 100644 --- a/ts/http_client/v1/src/models/V1EntitiesTags.ts +++ b/ts/http_client/v1/src/models/V1EntitiesTags.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EntitiesTransfer.ts b/ts/http_client/v1/src/models/V1EntitiesTransfer.ts index 8379d03256..1c6e2903df 100644 --- a/ts/http_client/v1/src/models/V1EntitiesTransfer.ts +++ b/ts/http_client/v1/src/models/V1EntitiesTransfer.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EntityNotificationBody.ts b/ts/http_client/v1/src/models/V1EntityNotificationBody.ts index 76342a7813..ee679e8804 100644 --- a/ts/http_client/v1/src/models/V1EntityNotificationBody.ts +++ b/ts/http_client/v1/src/models/V1EntityNotificationBody.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EntityStageBodyRequest.ts b/ts/http_client/v1/src/models/V1EntityStageBodyRequest.ts index f6d6f55ab5..0fd204fb41 100644 --- a/ts/http_client/v1/src/models/V1EntityStageBodyRequest.ts +++ b/ts/http_client/v1/src/models/V1EntityStageBodyRequest.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EntityStatusBodyRequest.ts b/ts/http_client/v1/src/models/V1EntityStatusBodyRequest.ts index 1b45e9b100..b13b478459 100644 --- a/ts/http_client/v1/src/models/V1EntityStatusBodyRequest.ts +++ b/ts/http_client/v1/src/models/V1EntityStatusBodyRequest.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Environment.ts b/ts/http_client/v1/src/models/V1Environment.ts index 312e7114b2..57e22d5f7d 100644 --- a/ts/http_client/v1/src/models/V1Environment.ts +++ b/ts/http_client/v1/src/models/V1Environment.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Event.ts b/ts/http_client/v1/src/models/V1Event.ts index 6d08c73fbd..f6407d3301 100644 --- a/ts/http_client/v1/src/models/V1Event.ts +++ b/ts/http_client/v1/src/models/V1Event.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventArtifact.ts b/ts/http_client/v1/src/models/V1EventArtifact.ts index 6f8ed2c1c9..e82deb6e77 100644 --- a/ts/http_client/v1/src/models/V1EventArtifact.ts +++ b/ts/http_client/v1/src/models/V1EventArtifact.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventAudio.ts b/ts/http_client/v1/src/models/V1EventAudio.ts index 3de087a173..eee28e3c9a 100644 --- a/ts/http_client/v1/src/models/V1EventAudio.ts +++ b/ts/http_client/v1/src/models/V1EventAudio.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventChart.ts b/ts/http_client/v1/src/models/V1EventChart.ts index 44fc3ec333..3456cb3d7d 100644 --- a/ts/http_client/v1/src/models/V1EventChart.ts +++ b/ts/http_client/v1/src/models/V1EventChart.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventChartKind.ts b/ts/http_client/v1/src/models/V1EventChartKind.ts index d377093c4f..075368311d 100644 --- a/ts/http_client/v1/src/models/V1EventChartKind.ts +++ b/ts/http_client/v1/src/models/V1EventChartKind.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventConfusionMatrix.ts b/ts/http_client/v1/src/models/V1EventConfusionMatrix.ts index 35d1eb668f..bb4e039960 100644 --- a/ts/http_client/v1/src/models/V1EventConfusionMatrix.ts +++ b/ts/http_client/v1/src/models/V1EventConfusionMatrix.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventCurve.ts b/ts/http_client/v1/src/models/V1EventCurve.ts index 33300e9e73..d1e3cde965 100644 --- a/ts/http_client/v1/src/models/V1EventCurve.ts +++ b/ts/http_client/v1/src/models/V1EventCurve.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventCurveKind.ts b/ts/http_client/v1/src/models/V1EventCurveKind.ts index 0e679476e6..a5f984d5fa 100644 --- a/ts/http_client/v1/src/models/V1EventCurveKind.ts +++ b/ts/http_client/v1/src/models/V1EventCurveKind.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventDataframe.ts b/ts/http_client/v1/src/models/V1EventDataframe.ts index 463a820f2f..07287de56f 100644 --- a/ts/http_client/v1/src/models/V1EventDataframe.ts +++ b/ts/http_client/v1/src/models/V1EventDataframe.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventHistogram.ts b/ts/http_client/v1/src/models/V1EventHistogram.ts index 6172ccbca9..e10d745a35 100644 --- a/ts/http_client/v1/src/models/V1EventHistogram.ts +++ b/ts/http_client/v1/src/models/V1EventHistogram.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventImage.ts b/ts/http_client/v1/src/models/V1EventImage.ts index 6beb88bd12..1199d26938 100644 --- a/ts/http_client/v1/src/models/V1EventImage.ts +++ b/ts/http_client/v1/src/models/V1EventImage.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventKind.ts b/ts/http_client/v1/src/models/V1EventKind.ts index 664004f110..8e8707b9cd 100644 --- a/ts/http_client/v1/src/models/V1EventKind.ts +++ b/ts/http_client/v1/src/models/V1EventKind.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventModel.ts b/ts/http_client/v1/src/models/V1EventModel.ts index d3e0ab8761..abbcdd513a 100644 --- a/ts/http_client/v1/src/models/V1EventModel.ts +++ b/ts/http_client/v1/src/models/V1EventModel.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventTrigger.ts b/ts/http_client/v1/src/models/V1EventTrigger.ts index 9191e50883..dc49781679 100644 --- a/ts/http_client/v1/src/models/V1EventTrigger.ts +++ b/ts/http_client/v1/src/models/V1EventTrigger.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventType.ts b/ts/http_client/v1/src/models/V1EventType.ts index 407f82ae82..ff285cdaaa 100644 --- a/ts/http_client/v1/src/models/V1EventType.ts +++ b/ts/http_client/v1/src/models/V1EventType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventVideo.ts b/ts/http_client/v1/src/models/V1EventVideo.ts index f0ee5aa112..d2cb175933 100644 --- a/ts/http_client/v1/src/models/V1EventVideo.ts +++ b/ts/http_client/v1/src/models/V1EventVideo.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1EventsResponse.ts b/ts/http_client/v1/src/models/V1EventsResponse.ts index 17a1894b1e..47b77505a0 100644 --- a/ts/http_client/v1/src/models/V1EventsResponse.ts +++ b/ts/http_client/v1/src/models/V1EventsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1FailureEarlyStopping.ts b/ts/http_client/v1/src/models/V1FailureEarlyStopping.ts index 6e1b8ec2c1..1d148d8026 100644 --- a/ts/http_client/v1/src/models/V1FailureEarlyStopping.ts +++ b/ts/http_client/v1/src/models/V1FailureEarlyStopping.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1FileType.ts b/ts/http_client/v1/src/models/V1FileType.ts index 31bdee8e63..476ca15a4e 100644 --- a/ts/http_client/v1/src/models/V1FileType.ts +++ b/ts/http_client/v1/src/models/V1FileType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Flink.ts b/ts/http_client/v1/src/models/V1Flink.ts index 2a4bee5c19..83c80c210e 100644 --- a/ts/http_client/v1/src/models/V1Flink.ts +++ b/ts/http_client/v1/src/models/V1Flink.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1GcsType.ts b/ts/http_client/v1/src/models/V1GcsType.ts index eee86c276f..ba7cc969fd 100644 --- a/ts/http_client/v1/src/models/V1GcsType.ts +++ b/ts/http_client/v1/src/models/V1GcsType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1GitConnection.ts b/ts/http_client/v1/src/models/V1GitConnection.ts index 491c0701ee..0c64263aca 100644 --- a/ts/http_client/v1/src/models/V1GitConnection.ts +++ b/ts/http_client/v1/src/models/V1GitConnection.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1GitType.ts b/ts/http_client/v1/src/models/V1GitType.ts index ae3c669ba6..0955539aae 100644 --- a/ts/http_client/v1/src/models/V1GitType.ts +++ b/ts/http_client/v1/src/models/V1GitType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1GridSearch.ts b/ts/http_client/v1/src/models/V1GridSearch.ts index 4c3dfc21b9..a28dac98ce 100644 --- a/ts/http_client/v1/src/models/V1GridSearch.ts +++ b/ts/http_client/v1/src/models/V1GridSearch.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Hook.ts b/ts/http_client/v1/src/models/V1Hook.ts index febc3403d8..6c7163edf3 100644 --- a/ts/http_client/v1/src/models/V1Hook.ts +++ b/ts/http_client/v1/src/models/V1Hook.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HostConnection.ts b/ts/http_client/v1/src/models/V1HostConnection.ts index 7ce864ad9f..5128d7bb73 100644 --- a/ts/http_client/v1/src/models/V1HostConnection.ts +++ b/ts/http_client/v1/src/models/V1HostConnection.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HostPathConnection.ts b/ts/http_client/v1/src/models/V1HostPathConnection.ts index 47da645630..d845737431 100644 --- a/ts/http_client/v1/src/models/V1HostPathConnection.ts +++ b/ts/http_client/v1/src/models/V1HostPathConnection.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpChoice.ts b/ts/http_client/v1/src/models/V1HpChoice.ts index cac30ab5a1..45d400ccef 100644 --- a/ts/http_client/v1/src/models/V1HpChoice.ts +++ b/ts/http_client/v1/src/models/V1HpChoice.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpDateRange.ts b/ts/http_client/v1/src/models/V1HpDateRange.ts index ec7514d3bb..58196d06d9 100644 --- a/ts/http_client/v1/src/models/V1HpDateRange.ts +++ b/ts/http_client/v1/src/models/V1HpDateRange.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpDateTimeRange.ts b/ts/http_client/v1/src/models/V1HpDateTimeRange.ts index 4465342938..0583f1b9cf 100644 --- a/ts/http_client/v1/src/models/V1HpDateTimeRange.ts +++ b/ts/http_client/v1/src/models/V1HpDateTimeRange.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpGeomSpace.ts b/ts/http_client/v1/src/models/V1HpGeomSpace.ts index 66f69cc710..9aacf3ac7d 100644 --- a/ts/http_client/v1/src/models/V1HpGeomSpace.ts +++ b/ts/http_client/v1/src/models/V1HpGeomSpace.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpLinSpace.ts b/ts/http_client/v1/src/models/V1HpLinSpace.ts index e8f05d71a3..59db2223eb 100644 --- a/ts/http_client/v1/src/models/V1HpLinSpace.ts +++ b/ts/http_client/v1/src/models/V1HpLinSpace.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpLogNormal.ts b/ts/http_client/v1/src/models/V1HpLogNormal.ts index 9332b1621a..4190a04126 100644 --- a/ts/http_client/v1/src/models/V1HpLogNormal.ts +++ b/ts/http_client/v1/src/models/V1HpLogNormal.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpLogSpace.ts b/ts/http_client/v1/src/models/V1HpLogSpace.ts index 2327497bcb..44d853488b 100644 --- a/ts/http_client/v1/src/models/V1HpLogSpace.ts +++ b/ts/http_client/v1/src/models/V1HpLogSpace.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpLogUniform.ts b/ts/http_client/v1/src/models/V1HpLogUniform.ts index 4383f578f9..35a48ee5de 100644 --- a/ts/http_client/v1/src/models/V1HpLogUniform.ts +++ b/ts/http_client/v1/src/models/V1HpLogUniform.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpNormal.ts b/ts/http_client/v1/src/models/V1HpNormal.ts index 2994e05aae..d6f3fe5f34 100644 --- a/ts/http_client/v1/src/models/V1HpNormal.ts +++ b/ts/http_client/v1/src/models/V1HpNormal.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpPChoice.ts b/ts/http_client/v1/src/models/V1HpPChoice.ts index c9fca3804e..2b6a9ec649 100644 --- a/ts/http_client/v1/src/models/V1HpPChoice.ts +++ b/ts/http_client/v1/src/models/V1HpPChoice.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpParams.ts b/ts/http_client/v1/src/models/V1HpParams.ts index b00c1e2358..fb1c78d2c1 100644 --- a/ts/http_client/v1/src/models/V1HpParams.ts +++ b/ts/http_client/v1/src/models/V1HpParams.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpQLogNormal.ts b/ts/http_client/v1/src/models/V1HpQLogNormal.ts index 82499ad75b..c3cf4d0128 100644 --- a/ts/http_client/v1/src/models/V1HpQLogNormal.ts +++ b/ts/http_client/v1/src/models/V1HpQLogNormal.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpQLogUniform.ts b/ts/http_client/v1/src/models/V1HpQLogUniform.ts index 8a199abe05..7a8af0820f 100644 --- a/ts/http_client/v1/src/models/V1HpQLogUniform.ts +++ b/ts/http_client/v1/src/models/V1HpQLogUniform.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpQNormal.ts b/ts/http_client/v1/src/models/V1HpQNormal.ts index 4c2a740c8d..cae4cd7f20 100644 --- a/ts/http_client/v1/src/models/V1HpQNormal.ts +++ b/ts/http_client/v1/src/models/V1HpQNormal.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpQUniform.ts b/ts/http_client/v1/src/models/V1HpQUniform.ts index 54f4166e64..d0a07e2a1d 100644 --- a/ts/http_client/v1/src/models/V1HpQUniform.ts +++ b/ts/http_client/v1/src/models/V1HpQUniform.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpRange.ts b/ts/http_client/v1/src/models/V1HpRange.ts index b973f8e011..a193f230c8 100644 --- a/ts/http_client/v1/src/models/V1HpRange.ts +++ b/ts/http_client/v1/src/models/V1HpRange.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HpUniform.ts b/ts/http_client/v1/src/models/V1HpUniform.ts index 8ffeeb51ca..54c5b9b433 100644 --- a/ts/http_client/v1/src/models/V1HpUniform.ts +++ b/ts/http_client/v1/src/models/V1HpUniform.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HubRef.ts b/ts/http_client/v1/src/models/V1HubRef.ts index e9dc2a982b..3007ba56d2 100644 --- a/ts/http_client/v1/src/models/V1HubRef.ts +++ b/ts/http_client/v1/src/models/V1HubRef.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Hyperband.ts b/ts/http_client/v1/src/models/V1Hyperband.ts index f14a5edc86..acc9636133 100644 --- a/ts/http_client/v1/src/models/V1Hyperband.ts +++ b/ts/http_client/v1/src/models/V1Hyperband.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Hyperopt.ts b/ts/http_client/v1/src/models/V1Hyperopt.ts index 15011b37f4..a1b7dc6095 100644 --- a/ts/http_client/v1/src/models/V1Hyperopt.ts +++ b/ts/http_client/v1/src/models/V1Hyperopt.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1HyperoptAlgorithms.ts b/ts/http_client/v1/src/models/V1HyperoptAlgorithms.ts index 74742b9956..fd63d6dd51 100644 --- a/ts/http_client/v1/src/models/V1HyperoptAlgorithms.ts +++ b/ts/http_client/v1/src/models/V1HyperoptAlgorithms.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1IO.ts b/ts/http_client/v1/src/models/V1IO.ts index acccff996f..22438eadd9 100644 --- a/ts/http_client/v1/src/models/V1IO.ts +++ b/ts/http_client/v1/src/models/V1IO.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Init.ts b/ts/http_client/v1/src/models/V1Init.ts index 68ca7684f1..3706ea242a 100644 --- a/ts/http_client/v1/src/models/V1Init.ts +++ b/ts/http_client/v1/src/models/V1Init.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Installation.ts b/ts/http_client/v1/src/models/V1Installation.ts index 63e05cae35..f17724cbd7 100644 --- a/ts/http_client/v1/src/models/V1Installation.ts +++ b/ts/http_client/v1/src/models/V1Installation.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1IntervalSchedule.ts b/ts/http_client/v1/src/models/V1IntervalSchedule.ts index 99c274089e..5344afcbbe 100644 --- a/ts/http_client/v1/src/models/V1IntervalSchedule.ts +++ b/ts/http_client/v1/src/models/V1IntervalSchedule.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Iterative.ts b/ts/http_client/v1/src/models/V1Iterative.ts index e883203aea..8411b3e4ae 100644 --- a/ts/http_client/v1/src/models/V1Iterative.ts +++ b/ts/http_client/v1/src/models/V1Iterative.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Job.ts b/ts/http_client/v1/src/models/V1Job.ts index f21251d0a8..4fabb5567e 100644 --- a/ts/http_client/v1/src/models/V1Job.ts +++ b/ts/http_client/v1/src/models/V1Job.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Join.ts b/ts/http_client/v1/src/models/V1Join.ts index 00396ed2dd..29e6a5d6f6 100644 --- a/ts/http_client/v1/src/models/V1Join.ts +++ b/ts/http_client/v1/src/models/V1Join.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1JoinParam.ts b/ts/http_client/v1/src/models/V1JoinParam.ts index aec832be75..17db4bb9de 100644 --- a/ts/http_client/v1/src/models/V1JoinParam.ts +++ b/ts/http_client/v1/src/models/V1JoinParam.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1K8sResourceSchema.ts b/ts/http_client/v1/src/models/V1K8sResourceSchema.ts index e17c959274..221672c034 100644 --- a/ts/http_client/v1/src/models/V1K8sResourceSchema.ts +++ b/ts/http_client/v1/src/models/V1K8sResourceSchema.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1K8sResourceType.ts b/ts/http_client/v1/src/models/V1K8sResourceType.ts index f2c70bfeaa..e0a967de34 100644 --- a/ts/http_client/v1/src/models/V1K8sResourceType.ts +++ b/ts/http_client/v1/src/models/V1K8sResourceType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1KFReplica.ts b/ts/http_client/v1/src/models/V1KFReplica.ts index db61358eb6..1f8e7ef725 100644 --- a/ts/http_client/v1/src/models/V1KFReplica.ts +++ b/ts/http_client/v1/src/models/V1KFReplica.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListActivitiesResponse.ts b/ts/http_client/v1/src/models/V1ListActivitiesResponse.ts index 8c50e8f673..f90f763ed8 100644 --- a/ts/http_client/v1/src/models/V1ListActivitiesResponse.ts +++ b/ts/http_client/v1/src/models/V1ListActivitiesResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListAgentsResponse.ts b/ts/http_client/v1/src/models/V1ListAgentsResponse.ts index ab697c089b..1cc6af1feb 100644 --- a/ts/http_client/v1/src/models/V1ListAgentsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListAgentsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListBookmarksResponse.ts b/ts/http_client/v1/src/models/V1ListBookmarksResponse.ts index eb2f813fe9..25a952c71b 100644 --- a/ts/http_client/v1/src/models/V1ListBookmarksResponse.ts +++ b/ts/http_client/v1/src/models/V1ListBookmarksResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListConnectionsResponse.ts b/ts/http_client/v1/src/models/V1ListConnectionsResponse.ts index 3fe46131b2..9a3af083d2 100644 --- a/ts/http_client/v1/src/models/V1ListConnectionsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListConnectionsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListDashboardsResponse.ts b/ts/http_client/v1/src/models/V1ListDashboardsResponse.ts index 4e2a496e2f..37cf485a17 100644 --- a/ts/http_client/v1/src/models/V1ListDashboardsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListDashboardsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListOrganizationMembersResponse.ts b/ts/http_client/v1/src/models/V1ListOrganizationMembersResponse.ts index b85c36a98a..99306f147e 100644 --- a/ts/http_client/v1/src/models/V1ListOrganizationMembersResponse.ts +++ b/ts/http_client/v1/src/models/V1ListOrganizationMembersResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListOrganizationsResponse.ts b/ts/http_client/v1/src/models/V1ListOrganizationsResponse.ts index 14095d87e4..64fc97a63b 100644 --- a/ts/http_client/v1/src/models/V1ListOrganizationsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListOrganizationsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListPresetsResponse.ts b/ts/http_client/v1/src/models/V1ListPresetsResponse.ts index 1cddfbb2b7..dab03d132b 100644 --- a/ts/http_client/v1/src/models/V1ListPresetsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListPresetsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListProjectVersionsResponse.ts b/ts/http_client/v1/src/models/V1ListProjectVersionsResponse.ts index 9d1f81df2e..27cdac3665 100644 --- a/ts/http_client/v1/src/models/V1ListProjectVersionsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListProjectVersionsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListProjectsResponse.ts b/ts/http_client/v1/src/models/V1ListProjectsResponse.ts index e0ebe2d49d..cbe3289949 100644 --- a/ts/http_client/v1/src/models/V1ListProjectsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListProjectsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListQueuesResponse.ts b/ts/http_client/v1/src/models/V1ListQueuesResponse.ts index 77e0437791..72cfdcb7b1 100644 --- a/ts/http_client/v1/src/models/V1ListQueuesResponse.ts +++ b/ts/http_client/v1/src/models/V1ListQueuesResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListRunArtifactsResponse.ts b/ts/http_client/v1/src/models/V1ListRunArtifactsResponse.ts index bc0a86f5f2..a131493fb5 100644 --- a/ts/http_client/v1/src/models/V1ListRunArtifactsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListRunArtifactsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListRunConnectionsResponse.ts b/ts/http_client/v1/src/models/V1ListRunConnectionsResponse.ts index 3844df4c61..892e0f6137 100644 --- a/ts/http_client/v1/src/models/V1ListRunConnectionsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListRunConnectionsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListRunEdgesResponse.ts b/ts/http_client/v1/src/models/V1ListRunEdgesResponse.ts index 8ef7f68914..386d258614 100644 --- a/ts/http_client/v1/src/models/V1ListRunEdgesResponse.ts +++ b/ts/http_client/v1/src/models/V1ListRunEdgesResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListRunsResponse.ts b/ts/http_client/v1/src/models/V1ListRunsResponse.ts index 248bc2867e..50795dffda 100644 --- a/ts/http_client/v1/src/models/V1ListRunsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListRunsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListSearchesResponse.ts b/ts/http_client/v1/src/models/V1ListSearchesResponse.ts index 3e4a21dc00..79e7ffe3ce 100644 --- a/ts/http_client/v1/src/models/V1ListSearchesResponse.ts +++ b/ts/http_client/v1/src/models/V1ListSearchesResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListServiceAccountsResponse.ts b/ts/http_client/v1/src/models/V1ListServiceAccountsResponse.ts index b93ab39c2b..82880315eb 100644 --- a/ts/http_client/v1/src/models/V1ListServiceAccountsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListServiceAccountsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListTagsResponse.ts b/ts/http_client/v1/src/models/V1ListTagsResponse.ts index bc96f45103..b28e20b4ac 100644 --- a/ts/http_client/v1/src/models/V1ListTagsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListTagsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListTeamMembersResponse.ts b/ts/http_client/v1/src/models/V1ListTeamMembersResponse.ts index 9b79fd7bf9..35489ddd16 100644 --- a/ts/http_client/v1/src/models/V1ListTeamMembersResponse.ts +++ b/ts/http_client/v1/src/models/V1ListTeamMembersResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListTeamsResponse.ts b/ts/http_client/v1/src/models/V1ListTeamsResponse.ts index 36bf55a056..bd18f66879 100644 --- a/ts/http_client/v1/src/models/V1ListTeamsResponse.ts +++ b/ts/http_client/v1/src/models/V1ListTeamsResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ListTokenResponse.ts b/ts/http_client/v1/src/models/V1ListTokenResponse.ts index 1498ebab5b..58131edfa3 100644 --- a/ts/http_client/v1/src/models/V1ListTokenResponse.ts +++ b/ts/http_client/v1/src/models/V1ListTokenResponse.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Log.ts b/ts/http_client/v1/src/models/V1Log.ts index 1a5de3a866..c7a0131194 100644 --- a/ts/http_client/v1/src/models/V1Log.ts +++ b/ts/http_client/v1/src/models/V1Log.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1LogHandler.ts b/ts/http_client/v1/src/models/V1LogHandler.ts index a36af5d4aa..10cb237323 100644 --- a/ts/http_client/v1/src/models/V1LogHandler.ts +++ b/ts/http_client/v1/src/models/V1LogHandler.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Logs.ts b/ts/http_client/v1/src/models/V1Logs.ts index d4c5267ecc..93e0b82bd3 100644 --- a/ts/http_client/v1/src/models/V1Logs.ts +++ b/ts/http_client/v1/src/models/V1Logs.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1MPIJob.ts b/ts/http_client/v1/src/models/V1MPIJob.ts index ebd94127cf..02de1c6da3 100644 --- a/ts/http_client/v1/src/models/V1MPIJob.ts +++ b/ts/http_client/v1/src/models/V1MPIJob.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1MXJob.ts b/ts/http_client/v1/src/models/V1MXJob.ts index fd70516237..5b5745fb38 100644 --- a/ts/http_client/v1/src/models/V1MXJob.ts +++ b/ts/http_client/v1/src/models/V1MXJob.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Mapping.ts b/ts/http_client/v1/src/models/V1Mapping.ts index c399f460f8..6637b388fd 100644 --- a/ts/http_client/v1/src/models/V1Mapping.ts +++ b/ts/http_client/v1/src/models/V1Mapping.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Matrix.ts b/ts/http_client/v1/src/models/V1Matrix.ts index 4291c31ec4..674316c6a6 100644 --- a/ts/http_client/v1/src/models/V1Matrix.ts +++ b/ts/http_client/v1/src/models/V1Matrix.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1MatrixKind.ts b/ts/http_client/v1/src/models/V1MatrixKind.ts index c088765283..6d57525861 100644 --- a/ts/http_client/v1/src/models/V1MatrixKind.ts +++ b/ts/http_client/v1/src/models/V1MatrixKind.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1MedianStoppingPolicy.ts b/ts/http_client/v1/src/models/V1MedianStoppingPolicy.ts index ec6d877c6f..dc5a235ea3 100644 --- a/ts/http_client/v1/src/models/V1MedianStoppingPolicy.ts +++ b/ts/http_client/v1/src/models/V1MedianStoppingPolicy.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1MetricEarlyStopping.ts b/ts/http_client/v1/src/models/V1MetricEarlyStopping.ts index c4b90e41f1..a864ffd9cb 100644 --- a/ts/http_client/v1/src/models/V1MetricEarlyStopping.ts +++ b/ts/http_client/v1/src/models/V1MetricEarlyStopping.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Notification.ts b/ts/http_client/v1/src/models/V1Notification.ts index 261c6239f3..885fa98c4b 100644 --- a/ts/http_client/v1/src/models/V1Notification.ts +++ b/ts/http_client/v1/src/models/V1Notification.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Operation.ts b/ts/http_client/v1/src/models/V1Operation.ts index 6c4098a834..e95b4ffbf9 100644 --- a/ts/http_client/v1/src/models/V1Operation.ts +++ b/ts/http_client/v1/src/models/V1Operation.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1OperationBody.ts b/ts/http_client/v1/src/models/V1OperationBody.ts index 8ff9092745..ef89dbdd9c 100644 --- a/ts/http_client/v1/src/models/V1OperationBody.ts +++ b/ts/http_client/v1/src/models/V1OperationBody.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Optimization.ts b/ts/http_client/v1/src/models/V1Optimization.ts index 24087317cc..86042c43cc 100644 --- a/ts/http_client/v1/src/models/V1Optimization.ts +++ b/ts/http_client/v1/src/models/V1Optimization.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1OptimizationMetric.ts b/ts/http_client/v1/src/models/V1OptimizationMetric.ts index b6d39927bb..16b0b96f4e 100644 --- a/ts/http_client/v1/src/models/V1OptimizationMetric.ts +++ b/ts/http_client/v1/src/models/V1OptimizationMetric.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1OptimizationResource.ts b/ts/http_client/v1/src/models/V1OptimizationResource.ts index 14915cd76b..fd98e7683b 100644 --- a/ts/http_client/v1/src/models/V1OptimizationResource.ts +++ b/ts/http_client/v1/src/models/V1OptimizationResource.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Organization.ts b/ts/http_client/v1/src/models/V1Organization.ts index 2872fa8f78..3aa7b4b21c 100644 --- a/ts/http_client/v1/src/models/V1Organization.ts +++ b/ts/http_client/v1/src/models/V1Organization.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1OrganizationMember.ts b/ts/http_client/v1/src/models/V1OrganizationMember.ts index f73a247c9d..9199e447c4 100644 --- a/ts/http_client/v1/src/models/V1OrganizationMember.ts +++ b/ts/http_client/v1/src/models/V1OrganizationMember.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Param.ts b/ts/http_client/v1/src/models/V1Param.ts index b8fc9c0659..97074032a9 100644 --- a/ts/http_client/v1/src/models/V1Param.ts +++ b/ts/http_client/v1/src/models/V1Param.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1PasswordChange.ts b/ts/http_client/v1/src/models/V1PasswordChange.ts index 58544c109f..0fdcc5a55f 100644 --- a/ts/http_client/v1/src/models/V1PasswordChange.ts +++ b/ts/http_client/v1/src/models/V1PasswordChange.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1PatchStrategy.ts b/ts/http_client/v1/src/models/V1PatchStrategy.ts index 54372f3cce..2ba220128c 100644 --- a/ts/http_client/v1/src/models/V1PatchStrategy.ts +++ b/ts/http_client/v1/src/models/V1PatchStrategy.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1PathRef.ts b/ts/http_client/v1/src/models/V1PathRef.ts index afe75243f4..ce0a322f55 100644 --- a/ts/http_client/v1/src/models/V1PathRef.ts +++ b/ts/http_client/v1/src/models/V1PathRef.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Pipeline.ts b/ts/http_client/v1/src/models/V1Pipeline.ts index 950c1e49f5..5a3096348f 100644 --- a/ts/http_client/v1/src/models/V1Pipeline.ts +++ b/ts/http_client/v1/src/models/V1Pipeline.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1PipelineKind.ts b/ts/http_client/v1/src/models/V1PipelineKind.ts index 1281f68ad2..5e656b6c0f 100644 --- a/ts/http_client/v1/src/models/V1PipelineKind.ts +++ b/ts/http_client/v1/src/models/V1PipelineKind.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Plugins.ts b/ts/http_client/v1/src/models/V1Plugins.ts index ae8ab63969..5e200c0aa2 100644 --- a/ts/http_client/v1/src/models/V1Plugins.ts +++ b/ts/http_client/v1/src/models/V1Plugins.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1PolyaxonInitContainer.ts b/ts/http_client/v1/src/models/V1PolyaxonInitContainer.ts index 6ee10a33cf..b7ec9144d1 100644 --- a/ts/http_client/v1/src/models/V1PolyaxonInitContainer.ts +++ b/ts/http_client/v1/src/models/V1PolyaxonInitContainer.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1PolyaxonSidecarContainer.ts b/ts/http_client/v1/src/models/V1PolyaxonSidecarContainer.ts index 9940e74f79..01ed55e336 100644 --- a/ts/http_client/v1/src/models/V1PolyaxonSidecarContainer.ts +++ b/ts/http_client/v1/src/models/V1PolyaxonSidecarContainer.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Preset.ts b/ts/http_client/v1/src/models/V1Preset.ts index f626591ddb..141ffe3004 100644 --- a/ts/http_client/v1/src/models/V1Preset.ts +++ b/ts/http_client/v1/src/models/V1Preset.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Project.ts b/ts/http_client/v1/src/models/V1Project.ts index 5f2366877e..7ee7216215 100644 --- a/ts/http_client/v1/src/models/V1Project.ts +++ b/ts/http_client/v1/src/models/V1Project.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ProjectSettings.ts b/ts/http_client/v1/src/models/V1ProjectSettings.ts index 270d2aeb66..11133554f6 100644 --- a/ts/http_client/v1/src/models/V1ProjectSettings.ts +++ b/ts/http_client/v1/src/models/V1ProjectSettings.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ProjectUserAccess.ts b/ts/http_client/v1/src/models/V1ProjectUserAccess.ts index 9e3c70e87b..58905632eb 100644 --- a/ts/http_client/v1/src/models/V1ProjectUserAccess.ts +++ b/ts/http_client/v1/src/models/V1ProjectUserAccess.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ProjectVersion.ts b/ts/http_client/v1/src/models/V1ProjectVersion.ts index ae1236afd1..ac26cf08f6 100644 --- a/ts/http_client/v1/src/models/V1ProjectVersion.ts +++ b/ts/http_client/v1/src/models/V1ProjectVersion.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ProjectVersionKind.ts b/ts/http_client/v1/src/models/V1ProjectVersionKind.ts index 0792c9f5cb..307e56a201 100644 --- a/ts/http_client/v1/src/models/V1ProjectVersionKind.ts +++ b/ts/http_client/v1/src/models/V1ProjectVersionKind.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1PytorchJob.ts b/ts/http_client/v1/src/models/V1PytorchJob.ts index 4f5aa91dd0..3fdc8bac0b 100644 --- a/ts/http_client/v1/src/models/V1PytorchJob.ts +++ b/ts/http_client/v1/src/models/V1PytorchJob.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Queue.ts b/ts/http_client/v1/src/models/V1Queue.ts index 0c0e618f73..7c2485e112 100644 --- a/ts/http_client/v1/src/models/V1Queue.ts +++ b/ts/http_client/v1/src/models/V1Queue.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1RandomSearch.ts b/ts/http_client/v1/src/models/V1RandomSearch.ts index 7cc7558203..9781d2a9ab 100644 --- a/ts/http_client/v1/src/models/V1RandomSearch.ts +++ b/ts/http_client/v1/src/models/V1RandomSearch.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Ray.ts b/ts/http_client/v1/src/models/V1Ray.ts index 9014420d0b..5dcf94a817 100644 --- a/ts/http_client/v1/src/models/V1Ray.ts +++ b/ts/http_client/v1/src/models/V1Ray.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Reference.ts b/ts/http_client/v1/src/models/V1Reference.ts index d7a68632c3..2a59c8a7b0 100644 --- a/ts/http_client/v1/src/models/V1Reference.ts +++ b/ts/http_client/v1/src/models/V1Reference.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ResourceType.ts b/ts/http_client/v1/src/models/V1ResourceType.ts index a1713f3f8f..6f9db57e94 100644 --- a/ts/http_client/v1/src/models/V1ResourceType.ts +++ b/ts/http_client/v1/src/models/V1ResourceType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Run.ts b/ts/http_client/v1/src/models/V1Run.ts index 6842720c89..428f7099f2 100644 --- a/ts/http_client/v1/src/models/V1Run.ts +++ b/ts/http_client/v1/src/models/V1Run.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1RunArtifact.ts b/ts/http_client/v1/src/models/V1RunArtifact.ts index a1e7ab4ea5..778b301467 100644 --- a/ts/http_client/v1/src/models/V1RunArtifact.ts +++ b/ts/http_client/v1/src/models/V1RunArtifact.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1RunArtifacts.ts b/ts/http_client/v1/src/models/V1RunArtifacts.ts index cdc778c5d9..e599c17e8d 100644 --- a/ts/http_client/v1/src/models/V1RunArtifacts.ts +++ b/ts/http_client/v1/src/models/V1RunArtifacts.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1RunConnection.ts b/ts/http_client/v1/src/models/V1RunConnection.ts index a8e93352da..833dd8fe45 100644 --- a/ts/http_client/v1/src/models/V1RunConnection.ts +++ b/ts/http_client/v1/src/models/V1RunConnection.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1RunEdge.ts b/ts/http_client/v1/src/models/V1RunEdge.ts index 75cd10caf8..5ffad1df2e 100644 --- a/ts/http_client/v1/src/models/V1RunEdge.ts +++ b/ts/http_client/v1/src/models/V1RunEdge.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1RunEdgeKind.ts b/ts/http_client/v1/src/models/V1RunEdgeKind.ts index 109b61fe2e..3035d3a323 100644 --- a/ts/http_client/v1/src/models/V1RunEdgeKind.ts +++ b/ts/http_client/v1/src/models/V1RunEdgeKind.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1RunKind.ts b/ts/http_client/v1/src/models/V1RunKind.ts index 3aa13b86d2..be3d329016 100644 --- a/ts/http_client/v1/src/models/V1RunKind.ts +++ b/ts/http_client/v1/src/models/V1RunKind.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1RunPending.ts b/ts/http_client/v1/src/models/V1RunPending.ts index 39011aa1ac..b66ae2c74b 100644 --- a/ts/http_client/v1/src/models/V1RunPending.ts +++ b/ts/http_client/v1/src/models/V1RunPending.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1RunReferenceCatalog.ts b/ts/http_client/v1/src/models/V1RunReferenceCatalog.ts index 4ff48f2728..f7539478b5 100644 --- a/ts/http_client/v1/src/models/V1RunReferenceCatalog.ts +++ b/ts/http_client/v1/src/models/V1RunReferenceCatalog.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1RunResources.ts b/ts/http_client/v1/src/models/V1RunResources.ts index 79832ca45a..1bed289dda 100644 --- a/ts/http_client/v1/src/models/V1RunResources.ts +++ b/ts/http_client/v1/src/models/V1RunResources.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1RunSchema.ts b/ts/http_client/v1/src/models/V1RunSchema.ts index 32fc0bc9c7..a1c859eb35 100644 --- a/ts/http_client/v1/src/models/V1RunSchema.ts +++ b/ts/http_client/v1/src/models/V1RunSchema.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1RunSettings.ts b/ts/http_client/v1/src/models/V1RunSettings.ts index 8b786e9547..9b64e59bca 100644 --- a/ts/http_client/v1/src/models/V1RunSettings.ts +++ b/ts/http_client/v1/src/models/V1RunSettings.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1S3Type.ts b/ts/http_client/v1/src/models/V1S3Type.ts index 588c13ba8e..7f18452d11 100644 --- a/ts/http_client/v1/src/models/V1S3Type.ts +++ b/ts/http_client/v1/src/models/V1S3Type.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Schedule.ts b/ts/http_client/v1/src/models/V1Schedule.ts index 6125e2d638..a84756ad64 100644 --- a/ts/http_client/v1/src/models/V1Schedule.ts +++ b/ts/http_client/v1/src/models/V1Schedule.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ScheduleKind.ts b/ts/http_client/v1/src/models/V1ScheduleKind.ts index 001fa52683..7027a864f7 100644 --- a/ts/http_client/v1/src/models/V1ScheduleKind.ts +++ b/ts/http_client/v1/src/models/V1ScheduleKind.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1SchedulingPolicy.ts b/ts/http_client/v1/src/models/V1SchedulingPolicy.ts index 1b74624b37..6333a92d62 100644 --- a/ts/http_client/v1/src/models/V1SchedulingPolicy.ts +++ b/ts/http_client/v1/src/models/V1SchedulingPolicy.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Schemas.ts b/ts/http_client/v1/src/models/V1Schemas.ts index 55dfa53539..7c0136ddb9 100644 --- a/ts/http_client/v1/src/models/V1Schemas.ts +++ b/ts/http_client/v1/src/models/V1Schemas.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Search.ts b/ts/http_client/v1/src/models/V1Search.ts index 0c469a82cc..83e90c6512 100644 --- a/ts/http_client/v1/src/models/V1Search.ts +++ b/ts/http_client/v1/src/models/V1Search.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1SearchSpec.ts b/ts/http_client/v1/src/models/V1SearchSpec.ts index 00350612d7..a627b086a8 100644 --- a/ts/http_client/v1/src/models/V1SearchSpec.ts +++ b/ts/http_client/v1/src/models/V1SearchSpec.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1SectionSpec.ts b/ts/http_client/v1/src/models/V1SectionSpec.ts index d0a533af89..f4d5667926 100644 --- a/ts/http_client/v1/src/models/V1SectionSpec.ts +++ b/ts/http_client/v1/src/models/V1SectionSpec.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Service.ts b/ts/http_client/v1/src/models/V1Service.ts index 14737b08e3..1a553cc14a 100644 --- a/ts/http_client/v1/src/models/V1Service.ts +++ b/ts/http_client/v1/src/models/V1Service.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1ServiceAccount.ts b/ts/http_client/v1/src/models/V1ServiceAccount.ts index a7347d9100..6fe2ab2cab 100644 --- a/ts/http_client/v1/src/models/V1ServiceAccount.ts +++ b/ts/http_client/v1/src/models/V1ServiceAccount.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1SettingsCatalog.ts b/ts/http_client/v1/src/models/V1SettingsCatalog.ts index f5419b6f4b..33b74d9207 100644 --- a/ts/http_client/v1/src/models/V1SettingsCatalog.ts +++ b/ts/http_client/v1/src/models/V1SettingsCatalog.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Spark.ts b/ts/http_client/v1/src/models/V1Spark.ts index f17220c329..4b2fcdc2a5 100644 --- a/ts/http_client/v1/src/models/V1Spark.ts +++ b/ts/http_client/v1/src/models/V1Spark.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1SparkReplica.ts b/ts/http_client/v1/src/models/V1SparkReplica.ts index 033d865129..9716c30c47 100644 --- a/ts/http_client/v1/src/models/V1SparkReplica.ts +++ b/ts/http_client/v1/src/models/V1SparkReplica.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1SparkType.ts b/ts/http_client/v1/src/models/V1SparkType.ts index 91a7f2e126..5e024f7e29 100644 --- a/ts/http_client/v1/src/models/V1SparkType.ts +++ b/ts/http_client/v1/src/models/V1SparkType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Stage.ts b/ts/http_client/v1/src/models/V1Stage.ts index 6ba157e666..dc08fddbd3 100644 --- a/ts/http_client/v1/src/models/V1Stage.ts +++ b/ts/http_client/v1/src/models/V1Stage.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1StageCondition.ts b/ts/http_client/v1/src/models/V1StageCondition.ts index 279537e8ac..9b9c38207c 100644 --- a/ts/http_client/v1/src/models/V1StageCondition.ts +++ b/ts/http_client/v1/src/models/V1StageCondition.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Stages.ts b/ts/http_client/v1/src/models/V1Stages.ts index a72d51782c..07fb756e90 100644 --- a/ts/http_client/v1/src/models/V1Stages.ts +++ b/ts/http_client/v1/src/models/V1Stages.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Status.ts b/ts/http_client/v1/src/models/V1Status.ts index 7b73c51c67..044236c33b 100644 --- a/ts/http_client/v1/src/models/V1Status.ts +++ b/ts/http_client/v1/src/models/V1Status.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1StatusCondition.ts b/ts/http_client/v1/src/models/V1StatusCondition.ts index b75b51874c..e46b8b40dd 100644 --- a/ts/http_client/v1/src/models/V1StatusCondition.ts +++ b/ts/http_client/v1/src/models/V1StatusCondition.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Statuses.ts b/ts/http_client/v1/src/models/V1Statuses.ts index 9ed1166fbe..b314e5aaa1 100644 --- a/ts/http_client/v1/src/models/V1Statuses.ts +++ b/ts/http_client/v1/src/models/V1Statuses.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1TFJob.ts b/ts/http_client/v1/src/models/V1TFJob.ts index d8158e4eaf..de687c5759 100644 --- a/ts/http_client/v1/src/models/V1TFJob.ts +++ b/ts/http_client/v1/src/models/V1TFJob.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Tag.ts b/ts/http_client/v1/src/models/V1Tag.ts index 11b75f84a1..4e33902245 100644 --- a/ts/http_client/v1/src/models/V1Tag.ts +++ b/ts/http_client/v1/src/models/V1Tag.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Team.ts b/ts/http_client/v1/src/models/V1Team.ts index 2004a3306d..38528068f1 100644 --- a/ts/http_client/v1/src/models/V1Team.ts +++ b/ts/http_client/v1/src/models/V1Team.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1TeamMember.ts b/ts/http_client/v1/src/models/V1TeamMember.ts index a57c09e23d..5570e8aa54 100644 --- a/ts/http_client/v1/src/models/V1TeamMember.ts +++ b/ts/http_client/v1/src/models/V1TeamMember.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1TeamSettings.ts b/ts/http_client/v1/src/models/V1TeamSettings.ts index 7b757436b5..66181725eb 100644 --- a/ts/http_client/v1/src/models/V1TeamSettings.ts +++ b/ts/http_client/v1/src/models/V1TeamSettings.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Template.ts b/ts/http_client/v1/src/models/V1Template.ts index 04eb753254..6f2999525c 100644 --- a/ts/http_client/v1/src/models/V1Template.ts +++ b/ts/http_client/v1/src/models/V1Template.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1TensorboardType.ts b/ts/http_client/v1/src/models/V1TensorboardType.ts index a4112230ad..140b12a20a 100644 --- a/ts/http_client/v1/src/models/V1TensorboardType.ts +++ b/ts/http_client/v1/src/models/V1TensorboardType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Termination.ts b/ts/http_client/v1/src/models/V1Termination.ts index 9bcbeaf7cd..000b3bd89e 100644 --- a/ts/http_client/v1/src/models/V1Termination.ts +++ b/ts/http_client/v1/src/models/V1Termination.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Token.ts b/ts/http_client/v1/src/models/V1Token.ts index 6be981be1a..75c52883d3 100644 --- a/ts/http_client/v1/src/models/V1Token.ts +++ b/ts/http_client/v1/src/models/V1Token.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1TrialStart.ts b/ts/http_client/v1/src/models/V1TrialStart.ts index 47cf390c64..79126fcdf5 100644 --- a/ts/http_client/v1/src/models/V1TrialStart.ts +++ b/ts/http_client/v1/src/models/V1TrialStart.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1TriggerPolicy.ts b/ts/http_client/v1/src/models/V1TriggerPolicy.ts index 9027b83e4a..aa9bd2862c 100644 --- a/ts/http_client/v1/src/models/V1TriggerPolicy.ts +++ b/ts/http_client/v1/src/models/V1TriggerPolicy.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1TruncationStoppingPolicy.ts b/ts/http_client/v1/src/models/V1TruncationStoppingPolicy.ts index ab36939995..0ccd18a1ae 100644 --- a/ts/http_client/v1/src/models/V1TruncationStoppingPolicy.ts +++ b/ts/http_client/v1/src/models/V1TruncationStoppingPolicy.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Tuner.ts b/ts/http_client/v1/src/models/V1Tuner.ts index 86ec2e96f3..159679ab36 100644 --- a/ts/http_client/v1/src/models/V1Tuner.ts +++ b/ts/http_client/v1/src/models/V1Tuner.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1UriType.ts b/ts/http_client/v1/src/models/V1UriType.ts index a7cfc4f3ba..432fa804c8 100644 --- a/ts/http_client/v1/src/models/V1UriType.ts +++ b/ts/http_client/v1/src/models/V1UriType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1UrlRef.ts b/ts/http_client/v1/src/models/V1UrlRef.ts index b2717914f2..fbc237d9b6 100644 --- a/ts/http_client/v1/src/models/V1UrlRef.ts +++ b/ts/http_client/v1/src/models/V1UrlRef.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1User.ts b/ts/http_client/v1/src/models/V1User.ts index 4b41e2ff07..cf49ceecf1 100644 --- a/ts/http_client/v1/src/models/V1User.ts +++ b/ts/http_client/v1/src/models/V1User.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1UserEmail.ts b/ts/http_client/v1/src/models/V1UserEmail.ts index 85cdd6095b..a2c278ce0f 100644 --- a/ts/http_client/v1/src/models/V1UserEmail.ts +++ b/ts/http_client/v1/src/models/V1UserEmail.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1UserSingup.ts b/ts/http_client/v1/src/models/V1UserSingup.ts index 63af1a181a..79ee762503 100644 --- a/ts/http_client/v1/src/models/V1UserSingup.ts +++ b/ts/http_client/v1/src/models/V1UserSingup.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Uuids.ts b/ts/http_client/v1/src/models/V1Uuids.ts index 938bf42f62..8c11430fd1 100644 --- a/ts/http_client/v1/src/models/V1Uuids.ts +++ b/ts/http_client/v1/src/models/V1Uuids.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1Version.ts b/ts/http_client/v1/src/models/V1Version.ts index a0b561763e..d54228de03 100644 --- a/ts/http_client/v1/src/models/V1Version.ts +++ b/ts/http_client/v1/src/models/V1Version.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1WasbType.ts b/ts/http_client/v1/src/models/V1WasbType.ts index df63a171bb..f76b173b9c 100644 --- a/ts/http_client/v1/src/models/V1WasbType.ts +++ b/ts/http_client/v1/src/models/V1WasbType.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/models/V1XGBoostJob.ts b/ts/http_client/v1/src/models/V1XGBoostJob.ts index 73de6d64b3..695fdd1c54 100644 --- a/ts/http_client/v1/src/models/V1XGBoostJob.ts +++ b/ts/http_client/v1/src/models/V1XGBoostJob.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/ts/http_client/v1/src/runtime.ts b/ts/http_client/v1/src/runtime.ts index 308fad6ceb..78581ca352 100644 --- a/ts/http_client/v1/src/runtime.ts +++ b/ts/http_client/v1/src/runtime.ts @@ -18,7 +18,7 @@ * Polyaxon SDKs and REST API specification. * Polyaxon SDKs and REST API specification. * - * The version of the OpenAPI document: 1.20.0 + * The version of the OpenAPI document: 1.21.0 * Contact: contact@polyaxon.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).