Class Feature.Builder (0.14.1)

public static final class Feature.Builder extends GeneratedMessageV3.Builder<Feature.Builder> implements FeatureOrBuilder

Feature represents the settings and status of any Hub Feature.

Protobuf type google.events.cloud.gkehub.v1.Feature

Implements

FeatureOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Feature.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Feature.Builder
Overrides

build()

public Feature build()
Returns
TypeDescription
Feature

buildPartial()

public Feature buildPartial()
Returns
TypeDescription
Feature

clear()

public Feature.Builder clear()
Returns
TypeDescription
Feature.Builder
Overrides

clearCreateTime()

public Feature.Builder clearCreateTime()

Output only. When the Feature resource was created.

.google.protobuf.Timestamp create_time = 8;

Returns
TypeDescription
Feature.Builder

clearDeleteTime()

public Feature.Builder clearDeleteTime()

Output only. When the Feature resource was deleted.

.google.protobuf.Timestamp delete_time = 10;

Returns
TypeDescription
Feature.Builder

clearField(Descriptors.FieldDescriptor field)

public Feature.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Feature.Builder
Overrides

clearLabels()

public Feature.Builder clearLabels()
Returns
TypeDescription
Feature.Builder

clearMembershipStates()

public Feature.Builder clearMembershipStates()
Returns
TypeDescription
Feature.Builder

clearName()

public Feature.Builder clearName()

