list_services
organization
(str) : The name of the organization.
read_service
service_name
(str) : The name of the service.
create_revision_from_yaml
organization
(str) : The name of the organization.yaml_body
(str) : The YAML body of the service. It is not deserialized YAML, but a whole yaml string.
launch_revision
organization
(str) : The name of the organization.service_name
(str) : The name of the service.revision_number
(int) : The revision number of the service.
read_revision
organization
(str) : The name of the organization.service_name
(str) : The name of the service.revision_number
(int) : The revision number of the service.
terminate_revision
organization
(str) : The name of the organization.service_name
(str) : The name of the service.revision_number
(int) : The revision number of the service.
update_revision_autoscaler_config
organization
(str) : The name of the organization.service_name
(str) : The name of the service.revision_number
(int) : The revision number of the service.autoscaling
(V1Autoscaling) : The autoscaler config of the service.
update_revision_autoscaling_v2
organization
(str) : The name of the organization.service_name
(str) : The name of the service.revision_number
(int) : The revision number of the service.autoscaling
(V1Autoscaling) : The autoscaler config of the service.
list_revisions
organization
(str) : The name of the organization.service_name
(str) : The name of the service.
read_gateway
organization
(str) : The name of the organization.service_name
(str) : The name of the service.
update_gateway
organization
(str) : The name of the organization.service_name
(str) : The name of the service.gateway
(ModelServiceGatewayUpdateAPIInput) : The gateway of the service.
update_gateway_for_revision
organization
(str) : The name of the organization.service_name
(str) : The name of the service.revision_number
(int) : The revision number of the service.port
(int) : The port of the revision will use for gateway.weight
(int) : The weight of the traffic will be distributed to revision_number.
(deprecated) update_revision_autoscaler_config
organization
(str) : The name of the organization.serving_name
(str) : The name of the serving.revision_number
(int) : The revision number of the serving.auto_scaler_config
(AutoScalerConfig) : The autoscaler config of the serving.
(deprecated) update_gateway_from_yaml
organization
(str) : The name of the organization.serving_name
(str) : The name of the serving.yaml_body
(str) : The YAML body of the serving. It is not deserialized YAML, but a whole yaml string