Service Health v1 API - Class GetEventRequest (1.1.0)

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

Inheritance

object > GetEventRequest

Namespace

Google.Cloud.ServiceHealth.V1

Assembly

Google.Cloud.ServiceHealth.V1.dll

Constructors

GetEventRequest()

public GetEventRequest()

GetEventRequest(GetEventRequest)

public GetEventRequest(GetEventRequest other)
Parameter
NameDescription
otherGetEventRequest

Properties

EventName

public EventName EventName { get; set; }

EventName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string