public interface ConfigSyncOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GitConfig |
getGit()
Git repo configuration for the cluster.
|
GitConfigOrBuilder |
getGitOrBuilder()
Git repo configuration for the cluster.
|
String |
getSourceFormat()
Specifies whether the Config Sync Repo is
in “hierarchical” or “unstructured” mode.
|
com.google.protobuf.ByteString |
getSourceFormatBytes()
Specifies whether the Config Sync Repo is
in “hierarchical” or “unstructured” mode.
|
boolean |
hasGit()
Git repo configuration for the cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGit()
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1alpha.GitConfig git = 7;GitConfig getGit()
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1alpha.GitConfig git = 7;GitConfigOrBuilder getGitOrBuilder()
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1alpha.GitConfig git = 7;String getSourceFormat()
Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
string source_format = 8;com.google.protobuf.ByteString getSourceFormatBytes()
Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
string source_format = 8;Copyright © 2024 Google LLC. All rights reserved.