Class Method
Method represents a method of an API interface.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class Method : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Name
The simple name of this method.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Options
Any metadata attached to the method.
Declaration
[JsonProperty("options")]
public virtual IList<Option> Options { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<Option> | 
RequestStreaming
If true, the request is streamed.
Declaration
[JsonProperty("requestStreaming")]
public virtual bool? RequestStreaming { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
RequestTypeUrl
A URL of the input message type.
Declaration
[JsonProperty("requestTypeUrl")]
public virtual string RequestTypeUrl { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ResponseStreaming
If true, the response is streamed.
Declaration
[JsonProperty("responseStreaming")]
public virtual bool? ResponseStreaming { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
ResponseTypeUrl
The URL of the output message type.
Declaration
[JsonProperty("responseTypeUrl")]
public virtual string ResponseTypeUrl { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Syntax
The source syntax of this method.
Declaration
[JsonProperty("syntax")]
public virtual string Syntax { get; set; }Property Value
| Type | Description | 
|---|---|
| string |