Class GkeBackupAgentConfig (2.20.0)

public final class GkeBackupAgentConfig extends GeneratedMessageV3 implements GkeBackupAgentConfigOrBuilder

Configuration for the Backup for GKE Agent.

Protobuf type google.container.v1beta1.GkeBackupAgentConfig

Static Fields

ENABLED_FIELD_NUMBER

public static final int ENABLED_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GkeBackupAgentConfig getDefaultInstance()
Returns
TypeDescription
GkeBackupAgentConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GkeBackupAgentConfig.Builder newBuilder()
Returns
TypeDescription
GkeBackupAgentConfig.Builder

newBuilder(GkeBackupAgentConfig prototype)

public static GkeBackupAgentConfig.Builder newBuilder(GkeBackupAgentConfig prototype)
Parameter
NameDescription
prototypeGkeBackupAgentConfig
Returns
TypeDescription
GkeBackupAgentConfig.Builder

parseDelimitedFrom(InputStream input)

public static GkeBackupAgentConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GkeBackupAgentConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GkeBackupAgentConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GkeBackupAgentConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GkeBackupAgentConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GkeBackupAgentConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GkeBackupAgentConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GkeBackupAgentConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GkeBackupAgentConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GkeBackupAgentConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GkeBackupAgentConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GkeBackupAgentConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GkeBackupAgentConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GkeBackupAgentConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GkeBackupAgentConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GkeBackupAgentConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GkeBackupAgentConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GkeBackupAgentConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GkeBackupAgentConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GkeBackupAgentConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)