- 0.205.0 (latest)
- 0.203.0
- 0.202.0
- 0.201.0
- 0.200.0
- 0.198.0
- 0.196.0
- 0.195.0
- 0.194.0
- 0.193.0
- 0.192.0
- 0.190.0
- 0.188.0
- 0.187.0
- 0.184.0
- 0.183.0
- 0.182.0
- 0.180.0
- 0.179.0
- 0.178.0
- 0.177.0
- 0.176.0
- 0.175.0
- 0.174.0
- 0.173.0
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
public static final class CreateInstructionMetadata.Builder extends GeneratedMessage.Builder<CreateInstructionMetadata.Builder> implements CreateInstructionMetadataOrBuilderMetadata of a CreateInstruction operation.
Protobuf type google.cloud.datalabeling.v1beta1.CreateInstructionMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateInstructionMetadata.BuilderImplements
CreateInstructionMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllPartialFailures(Iterable<? extends Status> values)
public CreateInstructionMetadata.Builder addAllPartialFailures(Iterable<? extends Status> values)Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.rpc.Status> |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
addPartialFailures(Status value)
public CreateInstructionMetadata.Builder addPartialFailures(Status value)Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.rpc.Status |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
addPartialFailures(Status.Builder builderForValue)
public CreateInstructionMetadata.Builder addPartialFailures(Status.Builder builderForValue)Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
com.google.rpc.Status.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
addPartialFailures(int index, Status value)
public CreateInstructionMetadata.Builder addPartialFailures(int index, Status value)Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
com.google.rpc.Status |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
addPartialFailures(int index, Status.Builder builderForValue)
public CreateInstructionMetadata.Builder addPartialFailures(int index, Status.Builder builderForValue)Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
com.google.rpc.Status.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
addPartialFailuresBuilder()
public Status.Builder addPartialFailuresBuilder()Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status.Builder |
|
addPartialFailuresBuilder(int index)
public Status.Builder addPartialFailuresBuilder(int index)Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status.Builder |
|
build()
public CreateInstructionMetadata build()| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata |
|
buildPartial()
public CreateInstructionMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata |
|
clear()
public CreateInstructionMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
clearCreateTime()
public CreateInstructionMetadata.Builder clearCreateTime()Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
clearInstruction()
public CreateInstructionMetadata.Builder clearInstruction()The name of the created Instruction. projects/{project_id}/instructions/{instruction_id}
string instruction = 1;
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
This builder for chaining. |
clearPartialFailures()
public CreateInstructionMetadata.Builder clearPartialFailures()Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
getCreateTime()
public Timestamp getCreateTime()Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public CreateInstructionMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInstruction()
public String getInstruction()The name of the created Instruction. projects/{project_id}/instructions/{instruction_id}
string instruction = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The instruction. |
getInstructionBytes()
public ByteString getInstructionBytes()The name of the created Instruction. projects/{project_id}/instructions/{instruction_id}
string instruction = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instruction. |
getPartialFailures(int index)
public Status getPartialFailures(int index)Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
|
getPartialFailuresBuilder(int index)
public Status.Builder getPartialFailuresBuilder(int index)Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status.Builder |
|
getPartialFailuresBuilderList()
public List<Status.Builder> getPartialFailuresBuilderList()Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Returns | |
|---|---|
| Type | Description |
List<com.google.rpc.Status.Builder> |
|
getPartialFailuresCount()
public int getPartialFailuresCount()Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPartialFailuresList()
public List<Status> getPartialFailuresList()Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Returns | |
|---|---|
| Type | Description |
List<com.google.rpc.Status> |
|
getPartialFailuresOrBuilder(int index)
public StatusOrBuilder getPartialFailuresOrBuilder(int index)Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getPartialFailuresOrBuilderList()
public List<? extends StatusOrBuilder> getPartialFailuresOrBuilderList()Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.rpc.StatusOrBuilder> |
|
hasCreateTime()
public boolean hasCreateTime()Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreateTime(Timestamp value)
public CreateInstructionMetadata.Builder mergeCreateTime(Timestamp value)Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
mergeFrom(CreateInstructionMetadata other)
public CreateInstructionMetadata.Builder mergeFrom(CreateInstructionMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateInstructionMetadata |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateInstructionMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateInstructionMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
removePartialFailures(int index)
public CreateInstructionMetadata.Builder removePartialFailures(int index)Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
setCreateTime(Timestamp value)
public CreateInstructionMetadata.Builder setCreateTime(Timestamp value)Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public CreateInstructionMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)Timestamp when create instruction request was created.
.google.protobuf.Timestamp create_time = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
setInstruction(String value)
public CreateInstructionMetadata.Builder setInstruction(String value)The name of the created Instruction. projects/{project_id}/instructions/{instruction_id}
string instruction = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe instruction to set. |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
This builder for chaining. |
setInstructionBytes(ByteString value)
public CreateInstructionMetadata.Builder setInstructionBytes(ByteString value)The name of the created Instruction. projects/{project_id}/instructions/{instruction_id}
string instruction = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for instruction to set. |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
This builder for chaining. |
setPartialFailures(int index, Status value)
public CreateInstructionMetadata.Builder setPartialFailures(int index, Status value)Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
com.google.rpc.Status |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|
setPartialFailures(int index, Status.Builder builderForValue)
public CreateInstructionMetadata.Builder setPartialFailures(int index, Status.Builder builderForValue)Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
com.google.rpc.Status.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateInstructionMetadata.Builder |
|