public sealed class BigQueryPropertyGraphReference : IMessage<BigQueryPropertyGraphReference>, IEquatable<BigQueryPropertyGraphReference>, IDeepCloneable<BigQueryPropertyGraphReference>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class BigQueryPropertyGraphReference.
Message representing a reference to a single BigQuery property graph.
Implements
IMessageBigQueryPropertyGraphReference, IEquatableBigQueryPropertyGraphReference, IDeepCloneableBigQueryPropertyGraphReference, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
BigQueryPropertyGraphReference()
public BigQueryPropertyGraphReference()BigQueryPropertyGraphReference(BigQueryPropertyGraphReference)
public BigQueryPropertyGraphReference(BigQueryPropertyGraphReference other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryPropertyGraphReference |
Properties
DatasetId
public string DatasetId { get; set; }Required. The dataset that the property graph belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasLocationBoundary
public bool HasLocationBoundary { get; }Gets whether the "location_boundary" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
LocationBoundary
public string LocationBoundary { get; set; }Optional. The location boundary of the graph.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectId
public string ProjectId { get; set; }Required. The project that the property graph belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PropertyGraphId
public string PropertyGraphId { get; set; }Required. The property graph id.
| Property Value | |
|---|---|
| Type | Description |
string |
|