public interface InitializeHubResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServiceIdentity()
public abstract String getServiceIdentity() Name of the Hub default service identity, in the format:
service-<project-number>@gcp-sa-gkehub.iam.gserviceaccount.com
The service account has roles/gkehub.serviceAgent in the Hub project.
string service_identity = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The serviceIdentity. |
getServiceIdentityBytes()
public abstract ByteString getServiceIdentityBytes() Name of the Hub default service identity, in the format:
service-<project-number>@gcp-sa-gkehub.iam.gserviceaccount.com
The service account has roles/gkehub.serviceAgent in the Hub project.
string service_identity = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceIdentity. |
getWorkloadIdentityPool()
public abstract String getWorkloadIdentityPool() The Workload Identity Pool used for Workload Identity-enabled clusters
registered with this Hub. Format: <project-id>.hub.id.goog
string workload_identity_pool = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The workloadIdentityPool. |
getWorkloadIdentityPoolBytes()
public abstract ByteString getWorkloadIdentityPoolBytes() The Workload Identity Pool used for Workload Identity-enabled clusters
registered with this Hub. Format: <project-id>.hub.id.goog
string workload_identity_pool = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for workloadIdentityPool. |