public static final class FeatureState.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder> implements FeatureStateOrBuilder
FeatureState describes the high-level state of a Feature. It may be used to describe a Feature's state at the environ-level, or per-membershop, depending on the context.Protobuf type
google.cloud.gkehub.v1alpha.FeatureState| Modifier and Type | Method and Description |
|---|---|
FeatureState.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FeatureState |
build() |
FeatureState |
buildPartial() |
FeatureState.Builder |
clear() |
FeatureState.Builder |
clearCode()
The high-level, machine-readable status of this Feature.
|
FeatureState.Builder |
clearDescription()
A human-readable description of the current status.
|
FeatureState.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FeatureState.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FeatureState.Builder |
clearUpdateTime()
The time this status and any related Feature-specific details were updated.
|
FeatureState.Builder |
clone() |
FeatureState.Code |
getCode()
The high-level, machine-readable status of this Feature.
|
int |
getCodeValue()
The high-level, machine-readable status of this Feature.
|
FeatureState |
getDefaultInstanceForType() |
String |
getDescription()
A human-readable description of the current status.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A human-readable description of the current status.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Timestamp |
getUpdateTime()
The time this status and any related Feature-specific details were updated.
|
com.google.protobuf.Timestamp.Builder |
getUpdateTimeBuilder()
The time this status and any related Feature-specific details were updated.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The time this status and any related Feature-specific details were updated.
|
boolean |
hasUpdateTime()
The time this status and any related Feature-specific details were updated.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FeatureState.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FeatureState.Builder |
mergeFrom(FeatureState other) |
FeatureState.Builder |
mergeFrom(com.google.protobuf.Message other) |
FeatureState.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FeatureState.Builder |
mergeUpdateTime(com.google.protobuf.Timestamp value)
The time this status and any related Feature-specific details were updated.
|
FeatureState.Builder |
setCode(FeatureState.Code value)
The high-level, machine-readable status of this Feature.
|
FeatureState.Builder |
setCodeValue(int value)
The high-level, machine-readable status of this Feature.
|
FeatureState.Builder |
setDescription(String value)
A human-readable description of the current status.
|
FeatureState.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
A human-readable description of the current status.
|
FeatureState.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FeatureState.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FeatureState.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FeatureState.Builder |
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time this status and any related Feature-specific details were updated.
|
FeatureState.Builder |
setUpdateTime(com.google.protobuf.Timestamp value)
The time this status and any related Feature-specific details were updated.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder>public FeatureState.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder>public FeatureState getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FeatureState build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FeatureState buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FeatureState.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder>public FeatureState.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder>public FeatureState.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder>public FeatureState.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder>public FeatureState.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder>public FeatureState.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder>public FeatureState.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureState.Builder>public FeatureState.Builder mergeFrom(FeatureState other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder>public FeatureState.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureState.Builder>IOExceptionpublic int getCodeValue()
The high-level, machine-readable status of this Feature.
.google.cloud.gkehub.v1alpha.FeatureState.Code code = 1;getCodeValue in interface FeatureStateOrBuilderpublic FeatureState.Builder setCodeValue(int value)
The high-level, machine-readable status of this Feature.
.google.cloud.gkehub.v1alpha.FeatureState.Code code = 1;value - The enum numeric value on the wire for code to set.public FeatureState.Code getCode()
The high-level, machine-readable status of this Feature.
.google.cloud.gkehub.v1alpha.FeatureState.Code code = 1;getCode in interface FeatureStateOrBuilderpublic FeatureState.Builder setCode(FeatureState.Code value)
The high-level, machine-readable status of this Feature.
.google.cloud.gkehub.v1alpha.FeatureState.Code code = 1;value - The code to set.public FeatureState.Builder clearCode()
The high-level, machine-readable status of this Feature.
.google.cloud.gkehub.v1alpha.FeatureState.Code code = 1;public String getDescription()
A human-readable description of the current status.
string description = 2;getDescription in interface FeatureStateOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
A human-readable description of the current status.
string description = 2;getDescriptionBytes in interface FeatureStateOrBuilderpublic FeatureState.Builder setDescription(String value)
A human-readable description of the current status.
string description = 2;value - The description to set.public FeatureState.Builder clearDescription()
A human-readable description of the current status.
string description = 2;public FeatureState.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
A human-readable description of the current status.
string description = 2;value - The bytes for description to set.public boolean hasUpdateTime()
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;hasUpdateTime in interface FeatureStateOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;getUpdateTime in interface FeatureStateOrBuilderpublic FeatureState.Builder setUpdateTime(com.google.protobuf.Timestamp value)
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;public FeatureState.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;public FeatureState.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;public FeatureState.Builder clearUpdateTime()
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The time this status and any related Feature-specific details were updated.
.google.protobuf.Timestamp update_time = 3;getUpdateTimeOrBuilder in interface FeatureStateOrBuilderpublic final FeatureState.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder>public final FeatureState.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FeatureState.Builder>Copyright © 2024 Google LLC. All rights reserved.