Class ProjectsResource.LocationsResource.LookupRuntimeProjectAttachmentRequest
Look up a runtime project attachment. This API can be called in the context of any project.
Inheritance
ProjectsResource.LocationsResource.LookupRuntimeProjectAttachmentRequest
Implements
Inherited Members
ClientServiceRequest<GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse>.CreateRequest(bool?)
Namespace: Google.Apis.APIhub.v1
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class ProjectsResource.LocationsResource.LookupRuntimeProjectAttachmentRequest : APIhubBaseServiceRequest<GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse>, IClientServiceRequest<GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse>, IClientServiceRequest
Constructors
LookupRuntimeProjectAttachmentRequest(IClientService, string)
Constructs a new LookupRuntimeProjectAttachment request.
Declaration
public LookupRuntimeProjectAttachmentRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
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
Name
Required. Runtime project ID to look up runtime project attachment for. Lookup happens across all
regions. Expected format: projects/{project}/locations/{location}
.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes LookupRuntimeProjectAttachment parameter list.
Declaration
protected override void InitParameters()
Overrides
APIhubBaseServiceRequest<GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse>.InitParameters()