Class ConfigSync.Builder (1.46.0)

public static final class ConfigSync.Builder extends GeneratedMessageV3.Builder<ConfigSync.Builder> implements ConfigSyncOrBuilder

Configuration for Config Sync

Protobuf type google.cloud.gkehub.configmanagement.v1.ConfigSync

Implements

ConfigSyncOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ConfigSync.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ConfigSync.Builder
Overrides

build()

public ConfigSync build()
Returns
Type Description
ConfigSync

buildPartial()

public ConfigSync buildPartial()
Returns
Type Description
ConfigSync

clear()

public ConfigSync.Builder clear()
Returns
Type Description
ConfigSync.Builder
Overrides

clearEnabled()

public ConfigSync.Builder clearEnabled()

Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.

optional bool enabled = 10;

Returns
Type Description
ConfigSync.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ConfigSync.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ConfigSync.Builder
Overrides

clearGit()

public ConfigSync.Builder clearGit()

Git repo configuration for the cluster.

.google.cloud.gkehub.configmanagement.v1.GitConfig git = 7;

Returns
Type Description
ConfigSync.Builder

clearMetricsGcpServiceAccountEmail()

public ConfigSync.Builder clearMetricsGcpServiceAccountEmail()

The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount default in the namespace config-management-monitoring should be bound to the GSA.

string metrics_gcp_service_account_email = 15;

Returns
Type Description
ConfigSync.Builder

This builder for chaining.

clearOci()

public ConfigSync.Builder clearOci()

OCI repo configuration for the cluster

.google.cloud.gkehub.configmanagement.v1.OciConfig oci = 12;

Returns
Type Description
ConfigSync.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public ConfigSync.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ConfigSync.Builder
Overrides

clearPreventDrift()

public ConfigSync.Builder clearPreventDrift()

Set to true to enable the Config Sync admission webhook to prevent drifts. If set to false, disables the Config Sync admission webhook and does not prevent drifts.

bool prevent_drift = 11;

Returns
Type Description
ConfigSync.Builder

This builder for chaining.

clearSourceFormat()

public ConfigSync.Builder clearSourceFormat()

Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.

string source_format = 8;

Returns
Type Description
ConfigSync.Builder

This builder for chaining.

clone()

public ConfigSync.Builder clone()
Returns
Type Description
ConfigSync.Builder
Overrides

getDefaultInstanceForType()

public ConfigSync getDefaultInstanceForType()
Returns
Type Description
ConfigSync

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEnabled()

public boolean getEnabled()

Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.

optional bool enabled = 10;

Returns
Type Description
boolean

The enabled.

getGit()

public GitConfig getGit()

Git repo configuration for the cluster.

.google.cloud.gkehub.configmanagement.v1.GitConfig git = 7;

Returns
Type Description
GitConfig

The git.

getGitBuilder()

public GitConfig.Builder getGitBuilder()

Git repo configuration for the cluster.

.google.cloud.gkehub.configmanagement.v1.GitConfig git = 7;

Returns
Type Description
GitConfig.Builder

getGitOrBuilder()

public GitConfigOrBuilder getGitOrBuilder()

Git repo configuration for the cluster.

.google.cloud.gkehub.configmanagement.v1.GitConfig git = 7;

Returns
Type Description
GitConfigOrBuilder

getMetricsGcpServiceAccountEmail()

public String getMetricsGcpServiceAccountEmail()

The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount default in the namespace config-management-monitoring should be bound to the GSA.

string metrics_gcp_service_account_email = 15;

Returns
Type Description
String

The metricsGcpServiceAccountEmail.

getMetricsGcpServiceAccountEmailBytes()

public ByteString getMetricsGcpServiceAccountEmailBytes()

The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount default in the namespace config-management-monitoring should be bound to the GSA.

string metrics_gcp_service_account_email = 15;

Returns
Type Description
ByteString

The bytes for metricsGcpServiceAccountEmail.

getOci()

public OciConfig getOci()

OCI repo configuration for the cluster

.google.cloud.gkehub.configmanagement.v1.OciConfig oci = 12;

Returns
Type Description
OciConfig

The oci.

getOciBuilder()

public OciConfig.Builder getOciBuilder()

OCI repo configuration for the cluster

.google.cloud.gkehub.configmanagement.v1.OciConfig oci = 12;

Returns
Type Description
OciConfig.Builder

getOciOrBuilder()

public OciConfigOrBuilder getOciOrBuilder()

OCI repo configuration for the cluster

.google.cloud.gkehub.configmanagement.v1.OciConfig oci = 12;

Returns
Type Description
OciConfigOrBuilder

getPreventDrift()

public boolean getPreventDrift()

Set to true to enable the Config Sync admission webhook to prevent drifts. If set to false, disables the Config Sync admission webhook and does not prevent drifts.

bool prevent_drift = 11;

Returns
Type Description
boolean

The preventDrift.

getSourceFormat()

public String getSourceFormat()

Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.

string source_format = 8;

Returns
Type Description
String

The sourceFormat.

getSourceFormatBytes()

public ByteString getSourceFormatBytes()

Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.

