public static final class AttachedProxyConfig.Builder extends GeneratedMessageV3.Builder<AttachedProxyConfig.Builder> implements AttachedProxyConfigOrBuilder
Details of a proxy config.
Protobuf type google.cloud.gkemulticloud.v1.AttachedProxyConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AttachedProxyConfig.BuilderImplements
AttachedProxyConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AttachedProxyConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
build()
public AttachedProxyConfig build()
Returns | |
---|---|
Type | Description |
AttachedProxyConfig |
buildPartial()
public AttachedProxyConfig buildPartial()
Returns | |
---|---|
Type | Description |
AttachedProxyConfig |
clear()
public AttachedProxyConfig.Builder clear()
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public AttachedProxyConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
clearKubernetesSecret()
public AttachedProxyConfig.Builder clearKubernetesSecret()
The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/eks/how-to/use-a-proxy#configure-proxy-support for EKS clusters and https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/aks/how-to/use-a-proxy#configure-proxy-support for AKS clusters.
.google.cloud.gkemulticloud.v1.KubernetesSecret kubernetes_secret = 1;
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AttachedProxyConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
clone()
public AttachedProxyConfig.Builder clone()
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
getDefaultInstanceForType()
public AttachedProxyConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AttachedProxyConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getKubernetesSecret()
public KubernetesSecret getKubernetesSecret()
The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/eks/how-to/use-a-proxy#configure-proxy-support for EKS clusters and https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/aks/how-to/use-a-proxy#configure-proxy-support for AKS clusters.
.google.cloud.gkemulticloud.v1.KubernetesSecret kubernetes_secret = 1;
Returns | |
---|---|
Type | Description |
KubernetesSecret |
The kubernetesSecret. |
getKubernetesSecretBuilder()
public KubernetesSecret.Builder getKubernetesSecretBuilder()
The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/eks/how-to/use-a-proxy#configure-proxy-support for EKS clusters and https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/aks/how-to/use-a-proxy#configure-proxy-support for AKS clusters.
.google.cloud.gkemulticloud.v1.KubernetesSecret kubernetes_secret = 1;
Returns | |
---|---|
Type | Description |
KubernetesSecret.Builder |
getKubernetesSecretOrBuilder()
public KubernetesSecretOrBuilder getKubernetesSecretOrBuilder()
The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/eks/how-to/use-a-proxy#configure-proxy-support for EKS clusters and https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/aks/how-to/use-a-proxy#configure-proxy-support for AKS clusters.
.google.cloud.gkemulticloud.v1.KubernetesSecret kubernetes_secret = 1;
Returns | |
---|---|
Type | Description |
KubernetesSecretOrBuilder |
hasKubernetesSecret()
public boolean hasKubernetesSecret()
The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/eks/how-to/use-a-proxy#configure-proxy-support for EKS clusters and https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/aks/how-to/use-a-proxy#configure-proxy-support for AKS clusters.
.google.cloud.gkemulticloud.v1.KubernetesSecret kubernetes_secret = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the kubernetesSecret field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(AttachedProxyConfig other)
public AttachedProxyConfig.Builder mergeFrom(AttachedProxyConfig other)
Parameter | |
---|---|
Name | Description |
other |
AttachedProxyConfig |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AttachedProxyConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AttachedProxyConfig.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
mergeKubernetesSecret(KubernetesSecret value)
public AttachedProxyConfig.Builder mergeKubernetesSecret(KubernetesSecret value)
The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/eks/how-to/use-a-proxy#configure-proxy-support for EKS clusters and https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/aks/how-to/use-a-proxy#configure-proxy-support for AKS clusters.
.google.cloud.gkemulticloud.v1.KubernetesSecret kubernetes_secret = 1;
Parameter | |
---|---|
Name | Description |
value |
KubernetesSecret |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AttachedProxyConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AttachedProxyConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
setKubernetesSecret(KubernetesSecret value)
public AttachedProxyConfig.Builder setKubernetesSecret(KubernetesSecret value)
The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/eks/how-to/use-a-proxy#configure-proxy-support for EKS clusters and https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/aks/how-to/use-a-proxy#configure-proxy-support for AKS clusters.
.google.cloud.gkemulticloud.v1.KubernetesSecret kubernetes_secret = 1;
Parameter | |
---|---|
Name | Description |
value |
KubernetesSecret |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
setKubernetesSecret(KubernetesSecret.Builder builderForValue)
public AttachedProxyConfig.Builder setKubernetesSecret(KubernetesSecret.Builder builderForValue)
The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/eks/how-to/use-a-proxy#configure-proxy-support for EKS clusters and https://cloud.google.com/kubernetes-engine/multi-cloud/docs/attached/aks/how-to/use-a-proxy#configure-proxy-support for AKS clusters.
.google.cloud.gkemulticloud.v1.KubernetesSecret kubernetes_secret = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
KubernetesSecret.Builder |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AttachedProxyConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AttachedProxyConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AttachedProxyConfig.Builder |