- 0.73.0 (latest)
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.67.0
- 0.65.0
- 0.64.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class Fleet.Builder extends GeneratedMessageV3.Builder<Fleet.Builder> implements FleetOrBuilderFleet related configuration.
Fleets are a Google Cloud concept for logically organizing clusters, letting you use and manage multi-cluster capabilities and apply consistent policies across your systems.
 Protobuf type google.cloud.edgecontainer.v1.Fleet
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Fleet.BuilderImplements
FleetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Fleet.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | |
build()
public Fleet build()| Returns | |
|---|---|
| Type | Description | 
| Fleet | |
buildPartial()
public Fleet buildPartial()| Returns | |
|---|---|
| Type | Description | 
| Fleet | |
clear()
public Fleet.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | |
clearField(Descriptors.FieldDescriptor field)
public Fleet.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | |
clearMembership()
public Fleet.Builder clearMembership()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];
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public Fleet.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | |
clearProject()
public Fleet.Builder clearProject()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];
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | This builder for chaining. | 
clone()
public Fleet.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | |
getDefaultInstanceForType()
public Fleet getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| Fleet | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getMembership()
public 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];
| Returns | |
|---|---|
| Type | Description | 
| String | The membership. | 
getMembershipBytes()
public 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];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for membership. | 
getProject()
public String 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];
| Returns | |
|---|---|
| Type | Description | 
| String | The project. | 
getProjectBytes()
public 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];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for project. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(Fleet other)
public Fleet.Builder mergeFrom(Fleet other)| Parameter | |
|---|---|
| Name | Description | 
| other | Fleet | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Fleet.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public Fleet.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Fleet.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public Fleet.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | |
setMembership(String value)
public Fleet.Builder setMembership(String value)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];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe membership to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | This builder for chaining. | 
setMembershipBytes(ByteString value)
public Fleet.Builder setMembershipBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for membership to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | This builder for chaining. | 
setProject(String value)
public Fleet.Builder setProject(String value)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];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe project to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | This builder for chaining. | 
setProjectBytes(ByteString value)
public Fleet.Builder setProjectBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for project to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Fleet.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final Fleet.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Fleet.Builder | |