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