public interface DatasetReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatasetId()
public abstract String getDatasetId()A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
string dataset_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The datasetId. |
getDatasetIdBytes()
public abstract ByteString getDatasetIdBytes()A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
string dataset_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for datasetId. |
getProjectId()
public abstract String getProjectId()The ID of the project containing this dataset.
string project_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()The ID of the project containing this dataset.
string project_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |