Class GenerateCredentialsResponse.Builder (0.84.0)

public static final class GenerateCredentialsResponse.Builder extends GeneratedMessage.Builder<GenerateCredentialsResponse.Builder> implements GenerateCredentialsResponseOrBuilder

Connection information for a particular membership.

Protobuf type google.cloud.gkeconnect.gateway.v1beta1.GenerateCredentialsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GenerateCredentialsResponse build()
Returns
Type Description
GenerateCredentialsResponse

buildPartial()

public GenerateCredentialsResponse buildPartial()
Returns
Type Description
GenerateCredentialsResponse

clear()

public GenerateCredentialsResponse.Builder clear()
Returns
Type Description
GenerateCredentialsResponse.Builder
Overrides

clearEndpoint()

public GenerateCredentialsResponse.Builder clearEndpoint()

The generated URI of the cluster as accessed through the Connect Gateway API.

string endpoint = 2;

Returns
Type Description
GenerateCredentialsResponse.Builder

This builder for chaining.

clearKubeconfig()

public GenerateCredentialsResponse.Builder clearKubeconfig()

A full YAML kubeconfig in serialized format.

bytes kubeconfig = 1;

Returns
Type Description
GenerateCredentialsResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public GenerateCredentialsResponse getDefaultInstanceForType()
Returns
Type Description
GenerateCredentialsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEndpoint()

public String getEndpoint()

The generated URI of the cluster as accessed through the Connect Gateway API.

string endpoint = 2;

Returns
Type Description
String

The endpoint.

getEndpointBytes()

public ByteString getEndpointBytes()

The generated URI of the cluster as accessed through the Connect Gateway API.

string endpoint = 2;

Returns
Type Description
ByteString

The bytes for endpoint.

getKubeconfig()

public ByteString getKubeconfig()

A full YAML kubeconfig in serialized format.

bytes kubeconfig = 1;

Returns
Type Description
ByteString

The kubeconfig.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GenerateCredentialsResponse other)

public GenerateCredentialsResponse.Builder mergeFrom(GenerateCredentialsResponse other)
Parameter
Name Description
other GenerateCredentialsResponse
Returns
Type Description
GenerateCredentialsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GenerateCredentialsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateCredentialsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GenerateCredentialsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GenerateCredentialsResponse.Builder
Overrides

setEndpoint(String value)

public GenerateCredentialsResponse.Builder setEndpoint(String value)

The generated URI of the cluster as accessed through the Connect Gateway API.

string endpoint = 2;

Parameter
Name Description
value String

The endpoint to set.

Returns
Type Description
GenerateCredentialsResponse.Builder

This builder for chaining.

setEndpointBytes(ByteString value)

public GenerateCredentialsResponse.Builder setEndpointBytes(ByteString value)

The generated URI of the cluster as accessed through the Connect Gateway API.

string endpoint = 2;

Parameter
Name Description
value ByteString

The bytes for endpoint to set.

Returns
Type Description
GenerateCredentialsResponse.Builder

This builder for chaining.

setKubeconfig(ByteString value)

public GenerateCredentialsResponse.Builder setKubeconfig(ByteString value)

A full YAML kubeconfig in serialized format.

bytes kubeconfig = 1;

Parameter
Name Description
value ByteString

The kubeconfig to set.

Returns
Type Description
GenerateCredentialsResponse.Builder

This builder for chaining.