Show / Hide Table of Contents

Class Attributes

A set of attributes, each in the format [KEY]:[VALUE].

Inheritance
object
Attributes
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.ServiceControl.v1.Data
Assembly: Google.Apis.ServiceControl.v1.dll
Syntax
public class Attributes : IDirectResponseSchema

Properties

AttributeMap

The set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the Boolean values true and false. For example: "/instance_id": "my-instance" "/http/user_agent": "" "/http/request_bytes": 300 "example.com/myattribute": true

Declaration
[JsonProperty("attributeMap")]
public virtual IDictionary<string, AttributeValue> AttributeMap { get; set; }
Property Value
Type Description
IDictionary<string, AttributeValue>

DroppedAttributesCount

The number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0 then all attributes are valid.

Declaration
[JsonProperty("droppedAttributesCount")]
public virtual int? DroppedAttributesCount { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX