public interface VertexDatasetResourceReferenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDatasetResourceName()
public abstract String getDatasetResourceName()
Required. The name of the dataset resource. If set within a project-level configuration, the specified resource must be within the project.
string dataset_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The datasetResourceName. |
getDatasetResourceNameBytes()
public abstract ByteString getDatasetResourceNameBytes()
Required. The name of the dataset resource. If set within a project-level configuration, the specified resource must be within the project.
string dataset_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for datasetResourceName. |