Send feedback
Class ConfigSync (1.23.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.23.0 keyboard_arrow_down
public final class ConfigSync extends GeneratedMessageV3 implements ConfigSyncOrBuilder
Configuration for Config Sync
Protobuf type google.cloud.gkehub.configmanagement.v1alpha.ConfigSync
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
GIT_FIELD_NUMBER
public static final int GIT_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 ()
getGit()
public GitConfig getGit ()
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1alpha.GitConfig git = 7;
getGitOrBuilder()
public GitConfigOrBuilder getGitOrBuilder ()
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1alpha.GitConfig git = 7;
getParserForType()
public Parser<ConfigSync> getParserForType ()
Overrides
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.
hasGit()
Git repo configuration for the cluster.
.google.cloud.gkehub.configmanagement.v1alpha.GitConfig git = 7;
Returns Type Description boolean
Whether the git 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 )
Overrides
toBuilder()
public ConfigSync . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]