public static final class GenerateCredentialsResponse.Builder extends GeneratedMessage.Builder<GenerateCredentialsResponse.Builder> implements GenerateCredentialsResponseOrBuilderConnection information for a particular membership.
Protobuf type google.cloud.gkeconnect.gateway.v1.GenerateCredentialsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GenerateCredentialsResponse.BuilderImplements
GenerateCredentialsResponseOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GenerateCredentialsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GenerateCredentialsResponse.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
ByteStringThe kubeconfig to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateCredentialsResponse.Builder |
This builder for chaining. |