public static final class ScopeFeatureState.Builder extends GeneratedMessageV3.Builder<ScopeFeatureState.Builder> implements ScopeFeatureStateOrBuilder
ScopeFeatureState contains Scope-wide Feature status information.
Protobuf type google.events.cloud.gkehub.v1.ScopeFeatureState
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ScopeFeatureState.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ScopeFeatureState build()
buildPartial()
public ScopeFeatureState buildPartial()
clear()
public ScopeFeatureState.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ScopeFeatureState.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ScopeFeatureState.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearState()
public ScopeFeatureState.Builder clearState()
Output only. The "running state" of the Feature in this Scope.
.google.events.cloud.gkehub.v1.FeatureState state = 1;
clone()
public ScopeFeatureState.Builder clone()
Overrides
getDefaultInstanceForType()
public ScopeFeatureState getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getState()
public FeatureState getState()
Output only. The "running state" of the Feature in this Scope.
.google.events.cloud.gkehub.v1.FeatureState state = 1;
getStateBuilder()
public FeatureState.Builder getStateBuilder()
Output only. The "running state" of the Feature in this Scope.
.google.events.cloud.gkehub.v1.FeatureState state = 1;
getStateOrBuilder()
public FeatureStateOrBuilder getStateOrBuilder()
Output only. The "running state" of the Feature in this Scope.
.google.events.cloud.gkehub.v1.FeatureState state = 1;
hasState()
public boolean hasState()
Output only. The "running state" of the Feature in this Scope.
.google.events.cloud.gkehub.v1.FeatureState state = 1;
Returns |
Type |
Description |
boolean |
Whether the state field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ScopeFeatureState other)
public ScopeFeatureState.Builder mergeFrom(ScopeFeatureState other)
public ScopeFeatureState.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ScopeFeatureState.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeState(FeatureState value)
public ScopeFeatureState.Builder mergeState(FeatureState value)
Output only. The "running state" of the Feature in this Scope.
.google.events.cloud.gkehub.v1.FeatureState state = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ScopeFeatureState.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ScopeFeatureState.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ScopeFeatureState.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setState(FeatureState value)
public ScopeFeatureState.Builder setState(FeatureState value)
Output only. The "running state" of the Feature in this Scope.
.google.events.cloud.gkehub.v1.FeatureState state = 1;
setState(FeatureState.Builder builderForValue)
public ScopeFeatureState.Builder setState(FeatureState.Builder builderForValue)
Output only. The "running state" of the Feature in this Scope.
.google.events.cloud.gkehub.v1.FeatureState state = 1;
setUnknownFields(UnknownFieldSet unknownFields)
public final ScopeFeatureState.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides