Class ConnectAgent.Builder (0.5.4)

public static final class ConnectAgent.Builder extends GeneratedMessageV3.Builder<ConnectAgent.Builder> implements ConnectAgentOrBuilder

The information required from end users to use GKE Connect.

Protobuf type google.cloud.gkehub.v1beta1.ConnectAgent

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ConnectAgent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ConnectAgent.Builder
Overrides

build()

public ConnectAgent build()
Returns
TypeDescription
ConnectAgent

buildPartial()

public ConnectAgent buildPartial()
Returns
TypeDescription
ConnectAgent

clear()

public ConnectAgent.Builder clear()
Returns
TypeDescription
ConnectAgent.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ConnectAgent.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ConnectAgent.Builder
Overrides

clearName()

public ConnectAgent.Builder clearName()

Do not set.

string name = 1 [deprecated = true];

Returns
TypeDescription
ConnectAgent.Builder

This builder for chaining.

clearNamespace()

public ConnectAgent.Builder clearNamespace()

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];

Returns
TypeDescription
ConnectAgent.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ConnectAgent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ConnectAgent.Builder
Overrides

clearProxy()

public ConnectAgent.Builder clearProxy()

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];

Returns
TypeDescription
ConnectAgent.Builder

This builder for chaining.

clone()

public ConnectAgent.Builder clone()
Returns
TypeDescription
ConnectAgent.Builder
Overrides

getDefaultInstanceForType()

public ConnectAgent getDefaultInstanceForType()
Returns
TypeDescription
ConnectAgent

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

Do not set.

string name = 1 [deprecated = true];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Do not set.

string name = 1 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for name.

getNamespace()

public 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];

Returns
TypeDescription
String

The namespace.

getNamespaceBytes()

public 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];

Returns
TypeDescription
ByteString

The bytes for namespace.

getProxy()

public 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];

Returns
TypeDescription
ByteString

The proxy.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ConnectAgent other)

public ConnectAgent.Builder mergeFrom(ConnectAgent other)
Parameter
NameDescription
otherConnectAgent
Returns
TypeDescription
ConnectAgent.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ConnectAgent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConnectAgent.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ConnectAgent.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ConnectAgent.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ConnectAgent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ConnectAgent.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ConnectAgent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ConnectAgent.Builder
Overrides

setName(String value)

public ConnectAgent.Builder setName(String value)

Do not set.

string name = 1 [deprecated = true];

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
ConnectAgent.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ConnectAgent.Builder setNameBytes(ByteString value)

Do not set.

string name = 1 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
ConnectAgent.Builder

This builder for chaining.

setNamespace(String value)

public ConnectAgent.Builder setNamespace(String value)

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];

Parameter
NameDescription
valueString

The namespace to set.

Returns
TypeDescription
ConnectAgent.Builder

This builder for chaining.

setNamespaceBytes(ByteString value)

public ConnectAgent.Builder setNamespaceBytes(ByteString value)

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];

Parameter
NameDescription
valueByteString

The bytes for namespace to set.

Returns
TypeDescription
ConnectAgent.Builder

This builder for chaining.

setProxy(ByteString value)

public ConnectAgent.Builder setProxy(ByteString value)

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];

Parameter
NameDescription
valueByteString

The proxy to set.

Returns
TypeDescription
ConnectAgent.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ConnectAgent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ConnectAgent.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ConnectAgent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ConnectAgent.Builder
Overrides