Interface MigratableResource.AutomlDatasetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MigratableResource.AutomlDataset
,MigratableResource.AutomlDataset.Builder
- Enclosing class:
- MigratableResource
public static interface MigratableResource.AutomlDatasetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataset()
Full resource name of automl Dataset.com.google.protobuf.ByteString
getDatasetBytes()
Full resource name of automl Dataset.String
getDatasetDisplayName()
The Dataset's display name in automl.googleapis.com.com.google.protobuf.ByteString
getDatasetDisplayNameBytes()
The Dataset's display name in automl.googleapis.com.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataset
String getDataset()
Full resource name of automl Dataset. Format: `projects/{project}/locations/{location}/datasets/{dataset}`.
string dataset = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The dataset.
-
getDatasetBytes
com.google.protobuf.ByteString getDatasetBytes()
Full resource name of automl Dataset. Format: `projects/{project}/locations/{location}/datasets/{dataset}`.
string dataset = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for dataset.
-
getDatasetDisplayName
String getDatasetDisplayName()
The Dataset's display name in automl.googleapis.com.
string dataset_display_name = 4;
- Returns:
- The datasetDisplayName.
-
getDatasetDisplayNameBytes
com.google.protobuf.ByteString getDatasetDisplayNameBytes()
The Dataset's display name in automl.googleapis.com.
string dataset_display_name = 4;
- Returns:
- The bytes for datasetDisplayName.
-
-