Class ProjectsResource.ReleasesResource.GetExecutableRequest
Get the Release
executable to use when enforcing rules.
Inheritance
ProjectsResource.ReleasesResource.GetExecutableRequest
Inherited Members
Namespace: Google.Apis.FirebaseRules.v1
Assembly: Google.Apis.FirebaseRules.v1.dll
Syntax
public class ProjectsResource.ReleasesResource.GetExecutableRequest : FirebaseRulesBaseServiceRequest<GetReleaseExecutableResponse>, IClientServiceRequest<GetReleaseExecutableResponse>, IClientServiceRequest
Constructors
GetExecutableRequest(IClientService, string)
Constructs a new GetExecutable request.
Declaration
public GetExecutableRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
ExecutableVersion
The requested runtime executable version. Defaults to FIREBASE_RULES_EXECUTABLE_V1.
Declaration
[RequestParameter("executableVersion", RequestParameterType.Query)]
public virtual ProjectsResource.ReleasesResource.GetExecutableRequest.ExecutableVersionEnum? ExecutableVersion { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.ReleasesResource.GetExecutableRequest.ExecutableVersionEnum? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseRules.v1.Data.GetReleaseExecutableResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseRules.v1.Data.GetReleaseExecutableResponse>.MethodName
Name
Required. Resource name of the Release
. Format: projects/{project_id}/releases/{release_id}
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseRules.v1.Data.GetReleaseExecutableResponse>.RestPath
Methods
InitParameters()
Initializes GetExecutable parameter list.
Declaration
protected override void InitParameters()