Class TargetTcpProxiesResource.GetRequest
Returns the specified TargetTcpProxy resource. Gets a list of available target TCP proxies by making a list() request.
Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<TargetTcpProxy>
TargetTcpProxiesResource.GetRequest
Implements
Google.Apis.Requests.IClientServiceRequest<TargetTcpProxy>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class GetRequest : ComputeBaseServiceRequest<TargetTcpProxy>, IClientServiceRequest<TargetTcpProxy>, IClientServiceRequest
Constructors
GetRequest(IClientService, String, String)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string project, string targetTcpProxy)
Parameters
| Type | Name | Description |
|---|---|---|
| Google.Apis.Services.IClientService | service | |
| System.String | project | |
| System.String | targetTcpProxy |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.MethodName
Project
Project ID for this request.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.RestPath
TargetTcpProxy
Name of the TargetTcpProxy resource to return.
Declaration
[RequestParameter("targetTcpProxy", RequestParameterType.Path)]
public virtual string TargetTcpProxy { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Compute.v1.ComputeBaseServiceRequest<Google.Apis.Compute.v1.Data.TargetTcpProxy>.InitParameters()
Implements
Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest