# frozen_string_literal: true # Copyright 2022 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 BareMetalSolution module V2 # Represents the metadata from a long-running operation. # @!attribute [r] create_time # @return [::Google::Protobuf::Timestamp] # The time the operation was created. # @!attribute [r] end_time # @return [::Google::Protobuf::Timestamp] # The time the operation finished running. # @!attribute [r] target # @return [::String] # Server-defined resource path for the target of the operation. # @!attribute [r] verb # @return [::String] # Name of the action executed by the operation. # @!attribute [r] status_message # @return [::String] # Human-readable status of the operation, if any. # @!attribute [r] requested_cancellation # @return [::Boolean] # Identifies whether the user requested the cancellation # of the operation. Operations that have been successfully cancelled # have [Operation.error][] value with a [google.rpc.Status.code][] of 1, # corresponding to `Code.CANCELLED`. # @!attribute [r] api_version # @return [::String] # API version used with the operation. class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Response message from resetting a server. class ResetInstanceResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end end end