public interface GenerateCredentialsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndpoint()
public abstract 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 abstract 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 abstract ByteString getKubeconfig()A full YAML kubeconfig in serialized format.
bytes kubeconfig = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The kubeconfig. |