public static final class MetastoreServiceConfig.Builder extends GeneratedMessage.Builder<MetastoreServiceConfig.Builder> implements MetastoreServiceConfigOrBuilderConfiguration of the Dataproc Metastore Service.
Protobuf type google.cloud.bigquery.connection.v1.MetastoreServiceConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > MetastoreServiceConfig.BuilderImplements
MetastoreServiceConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public MetastoreServiceConfig build()| Returns | |
|---|---|
| Type | Description |
MetastoreServiceConfig |
|
buildPartial()
public MetastoreServiceConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
MetastoreServiceConfig |
|
clear()
public MetastoreServiceConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
MetastoreServiceConfig.Builder |
|
clearMetastoreService()
public MetastoreServiceConfig.Builder clearMetastoreService()Optional. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[region]/services/[service_id]
string metastore_service = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
MetastoreServiceConfig.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public MetastoreServiceConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MetastoreServiceConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMetastoreService()
public String getMetastoreService()Optional. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[region]/services/[service_id]
string metastore_service = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The metastoreService. |
getMetastoreServiceBytes()
public ByteString getMetastoreServiceBytes()Optional. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[region]/services/[service_id]
string metastore_service = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for metastoreService. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(MetastoreServiceConfig other)
public MetastoreServiceConfig.Builder mergeFrom(MetastoreServiceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
MetastoreServiceConfig |
| Returns | |
|---|---|
| Type | Description |
MetastoreServiceConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MetastoreServiceConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MetastoreServiceConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public MetastoreServiceConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
MetastoreServiceConfig.Builder |
|
setMetastoreService(String value)
public MetastoreServiceConfig.Builder setMetastoreService(String value)Optional. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[region]/services/[service_id]
string metastore_service = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe metastoreService to set. |
| Returns | |
|---|---|
| Type | Description |
MetastoreServiceConfig.Builder |
This builder for chaining. |
setMetastoreServiceBytes(ByteString value)
public MetastoreServiceConfig.Builder setMetastoreServiceBytes(ByteString value)Optional. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[region]/services/[service_id]
string metastore_service = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for metastoreService to set. |
| Returns | |
|---|---|
| Type | Description |
MetastoreServiceConfig.Builder |
This builder for chaining. |