public static final class CreateImportDataFileRequest.Builder extends GeneratedMessageV3.Builder<CreateImportDataFileRequest.Builder> implements CreateImportDataFileRequestOrBuilder
A request to create an ImportDataFile
resource.
Protobuf type google.cloud.migrationcenter.v1.CreateImportDataFileRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CreateImportDataFileRequest.BuilderImplements
CreateImportDataFileRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateImportDataFileRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
build()
public CreateImportDataFileRequest build()
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest |
buildPartial()
public CreateImportDataFileRequest buildPartial()
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest |
clear()
public CreateImportDataFileRequest.Builder clear()
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public CreateImportDataFileRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
clearImportDataFile()
public CreateImportDataFileRequest.Builder clearImportDataFile()
Required. The resource being created.
.google.cloud.migrationcenter.v1.ImportDataFile import_data_file = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
clearImportDataFileId()
public CreateImportDataFileRequest.Builder clearImportDataFileId()
Required. The ID of the new data file.
string import_data_file_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateImportDataFileRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
clearParent()
public CreateImportDataFileRequest.Builder clearParent()
Required. Name of the parent of the ImportDataFile.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder | This builder for chaining. |
clearRequestId()
public CreateImportDataFileRequest.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 |
CreateImportDataFileRequest.Builder | This builder for chaining. |
clone()
public CreateImportDataFileRequest.Builder clone()
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
getDefaultInstanceForType()
public CreateImportDataFileRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getImportDataFile()
public ImportDataFile getImportDataFile()
Required. The resource being created.
.google.cloud.migrationcenter.v1.ImportDataFile import_data_file = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ImportDataFile | The importDataFile. |
getImportDataFileBuilder()
public ImportDataFile.Builder getImportDataFileBuilder()
Required. The resource being created.
.google.cloud.migrationcenter.v1.ImportDataFile import_data_file = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ImportDataFile.Builder |
getImportDataFileId()
public String getImportDataFileId()
Required. The ID of the new data file.
string import_data_file_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The importDataFileId. |
getImportDataFileIdBytes()
public ByteString getImportDataFileIdBytes()
Required. The ID of the new data file.
string import_data_file_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for importDataFileId. |
getImportDataFileOrBuilder()
public ImportDataFileOrBuilder getImportDataFileOrBuilder()
Required. The resource being created.
.google.cloud.migrationcenter.v1.ImportDataFile import_data_file = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ImportDataFileOrBuilder |
getParent()
public String getParent()
Required. Name of the parent of the ImportDataFile.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. Name of the parent of the ImportDataFile.
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. |
hasImportDataFile()
public boolean hasImportDataFile()
Required. The resource being created.
.google.cloud.migrationcenter.v1.ImportDataFile import_data_file = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean | Whether the importDataFile field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(CreateImportDataFileRequest other)
public CreateImportDataFileRequest.Builder mergeFrom(CreateImportDataFileRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateImportDataFileRequest |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateImportDataFileRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public CreateImportDataFileRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
mergeImportDataFile(ImportDataFile value)
public CreateImportDataFileRequest.Builder mergeImportDataFile(ImportDataFile value)
Required. The resource being created.
.google.cloud.migrationcenter.v1.ImportDataFile import_data_file = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | ImportDataFile |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateImportDataFileRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CreateImportDataFileRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
setImportDataFile(ImportDataFile value)
public CreateImportDataFileRequest.Builder setImportDataFile(ImportDataFile value)
Required. The resource being created.
.google.cloud.migrationcenter.v1.ImportDataFile import_data_file = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | ImportDataFile |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
setImportDataFile(ImportDataFile.Builder builderForValue)
public CreateImportDataFileRequest.Builder setImportDataFile(ImportDataFile.Builder builderForValue)
Required. The resource being created.
.google.cloud.migrationcenter.v1.ImportDataFile import_data_file = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
builderForValue | ImportDataFile.Builder |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
setImportDataFileId(String value)
public CreateImportDataFileRequest.Builder setImportDataFileId(String value)
Required. The ID of the new data file.
string import_data_file_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | String The importDataFileId to set. |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder | This builder for chaining. |
setImportDataFileIdBytes(ByteString value)
public CreateImportDataFileRequest.Builder setImportDataFileIdBytes(ByteString value)
Required. The ID of the new data file.
string import_data_file_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for importDataFileId to set. |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder | This builder for chaining. |
setParent(String value)
public CreateImportDataFileRequest.Builder setParent(String value)
Required. Name of the parent of the ImportDataFile.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | String The parent to set. |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public CreateImportDataFileRequest.Builder setParentBytes(ByteString value)
Required. Name of the parent of the ImportDataFile.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for parent to set. |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateImportDataFileRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |
setRequestId(String value)
public CreateImportDataFileRequest.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 | String The requestId to set. |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder | This builder for chaining. |
setRequestIdBytes(ByteString value)
public CreateImportDataFileRequest.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 | ByteString The bytes for requestId to set. |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateImportDataFileRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CreateImportDataFileRequest.Builder |