public interface ConnectAgentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Deprecated.
google.cloud.gkehub.v1beta1.ConnectAgent.name is deprecated. See
google/cloud/gkehub/v1beta1/membership.proto;l=844
|
com.google.protobuf.ByteString |
getNameBytes()
Deprecated.
google.cloud.gkehub.v1beta1.ConnectAgent.name is deprecated. See
google/cloud/gkehub/v1beta1/membership.proto;l=844
|
String |
getNamespace()
Optional.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Optional.
|
com.google.protobuf.ByteString |
getProxy()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated String getName()
Do not set.
string name = 1 [deprecated = true];@Deprecated com.google.protobuf.ByteString getNameBytes()
Do not set.
string name = 1 [deprecated = true];com.google.protobuf.ByteString 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.
bytes proxy = 2 [(.google.api.field_behavior) = OPTIONAL];String 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.
string namespace = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getNamespaceBytes()
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.
string namespace = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.