lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event_service.rb in google-cloud-talent-0.5.0 vs lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event_service.rb in google-cloud-talent-0.6.0
- old
+ new
@@ -21,13 +21,11 @@
# @!attribute [rw] parent
# @return [String]
# Required. Resource name of the tenant under which the event is created.
#
# The format is "projects/{project_id}/tenants/{tenant_id}", for example,
- # "projects/api-test-project/tenant/foo".
- #
- # Tenant id is optional and a default tenant is created if unspecified, for
- # example, "projects/api-test-project".
+ # "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant
+ # is created, for example, "projects/foo".
# @!attribute [rw] client_event
# @return [Google::Cloud::Talent::V4beta1::ClientEvent]
# Required. Events issued when end user interacts with customer's application
# that uses Cloud Talent Solution.
class CreateClientEventRequest; end
\ No newline at end of file