Interface MembershipStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MembershipState
,MembershipState.Builder
public interface MembershipStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClusterName()
The user-defined name for the cluster used by ClusterSelectors to group clusters together.com.google.protobuf.ByteString
getClusterNameBytes()
The user-defined name for the cluster used by ClusterSelectors to group clusters together.ConfigSyncState
getConfigSyncState()
Current sync statusConfigSyncStateOrBuilder
getConfigSyncStateOrBuilder()
Current sync statusHierarchyControllerState
getHierarchyControllerState()
Hierarchy Controller statusHierarchyControllerStateOrBuilder
getHierarchyControllerStateOrBuilder()
Hierarchy Controller statusMembershipSpec
getMembershipSpec()
Membership configuration in the cluster.MembershipSpecOrBuilder
getMembershipSpecOrBuilder()
Membership configuration in the cluster.OperatorState
getOperatorState()
Current install status of ACM's OperatorOperatorStateOrBuilder
getOperatorStateOrBuilder()
Current install status of ACM's OperatorPolicyControllerState
getPolicyControllerState()
PolicyController statusPolicyControllerStateOrBuilder
getPolicyControllerStateOrBuilder()
PolicyController statusboolean
hasConfigSyncState()
Current sync statusboolean
hasHierarchyControllerState()
Hierarchy Controller statusboolean
hasMembershipSpec()
Membership configuration in the cluster.boolean
hasOperatorState()
Current install status of ACM's Operatorboolean
hasPolicyControllerState()
PolicyController status-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClusterName
String getClusterName()
The user-defined name for the cluster used by ClusterSelectors to group clusters together. This should match Membership's membership_name, unless the user installed ACM on the cluster manually prior to enabling the ACM hub feature. Unique within a Anthos Config Management installation.
string cluster_name = 1;
- Returns:
- The clusterName.
-
getClusterNameBytes
com.google.protobuf.ByteString getClusterNameBytes()
The user-defined name for the cluster used by ClusterSelectors to group clusters together. This should match Membership's membership_name, unless the user installed ACM on the cluster manually prior to enabling the ACM hub feature. Unique within a Anthos Config Management installation.
string cluster_name = 1;
- Returns:
- The bytes for clusterName.
-
hasMembershipSpec
boolean hasMembershipSpec()
Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state
.google.cloud.gkehub.configmanagement.v1.MembershipSpec membership_spec = 2;
- Returns:
- Whether the membershipSpec field is set.
-
getMembershipSpec
MembershipSpec getMembershipSpec()
Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state
.google.cloud.gkehub.configmanagement.v1.MembershipSpec membership_spec = 2;
- Returns:
- The membershipSpec.
-
getMembershipSpecOrBuilder
MembershipSpecOrBuilder getMembershipSpecOrBuilder()
Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state
.google.cloud.gkehub.configmanagement.v1.MembershipSpec membership_spec = 2;
-
hasOperatorState
boolean hasOperatorState()
Current install status of ACM's Operator
.google.cloud.gkehub.configmanagement.v1.OperatorState operator_state = 3;
- Returns:
- Whether the operatorState field is set.
-
getOperatorState
OperatorState getOperatorState()
Current install status of ACM's Operator
.google.cloud.gkehub.configmanagement.v1.OperatorState operator_state = 3;
- Returns:
- The operatorState.
-
getOperatorStateOrBuilder
OperatorStateOrBuilder getOperatorStateOrBuilder()
Current install status of ACM's Operator
.google.cloud.gkehub.configmanagement.v1.OperatorState operator_state = 3;
-
hasConfigSyncState
boolean hasConfigSyncState()
Current sync status
.google.cloud.gkehub.configmanagement.v1.ConfigSyncState config_sync_state = 4;
- Returns:
- Whether the configSyncState field is set.
-
getConfigSyncState
ConfigSyncState getConfigSyncState()
Current sync status
.google.cloud.gkehub.configmanagement.v1.ConfigSyncState config_sync_state = 4;
- Returns:
- The configSyncState.
-
getConfigSyncStateOrBuilder
ConfigSyncStateOrBuilder getConfigSyncStateOrBuilder()
Current sync status
.google.cloud.gkehub.configmanagement.v1.ConfigSyncState config_sync_state = 4;
-
hasPolicyControllerState
boolean hasPolicyControllerState()
PolicyController status
.google.cloud.gkehub.configmanagement.v1.PolicyControllerState policy_controller_state = 5;
- Returns:
- Whether the policyControllerState field is set.
-
getPolicyControllerState
PolicyControllerState getPolicyControllerState()
PolicyController status
.google.cloud.gkehub.configmanagement.v1.PolicyControllerState policy_controller_state = 5;
- Returns:
- The policyControllerState.
-
getPolicyControllerStateOrBuilder
PolicyControllerStateOrBuilder getPolicyControllerStateOrBuilder()
PolicyController status
.google.cloud.gkehub.configmanagement.v1.PolicyControllerState policy_controller_state = 5;
-
hasHierarchyControllerState
boolean hasHierarchyControllerState()
Hierarchy Controller status
.google.cloud.gkehub.configmanagement.v1.HierarchyControllerState hierarchy_controller_state = 7;
- Returns:
- Whether the hierarchyControllerState field is set.
-
getHierarchyControllerState
HierarchyControllerState getHierarchyControllerState()
Hierarchy Controller status
.google.cloud.gkehub.configmanagement.v1.HierarchyControllerState hierarchy_controller_state = 7;
- Returns:
- The hierarchyControllerState.
-
getHierarchyControllerStateOrBuilder
HierarchyControllerStateOrBuilder getHierarchyControllerStateOrBuilder()
Hierarchy Controller status
.google.cloud.gkehub.configmanagement.v1.HierarchyControllerState hierarchy_controller_state = 7;
-
-