public static final class CreateDatasetRequest.Builder extends GeneratedMessage.Builder<CreateDatasetRequest.Builder> implements CreateDatasetRequestOrBuilderRequest for creating a Dataset resource.
Protobuf type google.cloud.financialservices.v1.CreateDatasetRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateDatasetRequest.BuilderImplements
CreateDatasetRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateDatasetRequest build()| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest |
|
buildPartial()
public CreateDatasetRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest |
|
clear()
public CreateDatasetRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
|
clearDataset()
public CreateDatasetRequest.Builder clearDataset()Required. The dataset that will be created.
.google.cloud.financialservices.v1.Dataset dataset = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
|
clearDatasetId()
public CreateDatasetRequest.Builder clearDatasetId()Required. The resource id of the dataset
string dataset_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
This builder for chaining. |
clearParent()
public CreateDatasetRequest.Builder clearParent()Required. The parent of the Dataset is the Instance.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
This builder for chaining. |
clearRequestId()
public CreateDatasetRequest.Builder clearRequestId()Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
This builder for chaining. |
getDataset()
public Dataset getDataset()Required. The dataset that will be created.
.google.cloud.financialservices.v1.Dataset dataset = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Dataset |
The dataset. |
getDatasetBuilder()
public Dataset.Builder getDatasetBuilder()Required. The dataset that will be created.
.google.cloud.financialservices.v1.Dataset dataset = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Dataset.Builder |
|
getDatasetId()
public String getDatasetId()Required. The resource id of the dataset
string dataset_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The datasetId. |
getDatasetIdBytes()
public ByteString getDatasetIdBytes()Required. The resource id of the dataset
string dataset_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for datasetId. |
getDatasetOrBuilder()
public DatasetOrBuilder getDatasetOrBuilder()Required. The dataset that will be created.
.google.cloud.financialservices.v1.Dataset dataset = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DatasetOrBuilder |
|
getDefaultInstanceForType()
public CreateDatasetRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent()Required. The parent of the Dataset is the Instance.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent of the Dataset is the Instance.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRequestId()
public String getRequestId()Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
public ByteString getRequestIdBytes()Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
hasDataset()
public boolean hasDataset()Required. The dataset that will be created.
.google.cloud.financialservices.v1.Dataset dataset = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataset field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDataset(Dataset value)
public CreateDatasetRequest.Builder mergeDataset(Dataset value)Required. The dataset that will be created.
.google.cloud.financialservices.v1.Dataset dataset = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Dataset |
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
|
mergeFrom(CreateDatasetRequest other)
public CreateDatasetRequest.Builder mergeFrom(CreateDatasetRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateDatasetRequest |
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateDatasetRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateDatasetRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
|
setDataset(Dataset value)
public CreateDatasetRequest.Builder setDataset(Dataset value)Required. The dataset that will be created.
.google.cloud.financialservices.v1.Dataset dataset = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Dataset |
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
|
setDataset(Dataset.Builder builderForValue)
public CreateDatasetRequest.Builder setDataset(Dataset.Builder builderForValue)Required. The dataset that will be created.
.google.cloud.financialservices.v1.Dataset dataset = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Dataset.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
|
setDatasetId(String value)
public CreateDatasetRequest.Builder setDatasetId(String value)Required. The resource id of the dataset
string dataset_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe datasetId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
This builder for chaining. |
setDatasetIdBytes(ByteString value)
public CreateDatasetRequest.Builder setDatasetIdBytes(ByteString value)Required. The resource id of the dataset
string dataset_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for datasetId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
This builder for chaining. |
setParent(String value)
public CreateDatasetRequest.Builder setParent(String value)Required. The parent of the Dataset is the Instance.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateDatasetRequest.Builder setParentBytes(ByteString value)Required. The parent of the Dataset is the Instance.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
This builder for chaining. |
setRequestId(String value)
public CreateDatasetRequest.Builder setRequestId(String value)Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe requestId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
public CreateDatasetRequest.Builder setRequestIdBytes(ByteString value)Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for requestId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateDatasetRequest.Builder |
This builder for chaining. |