Interface ConfigSyncOrBuilder (1.3.4)

public interface ConfigSyncOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGit()

public abstract GitConfig getGit()

Git repo configuration for the cluster.

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

Returns
TypeDescription
GitConfig

The git.

getGitOrBuilder()

public abstract GitConfigOrBuilder getGitOrBuilder()

Git repo configuration for the cluster.

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

Returns
TypeDescription
GitConfigOrBuilder

getSourceFormat()

public abstract String getSourceFormat()

Specifies whether the Config Sync Repo is in \u201chierarchical\u201d or \u201cunstructured\u201d mode.

string source_format = 8;

Returns
TypeDescription
String

The sourceFormat.

getSourceFormatBytes()

public abstract ByteString getSourceFormatBytes()

Specifies whether the Config Sync Repo is in \u201chierarchical\u201d or \u201cunstructured\u201d mode.

string source_format = 8;

Returns
TypeDescription
ByteString

The bytes for sourceFormat.

hasGit()

public abstract boolean hasGit()

Git repo configuration for the cluster.

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

Returns
TypeDescription
boolean

Whether the git field is set.