public static final class FhirStoreSource.Builder extends GeneratedMessageV3.Builder<FhirStoreSource.Builder> implements FhirStoreSourceOrBuilder
Cloud FhirStore source import data from.
Protobuf type google.cloud.discoveryengine.v1alpha.FhirStoreSource
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 FhirStoreSource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public FhirStoreSource build()
buildPartial()
public FhirStoreSource buildPartial()
clear()
public FhirStoreSource.Builder clear()
Overrides
clearFhirStore()
public FhirStoreSource.Builder clearFhirStore()
Required. The full resource name of the FHIR store to import data from, in
the format of
projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}
.
string fhir_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearField(Descriptors.FieldDescriptor field)
public FhirStoreSource.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGcsStagingDir()
public FhirStoreSource.Builder clearGcsStagingDir()
Intermediate Cloud Storage directory used for the import with a length
limit of 2,000 characters. Can be specified if one wants to have the
FhirStore export to a specific Cloud Storage directory.
string gcs_staging_dir = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public FhirStoreSource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public FhirStoreSource.Builder clone()
Overrides
getDefaultInstanceForType()
public FhirStoreSource getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFhirStore()
public String getFhirStore()
Required. The full resource name of the FHIR store to import data from, in
the format of
projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}
.
string fhir_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The fhirStore.
|
getFhirStoreBytes()
public ByteString getFhirStoreBytes()
Required. The full resource name of the FHIR store to import data from, in
the format of
projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}
.
string fhir_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for fhirStore.
|
getGcsStagingDir()
public String getGcsStagingDir()
Intermediate Cloud Storage directory used for the import with a length
limit of 2,000 characters. Can be specified if one wants to have the
FhirStore export to a specific Cloud Storage directory.
string gcs_staging_dir = 2;
Returns |
Type |
Description |
String |
The gcsStagingDir.
|
getGcsStagingDirBytes()
public ByteString getGcsStagingDirBytes()
Intermediate Cloud Storage directory used for the import with a length
limit of 2,000 characters. Can be specified if one wants to have the
FhirStore export to a specific Cloud Storage directory.
string gcs_staging_dir = 2;
Returns |
Type |
Description |
ByteString |
The bytes for gcsStagingDir.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(FhirStoreSource other)
public FhirStoreSource.Builder mergeFrom(FhirStoreSource other)
public FhirStoreSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public FhirStoreSource.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FhirStoreSource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setFhirStore(String value)
public FhirStoreSource.Builder setFhirStore(String value)
Required. The full resource name of the FHIR store to import data from, in
the format of
projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}
.
string fhir_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The fhirStore to set.
|
setFhirStoreBytes(ByteString value)
public FhirStoreSource.Builder setFhirStoreBytes(ByteString value)
Required. The full resource name of the FHIR store to import data from, in
the format of
projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}
.
string fhir_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for fhirStore to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public FhirStoreSource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGcsStagingDir(String value)
public FhirStoreSource.Builder setGcsStagingDir(String value)
Intermediate Cloud Storage directory used for the import with a length
limit of 2,000 characters. Can be specified if one wants to have the
FhirStore export to a specific Cloud Storage directory.
string gcs_staging_dir = 2;
Parameter |
Name |
Description |
value |
String
The gcsStagingDir to set.
|
setGcsStagingDirBytes(ByteString value)
public FhirStoreSource.Builder setGcsStagingDirBytes(ByteString value)
Intermediate Cloud Storage directory used for the import with a length
limit of 2,000 characters. Can be specified if one wants to have the
FhirStore export to a specific Cloud Storage directory.
string gcs_staging_dir = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for gcsStagingDir to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FhirStoreSource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final FhirStoreSource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides