Send feedback
Class Listing.BigQueryDatasetSource.Replica (0.71.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class Listing . BigQueryDatasetSource . Replica extends GeneratedMessageV3 implements Listing . BigQueryDatasetSource . ReplicaOrBuilder
Represents the state of a replica of a shared dataset.
It includes the geographic location of the replica and
system-computed, output-only fields indicating its replication state and
whether it is the primary replica.
Protobuf type
google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Field Value
Type
Description
int
PRIMARY_STATE_FIELD_NUMBER
public static final int PRIMARY_STATE_FIELD_NUMBER
Field Value
Type
Description
int
REPLICA_STATE_FIELD_NUMBER
public static final int REPLICA_STATE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Listing . BigQueryDatasetSource . Replica getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Listing . BigQueryDatasetSource . Replica . Builder newBuilder ()
newBuilder(Listing.BigQueryDatasetSource.Replica prototype)
public static Listing . BigQueryDatasetSource . Replica . Builder newBuilder ( Listing . BigQueryDatasetSource . Replica prototype )
public static Listing . BigQueryDatasetSource . Replica parseDelimitedFrom ( InputStream input )
public static Listing . BigQueryDatasetSource . Replica parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Listing . BigQueryDatasetSource . Replica parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Listing . BigQueryDatasetSource . Replica parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Listing . BigQueryDatasetSource . Replica parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Listing . BigQueryDatasetSource . Replica parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Listing . BigQueryDatasetSource . Replica parseFrom ( CodedInputStream input )
public static Listing . BigQueryDatasetSource . Replica parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Listing . BigQueryDatasetSource . Replica parseFrom ( InputStream input )
public static Listing . BigQueryDatasetSource . Replica parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Listing . BigQueryDatasetSource . Replica parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Listing . BigQueryDatasetSource . Replica parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Listing . BigQueryDatasetSource . Replica > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Listing . BigQueryDatasetSource . Replica getDefaultInstanceForType ()
getLocation()
public String getLocation ()
Output only. The geographic location where the replica resides. See
BigQuery locations
for supported locations. Eg. "us-central1".
string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The location.
getLocationBytes()
public ByteString getLocationBytes ()
Output only. The geographic location where the replica resides. See
BigQuery locations
for supported locations. Eg. "us-central1".
string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for location.
getParserForType()
public Parser<Listing . BigQueryDatasetSource . Replica > getParserForType ()
Overrides
getPrimaryState()
public Listing . BigQueryDatasetSource . Replica . PrimaryState getPrimaryState ()
Output only. Indicates that this replica is the primary replica.
optional .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica.PrimaryState primary_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPrimaryStateValue()
public int getPrimaryStateValue ()
Output only. Indicates that this replica is the primary replica.
optional .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica.PrimaryState primary_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for primaryState.
getReplicaState()
public Listing . BigQueryDatasetSource . Replica . ReplicaState getReplicaState ()
Output only. Assigned by Analytics Hub based on real BigQuery
replication state.
.google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica.ReplicaState replica_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getReplicaStateValue()
public int getReplicaStateValue ()
Output only. Assigned by Analytics Hub based on real BigQuery
replication state.
.google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica.ReplicaState replica_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for replicaState.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasPrimaryState()
public boolean hasPrimaryState ()
Output only. Indicates that this replica is the primary replica.
optional .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica.PrimaryState primary_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
Whether the primaryState field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Listing . BigQueryDatasetSource . Replica . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Listing . BigQueryDatasetSource . Replica . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Listing . BigQueryDatasetSource . Replica . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-17 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-17 UTC."],[],[],null,[]]