public interface VersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAvailableFeatures(int index)
Represents a list of available feature names for a given version.
|
com.google.protobuf.ByteString |
getAvailableFeaturesBytes(int index)
Represents a list of available feature names for a given version.
|
int |
getAvailableFeaturesCount()
Represents a list of available feature names for a given version.
|
List<String> |
getAvailableFeaturesList()
Represents a list of available feature names for a given version.
|
boolean |
getDefaultVersion()
Whether this is currently the default version for Cloud Data Fusion
bool default_version = 2; |
Version.Type |
getType()
Type represents the release availability of the version
.google.cloud.datafusion.v1.Version.Type type = 4; |
int |
getTypeValue()
Type represents the release availability of the version
.google.cloud.datafusion.v1.Version.Type type = 4; |
String |
getVersionNumber()
The version number of the Data Fusion instance, such as '6.0.1.0'.
|
com.google.protobuf.ByteString |
getVersionNumberBytes()
The version number of the Data Fusion instance, such as '6.0.1.0'.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersionNumber()
The version number of the Data Fusion instance, such as '6.0.1.0'.
string version_number = 1;com.google.protobuf.ByteString getVersionNumberBytes()
The version number of the Data Fusion instance, such as '6.0.1.0'.
string version_number = 1;boolean getDefaultVersion()
Whether this is currently the default version for Cloud Data Fusion
bool default_version = 2;List<String> getAvailableFeaturesList()
Represents a list of available feature names for a given version.
repeated string available_features = 3;int getAvailableFeaturesCount()
Represents a list of available feature names for a given version.
repeated string available_features = 3;String getAvailableFeatures(int index)
Represents a list of available feature names for a given version.
repeated string available_features = 3;index - The index of the element to return.com.google.protobuf.ByteString getAvailableFeaturesBytes(int index)
Represents a list of available feature names for a given version.
repeated string available_features = 3;index - The index of the value to return.int getTypeValue()
Type represents the release availability of the version
.google.cloud.datafusion.v1.Version.Type type = 4;Version.Type getType()
Type represents the release availability of the version
.google.cloud.datafusion.v1.Version.Type type = 4;Copyright © 2025 Google LLC. All rights reserved.