public static final class QueryMetadataResponse.Builder extends GeneratedMessage.Builder<QueryMetadataResponse.Builder> implements QueryMetadataResponseOrBuilderResponse message for DataprocMetastore.QueryMetadata.
Protobuf type google.cloud.metastore.v1alpha.QueryMetadataResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > QueryMetadataResponse.BuilderImplements
QueryMetadataResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public QueryMetadataResponse build()| Returns | |
|---|---|
| Type | Description |
QueryMetadataResponse |
|
buildPartial()
public QueryMetadataResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
QueryMetadataResponse |
|
clear()
public QueryMetadataResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
QueryMetadataResponse.Builder |
|
clearResultManifestUri()
public QueryMetadataResponse.Builder clearResultManifestUri()The manifest URI is link to a JSON instance in Cloud Storage. This instance manifests immediately along with QueryMetadataResponse. The content of the URI is not retriable until the long-running operation query against the metadata finishes.
string result_manifest_uri = 1;
| Returns | |
|---|---|
| Type | Description |
QueryMetadataResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public QueryMetadataResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
QueryMetadataResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getResultManifestUri()
public String getResultManifestUri()The manifest URI is link to a JSON instance in Cloud Storage. This instance manifests immediately along with QueryMetadataResponse. The content of the URI is not retriable until the long-running operation query against the metadata finishes.
string result_manifest_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The resultManifestUri. |
getResultManifestUriBytes()
public ByteString getResultManifestUriBytes()The manifest URI is link to a JSON instance in Cloud Storage. This instance manifests immediately along with QueryMetadataResponse. The content of the URI is not retriable until the long-running operation query against the metadata finishes.
string result_manifest_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resultManifestUri. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(QueryMetadataResponse other)
public QueryMetadataResponse.Builder mergeFrom(QueryMetadataResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
QueryMetadataResponse |
| Returns | |
|---|---|
| Type | Description |
QueryMetadataResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public QueryMetadataResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
QueryMetadataResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public QueryMetadataResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
QueryMetadataResponse.Builder |
|
setResultManifestUri(String value)
public QueryMetadataResponse.Builder setResultManifestUri(String value)The manifest URI is link to a JSON instance in Cloud Storage. This instance manifests immediately along with QueryMetadataResponse. The content of the URI is not retriable until the long-running operation query against the metadata finishes.
string result_manifest_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe resultManifestUri to set. |
| Returns | |
|---|---|
| Type | Description |
QueryMetadataResponse.Builder |
This builder for chaining. |
setResultManifestUriBytes(ByteString value)
public QueryMetadataResponse.Builder setResultManifestUriBytes(ByteString value)The manifest URI is link to a JSON instance in Cloud Storage. This instance manifests immediately along with QueryMetadataResponse. The content of the URI is not retriable until the long-running operation query against the metadata finishes.
string result_manifest_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for resultManifestUri to set. |
| Returns | |
|---|---|
| Type | Description |
QueryMetadataResponse.Builder |
This builder for chaining. |