Show / Hide Table of Contents

Class ReportRequest

Request message for the Report method.

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

Properties

ETag

The ETag of the item.

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

Operations

Describes the list of operations to be reported. Each operation is represented as an AttributeContext, and contains all attributes around an API access.

Declaration
[JsonProperty("operations")]
public virtual IList<AttributeContext> Operations { get; set; }
Property Value
Type Description
IList<AttributeContext>

ServiceConfigId

Specifies the version of the service configuration that should be used to process the request. Must not be empty. Set this field to 'latest' to specify using the latest configuration.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX