Class: Google::Cloud::GkeHub::V1::CreateScopeRequest

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

Overview

Request to create a Scope.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent (project and location) where the Scope will be created. Specified in the format projects/*/locations/*.

Returns:

  • (::String)

    Required. The parent (project and location) where the Scope will be created. Specified in the format projects/*/locations/*.



229
230
231
232
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 229

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

#scope::Google::Cloud::GkeHub::V1::Scope

Returns Required. The Scope to create.

Returns:



229
230
231
232
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 229

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

#scope_id::String

Returns Required. Client chosen ID for the Scope. scope_id must be a ????.

Returns:

  • (::String)

    Required. Client chosen ID for the Scope. scope_id must be a ????



229
230
231
232
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 229

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