public sealed class GetEventRequest : IMessage<GetEventRequest>, IEquatable<GetEventRequest>, IDeepCloneable<GetEventRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Health v1 API class GetEventRequest.
Message for getting an event
Implements
IMessageGetEventRequest, IEquatableGetEventRequest, IDeepCloneableGetEventRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceHealth.V1Assembly
Google.Cloud.ServiceHealth.V1.dll
Constructors
GetEventRequest()
public GetEventRequest()
GetEventRequest(GetEventRequest)
public GetEventRequest(GetEventRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetEventRequest |
Properties
EventName
public EventName EventName { get; set; }
Property Value | |
---|---|
Type | Description |
EventName |
Name
public string Name { get; set; }
Required. Unique name of the event in this scope including project
and location using the form
projects/{project_id}/locations/{location}/events/{event_id}
.
project_id
- Project ID of the project that contains the event. <br>
location
- The location to get the service health events from. <br>
event_id
- Event ID to retrieve.
Property Value | |
---|---|
Type | Description |
string |