Google Cloud Eventarc V1 Client - Class EventType (2.1.5)

Reference documentation and code samples for the Google Cloud Eventarc V1 Client class EventType.

A representation of the event type resource.

Generated from protobuf message google.cloud.eventarc.v1.EventType

Namespace

Google \ Cloud \ Eventarc \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ type
string

Output only. The full name of the event type (for example, "google.cloud.storage.object.v1.finalized"). In the form of {provider-specific-prefix}.{resource}.{version}.{verb}. Types MUST be versioned and event schemas are guaranteed to remain backward compatible within one version. Note that event type versions and API versions do not need to match.

↳ description
string

Output only. Human friendly description of what the event type is about. For example "Bucket created in Cloud Storage".

↳ filtering_attributes
array< FilteringAttribute >

Output only. Filtering attributes for the event type.

↳ event_schema_uri

getType

Output only. The full name of the event type (for example, "google.cloud.storage.object.v1.finalized"). In the form of {provider-specific-prefix}.{resource}.{version}.{verb}. Types MUST be versioned and event schemas are guaranteed to remain backward compatible within one version. Note that event type versions and API versions do not need to match.

Returns
Type
Description
string

setType

Output only. The full name of the event type (for example, "google.cloud.storage.object.v1.finalized"). In the form of {provider-specific-prefix}.{resource}.{version}.{verb}. Types MUST be versioned and event schemas are guaranteed to remain backward compatible within one version. Note that event type versions and API versions do not need to match.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDescription

Output only. Human friendly description of what the event type is about.

For example "Bucket created in Cloud Storage".

Returns
Type
Description
string

setDescription

Output only. Human friendly description of what the event type is about.

For example "Bucket created in Cloud Storage".

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getFilteringAttributes

Output only. Filtering attributes for the event type.

Returns
Type
Description

setFilteringAttributes

Output only. Filtering attributes for the event type.

Parameter
Name
Description
var
Returns
Type
Description
$this

getEventSchemaUri

Returns
Type
Description
string

setEventSchemaUri

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: