public static final class AlloyDbReference.Builder extends GeneratedMessageV3.Builder<AlloyDbReference.Builder> implements AlloyDbReferenceOrBuilder
Message representing reference to an AlloyDB database and agent context.
Protobuf type google.cloud.geminidataanalytics.v1beta.AlloyDbReference
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AlloyDbReference.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AlloyDbReference build()
buildPartial()
public AlloyDbReference buildPartial()
clear()
public AlloyDbReference.Builder clear()
Overrides
clearAgentContextReference()
public AlloyDbReference.Builder clearAgentContextReference()
Optional. Parameters for retrieving data from Agent Context.
.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 3 [(.google.api.field_behavior) = OPTIONAL];
clearDatabaseReference()
public AlloyDbReference.Builder clearDatabaseReference()
Required. Singular proto that supports specifying which database and tables
to include.
.google.cloud.geminidataanalytics.v1beta.AlloyDbDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public AlloyDbReference.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AlloyDbReference.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public AlloyDbReference.Builder clone()
Overrides
getAgentContextReference()
public AgentContextReference getAgentContextReference()
Optional. Parameters for retrieving data from Agent Context.
.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 3 [(.google.api.field_behavior) = OPTIONAL];
getAgentContextReferenceBuilder()
public AgentContextReference.Builder getAgentContextReferenceBuilder()
Optional. Parameters for retrieving data from Agent Context.
.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 3 [(.google.api.field_behavior) = OPTIONAL];
getAgentContextReferenceOrBuilder()
public AgentContextReferenceOrBuilder getAgentContextReferenceOrBuilder()
Optional. Parameters for retrieving data from Agent Context.
.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 3 [(.google.api.field_behavior) = OPTIONAL];
getDatabaseReference()
public AlloyDbDatabaseReference getDatabaseReference()
Required. Singular proto that supports specifying which database and tables
to include.
.google.cloud.geminidataanalytics.v1beta.AlloyDbDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];
getDatabaseReferenceBuilder()
public AlloyDbDatabaseReference.Builder getDatabaseReferenceBuilder()
Required. Singular proto that supports specifying which database and tables
to include.
.google.cloud.geminidataanalytics.v1beta.AlloyDbDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];
getDatabaseReferenceOrBuilder()
public AlloyDbDatabaseReferenceOrBuilder getDatabaseReferenceOrBuilder()
Required. Singular proto that supports specifying which database and tables
to include.
.google.cloud.geminidataanalytics.v1beta.AlloyDbDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public AlloyDbReference getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
hasAgentContextReference()
public boolean hasAgentContextReference()
Optional. Parameters for retrieving data from Agent Context.
.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the agentContextReference field is set.
|
hasDatabaseReference()
public boolean hasDatabaseReference()
Required. Singular proto that supports specifying which database and tables
to include.
.google.cloud.geminidataanalytics.v1beta.AlloyDbDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the databaseReference field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeAgentContextReference(AgentContextReference value)
public AlloyDbReference.Builder mergeAgentContextReference(AgentContextReference value)
Optional. Parameters for retrieving data from Agent Context.
.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 3 [(.google.api.field_behavior) = OPTIONAL];
mergeDatabaseReference(AlloyDbDatabaseReference value)
public AlloyDbReference.Builder mergeDatabaseReference(AlloyDbDatabaseReference value)
Required. Singular proto that supports specifying which database and tables
to include.
.google.cloud.geminidataanalytics.v1beta.AlloyDbDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(AlloyDbReference other)
public AlloyDbReference.Builder mergeFrom(AlloyDbReference other)
public AlloyDbReference.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AlloyDbReference.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AlloyDbReference.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAgentContextReference(AgentContextReference value)
public AlloyDbReference.Builder setAgentContextReference(AgentContextReference value)
Optional. Parameters for retrieving data from Agent Context.
.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 3 [(.google.api.field_behavior) = OPTIONAL];
setAgentContextReference(AgentContextReference.Builder builderForValue)
public AlloyDbReference.Builder setAgentContextReference(AgentContextReference.Builder builderForValue)
Optional. Parameters for retrieving data from Agent Context.
.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 3 [(.google.api.field_behavior) = OPTIONAL];
setDatabaseReference(AlloyDbDatabaseReference value)
public AlloyDbReference.Builder setDatabaseReference(AlloyDbDatabaseReference value)
Required. Singular proto that supports specifying which database and tables
to include.
.google.cloud.geminidataanalytics.v1beta.AlloyDbDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];
setDatabaseReference(AlloyDbDatabaseReference.Builder builderForValue)
public AlloyDbReference.Builder setDatabaseReference(AlloyDbDatabaseReference.Builder builderForValue)
Required. Singular proto that supports specifying which database and tables
to include.
.google.cloud.geminidataanalytics.v1beta.AlloyDbDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public AlloyDbReference.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AlloyDbReference.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AlloyDbReference.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides