Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class CreateListingRequest.
Message for creating a listing.
Generated from protobuf message google.cloud.bigquery.analyticshub.v1.CreateListingRequest
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource path of the listing. e.g. |
↳ listing_id |
string
Required. The ID of the listing to create. Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes. |
↳ listing |
Listing
Required. The listing to create. |
getParent
Required. The parent resource path of the listing.
e.g. projects/myproject/locations/us/dataExchanges/123.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource path of the listing.
e.g. projects/myproject/locations/us/dataExchanges/123.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getListingId
Required. The ID of the listing to create.
Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes.
| Returns | |
|---|---|
| Type | Description |
string |
|
setListingId
Required. The ID of the listing to create.
Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getListing
Required. The listing to create.
| Returns | |
|---|---|
| Type | Description |
Listing|null |
|
hasListing
clearListing
setListing
Required. The listing to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Listing
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource path of the listing.
e.g. |
listing |
Listing
Required. The listing to create. |
| Returns | |
|---|---|
| Type | Description |
CreateListingRequest |
|