public static final class MembershipState.Builder extends GeneratedMessageV3.Builder<MembershipState.Builder> implements MembershipStateOrBuilder
Policy Controller: State for a single cluster.
Protobuf type google.cloud.gkehub.policycontroller.v1beta.MembershipState
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 MembershipState.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public MembershipState build()
buildPartial()
public MembershipState buildPartial()
clear()
public MembershipState.Builder clear()
Overrides
clearComponentStates()
public MembershipState.Builder clearComponentStates()
clearField(Descriptors.FieldDescriptor field)
public MembershipState.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public MembershipState.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPolicyContentState()
public MembershipState.Builder clearPolicyContentState()
The overall content state observed by the Hub Feature controller.
.google.cloud.gkehub.policycontroller.v1beta.PolicyContentState policy_content_state = 6;
clearState()
public MembershipState.Builder clearState()
The overall Policy Controller lifecycle state observed by the Hub Feature
controller.
.google.cloud.gkehub.policycontroller.v1beta.MembershipState.LifecycleState state = 4;
clone()
public MembershipState.Builder clone()
Overrides
containsComponentStates(String key)
public boolean containsComponentStates(String key)
Currently these include (also serving as map keys):
- "admission"
- "audit"
- "mutation"
map<string, .google.cloud.gkehub.policycontroller.v1beta.OnClusterState> component_states = 3;
Parameter |
Name |
Description |
key |
String
|
getComponentStates() (deprecated)
public Map<String,OnClusterState> getComponentStates()
getComponentStatesCount()
public int getComponentStatesCount()
Currently these include (also serving as map keys):
- "admission"
- "audit"
- "mutation"
map<string, .google.cloud.gkehub.policycontroller.v1beta.OnClusterState> component_states = 3;
Returns |
Type |
Description |
int |
|
getComponentStatesMap()
public Map<String,OnClusterState> getComponentStatesMap()
Currently these include (also serving as map keys):
- "admission"
- "audit"
- "mutation"
map<string, .google.cloud.gkehub.policycontroller.v1beta.OnClusterState> component_states = 3;
getComponentStatesOrDefault(String key, OnClusterState defaultValue)
public OnClusterState getComponentStatesOrDefault(String key, OnClusterState defaultValue)
Currently these include (also serving as map keys):
- "admission"
- "audit"
- "mutation"
map<string, .google.cloud.gkehub.policycontroller.v1beta.OnClusterState> component_states = 3;
getComponentStatesOrThrow(String key)
public OnClusterState getComponentStatesOrThrow(String key)
Currently these include (also serving as map keys):
- "admission"
- "audit"
- "mutation"
map<string, .google.cloud.gkehub.policycontroller.v1beta.OnClusterState> component_states = 3;
Parameter |
Name |
Description |
key |
String
|
getDefaultInstanceForType()
public MembershipState getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getMutableComponentStates() (deprecated)
public Map<String,OnClusterState> getMutableComponentStates()
Use alternate mutation accessors instead.
getPolicyContentState()
public PolicyContentState getPolicyContentState()
The overall content state observed by the Hub Feature controller.
.google.cloud.gkehub.policycontroller.v1beta.PolicyContentState policy_content_state = 6;
getPolicyContentStateBuilder()
public PolicyContentState.Builder getPolicyContentStateBuilder()
The overall content state observed by the Hub Feature controller.
.google.cloud.gkehub.policycontroller.v1beta.PolicyContentState policy_content_state = 6;
getPolicyContentStateOrBuilder()
public PolicyContentStateOrBuilder getPolicyContentStateOrBuilder()
The overall content state observed by the Hub Feature controller.
.google.cloud.gkehub.policycontroller.v1beta.PolicyContentState policy_content_state = 6;
getState()
public MembershipState.LifecycleState getState()
The overall Policy Controller lifecycle state observed by the Hub Feature
controller.
.google.cloud.gkehub.policycontroller.v1beta.MembershipState.LifecycleState state = 4;
getStateValue()
public int getStateValue()
The overall Policy Controller lifecycle state observed by the Hub Feature
controller.
.google.cloud.gkehub.policycontroller.v1beta.MembershipState.LifecycleState state = 4;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for state.
|
hasPolicyContentState()
public boolean hasPolicyContentState()
The overall content state observed by the Hub Feature controller.
.google.cloud.gkehub.policycontroller.v1beta.PolicyContentState policy_content_state = 6;
Returns |
Type |
Description |
boolean |
Whether the policyContentState field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(MembershipState other)
public MembershipState.Builder mergeFrom(MembershipState other)
public MembershipState.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public MembershipState.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergePolicyContentState(PolicyContentState value)
public MembershipState.Builder mergePolicyContentState(PolicyContentState value)
The overall content state observed by the Hub Feature controller.
.google.cloud.gkehub.policycontroller.v1beta.PolicyContentState policy_content_state = 6;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MembershipState.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
putAllComponentStates(Map<String,OnClusterState> values)
public MembershipState.Builder putAllComponentStates(Map<String,OnClusterState> values)
Currently these include (also serving as map keys):
- "admission"
- "audit"
- "mutation"
map<string, .google.cloud.gkehub.policycontroller.v1beta.OnClusterState> component_states = 3;
putComponentStates(String key, OnClusterState value)
public MembershipState.Builder putComponentStates(String key, OnClusterState value)
Currently these include (also serving as map keys):
- "admission"
- "audit"
- "mutation"
map<string, .google.cloud.gkehub.policycontroller.v1beta.OnClusterState> component_states = 3;
putComponentStatesBuilderIfAbsent(String key)
public OnClusterState.Builder putComponentStatesBuilderIfAbsent(String key)
Currently these include (also serving as map keys):
- "admission"
- "audit"
- "mutation"
map<string, .google.cloud.gkehub.policycontroller.v1beta.OnClusterState> component_states = 3;
Parameter |
Name |
Description |
key |
String
|
removeComponentStates(String key)
public MembershipState.Builder removeComponentStates(String key)
Currently these include (also serving as map keys):
- "admission"
- "audit"
- "mutation"
map<string, .google.cloud.gkehub.policycontroller.v1beta.OnClusterState> component_states = 3;
Parameter |
Name |
Description |
key |
String
|
setField(Descriptors.FieldDescriptor field, Object value)
public MembershipState.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPolicyContentState(PolicyContentState value)
public MembershipState.Builder setPolicyContentState(PolicyContentState value)
The overall content state observed by the Hub Feature controller.
.google.cloud.gkehub.policycontroller.v1beta.PolicyContentState policy_content_state = 6;
setPolicyContentState(PolicyContentState.Builder builderForValue)
public MembershipState.Builder setPolicyContentState(PolicyContentState.Builder builderForValue)
The overall content state observed by the Hub Feature controller.
.google.cloud.gkehub.policycontroller.v1beta.PolicyContentState policy_content_state = 6;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MembershipState.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setState(MembershipState.LifecycleState value)
public MembershipState.Builder setState(MembershipState.LifecycleState value)
The overall Policy Controller lifecycle state observed by the Hub Feature
controller.
.google.cloud.gkehub.policycontroller.v1beta.MembershipState.LifecycleState state = 4;
setStateValue(int value)
public MembershipState.Builder setStateValue(int value)
The overall Policy Controller lifecycle state observed by the Hub Feature
controller.
.google.cloud.gkehub.policycontroller.v1beta.MembershipState.LifecycleState state = 4;
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for state to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final MembershipState.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides