public static final class ConfigSyncState.Builder extends GeneratedMessageV3.Builder<ConfigSyncState.Builder> implements ConfigSyncStateOrBuilder
State information for ConfigSync
Protobuf type google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncState
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ConfigSyncState.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ConfigSyncState build()
Returns
buildPartial()
public ConfigSyncState buildPartial()
Returns
clear()
public ConfigSyncState.Builder clear()
Returns
Overrides
clearDeploymentState()
public ConfigSyncState.Builder clearDeploymentState()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncDeploymentState deployment_state = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public ConfigSyncState.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ConfigSyncState.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearSyncState()
public ConfigSyncState.Builder clearSyncState()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;
Returns
clearVersion()
public ConfigSyncState.Builder clearVersion()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
Returns
clone()
public ConfigSyncState.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ConfigSyncState getDefaultInstanceForType()
Returns
getDeploymentState()
public ConfigSyncDeploymentState getDeploymentState()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncDeploymentState deployment_state = 2;
Returns
getDeploymentStateBuilder()
public ConfigSyncDeploymentState.Builder getDeploymentStateBuilder()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncDeploymentState deployment_state = 2;
Returns
getDeploymentStateOrBuilder()
public ConfigSyncDeploymentStateOrBuilder getDeploymentStateOrBuilder()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncDeploymentState deployment_state = 2;
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getSyncState()
public SyncState getSyncState()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;
Returns
getSyncStateBuilder()
public SyncState.Builder getSyncStateBuilder()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;
Returns
getSyncStateOrBuilder()
public SyncStateOrBuilder getSyncStateOrBuilder()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;
Returns
getVersion()
public ConfigSyncVersion getVersion()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
Returns
getVersionBuilder()
public ConfigSyncVersion.Builder getVersionBuilder()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
Returns
getVersionOrBuilder()
public ConfigSyncVersionOrBuilder getVersionOrBuilder()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
Returns
hasDeploymentState()
public boolean hasDeploymentState()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncDeploymentState deployment_state = 2;
Returns
Type | Description |
boolean | Whether the deploymentState field is set.
|
hasSyncState()
public boolean hasSyncState()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;
Returns
Type | Description |
boolean | Whether the syncState field is set.
|
hasVersion()
public boolean hasVersion()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
Returns
Type | Description |
boolean | Whether the version field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeDeploymentState(ConfigSyncDeploymentState value)
public ConfigSyncState.Builder mergeDeploymentState(ConfigSyncDeploymentState value)
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncDeploymentState deployment_state = 2;
Parameter
Returns
mergeFrom(ConfigSyncState other)
public ConfigSyncState.Builder mergeFrom(ConfigSyncState other)
Parameter
Returns
public ConfigSyncState.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ConfigSyncState.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeSyncState(SyncState value)
public ConfigSyncState.Builder mergeSyncState(SyncState value)
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConfigSyncState.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
mergeVersion(ConfigSyncVersion value)
public ConfigSyncState.Builder mergeVersion(ConfigSyncVersion value)
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
Parameter
Returns
setDeploymentState(ConfigSyncDeploymentState value)
public ConfigSyncState.Builder setDeploymentState(ConfigSyncDeploymentState value)
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncDeploymentState deployment_state = 2;
Parameter
Returns
setDeploymentState(ConfigSyncDeploymentState.Builder builderForValue)
public ConfigSyncState.Builder setDeploymentState(ConfigSyncDeploymentState.Builder builderForValue)
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncDeploymentState deployment_state = 2;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ConfigSyncState.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConfigSyncState.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setSyncState(SyncState value)
public ConfigSyncState.Builder setSyncState(SyncState value)
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;
Parameter
Returns
setSyncState(SyncState.Builder builderForValue)
public ConfigSyncState.Builder setSyncState(SyncState.Builder builderForValue)
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;
Parameter
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final ConfigSyncState.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setVersion(ConfigSyncVersion value)
public ConfigSyncState.Builder setVersion(ConfigSyncVersion value)
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
Parameter
Returns
setVersion(ConfigSyncVersion.Builder builderForValue)
public ConfigSyncState.Builder setVersion(ConfigSyncVersion.Builder builderForValue)
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
Parameter
Returns