Class ProjectsResource.LocationsResource.LookupServiceProjectAttachmentRequest
Lists a service project attachment for a given service project. You can call this API from any project to find if it is attached to a host project.
Inheritance
ProjectsResource.LocationsResource.LookupServiceProjectAttachmentRequest
Inherited Members
Namespace: Google.Apis.AppHub.v1
Assembly: Google.Apis.AppHub.v1.dll
Syntax
public class ProjectsResource.LocationsResource.LookupServiceProjectAttachmentRequest : AppHubBaseServiceRequest<LookupServiceProjectAttachmentResponse>, IClientServiceRequest<LookupServiceProjectAttachmentResponse>, IClientServiceRequest
Constructors
LookupServiceProjectAttachmentRequest(IClientService, string)
Constructs a new LookupServiceProjectAttachment request.
Declaration
public LookupServiceProjectAttachmentRequest(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. Service project ID and location to lookup service project attachment for. Only global
location is supported. 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 LookupServiceProjectAttachment parameter list.
Declaration
protected override void InitParameters()