public static final class NearestNeighborSearchOperationMetadata.RecordError extends GeneratedMessageV3 implements NearestNeighborSearchOperationMetadata.RecordErrorOrBuilder
Protobuf type
google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.RecordError
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int EMBEDDING_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int ERROR_MESSAGE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int ERROR_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int RAW_RECORD_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int SOURCE_GCS_URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static NearestNeighborSearchOperationMetadata.RecordError getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static NearestNeighborSearchOperationMetadata.RecordError.Builder newBuilder()
public static NearestNeighborSearchOperationMetadata.RecordError.Builder newBuilder(NearestNeighborSearchOperationMetadata.RecordError prototype)
public static NearestNeighborSearchOperationMetadata.RecordError parseDelimitedFrom(InputStream input)
public static NearestNeighborSearchOperationMetadata.RecordError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata.RecordError parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static NearestNeighborSearchOperationMetadata.RecordError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata.RecordError parseFrom(ByteString data)
public static NearestNeighborSearchOperationMetadata.RecordError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata.RecordError parseFrom(CodedInputStream input)
public static NearestNeighborSearchOperationMetadata.RecordError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata.RecordError parseFrom(InputStream input)
public static NearestNeighborSearchOperationMetadata.RecordError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NearestNeighborSearchOperationMetadata.RecordError parseFrom(ByteBuffer data)
public static NearestNeighborSearchOperationMetadata.RecordError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<NearestNeighborSearchOperationMetadata.RecordError> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public NearestNeighborSearchOperationMetadata.RecordError getDefaultInstanceForType()
public String getEmbeddingId()
Empty if the embedding id is failed to parse.
string embedding_id = 4;
Returns |
---|
Type | Description |
String | The embeddingId.
|
public ByteString getEmbeddingIdBytes()
Empty if the embedding id is failed to parse.
string embedding_id = 4;
Returns |
---|
Type | Description |
ByteString | The bytes for embeddingId.
|
public String getErrorMessage()
A human-readable message that is shown to the user to help them fix the
error. Note that this message may change from time to time, your code
should check against error_type as the source of truth.
string error_message = 2;
Returns |
---|
Type | Description |
String | The errorMessage.
|
public ByteString getErrorMessageBytes()
A human-readable message that is shown to the user to help them fix the
error. Note that this message may change from time to time, your code
should check against error_type as the source of truth.
string error_message = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for errorMessage.
|
public NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType getErrorType()
The error type of this record.
.google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType error_type = 1;
public int getErrorTypeValue()
The error type of this record.
.google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata.RecordError.RecordErrorType error_type = 1;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for errorType.
|
public Parser<NearestNeighborSearchOperationMetadata.RecordError> getParserForType()
Overrides
public String getRawRecord()
The original content of this record.
string raw_record = 5;
Returns |
---|
Type | Description |
String | The rawRecord.
|
public ByteString getRawRecordBytes()
The original content of this record.
string raw_record = 5;
Returns |
---|
Type | Description |
ByteString | The bytes for rawRecord.
|
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public String getSourceGcsUri()
Cloud Storage URI pointing to the original file in user's bucket.
string source_gcs_uri = 3;
Returns |
---|
Type | Description |
String | The sourceGcsUri.
|
public ByteString getSourceGcsUriBytes()
Cloud Storage URI pointing to the original file in user's bucket.
string source_gcs_uri = 3;
Returns |
---|
Type | Description |
ByteString | The bytes for sourceGcsUri.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public NearestNeighborSearchOperationMetadata.RecordError.Builder newBuilderForType()
protected NearestNeighborSearchOperationMetadata.RecordError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public NearestNeighborSearchOperationMetadata.RecordError.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides