public interface CreateDataExchangeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataExchange |
getDataExchange()
Required.
|
String |
getDataExchangeId()
Required.
|
com.google.protobuf.ByteString |
getDataExchangeIdBytes()
Required.
|
DataExchangeOrBuilder |
getDataExchangeOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasDataExchange()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource path of the data exchange. e.g. `projects/myproject/locations/us`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource path of the data exchange. e.g. `projects/myproject/locations/us`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getDataExchangeId()
Required. The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes.
string data_exchange_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDataExchangeIdBytes()
Required. The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes.
string data_exchange_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasDataExchange()
Required. The data exchange to create.
.google.cloud.bigquery.analyticshub.v1.DataExchange data_exchange = 3 [(.google.api.field_behavior) = REQUIRED];
DataExchange getDataExchange()
Required. The data exchange to create.
.google.cloud.bigquery.analyticshub.v1.DataExchange data_exchange = 3 [(.google.api.field_behavior) = REQUIRED];
DataExchangeOrBuilder getDataExchangeOrBuilder()
Required. The data exchange to create.
.google.cloud.bigquery.analyticshub.v1.DataExchange data_exchange = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.