public interface VersionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
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()
public abstract int getAvailableFeaturesCount()
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()
public abstract List<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()
public abstract boolean getDefaultVersion()
Whether this is currently the default version for Cloud Data Fusion
bool default_version = 2;
Returns | |
---|---|
Type | Description |
boolean | The defaultVersion. |
getType()
public abstract Version.Type getType()
Type represents the release availability of the version
.google.events.cloud.datafusion.v1.Version.Type type = 4;
Returns | |
---|---|
Type | Description |
Version.Type | The type. |
getTypeValue()
public abstract int getTypeValue()
Type represents the release availability of the version
.google.events.cloud.datafusion.v1.Version.Type type = 4;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString | The bytes for versionNumber. |