- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.0.4
public static final class TransferTypes.ErrorLogEntry.Builder extends GeneratedMessageV3.Builder<TransferTypes.ErrorLogEntry.Builder> implements TransferTypes.ErrorLogEntryOrBuilder
An entry describing an error that has occurred.
Protobuf type google.storagetransfer.v1.ErrorLogEntry
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TransferTypes.ErrorLogEntry.BuilderImplements
TransferTypes.ErrorLogEntryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllErrorDetails(Iterable<String> values)
public TransferTypes.ErrorLogEntry.Builder addAllErrorDetails(Iterable<String> values)
A list of messages that carry the error details.
repeated string error_details = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The errorDetails to add. |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
This builder for chaining. |
addErrorDetails(String value)
public TransferTypes.ErrorLogEntry.Builder addErrorDetails(String value)
A list of messages that carry the error details.
repeated string error_details = 3;
Parameter | |
---|---|
Name | Description |
value |
String The errorDetails to add. |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
This builder for chaining. |
addErrorDetailsBytes(ByteString value)
public TransferTypes.ErrorLogEntry.Builder addErrorDetailsBytes(ByteString value)
A list of messages that carry the error details.
repeated string error_details = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the errorDetails to add. |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransferTypes.ErrorLogEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
build()
public TransferTypes.ErrorLogEntry build()
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry |
buildPartial()
public TransferTypes.ErrorLogEntry buildPartial()
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry |
clear()
public TransferTypes.ErrorLogEntry.Builder clear()
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
clearErrorDetails()
public TransferTypes.ErrorLogEntry.Builder clearErrorDetails()
A list of messages that carry the error details.
repeated string error_details = 3;
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public TransferTypes.ErrorLogEntry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TransferTypes.ErrorLogEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
clearUrl()
public TransferTypes.ErrorLogEntry.Builder clearUrl()
Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
string url = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
This builder for chaining. |
clone()
public TransferTypes.ErrorLogEntry.Builder clone()
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
getDefaultInstanceForType()
public TransferTypes.ErrorLogEntry getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getErrorDetails(int index)
public String getErrorDetails(int index)
A list of messages that carry the error details.
repeated string error_details = 3;
Parameter | |
---|---|
Name | Description |
index |
int The 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 = 3;
Parameter | |
---|---|
Name | Description |
index |
int The 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 = 3;
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 = 3;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the errorDetails. |
getUrl()
public String getUrl()
Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
string url = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The url. |
getUrlBytes()
public ByteString getUrlBytes()
Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
string url = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for url. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TransferTypes.ErrorLogEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public TransferTypes.ErrorLogEntry.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
mergeFrom(TransferTypes.ErrorLogEntry other)
public TransferTypes.ErrorLogEntry.Builder mergeFrom(TransferTypes.ErrorLogEntry other)
Parameter | |
---|---|
Name | Description |
other |
TransferTypes.ErrorLogEntry |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.ErrorLogEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
setErrorDetails(int index, String value)
public TransferTypes.ErrorLogEntry.Builder setErrorDetails(int index, String value)
A list of messages that carry the error details.
repeated string error_details = 3;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The errorDetails to set. |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public TransferTypes.ErrorLogEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransferTypes.ErrorLogEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TransferTypes.ErrorLogEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
setUrl(String value)
public TransferTypes.ErrorLogEntry.Builder setUrl(String value)
Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
string url = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The url to set. |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
This builder for chaining. |
setUrlBytes(ByteString value)
public TransferTypes.ErrorLogEntry.Builder setUrlBytes(ByteString value)
Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
string url = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for url to set. |
Returns | |
---|---|
Type | Description |
TransferTypes.ErrorLogEntry.Builder |
This builder for chaining. |