Class: Google::Cloud::GkeHub::V1::GetMembershipBindingRequest

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 message for the GkeHub.GetMembershipBinding method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The MembershipBinding resource name in the format projects/*/locations/*/memberships/*/bindings/*.

Returns:

  • (::String)

    Required. The MembershipBinding resource name in the format projects/*/locations/*/memberships/*/bindings/*.



330
331
332
333
# File 'proto_docs/google/cloud/gkehub/v1/service.rb', line 330

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