Class: Google::Cloud::OracleDatabase::V1::GetOdbNetworkRequest

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

Overview

The request for OdbNetwork.Get.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the OdbNetwork in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}.

Returns:

  • (::String)

    Required. The name of the OdbNetwork in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}.



177
178
179
180
# File 'proto_docs/google/cloud/oracledatabase/v1/odb_network.rb', line 177

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