Interface VersionOrBuilder (1.5.0)

public interface VersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAvailableFeatures(int index)

public abstract String getAvailableFeatures(int index)

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

repeated string available_features = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The availableFeatures at the given index.

getAvailableFeaturesBytes(int index)

public abstract ByteString getAvailableFeaturesBytes(int index)

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

repeated string available_features = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the availableFeatures at the given index.

getAvailableFeaturesCount()

public abstract int getAvailableFeaturesCount()

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

repeated string available_features = 3;

Returns
TypeDescription
int

The count of availableFeatures.

getAvailableFeaturesList()

public abstract List<String> getAvailableFeaturesList()

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

repeated string available_features = 3;

Returns
TypeDescription
List<String>

A list containing the availableFeatures.

getDefaultVersion()

public abstract boolean getDefaultVersion()

Whether this is currently the default version for Cloud Data Fusion

bool default_version = 2;

Returns
TypeDescription
boolean

The defaultVersion.

getType()

public abstract Version.Type getType()

Type represents the release availability of the version

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

Returns
TypeDescription
Version.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Type represents the release availability of the version

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

Returns
TypeDescription
int

The enum numeric value on the wire for type.

getVersionNumber()

public abstract String getVersionNumber()

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

string version_number = 1;

Returns
TypeDescription
String

The versionNumber.

getVersionNumberBytes()

public abstract ByteString getVersionNumberBytes()

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

string version_number = 1;

Returns
TypeDescription
ByteString

The bytes for versionNumber.