Class: Google::Cloud::EdgeContainer::V1::GetServerConfigRequest

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

Overview

Gets the server config.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name (project and location) of the server config to get, specified in the format projects/*/locations/*.

Returns:

  • (::String)

    Required. The name (project and location) of the server config to get, specified in the format projects/*/locations/*.



468
469
470
471
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 468

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