argo.models.grpc_gateway_runtime_stream_error¶
Argo
Argo # noqa: E501
The version of the OpenAPI document: v2.7.5 Generated by: https://openapi-generator.tech
Module Contents¶
-
class
argo.models.grpc_gateway_runtime_stream_error.GrpcGatewayRuntimeStreamError(details=None, grpc_code=None, http_code=None, http_status=None, message=None)¶ NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
GrpcGatewayRuntimeStreamError - a model defined in OpenAPI
-
openapi_types¶
-
attribute_map¶
-
property
details(self)¶ Gets the details of this GrpcGatewayRuntimeStreamError. # noqa: E501
- Returns
The details of this GrpcGatewayRuntimeStreamError. # noqa: E501
- Return type
list[GoogleProtobufAny]
-
property
grpc_code(self)¶ Gets the grpc_code of this GrpcGatewayRuntimeStreamError. # noqa: E501
- Returns
The grpc_code of this GrpcGatewayRuntimeStreamError. # noqa: E501
- Return type
int
-
property
http_code(self)¶ Gets the http_code of this GrpcGatewayRuntimeStreamError. # noqa: E501
- Returns
The http_code of this GrpcGatewayRuntimeStreamError. # noqa: E501
- Return type
int
-
property
http_status(self)¶ Gets the http_status of this GrpcGatewayRuntimeStreamError. # noqa: E501
- Returns
The http_status of this GrpcGatewayRuntimeStreamError. # noqa: E501
- Return type
str
-
property
message(self)¶ Gets the message of this GrpcGatewayRuntimeStreamError. # noqa: E501
- Returns
The message of this GrpcGatewayRuntimeStreamError. # noqa: E501
- Return type
str
-
to_dict(self)¶ Returns the model properties as a dict
-
to_str(self)¶ Returns the string representation of the model
-