Class: Google::Cloud::GkeHub::V1beta1::GenerateConnectManifestRequest

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

Overview

Request message for GkeHubMembershipService.GenerateConnectManifest method.

Instance Attribute Summary collapse

Instance Attribute Details

#connect_agent::Google::Cloud::GkeHub::V1beta1::ConnectAgent

Returns Optional. The connect agent to generate manifest for.

Returns:



694
695
696
697
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 694

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

#image_pull_secret_content::String

Returns Optional. The image pull secret content for the registry, if not public.

Returns:

  • (::String)

    Optional. The image pull secret content for the registry, if not public.



694
695
696
697
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 694

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

#is_upgrade::Boolean

Returns Optional. If true, generate the resources for upgrade only. Some resources generated only for installation (e.g. secrets) will be excluded.

Returns:

  • (::Boolean)

    Optional. If true, generate the resources for upgrade only. Some resources generated only for installation (e.g. secrets) will be excluded.



694
695
696
697
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 694

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

#name::String

Returns Required. The Membership resource name the Agent will associate with, in the format projects/*/locations/*/memberships/*.

Returns:

  • (::String)

    Required. The Membership resource name the Agent will associate with, in the format projects/*/locations/*/memberships/*.



694
695
696
697
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 694

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

#registry::String

Returns Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect.

Returns:

  • (::String)

    Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect.



694
695
696
697
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 694

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

#version::String

Returns Optional. The Connect agent version to use. Defaults to the most current version.

Returns:

  • (::String)

    Optional. The Connect agent version to use. Defaults to the most current version.



694
695
696
697
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 694

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