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
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 ConfigSyncState.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ConfigSyncState build()
buildPartial()
public ConfigSyncState buildPartial()
clear()
public ConfigSyncState.Builder clear()
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;
clearField(Descriptors.FieldDescriptor field)
public ConfigSyncState.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ConfigSyncState.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
clearVersion()
public ConfigSyncState.Builder clearVersion()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
clone()
public ConfigSyncState.Builder clone()
Overrides
getDefaultInstanceForType()
public ConfigSyncState getDefaultInstanceForType()
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;
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;
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;
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Type | Description |
SyncState | The syncState.
|
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;
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;
getVersion()
public ConfigSyncVersion getVersion()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
getVersionBuilder()
public ConfigSyncVersion.Builder getVersionBuilder()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
getVersionOrBuilder()
public ConfigSyncVersionOrBuilder getVersionOrBuilder()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
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()
Overrides
isInitialized()
public final boolean isInitialized()
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;
mergeFrom(ConfigSyncState other)
public ConfigSyncState.Builder mergeFrom(ConfigSyncState other)
public ConfigSyncState.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ConfigSyncState.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
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;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConfigSyncState.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeVersion(ConfigSyncVersion value)
public ConfigSyncState.Builder mergeVersion(ConfigSyncVersion value)
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
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;
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;
setField(Descriptors.FieldDescriptor field, Object value)
public ConfigSyncState.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConfigSyncState.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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;
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;
setUnknownFields(UnknownFieldSet unknownFields)
public final ConfigSyncState.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setVersion(ConfigSyncVersion value)
public ConfigSyncState.Builder setVersion(ConfigSyncVersion value)
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
setVersion(ConfigSyncVersion.Builder builderForValue)
public ConfigSyncState.Builder setVersion(ConfigSyncVersion.Builder builderForValue)
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;