public final class ConfigSyncDeploymentState extends GeneratedMessageV3 implements ConfigSyncDeploymentStateOrBuilder
The state of ConfigSync's deployment on a cluster
Protobuf type google.cloud.gkehub.configmanagement.v1.ConfigSyncDeploymentState
Static Fields
GIT_SYNC_FIELD_NUMBER
public static final int GIT_SYNC_FIELD_NUMBER
Field Value
IMPORTER_FIELD_NUMBER
public static final int IMPORTER_FIELD_NUMBER
Field Value
MONITOR_FIELD_NUMBER
public static final int MONITOR_FIELD_NUMBER
Field Value
RECONCILER_MANAGER_FIELD_NUMBER
public static final int RECONCILER_MANAGER_FIELD_NUMBER
Field Value
ROOT_RECONCILER_FIELD_NUMBER
public static final int ROOT_RECONCILER_FIELD_NUMBER
Field Value
SYNCER_FIELD_NUMBER
public static final int SYNCER_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ConfigSyncDeploymentState getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ConfigSyncDeploymentState.Builder newBuilder()
Returns
newBuilder(ConfigSyncDeploymentState prototype)
public static ConfigSyncDeploymentState.Builder newBuilder(ConfigSyncDeploymentState prototype)
Parameter
Returns
public static ConfigSyncDeploymentState parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ConfigSyncDeploymentState parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ConfigSyncDeploymentState parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConfigSyncDeploymentState parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ConfigSyncDeploymentState parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConfigSyncDeploymentState parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ConfigSyncDeploymentState parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ConfigSyncDeploymentState parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ConfigSyncDeploymentState parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ConfigSyncDeploymentState parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ConfigSyncDeploymentState parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConfigSyncDeploymentState parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ConfigSyncDeploymentState> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ConfigSyncDeploymentState getDefaultInstanceForType()
Returns
getGitSync()
public DeploymentState getGitSync()
Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState git_sync = 3;
Returns
getGitSyncValue()
public int getGitSyncValue()
Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState git_sync = 3;
Returns
Type | Description |
int | The enum numeric value on the wire for gitSync.
|
getImporter()
public DeploymentState getImporter()
Deployment state of the importer pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState importer = 1;
Returns
getImporterValue()
public int getImporterValue()
Deployment state of the importer pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState importer = 1;
Returns
Type | Description |
int | The enum numeric value on the wire for importer.
|
getMonitor()
public DeploymentState getMonitor()
Deployment state of the monitor pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState monitor = 4;
Returns
getMonitorValue()
public int getMonitorValue()
Deployment state of the monitor pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState monitor = 4;
Returns
Type | Description |
int | The enum numeric value on the wire for monitor.
|
getParserForType()
public Parser<ConfigSyncDeploymentState> getParserForType()
Returns
Overrides
getReconcilerManager()
public DeploymentState getReconcilerManager()
Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState reconciler_manager = 5;
Returns
getReconcilerManagerValue()
public int getReconcilerManagerValue()
Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState reconciler_manager = 5;
Returns
Type | Description |
int | The enum numeric value on the wire for reconcilerManager.
|
getRootReconciler()
public DeploymentState getRootReconciler()
Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1.DeploymentState root_reconciler = 6;
Returns
getRootReconcilerValue()
public int getRootReconcilerValue()
Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1.DeploymentState root_reconciler = 6;
Returns
Type | Description |
int | The enum numeric value on the wire for rootReconciler.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSyncer()
public DeploymentState getSyncer()
Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState syncer = 2;
Returns
getSyncerValue()
public int getSyncerValue()
Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1.DeploymentState syncer = 2;
Returns
Type | Description |
int | The enum numeric value on the wire for syncer.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ConfigSyncDeploymentState.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConfigSyncDeploymentState.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ConfigSyncDeploymentState.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions