Class ProjectsResource.LocationsResource.ConnectionsResource.GitRepositoryLinksResource.FetchReadTokenRequest
Fetches read token of a given gitRepositoryLink.
Inheritance
ProjectsResource.LocationsResource.ConnectionsResource.GitRepositoryLinksResource.FetchReadTokenRequest
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionsResource.GitRepositoryLinksResource.FetchReadTokenRequest : DeveloperConnectBaseServiceRequest<FetchReadTokenResponse>, IClientServiceRequest<FetchReadTokenResponse>, IClientServiceRequest
Constructors
FetchReadTokenRequest(IClientService, FetchReadTokenRequest, string)
Constructs a new FetchReadToken request.
Declaration
public FetchReadTokenRequest(IClientService service, FetchReadTokenRequest body, string gitRepositoryLink)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| FetchReadTokenRequest | body | |
| string | gitRepositoryLink |
Properties
GitRepositoryLink
Required. The resource name of the gitRepositoryLink in the format
projects/*/locations/*/connections/*/gitRepositoryLinks/*.
Declaration
[RequestParameter("gitRepositoryLink", RequestParameterType.Path)]
public virtual string GitRepositoryLink { get; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes FetchReadToken parameter list.
Declaration
protected override void InitParameters()