public final class ConfigSync extends GeneratedMessageV3 implements ConfigSyncOrBuilder
Configuration for Config Sync
Protobuf type google.cloud.gkehub.configmanagement.v1.ConfigSync
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ENABLED_FIELD_NUMBER
public static final int ENABLED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GIT_FIELD_NUMBER
public static final int GIT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
METRICS_GCP_SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER
public static final int METRICS_GCP_SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OCI_FIELD_NUMBER
public static final int OCI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PREVENT_DRIFT_FIELD_NUMBER
public static final int PREVENT_DRIFT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int SOURCE_FORMAT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ConfigSync getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ConfigSync.Builder newBuilder()
newBuilder(ConfigSync prototype)
public static ConfigSync.Builder newBuilder(ConfigSync prototype)
public static ConfigSync parseDelimitedFrom(InputStream input)
public static ConfigSync parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ConfigSync parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConfigSync parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ConfigSync parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConfigSync parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConfigSync parseFrom(CodedInputStream input)
public static ConfigSync parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ConfigSync parseFrom(InputStream input)
public static ConfigSync parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ConfigSync parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConfigSync parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ConfigSync> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ConfigSync getDefaultInstanceForType()
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;
getGitOrBuilder()
public GitConfigOrBuilder getGitOrBuilder()
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1.GitConfig git = 7;
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;
getOciOrBuilder()
public OciConfigOrBuilder getOciOrBuilder()
OCI repo configuration for the cluster
.google.cloud.gkehub.configmanagement.v1.OciConfig oci = 12;
getParserForType()
public Parser<ConfigSync> getParserForType()
Overrides
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.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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.
|
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()
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()
OCI repo configuration for the cluster
.google.cloud.gkehub.configmanagement.v1.OciConfig oci = 12;
Returns |
Type |
Description |
boolean |
Whether the oci field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ConfigSync.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConfigSync.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ConfigSync.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides