Class: Google::Cloud::FinancialServices::V1::GetInstanceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/financialservices/v1/instance.rb

Overview

Request for retrieving a specific Instance resource.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the Instance.

Returns:

  • (::String)

    Required. The resource name of the Instance.



134
135
136
137
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 134

class GetInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end