Sha256: 64f183f7ba24d144986f899ac573e04a3ca8cfea6c6b019bf72d2698e48258b2
Contents?: true
Size: 1.56 KB
Versions: 12
Compression:
Stored size: 1.56 KB
Contents
# frozen_string_literal: true # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Auto-generated by gapic-generator-ruby. DO NOT EDIT! module Google module Cloud module Talent module V4beta1 # The report event request. # @!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/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 include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems