Class GoogleCloudApihubV1HttpOperationConfig
Identifies a single API Hub operation by spec resource name + HTTP path + HTTP method.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1HttpOperationConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Method
Required. HTTP method of the operation within the referenced spec. (GET / PUT / POST / DELETE / OPTIONS / HEAD / PATCH / TRACE).
Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Path
Required. HTTP path of the operation within the referenced spec. Match is exact (no template substitution): the path here must appear verbatim on an APIOperationRevision belonging to the spec.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Spec
Required. Spec resource name:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}
Declaration
[JsonProperty("spec")]
public virtual string Spec { get; set; }
Property Value
| Type | Description |
|---|---|
| string |