- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.6
- 1.2.1
- 1.1.0
- 1.0.1
- 0.5.4
public static final class InitializeHubResponse.Builder extends GeneratedMessageV3.Builder<InitializeHubResponse.Builder> implements InitializeHubResponseOrBuilder
Response message for the InitializeHub method.
Protobuf type google.cloud.gkehub.v1alpha2.InitializeHubResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > InitializeHubResponse.BuilderImplements
InitializeHubResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InitializeHubResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
InitializeHubResponse.Builder |
build()
public InitializeHubResponse build()
Type | Description |
InitializeHubResponse |
buildPartial()
public InitializeHubResponse buildPartial()
Type | Description |
InitializeHubResponse |
clear()
public InitializeHubResponse.Builder clear()
Type | Description |
InitializeHubResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public InitializeHubResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
InitializeHubResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public InitializeHubResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
InitializeHubResponse.Builder |
clearServiceIdentity()
public InitializeHubResponse.Builder clearServiceIdentity()
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;
Type | Description |
InitializeHubResponse.Builder | This builder for chaining. |
clearWorkloadIdentityPool()
public InitializeHubResponse.Builder clearWorkloadIdentityPool()
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;
Type | Description |
InitializeHubResponse.Builder | This builder for chaining. |
clone()
public InitializeHubResponse.Builder clone()
Type | Description |
InitializeHubResponse.Builder |
getDefaultInstanceForType()
public InitializeHubResponse getDefaultInstanceForType()
Type | Description |
InitializeHubResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getServiceIdentity()
public 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;
Type | Description |
String | The serviceIdentity. |
getServiceIdentityBytes()
public 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;
Type | Description |
ByteString | The bytes for serviceIdentity. |
getWorkloadIdentityPool()
public 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;
Type | Description |
String | The workloadIdentityPool. |
getWorkloadIdentityPoolBytes()
public 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;
Type | Description |
ByteString | The bytes for workloadIdentityPool. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(InitializeHubResponse other)
public InitializeHubResponse.Builder mergeFrom(InitializeHubResponse other)
Name | Description |
other | InitializeHubResponse |
Type | Description |
InitializeHubResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InitializeHubResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
InitializeHubResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public InitializeHubResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
InitializeHubResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InitializeHubResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
InitializeHubResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public InitializeHubResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
InitializeHubResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InitializeHubResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
InitializeHubResponse.Builder |
setServiceIdentity(String value)
public InitializeHubResponse.Builder setServiceIdentity(String value)
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;
Name | Description |
value | String The serviceIdentity to set. |
Type | Description |
InitializeHubResponse.Builder | This builder for chaining. |
setServiceIdentityBytes(ByteString value)
public InitializeHubResponse.Builder setServiceIdentityBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for serviceIdentity to set. |
Type | Description |
InitializeHubResponse.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final InitializeHubResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
InitializeHubResponse.Builder |
setWorkloadIdentityPool(String value)
public InitializeHubResponse.Builder setWorkloadIdentityPool(String value)
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;
Name | Description |
value | String The workloadIdentityPool to set. |
Type | Description |
InitializeHubResponse.Builder | This builder for chaining. |
setWorkloadIdentityPoolBytes(ByteString value)
public InitializeHubResponse.Builder setWorkloadIdentityPoolBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for workloadIdentityPool to set. |
Type | Description |
InitializeHubResponse.Builder | This builder for chaining. |