Class AdminResource.ProjectsResource.LocationsResource.ReservationsResource.CreateRequest
Creates a new reservation.
Inheritance
AdminResource.ProjectsResource.LocationsResource.ReservationsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.PubsubLite.v1
Assembly: Google.Apis.PubsubLite.v1.dll
Syntax
public class AdminResource.ProjectsResource.LocationsResource.ReservationsResource.CreateRequest : PubsubLiteBaseServiceRequest<Reservation>, IClientServiceRequest<Reservation>, IClientServiceRequest
Constructors
CreateRequest(IClientService, Reservation, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, Reservation body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Reservation | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PubsubLite.v1.Data.Reservation>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PubsubLite.v1.Data.Reservation>.MethodName
Parent
Required. The parent location in which to create the reservation. Structured like
projects/{project_number}/locations/{location}
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
ReservationId
Required. The ID to use for the reservation, which will become the final component of the
reservation's name. This value is structured like: my-reservation-name
.
Declaration
[RequestParameter("reservationId", RequestParameterType.Query)]
public virtual string ReservationId { get; set; }
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.PubsubLite.v1.Data.Reservation>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PubsubLite.v1.Data.Reservation>.GetBody()
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()