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 (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Max length: 100 bytes. |
↳ listing |
Google\Cloud\BigQuery\AnalyticsHub\V1\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 (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. 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 (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Max length: 100 bytes.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getListing
Required. The listing to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\BigQuery\AnalyticsHub\V1\Listing|null |
hasListing
clearListing
setListing
Required. The listing to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\BigQuery\AnalyticsHub\V1\Listing
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource path of the listing.
e.g. |
listing |
Google\Cloud\BigQuery\AnalyticsHub\V1\Listing
Required. The listing to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\BigQuery\AnalyticsHub\V1\CreateListingRequest |