Output only. The full, unique name of this Feature resource in the format projects/*/locations/*/features/*.

string name = 1;

Returns
TypeDescription
Feature.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Feature.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Feature.Builder
Overrides

clearResourceState()

public Feature.Builder clearResourceState()

Output only. State of the Feature resource itself.

.google.events.cloud.gkehub.v1.FeatureResourceState resource_state = 3;

Returns
TypeDescription
Feature.Builder

clearScopeStates()

public Feature.Builder clearScopeStates()
Returns
TypeDescription
Feature.Builder

clearState()

public Feature.Builder clearState()

Output only. The Hub-wide Feature state.

.google.events.cloud.gkehub.v1.CommonFeatureState state = 6;

Returns
TypeDescription
Feature.Builder

clearUpdateTime()

public Feature.Builder clearUpdateTime()

Output only. When the Feature resource was last updated.

.google.protobuf.Timestamp update_time = 9;

Returns
TypeDescription
Feature.Builder

clone()

public Feature.Builder clone()
Returns
TypeDescription
Feature.Builder
Overrides

containsLabels(String key)

public boolean containsLabels(String key)

GCP labels for this Feature.

map<string, string> labels = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

containsMembershipStates(String key)

public boolean containsMembershipStates(String key)

Output only. Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

map<string, .google.events.cloud.gkehub.v1.MembershipFeatureState> membership_states = 7;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

containsScopeStates(String key)

public boolean containsScopeStates(String key)

Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

map<string, .google.events.cloud.gkehub.v1.ScopeFeatureState> scope_states = 13;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getCreateTime()

public Timestamp getCreateTime()

Output only. When the Feature resource was created.

.google.protobuf.Timestamp create_time = 8;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. When the Feature resource was created.

.google.protobuf.Timestamp create_time = 8;

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. When the Feature resource was created.

.google.protobuf.Timestamp create_time = 8;

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public Feature getDefaultInstanceForType()
Returns
TypeDescription
Feature

getDeleteTime()

public Timestamp getDeleteTime()

Output only. When the Feature resource was deleted.

.google.protobuf.Timestamp delete_time = 10;

Returns
TypeDescription
Timestamp

The deleteTime.

getDeleteTimeBuilder()

public Timestamp.Builder getDeleteTimeBuilder()

Output only. When the Feature resource was deleted.

.google.protobuf.Timestamp delete_time = 10;

Returns
TypeDescription
Builder

getDeleteTimeOrBuilder()

public TimestampOrBuilder getDeleteTimeOrBuilder()

Output only. When the Feature resource was deleted.

.google.protobuf.Timestamp delete_time = 10;

Returns
TypeDescription
TimestampOrBuilder

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getLabels()

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public int getLabelsCount()

GCP labels for this Feature.

map<string, string> labels = 2;

Returns
TypeDescription
int

getLabelsMap()

public Map<String,String> getLabelsMap()

GCP labels for this Feature.

map<string, string> labels = 2;

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

GCP labels for this Feature.

map<string, string> labels = 2;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

GCP labels for this Feature.

map<string, string> labels = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getMembershipStates()

public Map<String,MembershipFeatureState> getMembershipStates()
Returns
TypeDescription
Map<String,MembershipFeatureState>

getMembershipStatesCount()

public int getMembershipStatesCount()

Output only. Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

map<string, .google.events.cloud.gkehub.v1.MembershipFeatureState> membership_states = 7;

Returns
TypeDescription
int

getMembershipStatesMap()

public Map<String,MembershipFeatureState> getMembershipStatesMap()

Output only. Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

map<string, .google.events.cloud.gkehub.v1.MembershipFeatureState> membership_states = 7;

Returns
TypeDescription
Map<String,MembershipFeatureState>

getMembershipStatesOrDefault(String key, MembershipFeatureState defaultValue)

public MembershipFeatureState getMembershipStatesOrDefault(String key, MembershipFeatureState defaultValue)

Output only. Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

map<string, .google.events.cloud.gkehub.v1.MembershipFeatureState> membership_states = 7;

Parameters
NameDescription
keyString
defaultValueMembershipFeatureState
Returns
TypeDescription
MembershipFeatureState

getMembershipStatesOrThrow(String key)

public MembershipFeatureState getMembershipStatesOrThrow(String key)

Output only. Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

map<string, .google.events.cloud.gkehub.v1.MembershipFeatureState> membership_states = 7;

Parameter
NameDescription
keyString
Returns
TypeDescription
MembershipFeatureState

getMutableLabels()

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getMutableMembershipStates()

public Map<String,MembershipFeatureState> getMutableMembershipStates()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,MembershipFeatureState>

getMutableScopeStates()

public Map<String,ScopeFeatureState> getMutableScopeStates()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,ScopeFeatureState>

getName()

public String getName()

Output only. The full, unique name of this Feature resource in the format projects/*/locations/*/features/*.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The full, unique name of this Feature resource in the format projects/*/locations/*/features/*.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getResourceState()

public FeatureResourceState getResourceState()

Output only. State of the Feature resource itself.

.google.events.cloud.gkehub.v1.FeatureResourceState resource_state = 3;

Returns
TypeDescription
FeatureResourceState

The resourceState.

getResourceStateBuilder()

public FeatureResourceState.Builder getResourceStateBuilder()

Output only. State of the Feature resource itself.

.google.events.cloud.gkehub.v1.FeatureResourceState resource_state = 3;

Returns
TypeDescription
FeatureResourceState.Builder

getResourceStateOrBuilder()

public FeatureResourceStateOrBuilder getResourceStateOrBuilder()

Output only. State of the Feature resource itself.

.google.events.cloud.gkehub.v1.FeatureResourceState resource_state = 3;

Returns
TypeDescription
FeatureResourceStateOrBuilder

getScopeStates()

public Map<String,ScopeFeatureState> getScopeStates()

Use #getScopeStatesMap() instead.

Returns
TypeDescription
Map<String,ScopeFeatureState>

getScopeStatesCount()

public int getScopeStatesCount()

Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

map<string, .google.events.cloud.gkehub.v1.ScopeFeatureState> scope_states = 13;

Returns
TypeDescription
int

getScopeStatesMap()

public Map<String,ScopeFeatureState> getScopeStatesMap()

Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

map<string, .google.events.cloud.gkehub.v1.ScopeFeatureState> scope_states = 13;

Returns
TypeDescription
Map<String,ScopeFeatureState>

getScopeStatesOrDefault(String key, ScopeFeatureState defaultValue)

public ScopeFeatureState getScopeStatesOrDefault(String key, ScopeFeatureState defaultValue)

Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

map<string, .google.events.cloud.gkehub.v1.ScopeFeatureState> scope_states = 13;

Parameters
NameDescription
keyString
defaultValueScopeFeatureState
Returns
TypeDescription
ScopeFeatureState

getScopeStatesOrThrow(String key)

public ScopeFeatureState getScopeStatesOrThrow(String key)

Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

map<string, .google.events.cloud.gkehub.v1.ScopeFeatureState> scope_states = 13;

Parameter
NameDescription
keyString
Returns
TypeDescription
ScopeFeatureState

getState()

public CommonFeatureState getState()

Output only. The Hub-wide Feature state.

.google.events.cloud.gkehub.v1.CommonFeatureState state = 6;

Returns
TypeDescription
CommonFeatureState

The state.

getStateBuilder()

public CommonFeatureState.Builder getStateBuilder()

Output only. The Hub-wide Feature state.

.google.events.cloud.gkehub.v1.CommonFeatureState state = 6;

Returns
TypeDescription
CommonFeatureState.Builder

getStateOrBuilder()

public CommonFeatureStateOrBuilder getStateOrBuilder()

Output only. The Hub-wide Feature state.

.google.events.cloud.gkehub.v1.CommonFeatureState state = 6;

Returns
TypeDescription
CommonFeatureStateOrBuilder

getUpdateTime()

public Timestamp getUpdateTime()

Output only. When the Feature resource was last updated.

.google.protobuf.Timestamp update_time = 9;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. When the Feature resource was last updated.

.google.protobuf.Timestamp update_time = 9;

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. When the Feature resource was last updated.

.google.protobuf.Timestamp update_time = 9;

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. When the Feature resource was created.

.google.protobuf.Timestamp create_time = 8;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasDeleteTime()

public boolean hasDeleteTime()

Output only. When the Feature resource was deleted.

.google.protobuf.Timestamp delete_time = 10;

Returns
TypeDescription
boolean

Whether the deleteTime field is set.

hasResourceState()

public boolean hasResourceState()

Output only. State of the Feature resource itself.

.google.events.cloud.gkehub.v1.FeatureResourceState resource_state = 3;

Returns
TypeDescription
boolean

Whether the resourceState field is set.

hasState()

public boolean hasState()

Output only. The Hub-wide Feature state.

.google.events.cloud.gkehub.v1.CommonFeatureState state = 6;

Returns
TypeDescription
boolean

Whether the state field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. When the Feature resource was last updated.

.google.protobuf.Timestamp update_time = 9;

Returns
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

internalGetMutableMapField(int number)

protected MapField internalGetMutableMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCreateTime(Timestamp value)

public Feature.Builder mergeCreateTime(Timestamp value)

Output only. When the Feature resource was created.

.google.protobuf.Timestamp create_time = 8;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Feature.Builder

mergeDeleteTime(Timestamp value)

public Feature.Builder mergeDeleteTime(Timestamp value)

Output only. When the Feature resource was deleted.

.google.protobuf.Timestamp delete_time = 10;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Feature.Builder

mergeFrom(Feature other)

public Feature.Builder mergeFrom(Feature other)
Parameter
NameDescription
otherFeature
Returns
TypeDescription
Feature.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Feature.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Feature.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Feature.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Feature.Builder
Overrides

mergeResourceState(FeatureResourceState value)

public Feature.Builder mergeResourceState(FeatureResourceState value)

Output only. State of the Feature resource itself.

.google.events.cloud.gkehub.v1.FeatureResourceState resource_state = 3;

Parameter
NameDescription
valueFeatureResourceState
Returns
TypeDescription
Feature.Builder

mergeState(CommonFeatureState value)

public Feature.Builder mergeState(CommonFeatureState value)

Output only. The Hub-wide Feature state.

.google.events.cloud.gkehub.v1.CommonFeatureState state = 6;

Parameter
NameDescription
valueCommonFeatureState
Returns
TypeDescription
Feature.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Feature.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Feature.Builder
Overrides

mergeUpdateTime(Timestamp value)

public Feature.Builder mergeUpdateTime(Timestamp value)

Output only. When the Feature resource was last updated.

.google.protobuf.Timestamp update_time = 9;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Feature.Builder

putAllLabels(Map<String,String> values)

public Feature.Builder putAllLabels(Map<String,String> values)

GCP labels for this Feature.

map<string, string> labels = 2;

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
Feature.Builder

putAllMembershipStates(Map<String,MembershipFeatureState> values)

public Feature.Builder putAllMembershipStates(Map<String,MembershipFeatureState> values)

Output only. Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

map<string, .google.events.cloud.gkehub.v1.MembershipFeatureState> membership_states = 7;

Parameter
NameDescription
valuesMap<String,MembershipFeatureState>
Returns
TypeDescription
Feature.Builder

putAllScopeStates(Map<String,ScopeFeatureState> values)

public Feature.Builder putAllScopeStates(Map<String,ScopeFeatureState> values)

Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

map<string, .google.events.cloud.gkehub.v1.ScopeFeatureState> scope_states = 13;

Parameter
NameDescription
valuesMap<String,ScopeFeatureState>
Returns
TypeDescription
Feature.Builder

putLabels(String key, String value)

public Feature.Builder putLabels(String key, String value)

GCP labels for this Feature.

map<string, string> labels = 2;

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
Feature.Builder

putMembershipStates(String key, MembershipFeatureState value)

public Feature.Builder putMembershipStates(String key, MembershipFeatureState value)

Output only. Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

map<string, .google.events.cloud.gkehub.v1.MembershipFeatureState> membership_states = 7;

Parameters
NameDescription
keyString
valueMembershipFeatureState
Returns
TypeDescription
Feature.Builder

putScopeStates(String key, ScopeFeatureState value)

public Feature.Builder putScopeStates(String key, ScopeFeatureState value)

Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

map<string, .google.events.cloud.gkehub.v1.ScopeFeatureState> scope_states = 13;

Parameters
NameDescription
keyString
valueScopeFeatureState
Returns
TypeDescription
Feature.Builder

removeLabels(String key)

public Feature.Builder removeLabels(String key)

GCP labels for this Feature.

map<string, string> labels = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
Feature.Builder

removeMembershipStates(String key)

public Feature.Builder removeMembershipStates(String key)

Output only. Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form: projects/{p}/locations/{l}/memberships/{m} Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number.

map<string, .google.events.cloud.gkehub.v1.MembershipFeatureState> membership_states = 7;

Parameter
NameDescription
keyString
Returns
TypeDescription
Feature.Builder

removeScopeStates(String key)

public Feature.Builder removeScopeStates(String key)

Output only. Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form: projects/{p}/locations/global/scopes/{s} Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project.

map<string, .google.events.cloud.gkehub.v1.ScopeFeatureState> scope_states = 13;

Parameter
NameDescription
keyString
Returns
TypeDescription
Feature.Builder

setCreateTime(Timestamp value)

public Feature.Builder setCreateTime(Timestamp value)

Output only. When the Feature resource was created.

.google.protobuf.Timestamp create_time = 8;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Feature.Builder

setCreateTime(Timestamp.Builder builderForValue)

public Feature.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. When the Feature resource was created.

.google.protobuf.Timestamp create_time = 8;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Feature.Builder

setDeleteTime(Timestamp value)

public Feature.Builder setDeleteTime(Timestamp value)

Output only. When the Feature resource was deleted.

.google.protobuf.Timestamp delete_time = 10;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Feature.Builder

setDeleteTime(Timestamp.Builder builderForValue)

public Feature.Builder setDeleteTime(Timestamp.Builder builderForValue)

Output only. When the Feature resource was deleted.

.google.protobuf.Timestamp delete_time = 10;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Feature.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Feature.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Feature.Builder
Overrides

setName(String value)

public Feature.Builder setName(String value)

Output only. The full, unique name of this Feature resource in the format projects/*/locations/*/features/*.

string name = 1;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Feature.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Feature.Builder setNameBytes(ByteString value)

Output only. The full, unique name of this Feature resource in the format projects/*/locations/*/features/*.

string name = 1;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Feature.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Feature.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Feature.Builder
Overrides

setResourceState(FeatureResourceState value)

public Feature.Builder setResourceState(FeatureResourceState value)

Output only. State of the Feature resource itself.

.google.events.cloud.gkehub.v1.FeatureResourceState resource_state = 3;

Parameter
NameDescription
valueFeatureResourceState
Returns
TypeDescription
Feature.Builder

setResourceState(FeatureResourceState.Builder builderForValue)

public Feature.Builder setResourceState(FeatureResourceState.Builder builderForValue)

Output only. State of the Feature resource itself.

.google.events.cloud.gkehub.v1.FeatureResourceState resource_state = 3;

Parameter
NameDescription
builderForValueFeatureResourceState.Builder
Returns
TypeDescription
Feature.Builder

setState(CommonFeatureState value)

public Feature.Builder setState(CommonFeatureState value)

Output only. The Hub-wide Feature state.

.google.events.cloud.gkehub.v1.CommonFeatureState state = 6;

Parameter
NameDescription
valueCommonFeatureState
Returns
TypeDescription
Feature.Builder

setState(CommonFeatureState.Builder builderForValue)

public Feature.Builder setState(CommonFeatureState.Builder builderForValue)

Output only. The Hub-wide Feature state.

.google.events.cloud.gkehub.v1.CommonFeatureState state = 6;

Parameter
NameDescription
builderForValueCommonFeatureState.Builder
Returns
TypeDescription
Feature.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final Feature.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Feature.Builder
Overrides

setUpdateTime(Timestamp value)

public Feature.Builder setUpdateTime(Timestamp value)

Output only. When the Feature resource was last updated.

.google.protobuf.Timestamp update_time = 9;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Feature.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public Feature.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. When the Feature resource was last updated.

.google.protobuf.Timestamp update_time = 9;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Feature.Builder