public final class TransferErrorLogEntry extends GeneratedMessage implements TransferErrorLogEntryOrBuilderAn entry describing an error that has occurred.
Protobuf type google.cloud.parallelstore.v1beta.TransferErrorLogEntry
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > TransferErrorLogEntryImplements
TransferErrorLogEntryOrBuilderStatic Fields
ERROR_DETAILS_FIELD_NUMBER
public static final int ERROR_DETAILS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static TransferErrorLogEntry getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static TransferErrorLogEntry.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry.Builder |
|
newBuilder(TransferErrorLogEntry prototype)
public static TransferErrorLogEntry.Builder newBuilder(TransferErrorLogEntry prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
TransferErrorLogEntry |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry.Builder |
|
parseDelimitedFrom(InputStream input)
public static TransferErrorLogEntry parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TransferErrorLogEntry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static TransferErrorLogEntry parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TransferErrorLogEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static TransferErrorLogEntry parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TransferErrorLogEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static TransferErrorLogEntry parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TransferErrorLogEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static TransferErrorLogEntry parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TransferErrorLogEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static TransferErrorLogEntry parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TransferErrorLogEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<TransferErrorLogEntry> parser()| Returns | |
|---|---|
| Type | Description |
Parser<TransferErrorLogEntry> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public TransferErrorLogEntry getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry |
|
getErrorDetails(int index)
public String getErrorDetails(int index)A list of messages that carry the error details.
repeated string error_details = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The errorDetails at the given index. |
getErrorDetailsBytes(int index)
public ByteString getErrorDetailsBytes(int index)A list of messages that carry the error details.
repeated string error_details = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the errorDetails at the given index. |
getErrorDetailsCount()
public int getErrorDetailsCount()A list of messages that carry the error details.
repeated string error_details = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of errorDetails. |
getErrorDetailsList()
public ProtocolStringList getErrorDetailsList()A list of messages that carry the error details.
repeated string error_details = 2;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the errorDetails. |
getParserForType()
public Parser<TransferErrorLogEntry> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<TransferErrorLogEntry> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getUri()
public String getUri()A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public ByteString getUriBytes()A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
string uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public TransferErrorLogEntry.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected TransferErrorLogEntry.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry.Builder |
|
toBuilder()
public TransferErrorLogEntry.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
TransferErrorLogEntry.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|