Interface BigQueryPropertyGraphReferenceOrBuilder (0.21.0)

public interface BigQueryPropertyGraphReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatasetId()

public abstract String getDatasetId()

Required. The dataset that the property graph belongs to.

string dataset_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The datasetId.

getDatasetIdBytes()

public abstract ByteString getDatasetIdBytes()

Required. The dataset that the property graph belongs to.

string dataset_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for datasetId.

getProjectId()

public abstract String getProjectId()

Required. The project that the property graph belongs to.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

Required. The project that the property graph belongs to.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for projectId.

getPropertyGraphId()

public abstract String getPropertyGraphId()

Required. The property graph id.

string property_graph_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The propertyGraphId.

getPropertyGraphIdBytes()

public abstract ByteString getPropertyGraphIdBytes()

Required. The property graph id.

string property_graph_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for propertyGraphId.