Google Cloud Gke Hub V1 Client - Class GenerateConnectManifestRequest (1.3.1)
Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class GenerateConnectManifestRequest.
Request message for GkeHub.GenerateConnectManifest
method.
.
Generated from protobuf message google.cloud.gkehub.v1.GenerateConnectManifestRequest
Namespace
Google \ Cloud \ GkeHub \ V1
Methods
__construct
Constructor.
Parameter
Name
Description
data
mixed
getName
Required. The Membership resource name the Agent will associate with, in
the format projects/*/locations/*/memberships/*.
Returns
Type
Description
string
setName
Required. The Membership resource name the Agent will associate with, in
the format projects/*/locations/*/memberships/*.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getNamespace
Optional. Namespace for GKE Connect agent resources. Defaults to
gke-connect.
The Connect Agent is authorized automatically when run in the default
namespace. Otherwise, explicit authorization must be granted with an
additional IAM binding.
Returns
Type
Description
string
setNamespace
Optional. Namespace for GKE Connect agent resources. Defaults to
gke-connect.
The Connect Agent is authorized automatically when run in the default
namespace. Otherwise, explicit authorization must be granted with an
additional IAM binding.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getProxy
Optional. URI of a proxy if connectivity from the agent to
gkeconnect.googleapis.com requires the use of a proxy. Format must be in
the form http(s)://{proxy_address}, depending on the HTTP/HTTPS protocol
supported by the proxy. This will direct the connect agent's outbound
traffic through a HTTP(S) proxy.
Returns
Type
Description
string
setProxy
Optional. URI of a proxy if connectivity from the agent to
gkeconnect.googleapis.com requires the use of a proxy. Format must be in
the form http(s)://{proxy_address}, depending on the HTTP/HTTPS protocol
supported by the proxy. This will direct the connect agent's outbound
traffic through a HTTP(S) proxy.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getVersion
Optional. The Connect agent version to use. Defaults to the most current
version.
Returns
Type
Description
string
setVersion
Optional. The Connect agent version to use. Defaults to the most current
version.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getIsUpgrade
Optional. If true, generate the resources for upgrade only. Some resources
generated only for installation (e.g. secrets) will be excluded.
Returns
Type
Description
bool
setIsUpgrade
Optional. If true, generate the resources for upgrade only. Some resources
generated only for installation (e.g. secrets) will be excluded.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getRegistry
Optional. The registry to fetch the connect agent image from. Defaults to
gcr.io/gkeconnect.
Returns
Type
Description
string
setRegistry
Optional. The registry to fetch the connect agent image from. Defaults to
gcr.io/gkeconnect.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getImagePullSecretContent
Optional. The image pull secret content for the registry, if not public.
Returns
Type
Description
string
setImagePullSecretContent
Optional. The image pull secret content for the registry, if not public.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-18 UTC."],[],[]]