Package com.google.cloud.gkehub.v1
Class MembershipFeatureState
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.gkehub.v1.MembershipFeatureState
-
- All Implemented Interfaces:
MembershipFeatureStateOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class MembershipFeatureState extends com.google.protobuf.GeneratedMessageV3 implements MembershipFeatureStateOrBuilder
MembershipFeatureState contains Feature status information for a single Membership.
Protobuf typegoogle.cloud.gkehub.v1.MembershipFeatureState
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MembershipFeatureState.Builder
MembershipFeatureState contains Feature status information for a single Membership.static class
MembershipFeatureState.FeatureStateCase
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONFIGMANAGEMENT_FIELD_NUMBER
static int
STATE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
MembershipState
getConfigmanagement()
Config Management-specific state.MembershipStateOrBuilder
getConfigmanagementOrBuilder()
Config Management-specific state.static MembershipFeatureState
getDefaultInstance()
MembershipFeatureState
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
MembershipFeatureState.FeatureStateCase
getFeatureStateCase()
com.google.protobuf.Parser<MembershipFeatureState>
getParserForType()
int
getSerializedSize()
FeatureState
getState()
The high-level state of this Feature for a single membership.FeatureStateOrBuilder
getStateOrBuilder()
The high-level state of this Feature for a single membership.boolean
hasConfigmanagement()
Config Management-specific state.int
hashCode()
boolean
hasState()
The high-level state of this Feature for a single membership.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static MembershipFeatureState.Builder
newBuilder()
static MembershipFeatureState.Builder
newBuilder(MembershipFeatureState prototype)
MembershipFeatureState.Builder
newBuilderForType()
protected MembershipFeatureState.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static MembershipFeatureState
parseDelimitedFrom(InputStream input)
static MembershipFeatureState
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MembershipFeatureState
parseFrom(byte[] data)
static MembershipFeatureState
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MembershipFeatureState
parseFrom(com.google.protobuf.ByteString data)
static MembershipFeatureState
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MembershipFeatureState
parseFrom(com.google.protobuf.CodedInputStream input)
static MembershipFeatureState
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MembershipFeatureState
parseFrom(InputStream input)
static MembershipFeatureState
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MembershipFeatureState
parseFrom(ByteBuffer data)
static MembershipFeatureState
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<MembershipFeatureState>
parser()
MembershipFeatureState.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
CONFIGMANAGEMENT_FIELD_NUMBER
public static final int CONFIGMANAGEMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getFeatureStateCase
public MembershipFeatureState.FeatureStateCase getFeatureStateCase()
- Specified by:
getFeatureStateCase
in interfaceMembershipFeatureStateOrBuilder
-
hasConfigmanagement
public boolean hasConfigmanagement()
Config Management-specific state.
.google.cloud.gkehub.configmanagement.v1.MembershipState configmanagement = 106;
- Specified by:
hasConfigmanagement
in interfaceMembershipFeatureStateOrBuilder
- Returns:
- Whether the configmanagement field is set.
-
getConfigmanagement
public MembershipState getConfigmanagement()
Config Management-specific state.
.google.cloud.gkehub.configmanagement.v1.MembershipState configmanagement = 106;
- Specified by:
getConfigmanagement
in interfaceMembershipFeatureStateOrBuilder
- Returns:
- The configmanagement.
-
getConfigmanagementOrBuilder
public MembershipStateOrBuilder getConfigmanagementOrBuilder()
Config Management-specific state.
.google.cloud.gkehub.configmanagement.v1.MembershipState configmanagement = 106;
- Specified by:
getConfigmanagementOrBuilder
in interfaceMembershipFeatureStateOrBuilder
-
hasState
public boolean hasState()
The high-level state of this Feature for a single membership.
.google.cloud.gkehub.v1.FeatureState state = 1;
- Specified by:
hasState
in interfaceMembershipFeatureStateOrBuilder
- Returns:
- Whether the state field is set.
-
getState
public FeatureState getState()
The high-level state of this Feature for a single membership.
.google.cloud.gkehub.v1.FeatureState state = 1;
- Specified by:
getState
in interfaceMembershipFeatureStateOrBuilder
- Returns:
- The state.
-
getStateOrBuilder
public FeatureStateOrBuilder getStateOrBuilder()
The high-level state of this Feature for a single membership.
.google.cloud.gkehub.v1.FeatureState state = 1;
- Specified by:
getStateOrBuilder
in interfaceMembershipFeatureStateOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static MembershipFeatureState parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MembershipFeatureState parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MembershipFeatureState parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MembershipFeatureState parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MembershipFeatureState parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MembershipFeatureState parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MembershipFeatureState parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static MembershipFeatureState parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static MembershipFeatureState parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static MembershipFeatureState parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static MembershipFeatureState parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static MembershipFeatureState parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public MembershipFeatureState.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static MembershipFeatureState.Builder newBuilder()
-
newBuilder
public static MembershipFeatureState.Builder newBuilder(MembershipFeatureState prototype)
-
toBuilder
public MembershipFeatureState.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected MembershipFeatureState.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static MembershipFeatureState getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<MembershipFeatureState> parser()
-
getParserForType
public com.google.protobuf.Parser<MembershipFeatureState> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public MembershipFeatureState getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-