Class HTTPHeader
Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
HTTPHeader describes a custom header to be used in HTTP probes
Inheritance
System.Object
HTTPHeader
Implements
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class HTTPHeader : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
The header field name
Declaration
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
The header field value
Declaration
public virtual string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |