Show / Hide Table of Contents

Class StatusProto

Wire-format for a Status object

Inheritance
object
StatusProto
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v2.Data
Assembly: Google.Apis.OSConfig.v2.dll
Syntax
public class StatusProto : IDirectResponseSchema

Properties

CanonicalCode

copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code = 6;

Declaration
[JsonProperty("canonicalCode")]
public virtual int? CanonicalCode { get; set; }
Property Value
Type Description
int?

Code

Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 code = 1;

Declaration
[JsonProperty("code")]
public virtual int? Code { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Message

Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string message = 3;

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

MessageSet

message_set associates an arbitrary proto message with the status. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional proto2.bridge.MessageSet message_set = 5;

Declaration
[JsonProperty("messageSet")]
public virtual MessageSet MessageSet { get; set; }
Property Value
Type Description
MessageSet

Space

copybara:strip_begin(b/383363683) Space to which this status belongs copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs

Declaration
[JsonProperty("space")]
public virtual string Space { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX