public static final class ConfigSyncState.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder> implements ConfigSyncStateOrBuilder
State information for ConfigSyncProtobuf type
google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncState| Modifier and Type | Method and Description |
|---|---|
ConfigSyncState.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ConfigSyncState |
build() |
ConfigSyncState |
buildPartial() |
ConfigSyncState.Builder |
clear() |
ConfigSyncState.Builder |
clearDeploymentState()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
|
ConfigSyncState.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ConfigSyncState.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ConfigSyncState.Builder |
clearSyncState()
The state of ConfigSync's process to sync configs to a cluster
|
ConfigSyncState.Builder |
clearVersion()
The version of ConfigSync deployed
|
ConfigSyncState.Builder |
clone() |
ConfigSyncState |
getDefaultInstanceForType() |
ConfigSyncDeploymentState |
getDeploymentState()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
|
ConfigSyncDeploymentState.Builder |
getDeploymentStateBuilder()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
|
ConfigSyncDeploymentStateOrBuilder |
getDeploymentStateOrBuilder()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
SyncState |
getSyncState()
The state of ConfigSync's process to sync configs to a cluster
|
SyncState.Builder |
getSyncStateBuilder()
The state of ConfigSync's process to sync configs to a cluster
|
SyncStateOrBuilder |
getSyncStateOrBuilder()
The state of ConfigSync's process to sync configs to a cluster
|
ConfigSyncVersion |
getVersion()
The version of ConfigSync deployed
|
ConfigSyncVersion.Builder |
getVersionBuilder()
The version of ConfigSync deployed
|
ConfigSyncVersionOrBuilder |
getVersionOrBuilder()
The version of ConfigSync deployed
|
boolean |
hasDeploymentState()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
|
boolean |
hasSyncState()
The state of ConfigSync's process to sync configs to a cluster
|
boolean |
hasVersion()
The version of ConfigSync deployed
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ConfigSyncState.Builder |
mergeDeploymentState(ConfigSyncDeploymentState value)
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
|
ConfigSyncState.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ConfigSyncState.Builder |
mergeFrom(ConfigSyncState other) |
ConfigSyncState.Builder |
mergeFrom(com.google.protobuf.Message other) |
ConfigSyncState.Builder |
mergeSyncState(SyncState value)
The state of ConfigSync's process to sync configs to a cluster
|
ConfigSyncState.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ConfigSyncState.Builder |
mergeVersion(ConfigSyncVersion value)
The version of ConfigSync deployed
|
ConfigSyncState.Builder |
setDeploymentState(ConfigSyncDeploymentState.Builder builderForValue)
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
|
ConfigSyncState.Builder |
setDeploymentState(ConfigSyncDeploymentState value)
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
|
ConfigSyncState.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ConfigSyncState.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ConfigSyncState.Builder |
setSyncState(SyncState.Builder builderForValue)
The state of ConfigSync's process to sync configs to a cluster
|
ConfigSyncState.Builder |
setSyncState(SyncState value)
The state of ConfigSync's process to sync configs to a cluster
|
ConfigSyncState.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ConfigSyncState.Builder |
setVersion(ConfigSyncVersion.Builder builderForValue)
The version of ConfigSync deployed
|
ConfigSyncState.Builder |
setVersion(ConfigSyncVersion value)
The version of ConfigSync deployed
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder>public ConfigSyncState.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder>public ConfigSyncState getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ConfigSyncState build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ConfigSyncState buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ConfigSyncState.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder>public ConfigSyncState.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder>public ConfigSyncState.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder>public ConfigSyncState.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder>public ConfigSyncState.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder>public ConfigSyncState.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder>public ConfigSyncState.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConfigSyncState.Builder>public ConfigSyncState.Builder mergeFrom(ConfigSyncState other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder>public ConfigSyncState.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConfigSyncState.Builder>IOExceptionpublic boolean hasVersion()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;hasVersion in interface ConfigSyncStateOrBuilderpublic ConfigSyncVersion getVersion()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;getVersion in interface ConfigSyncStateOrBuilderpublic ConfigSyncState.Builder setVersion(ConfigSyncVersion value)
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;public ConfigSyncState.Builder setVersion(ConfigSyncVersion.Builder builderForValue)
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;public ConfigSyncState.Builder mergeVersion(ConfigSyncVersion value)
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;public ConfigSyncState.Builder clearVersion()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;public ConfigSyncVersion.Builder getVersionBuilder()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;public ConfigSyncVersionOrBuilder getVersionOrBuilder()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;getVersionOrBuilder in interface ConfigSyncStateOrBuilderpublic 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;
hasDeploymentState in interface ConfigSyncStateOrBuilderpublic 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;
getDeploymentState in interface ConfigSyncStateOrBuilderpublic 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;
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;
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;
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;
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;
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;
getDeploymentStateOrBuilder in interface ConfigSyncStateOrBuilderpublic boolean hasSyncState()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;hasSyncState in interface ConfigSyncStateOrBuilderpublic SyncState getSyncState()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;getSyncState in interface ConfigSyncStateOrBuilderpublic 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;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;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;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;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;public SyncStateOrBuilder getSyncStateOrBuilder()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;getSyncStateOrBuilder in interface ConfigSyncStateOrBuilderpublic final ConfigSyncState.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder>public final ConfigSyncState.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigSyncState.Builder>Copyright © 2024 Google LLC. All rights reserved.