Class: Google::Cloud::GkeHub::V1::CreateMembershipBindingRequest

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 MembershipBinding.

Instance Attribute Summary collapse

Instance Attribute Details

#membership_binding::Google::Cloud::GkeHub::V1::MembershipBinding

Returns Required. The MembershipBinding to create.

Returns:



347
348
349
350
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 347

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

#membership_binding_id::String

Returns Required. The ID to use for the MembershipBinding.

Returns:

  • (::String)

    Required. The ID to use for the MembershipBinding.



347
348
349
350
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 347

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

#parent::String

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

Returns:

  • (::String)

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



347
348
349
350
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 347

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