Reference documentation and code samples for the Cloud Functions V1 API class Google::Cloud::Functions::V1::EventTrigger.
Describes EventTrigger, used to request events be sent from another service.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#event_type
def event_type() -> ::String
-
(::String) —
Required. The type of event to observe. For example:
providers/cloud.storage/eventTypes/object.change
andproviders/cloud.pubsub/eventTypes/topic.publish
.Event types match pattern
providers/*/eventTypes/*.*
. The pattern contains:- namespace: For example,
cloud.storage
andgoogle.firebase.analytics
. - resource type: The type of resource on which event occurs. For
example, the Google Cloud Storage API includes the type
object
. - action: The action that generates the event. For example, action for a Google Cloud Storage Object is 'change'. These parts are lower case.
- namespace: For example,
#event_type=
def event_type=(value) -> ::String
-
value (::String) —
Required. The type of event to observe. For example:
providers/cloud.storage/eventTypes/object.change
andproviders/cloud.pubsub/eventTypes/topic.publish
.Event types match pattern
providers/*/eventTypes/*.*
. The pattern contains:- namespace: For example,
cloud.storage
andgoogle.firebase.analytics
. - resource type: The type of resource on which event occurs. For
example, the Google Cloud Storage API includes the type
object
. - action: The action that generates the event. For example, action for a Google Cloud Storage Object is 'change'. These parts are lower case.
- namespace: For example,
-
(::String) —
Required. The type of event to observe. For example:
providers/cloud.storage/eventTypes/object.change
andproviders/cloud.pubsub/eventTypes/topic.publish
.Event types match pattern
providers/*/eventTypes/*.*
. The pattern contains:- namespace: For example,
cloud.storage
andgoogle.firebase.analytics
. - resource type: The type of resource on which event occurs. For
example, the Google Cloud Storage API includes the type
object
. - action: The action that generates the event. For example, action for a Google Cloud Storage Object is 'change'. These parts are lower case.
- namespace: For example,
#failure_policy
def failure_policy() -> ::Google::Cloud::Functions::V1::FailurePolicy
- (::Google::Cloud::Functions::V1::FailurePolicy) — Specifies policy for failed executions.
#failure_policy=
def failure_policy=(value) -> ::Google::Cloud::Functions::V1::FailurePolicy
- value (::Google::Cloud::Functions::V1::FailurePolicy) — Specifies policy for failed executions.
- (::Google::Cloud::Functions::V1::FailurePolicy) — Specifies policy for failed executions.
#resource
def resource() -> ::String
-
(::String) — Required. The resource(s) from which to observe events, for example,
projects/_/buckets/myBucket
.Not all syntactically correct values are accepted by all services. For example:
- The authorization model must support it. Google Cloud Functions
only allows EventTriggers to be deployed that observe resources in the
same project as the
CloudFunction
. - The resource type must match the pattern expected for an
event_type
. For example, anEventTrigger
that has anevent_type
of "google.pubsub.topic.publish" should have a resource that matches Google Cloud Pub/Sub topics.
Additionally, some services may support short names when creating an
EventTrigger
. These will always be returned in the normalized "long" format.See each service's documentation for supported formats.
- The authorization model must support it. Google Cloud Functions
only allows EventTriggers to be deployed that observe resources in the
same project as the
#resource=
def resource=(value) -> ::String
-
value (::String) — Required. The resource(s) from which to observe events, for example,
projects/_/buckets/myBucket
.Not all syntactically correct values are accepted by all services. For example:
- The authorization model must support it. Google Cloud Functions
only allows EventTriggers to be deployed that observe resources in the
same project as the
CloudFunction
. - The resource type must match the pattern expected for an
event_type
. For example, anEventTrigger
that has anevent_type
of "google.pubsub.topic.publish" should have a resource that matches Google Cloud Pub/Sub topics.
Additionally, some services may support short names when creating an
EventTrigger
. These will always be returned in the normalized "long" format.See each service's documentation for supported formats.
- The authorization model must support it. Google Cloud Functions
only allows EventTriggers to be deployed that observe resources in the
same project as the
-
(::String) — Required. The resource(s) from which to observe events, for example,
projects/_/buckets/myBucket
.Not all syntactically correct values are accepted by all services. For example:
- The authorization model must support it. Google Cloud Functions
only allows EventTriggers to be deployed that observe resources in the
same project as the
CloudFunction
. - The resource type must match the pattern expected for an
event_type
. For example, anEventTrigger
that has anevent_type
of "google.pubsub.topic.publish" should have a resource that matches Google Cloud Pub/Sub topics.
Additionally, some services may support short names when creating an
EventTrigger
. These will always be returned in the normalized "long" format.See each service's documentation for supported formats.
- The authorization model must support it. Google Cloud Functions
only allows EventTriggers to be deployed that observe resources in the
same project as the
#service
def service() -> ::String
-
(::String) — The hostname of the service that should be observed.
If no string is provided, the default service implementing the API will be used. For example,
storage.googleapis.com
is the default for all event types in thegoogle.storage
namespace.
#service=
def service=(value) -> ::String
-
value (::String) — The hostname of the service that should be observed.
If no string is provided, the default service implementing the API will be used. For example,
storage.googleapis.com
is the default for all event types in thegoogle.storage
namespace.
-
(::String) — The hostname of the service that should be observed.
If no string is provided, the default service implementing the API will be used. For example,
storage.googleapis.com
is the default for all event types in thegoogle.storage
namespace.