Sha256: e57090b3f8680eb429a66ea86b76ab25d9d032ba2f6abe78a3ea268d4d1868c6

Contents?: true

Size: 1.36 KB

Versions: 12

Compression:

Stored size: 1.36 KB

Contents

# frozen_string_literal: true

# Copyright 2024 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 Apps
    module Chat
      module V1
        # Represents the status for a request to either invoke or submit a
        # [dialog](https://developers.google.com/workspace/chat/dialogs).
        # @!attribute [rw] status_code
        #   @return [::Google::Rpc::Code]
        #     The status code.
        # @!attribute [rw] user_facing_message
        #   @return [::String]
        #     The message to send users about the status of their request.
        #     If unset, a generic message based on the `status_code` is sent.
        class ActionStatus
          include ::Google::Protobuf::MessageExts
          extend ::Google::Protobuf::MessageExts::ClassMethods
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
google-apps-chat-v1-0.9.0 proto_docs/google/chat/v1/action_status.rb
google-apps-chat-v1-0.8.0 proto_docs/google/chat/v1/action_status.rb
google-apps-chat-v1-0.7.0 proto_docs/google/chat/v1/action_status.rb
google-apps-chat-v1-0.6.0 proto_docs/google/chat/v1/action_status.rb
google-apps-chat-v1-0.5.1 proto_docs/google/chat/v1/action_status.rb
google-apps-chat-v1-0.5.0 proto_docs/google/chat/v1/action_status.rb
google-apps-chat-v1-0.4.0 proto_docs/google/chat/v1/action_status.rb
google-apps-chat-v1-0.3.1 proto_docs/google/chat/v1/action_status.rb
google-apps-chat-v1-0.3.0 proto_docs/google/chat/v1/action_status.rb
google-apps-chat-v1-0.2.0 proto_docs/google/chat/v1/action_status.rb
google-apps-chat-v1-0.1.2 proto_docs/google/chat/v1/action_status.rb
google-apps-chat-v1-0.1.0 proto_docs/google/chat/v1/action_status.rb