string source_format = 8;

Returns
Type Description
ByteString

The bytes for sourceFormat.

hasEnabled()

public boolean hasEnabled()

Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.

optional bool enabled = 10;

Returns
Type Description
boolean

Whether the enabled field is set.

hasGit()

public boolean hasGit()

Git repo configuration for the cluster.

.google.cloud.gkehub.configmanagement.v1.GitConfig git = 7;

Returns
Type Description
boolean

Whether the git field is set.

hasOci()

public boolean hasOci()

OCI repo configuration for the cluster

.google.cloud.gkehub.configmanagement.v1.OciConfig oci = 12;

Returns
Type Description
boolean

Whether the oci field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ConfigSync other)

public ConfigSync.Builder mergeFrom(ConfigSync other)
Parameter
Name Description
other ConfigSync
Returns
Type Description
ConfigSync.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ConfigSync.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConfigSync.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ConfigSync.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ConfigSync.Builder
Overrides

mergeGit(GitConfig value)

public ConfigSync.Builder mergeGit(GitConfig value)

Git repo configuration for the cluster.

.google.cloud.gkehub.configmanagement.v1.GitConfig git = 7;

Parameter
Name Description
value GitConfig
Returns
Type Description
ConfigSync.Builder

mergeOci(OciConfig value)

public ConfigSync.Builder mergeOci(OciConfig value)

OCI repo configuration for the cluster

.google.cloud.gkehub.configmanagement.v1.OciConfig oci = 12;

Parameter
Name Description
value OciConfig
Returns
Type Description
ConfigSync.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ConfigSync.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ConfigSync.Builder
Overrides

setEnabled(boolean value)

public ConfigSync.Builder setEnabled(boolean value)

Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.

optional bool enabled = 10;

Parameter
Name Description
value boolean

The enabled to set.

Returns
Type Description
ConfigSync.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ConfigSync.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ConfigSync.Builder
Overrides

setGit(GitConfig value)

public ConfigSync.Builder setGit(GitConfig value)

Git repo configuration for the cluster.

.google.cloud.gkehub.configmanagement.v1.GitConfig git = 7;

Parameter
Name Description
value GitConfig
Returns
Type Description
ConfigSync.Builder

setGit(GitConfig.Builder builderForValue)

public ConfigSync.Builder setGit(GitConfig.Builder builderForValue)

Git repo configuration for the cluster.

.google.cloud.gkehub.configmanagement.v1.GitConfig git = 7;

Parameter
Name Description
builderForValue GitConfig.Builder
Returns
Type Description
ConfigSync.Builder

setMetricsGcpServiceAccountEmail(String value)

public ConfigSync.Builder setMetricsGcpServiceAccountEmail(String value)

The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount default in the namespace config-management-monitoring should be bound to the GSA.

string metrics_gcp_service_account_email = 15;

Parameter
Name Description
value String

The metricsGcpServiceAccountEmail to set.

Returns
Type Description
ConfigSync.Builder

This builder for chaining.

setMetricsGcpServiceAccountEmailBytes(ByteString value)

public ConfigSync.Builder setMetricsGcpServiceAccountEmailBytes(ByteString value)

The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount default in the namespace config-management-monitoring should be bound to the GSA.

string metrics_gcp_service_account_email = 15;

Parameter
Name Description
value ByteString

The bytes for metricsGcpServiceAccountEmail to set.

Returns
Type Description
ConfigSync.Builder

This builder for chaining.

setOci(OciConfig value)

public ConfigSync.Builder setOci(OciConfig value)

OCI repo configuration for the cluster

.google.cloud.gkehub.configmanagement.v1.OciConfig oci = 12;

Parameter
Name Description
value OciConfig
Returns
Type Description
ConfigSync.Builder

setOci(OciConfig.Builder builderForValue)

public ConfigSync.Builder setOci(OciConfig.Builder builderForValue)

OCI repo configuration for the cluster

.google.cloud.gkehub.configmanagement.v1.OciConfig oci = 12;

Parameter
Name Description
builderForValue OciConfig.Builder
Returns
Type Description
ConfigSync.Builder

setPreventDrift(boolean value)

public ConfigSync.Builder setPreventDrift(boolean value)

Set to true to enable the Config Sync admission webhook to prevent drifts. If set to false, disables the Config Sync admission webhook and does not prevent drifts.

bool prevent_drift = 11;

Parameter
Name Description
value boolean

The preventDrift to set.

Returns
Type Description
ConfigSync.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ConfigSync.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ConfigSync.Builder
Overrides

setSourceFormat(String value)

public ConfigSync.Builder setSourceFormat(String value)

Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.

string source_format = 8;

Parameter
Name Description
value String

The sourceFormat to set.

Returns
Type Description
ConfigSync.Builder

This builder for chaining.

setSourceFormatBytes(ByteString value)

public ConfigSync.Builder setSourceFormatBytes(ByteString value)

Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.

string source_format = 8;

Parameter
Name Description
value ByteString

The bytes for sourceFormat to set.

Returns
Type Description
ConfigSync.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final ConfigSync.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ConfigSync.Builder
Overrides