Interface InitializeHubResponseOrBuilder (1.3.4)

public interface InitializeHubResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for workloadIdentityPool.