/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Eventarc
NameSizeModeActions
Resource/-0755rm
AuditConfig.php15240644editdlrm
AuditLogConfig.php14690644editdlrm
Binding.php16620644editdlrm
Channel.php32290644editdlrm
ChannelConnection.php24310644editdlrm
CloudRun.php15620644editdlrm
Destination.php19470644editdlrm
EventarcEmpty.php8390644editdlrm
EventFilter.php16060644editdlrm
EventType.php21320644editdlrm
Expr.php18750644editdlrm
FilteringAttribute.php20030644editdlrm
GKE.php20850644editdlrm
GoogleChannelConfig.php16650644editdlrm
GoogleLongrunningCancelOperationRequest.php9170644editdlrm
GoogleLongrunningListOperationsResponse.php16410644editdlrm
GoogleLongrunningOperation.php21820644editdlrm
GoogleRpcStatus.php16300644editdlrm
HttpEndpoint.php13900644editdlrm
ListChannelConnectionsResponse.php19410644editdlrm
ListChannelsResponse.php18010644editdlrm
ListLocationsResponse.php15240644editdlrm
ListProvidersResponse.php18150644editdlrm
ListTriggersResponse.php18010644editdlrm
Location.php21370644editdlrm
OperationMetadata.php27850644editdlrm
Policy.php19980644editdlrm
Provider.php17170644editdlrm
Pubsub.php13500644editdlrm
SetIamPolicyRequest.php14170644editdlrm
StateCondition.php13320644editdlrm
TestIamPermissionsRequest.php12150644editdlrm
TestIamPermissionsResponse.php12180644editdlrm
Transport.php11110644editdlrm
Trigger.php46280644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Eventarc/Provider.php (1717B)
displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param EventType[] */ public function setEventTypes($eventTypes) { $this->eventTypes = $eventTypes; } /** * @return EventType[] */ public function getEventTypes() { return $this->eventTypes; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Provider::class, 'Google_Service_Eventarc_Provider');