Interface VersionOrBuilder (1.58.0)

publicinterface VersionOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAvailableFeatures(int index)

publicabstractStringgetAvailableFeatures(intindex)

Represents a list of available feature names for a given version.

repeated string available_features = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The availableFeatures at the given index.

getAvailableFeaturesBytes(int index)

publicabstractByteStringgetAvailableFeaturesBytes(intindex)

Represents a list of available feature names for a given version.

repeated string available_features = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the availableFeatures at the given index.

getAvailableFeaturesCount()

publicabstractintgetAvailableFeaturesCount()

Represents a list of available feature names for a given version.

repeated string available_features = 3;

Returns
Type Description
int

The count of availableFeatures.

getAvailableFeaturesList()

publicabstractList<String>getAvailableFeaturesList()

Represents a list of available feature names for a given version.

repeated string available_features = 3;

Returns
Type Description
List<String>

A list containing the availableFeatures.

getDefaultVersion()

publicabstractbooleangetDefaultVersion()

Whether this is currently the default version for Cloud Data Fusion

bool default_version = 2;

Returns
Type Description
boolean

The defaultVersion.

getType()

publicabstractVersion.TypegetType()

Type represents the release availability of the version

.google.cloud.datafusion.v1.Version.Type type = 4;

Returns
Type Description
Version.Type

The type.

getTypeValue()

publicabstractintgetTypeValue()

Type represents the release availability of the version

.google.cloud.datafusion.v1.Version.Type type = 4;

Returns
Type Description
int

The enum numeric value on the wire for type.

getVersionNumber()

publicabstractStringgetVersionNumber()

The version number of the Data Fusion instance, such as '6.0.1.0'.

string version_number = 1;

Returns
Type Description
String

The versionNumber.

getVersionNumberBytes()

publicabstractByteStringgetVersionNumberBytes()

The version number of the Data Fusion instance, such as '6.0.1.0'.

string version_number = 1;

Returns
Type Description
ByteString

The bytes for versionNumber.

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年11月19日 UTC.