Reference documentation and code samples for the Google Cloud Service Health V1 Client class GetOrganizationEventRequest.
Gets information about a specific event affecting an organization.
Generated from protobuf message google.cloud.servicehealth.v1.GetOrganizationEventRequest
Namespace
Google \ Cloud \ ServiceHealth \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Unique name of the event in this scope including organization and event ID using the form organizations/{organization_id}/locations/locations/global/organizationEvents/{event_id}
. organization_id
- ID (number) of the project that contains the event. To get your organization_id
, see Getting your organization resource ID
.
event_id
- Organization event ID to retrieve.
getName
Required. Unique name of the event in this scope including organization and
event ID using the form organizations/{organization_id}/locations/locations/global/organizationEvents/{event_id}
.
organization_id
- ID (number) of the project that contains the event. To
get your organization_id
, see Getting your organization resource
ID
.
event_id
- Organization event ID to retrieve.
string
setName
Required. Unique name of the event in this scope including organization and
event ID using the form organizations/{organization_id}/locations/locations/global/organizationEvents/{event_id}
.
organization_id
- ID (number) of the project that contains the event. To
get your organization_id
, see Getting your organization resource
ID
.
event_id
- Organization event ID to retrieve.
var
string
$this
static::build
name
string
Required. Unique name of the event in this scope including organization and
event ID using the form organizations/{organization_id}/locations/locations/global/organizationEvents/{event_id}
.
organization_id
- ID (number) of the project that contains the event. To
get your organization_id
, see Getting your organization resource
ID
.
event_id
- Organization event ID to retrieve. Please see ServiceHealthClient::organizationEventName()
for help formatting this field.

