Class BigQueryPropertyGraphReference (0.21.0)

public final class BigQueryPropertyGraphReference extends GeneratedMessage implements BigQueryPropertyGraphReferenceOrBuilder

Message representing a reference to a single BigQuery property graph.

Protobuf type google.cloud.geminidataanalytics.v1beta.BigQueryPropertyGraphReference

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BigQueryPropertyGraphReference

Static Fields

DATASET_ID_FIELD_NUMBER

public static final int DATASET_ID_FIELD_NUMBER
Field Value
Type Description
int

PROJECT_ID_FIELD_NUMBER

public static final int PROJECT_ID_FIELD_NUMBER
Field Value
Type Description
int

PROPERTY_GRAPH_ID_FIELD_NUMBER

public static final int PROPERTY_GRAPH_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BigQueryPropertyGraphReference getDefaultInstance()
Returns
Type Description
BigQueryPropertyGraphReference

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BigQueryPropertyGraphReference.Builder newBuilder()
Returns
Type Description
BigQueryPropertyGraphReference.Builder

newBuilder(BigQueryPropertyGraphReference prototype)

public static BigQueryPropertyGraphReference.Builder newBuilder(BigQueryPropertyGraphReference prototype)
Parameter
Name Description
prototype BigQueryPropertyGraphReference
Returns
Type Description
BigQueryPropertyGraphReference.Builder

parseDelimitedFrom(InputStream input)

public static BigQueryPropertyGraphReference parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BigQueryPropertyGraphReference
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryPropertyGraphReference parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryPropertyGraphReference
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BigQueryPropertyGraphReference parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BigQueryPropertyGraphReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BigQueryPropertyGraphReference parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryPropertyGraphReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BigQueryPropertyGraphReference parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BigQueryPropertyGraphReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BigQueryPropertyGraphReference parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryPropertyGraphReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BigQueryPropertyGraphReference parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BigQueryPropertyGraphReference
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryPropertyGraphReference parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryPropertyGraphReference
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BigQueryPropertyGraphReference parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BigQueryPropertyGraphReference
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryPropertyGraphReference parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryPropertyGraphReference
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BigQueryPropertyGraphReference parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BigQueryPropertyGraphReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BigQueryPropertyGraphReference parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryPropertyGraphReference
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BigQueryPropertyGraphReference> parser()
Returns
Type Description
Parser<BigQueryPropertyGraphReference>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDatasetId()

public 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 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.

getDefaultInstanceForType()

public BigQueryPropertyGraphReference getDefaultInstanceForType()
Returns
Type Description
BigQueryPropertyGraphReference

getParserForType()

public Parser<BigQueryPropertyGraphReference> getParserForType()
Returns
Type Description
Parser<BigQueryPropertyGraphReference>
Overrides

getProjectId()

public 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 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 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 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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BigQueryPropertyGraphReference.Builder newBuilderForType()
Returns
Type Description
BigQueryPropertyGraphReference.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected BigQueryPropertyGraphReference.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BigQueryPropertyGraphReference.Builder
Overrides

toBuilder()

public BigQueryPropertyGraphReference.Builder toBuilder()
Returns
Type Description
BigQueryPropertyGraphReference.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException