public interface CreateListingRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Listing |
getListing()
Required.
|
String |
getListingId()
Required.
|
com.google.protobuf.ByteString |
getListingIdBytes()
Required.
|
ListingOrBuilder |
getListingOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasListing()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource path of the listing. e.g. `projects/myproject/locations/us/dataExchanges/123`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource path of the listing. e.g. `projects/myproject/locations/us/dataExchanges/123`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getListingId()
Required. The ID of the listing to create. Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes.
string listing_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getListingIdBytes()
Required. The ID of the listing to create. Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes.
string listing_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasListing()
Required. The listing to create.
.google.cloud.bigquery.analyticshub.v1.Listing listing = 3 [(.google.api.field_behavior) = REQUIRED];
Listing getListing()
Required. The listing to create.
.google.cloud.bigquery.analyticshub.v1.Listing listing = 3 [(.google.api.field_behavior) = REQUIRED];
ListingOrBuilder getListingOrBuilder()
Required. The listing to create.
.google.cloud.bigquery.analyticshub.v1.Listing listing = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.