Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of dialogflow v3beta1 client #1476

Merged
merged 1 commit into from
Nov 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/dialogflow_v3beta1.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 DialogflowV3beta1
VERSION = 'V3beta1'
REVISION = '20201102'
REVISION = '20201109'

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

# Metadata in google::longrunning::Operation.
class GoogleCloudKnowledgeV1alpha1OperationMetadata
include Google::Apis::Core::Hashable

# The error codes from Manifold endpoints' last failures.
# Corresponds to the JSON property `errorCode`
# @return [Array<Fixnum>]
attr_accessor :error_code

# The failure messages from Manifold endpoints' last failures.
# Corresponds to the JSON property `message`
# @return [Array<String>]
attr_accessor :message

# Required. The current state of this operation.
# Corresponds to the JSON property `state`
# @return [String]
attr_accessor :state

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

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

# The response message for Operations.ListOperations.
class GoogleLongrunningListOperationsResponse
include Google::Apis::Core::Hashable
Expand Down
15 changes: 0 additions & 15 deletions generated/google/apis/dialogflow_v3beta1/representations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1336,12 +1336,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

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

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

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

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

class GoogleCloudKnowledgeV1alpha1OperationMetadata
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :error_code, as: 'errorCode'
collection :message, as: 'message'
property :state, as: 'state'
end
end

class GoogleLongrunningListOperationsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/dialogflow_v3beta1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "43cfa3100483f4f8916d7075445174cfefb89e90"
"sha": "e317a0f5e6109142be13031fa9e9baee4d2f897e"
}
}
]
Expand Down