Interface DestinationDatasetReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DestinationDatasetReference
,DestinationDatasetReference.Builder
public interface DestinationDatasetReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDatasetId()
Required.com.google.protobuf.ByteString
getDatasetIdBytes()
Required.String
getProjectId()
Required.com.google.protobuf.ByteString
getProjectIdBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDatasetId
String 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];
- Returns:
- The datasetId.
-
getDatasetIdBytes
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];
- Returns:
- The bytes for datasetId.
-
getProjectId
String getProjectId()
Required. The ID of the project containing this dataset.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
Required. The ID of the project containing this dataset.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for projectId.
-
-