public interface DatasetReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasetId()
A unique ID for this dataset, without the project name.
|
com.google.protobuf.ByteString |
getDatasetIdBytes()
A unique ID for this dataset, without the project name.
|
String |
getProjectId()
The ID of the project containing this dataset.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
The ID of the project containing this dataset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;String getProjectId()
The ID of the project containing this dataset.
string project_id = 2;com.google.protobuf.ByteString getProjectIdBytes()
The ID of the project containing this dataset.
string project_id = 2;Copyright © 2024 Google LLC. All rights reserved.