public interface FleetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMembership()
Output only.
|
com.google.protobuf.ByteString |
getMembershipBytes()
Output only.
|
String |
getProject()
Required.
|
com.google.protobuf.ByteString |
getProjectBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProject()
Required. The name of the Fleet host project where this cluster will be registered. Project names are formatted as `projects/<project-number>`.
string project = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getProjectBytes()
Required. The name of the Fleet host project where this cluster will be registered. Project names are formatted as `projects/<project-number>`.
string project = 1 [(.google.api.field_behavior) = REQUIRED];String getMembership()
Output only. The name of the managed Hub Membership resource associated to this cluster. Membership names are formatted as `projects/<project-number>/locations/global/membership/<cluster-id>`.
string membership = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getMembershipBytes()
Output only. The name of the managed Hub Membership resource associated to this cluster. Membership names are formatted as `projects/<project-number>/locations/global/membership/<cluster-id>`.
string membership = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.