public interface InitializeHubResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.google.protobuf.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 |
getWorkloadIdentityPool()
The Workload Identity Pool used for Workload Identity-enabled clusters
registered with this Hub.
|
com.google.protobuf.ByteString |
getWorkloadIdentityPoolBytes()
The Workload Identity Pool used for Workload Identity-enabled clusters
registered with this Hub.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.