- 1.78.0 (latest)
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.6
- 1.2.1
- 1.1.0
- 1.0.1
- 0.5.4
public static final class ConfigSyncDeploymentState.Builder extends GeneratedMessageV3.Builder<ConfigSyncDeploymentState.Builder> implements ConfigSyncDeploymentStateOrBuilderThe state of ConfigSync's deployment on a cluster
Protobuf type google.cloud.gkehub.configmanagement.v1beta.ConfigSyncDeploymentState
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ConfigSyncDeploymentState.BuilderImplements
ConfigSyncDeploymentStateOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ConfigSyncDeploymentState.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ConfigSyncDeploymentState.Builder |
build()
public ConfigSyncDeploymentState build()| Type | Description |
| ConfigSyncDeploymentState |
buildPartial()
public ConfigSyncDeploymentState buildPartial()| Type | Description |
| ConfigSyncDeploymentState |
clear()
public ConfigSyncDeploymentState.Builder clear()| Type | Description |
| ConfigSyncDeploymentState.Builder |
clearField(Descriptors.FieldDescriptor field)
public ConfigSyncDeploymentState.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ConfigSyncDeploymentState.Builder |
clearGitSync()
public ConfigSyncDeploymentState.Builder clearGitSync()Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState git_sync = 3;
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
clearImporter()
public ConfigSyncDeploymentState.Builder clearImporter()Deployment state of the importer pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState importer = 1;
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
clearMonitor()
public ConfigSyncDeploymentState.Builder clearMonitor()Deployment state of the monitor pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState monitor = 4;
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ConfigSyncDeploymentState.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ConfigSyncDeploymentState.Builder |
clearReconcilerManager()
public ConfigSyncDeploymentState.Builder clearReconcilerManager()Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState reconciler_manager = 5;
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
clearRootReconciler()
public ConfigSyncDeploymentState.Builder clearRootReconciler()Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState root_reconciler = 6;
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
clearSyncer()
public ConfigSyncDeploymentState.Builder clearSyncer()Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState syncer = 2;
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
clone()
public ConfigSyncDeploymentState.Builder clone()| Type | Description |
| ConfigSyncDeploymentState.Builder |
getDefaultInstanceForType()
public ConfigSyncDeploymentState getDefaultInstanceForType()| Type | Description |
| ConfigSyncDeploymentState |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getGitSync()
public DeploymentState getGitSync()Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState git_sync = 3;
| Type | Description |
| DeploymentState | The gitSync. |
getGitSyncValue()
public int getGitSyncValue()Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState git_sync = 3;
| 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.v1beta.DeploymentState importer = 1;
| Type | Description |
| DeploymentState | The importer. |
getImporterValue()
public int getImporterValue()Deployment state of the importer pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState importer = 1;
| 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.v1beta.DeploymentState monitor = 4;
| Type | Description |
| DeploymentState | The monitor. |
getMonitorValue()
public int getMonitorValue()Deployment state of the monitor pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState monitor = 4;
| Type | Description |
| int | The enum numeric value on the wire for monitor. |
getReconcilerManager()
public DeploymentState getReconcilerManager()Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState reconciler_manager = 5;
| Type | Description |
| DeploymentState | The reconcilerManager. |
getReconcilerManagerValue()
public int getReconcilerManagerValue()Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState reconciler_manager = 5;
| 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.v1beta.DeploymentState root_reconciler = 6;
| Type | Description |
| DeploymentState | The rootReconciler. |
getRootReconcilerValue()
public int getRootReconcilerValue()Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState root_reconciler = 6;
| Type | Description |
| int | The enum numeric value on the wire for rootReconciler. |
getSyncer()
public DeploymentState getSyncer()Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState syncer = 2;
| Type | Description |
| DeploymentState | The syncer. |
getSyncerValue()
public int getSyncerValue()Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState syncer = 2;
| Type | Description |
| int | The enum numeric value on the wire for syncer. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ConfigSyncDeploymentState other)
public ConfigSyncDeploymentState.Builder mergeFrom(ConfigSyncDeploymentState other)| Name | Description |
| other | ConfigSyncDeploymentState |
| Type | Description |
| ConfigSyncDeploymentState.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConfigSyncDeploymentState.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ConfigSyncDeploymentState.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ConfigSyncDeploymentState.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ConfigSyncDeploymentState.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConfigSyncDeploymentState.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ConfigSyncDeploymentState.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ConfigSyncDeploymentState.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ConfigSyncDeploymentState.Builder |
setGitSync(DeploymentState value)
public ConfigSyncDeploymentState.Builder setGitSync(DeploymentState value)Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState git_sync = 3;
| Name | Description |
| value | DeploymentStateThe gitSync to set. |
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
setGitSyncValue(int value)
public ConfigSyncDeploymentState.Builder setGitSyncValue(int value)Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState git_sync = 3;
| Name | Description |
| value | intThe enum numeric value on the wire for gitSync to set. |
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
setImporter(DeploymentState value)
public ConfigSyncDeploymentState.Builder setImporter(DeploymentState value)Deployment state of the importer pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState importer = 1;
| Name | Description |
| value | DeploymentStateThe importer to set. |
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
setImporterValue(int value)
public ConfigSyncDeploymentState.Builder setImporterValue(int value)Deployment state of the importer pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState importer = 1;
| Name | Description |
| value | intThe enum numeric value on the wire for importer to set. |
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
setMonitor(DeploymentState value)
public ConfigSyncDeploymentState.Builder setMonitor(DeploymentState value)Deployment state of the monitor pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState monitor = 4;
| Name | Description |
| value | DeploymentStateThe monitor to set. |
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
setMonitorValue(int value)
public ConfigSyncDeploymentState.Builder setMonitorValue(int value)Deployment state of the monitor pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState monitor = 4;
| Name | Description |
| value | intThe enum numeric value on the wire for monitor to set. |
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
setReconcilerManager(DeploymentState value)
public ConfigSyncDeploymentState.Builder setReconcilerManager(DeploymentState value)Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState reconciler_manager = 5;
| Name | Description |
| value | DeploymentStateThe reconcilerManager to set. |
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
setReconcilerManagerValue(int value)
public ConfigSyncDeploymentState.Builder setReconcilerManagerValue(int value)Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState reconciler_manager = 5;
| Name | Description |
| value | intThe enum numeric value on the wire for reconcilerManager to set. |
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConfigSyncDeploymentState.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ConfigSyncDeploymentState.Builder |
setRootReconciler(DeploymentState value)
public ConfigSyncDeploymentState.Builder setRootReconciler(DeploymentState value)Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState root_reconciler = 6;
| Name | Description |
| value | DeploymentStateThe rootReconciler to set. |
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
setRootReconcilerValue(int value)
public ConfigSyncDeploymentState.Builder setRootReconcilerValue(int value)Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState root_reconciler = 6;
| Name | Description |
| value | intThe enum numeric value on the wire for rootReconciler to set. |
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
setSyncer(DeploymentState value)
public ConfigSyncDeploymentState.Builder setSyncer(DeploymentState value)Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState syncer = 2;
| Name | Description |
| value | DeploymentStateThe syncer to set. |
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
setSyncerValue(int value)
public ConfigSyncDeploymentState.Builder setSyncerValue(int value)Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState syncer = 2;
| Name | Description |
| value | intThe enum numeric value on the wire for syncer to set. |
| Type | Description |
| ConfigSyncDeploymentState.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ConfigSyncDeploymentState.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ConfigSyncDeploymentState.Builder |