Skip to content

Commit

Permalink
Autogenerated update (2019-08-17)
Browse files Browse the repository at this point in the history
Update:
- dialogflow_v2
- dialogflow_v2beta1
- run_v1
- run_v1alpha1
- servicecontrol_v1
- servicemanagement_v1
  • Loading branch information
googleapis-publisher committed Aug 17, 2019
1 parent 8cf4330 commit 71a638b
Show file tree
Hide file tree
Showing 19 changed files with 2,106 additions and 125 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/dialogflow_v2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://cloud.google.com/dialogflow/
module DialogflowV2
VERSION = 'V2'
REVISION = '20190801'
REVISION = '20190810'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
34 changes: 0 additions & 34 deletions generated/google/apis/dialogflow_v2/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4673,40 +4673,6 @@ def update!(**args)
end
end

# The status update for performing NLU model evaluation given a dataset.
# Metadata of the returned long running operation for
# ModelEvaluations.EvaluateModel.
class GoogleCloudDialogflowV2beta1ModelEvaluationMetadata
include Google::Apis::Core::Hashable

# Optional. Number of samples that have already received the predicted
# intents from Dialogflow server.
# Corresponds to the JSON property `samplesWithIntentDetected`
# @return [Fixnum]
attr_accessor :samples_with_intent_detected

# Required. Represents the job that the batch worker is currently working on.
# Corresponds to the JSON property `state`
# @return [String]
attr_accessor :state

# Required. Total number of samples in the dataset.
# Corresponds to the JSON property `totalSamples`
# @return [Fixnum]
attr_accessor :total_samples

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@samples_with_intent_detected = args[:samples_with_intent_detected] if args.key?(:samples_with_intent_detected)
@state = args[:state] if args.key?(:state)
@total_samples = args[:total_samples] if args.key?(:total_samples)
end
end

# Represents the contents of the original request that was passed to
# the `[Streaming]DetectIntent` call.
class GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
Expand Down
15 changes: 0 additions & 15 deletions generated/google/apis/dialogflow_v2/representations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -742,12 +742,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class GoogleCloudDialogflowV2beta1ModelEvaluationMetadata
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
class Representation < Google::Apis::Core::JsonRepresentation; end

Expand Down Expand Up @@ -2043,15 +2037,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class GoogleCloudDialogflowV2beta1ModelEvaluationMetadata
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :samples_with_intent_detected, as: 'samplesWithIntentDetected'
property :state, as: 'state'
property :total_samples, as: 'totalSamples'
end
end

class GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/dialogflow_v2beta1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://cloud.google.com/dialogflow/
module DialogflowV2beta1
VERSION = 'V2beta1'
REVISION = '20190801'
REVISION = '20190810'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
34 changes: 0 additions & 34 deletions generated/google/apis/dialogflow_v2beta1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4476,40 +4476,6 @@ def update!(**args)
end
end

# The status update for performing NLU model evaluation given a dataset.
# Metadata of the returned long running operation for
# ModelEvaluations.EvaluateModel.
class GoogleCloudDialogflowV2beta1ModelEvaluationMetadata
include Google::Apis::Core::Hashable

# Optional. Number of samples that have already received the predicted
# intents from Dialogflow server.
# Corresponds to the JSON property `samplesWithIntentDetected`
# @return [Fixnum]
attr_accessor :samples_with_intent_detected

# Required. Represents the job that the batch worker is currently working on.
# Corresponds to the JSON property `state`
# @return [String]
attr_accessor :state

# Required. Total number of samples in the dataset.
# Corresponds to the JSON property `totalSamples`
# @return [Fixnum]
attr_accessor :total_samples

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@samples_with_intent_detected = args[:samples_with_intent_detected] if args.key?(:samples_with_intent_detected)
@state = args[:state] if args.key?(:state)
@total_samples = args[:total_samples] if args.key?(:total_samples)
end
end

# Represents the contents of the original request that was passed to
# the `[Streaming]DetectIntent` call.
class GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
Expand Down
15 changes: 0 additions & 15 deletions generated/google/apis/dialogflow_v2beta1/representations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -700,12 +700,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class GoogleCloudDialogflowV2beta1ModelEvaluationMetadata
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
class Representation < Google::Apis::Core::JsonRepresentation; end

Expand Down Expand Up @@ -2017,15 +2011,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class GoogleCloudDialogflowV2beta1ModelEvaluationMetadata
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :samples_with_intent_detected, as: 'samplesWithIntentDetected'
property :state, as: 'state'
property :total_samples, as: 'totalSamples'
end
end

class GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down
Loading

0 comments on commit 71a638b

Please sign in to comment.