public static final class UpsertExamplesResponse.Builder extends GeneratedMessageV3.Builder<UpsertExamplesResponse.Builder> implements UpsertExamplesResponseOrBuilder
Response message for
ExampleStoreService.UpsertExamples.
Protobuf type google.cloud.aiplatform.v1beta1.UpsertExamplesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public UpsertExamplesResponse.Builder addAllResults(Iterable<? extends UpsertExamplesResponse.UpsertResult> values)
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult>
|
public UpsertExamplesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public UpsertExamplesResponse.Builder addResults(UpsertExamplesResponse.UpsertResult value)
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
public UpsertExamplesResponse.Builder addResults(UpsertExamplesResponse.UpsertResult.Builder builderForValue)
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
public UpsertExamplesResponse.Builder addResults(int index, UpsertExamplesResponse.UpsertResult value)
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
public UpsertExamplesResponse.Builder addResults(int index, UpsertExamplesResponse.UpsertResult.Builder builderForValue)
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
public UpsertExamplesResponse.UpsertResult.Builder addResultsBuilder()
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
public UpsertExamplesResponse.UpsertResult.Builder addResultsBuilder(int index)
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
Parameter |
Name |
Description |
index |
int
|
public UpsertExamplesResponse build()
public UpsertExamplesResponse buildPartial()
public UpsertExamplesResponse.Builder clear()
Overrides
public UpsertExamplesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public UpsertExamplesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public UpsertExamplesResponse.Builder clearResults()
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
public UpsertExamplesResponse.Builder clone()
Overrides
public UpsertExamplesResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public UpsertExamplesResponse.UpsertResult getResults(int index)
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
Parameter |
Name |
Description |
index |
int
|
public UpsertExamplesResponse.UpsertResult.Builder getResultsBuilder(int index)
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
Parameter |
Name |
Description |
index |
int
|
public List<UpsertExamplesResponse.UpsertResult.Builder> getResultsBuilderList()
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
public int getResultsCount()
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
Returns |
Type |
Description |
int |
|
public List<UpsertExamplesResponse.UpsertResult> getResultsList()
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
public UpsertExamplesResponse.UpsertResultOrBuilder getResultsOrBuilder(int index)
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
Parameter |
Name |
Description |
index |
int
|
public List<? extends UpsertExamplesResponse.UpsertResultOrBuilder> getResultsOrBuilderList()
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResultOrBuilder> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public UpsertExamplesResponse.Builder mergeFrom(UpsertExamplesResponse other)
public UpsertExamplesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public UpsertExamplesResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final UpsertExamplesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public UpsertExamplesResponse.Builder removeResults(int index)
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
Parameter |
Name |
Description |
index |
int
|
public UpsertExamplesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public UpsertExamplesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public UpsertExamplesResponse.Builder setResults(int index, UpsertExamplesResponse.UpsertResult value)
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
public UpsertExamplesResponse.Builder setResults(int index, UpsertExamplesResponse.UpsertResult.Builder builderForValue)
A list of results for creating/updating. It's either a successfully
created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
public final UpsertExamplesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides