- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.1.0
- 2.0.19
public static final class ImportMetadata.Builder extends GeneratedMessageV3.Builder<ImportMetadata.Builder> implements ImportMetadataOrBuilder
Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.
Protobuf type google.cloud.retail.v2beta.ImportMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ImportMetadata.BuilderImplements
ImportMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImportMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ImportMetadata.Builder |
build()
public ImportMetadata build()
Type | Description |
ImportMetadata |
buildPartial()
public ImportMetadata buildPartial()
Type | Description |
ImportMetadata |
clear()
public ImportMetadata.Builder clear()
Type | Description |
ImportMetadata.Builder |
clearCreateTime()
public ImportMetadata.Builder clearCreateTime()
Operation create time.
.google.protobuf.Timestamp create_time = 1;
Type | Description |
ImportMetadata.Builder |
clearFailureCount()
public ImportMetadata.Builder clearFailureCount()
Count of entries that encountered errors while processing.
int64 failure_count = 4;
Type | Description |
ImportMetadata.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ImportMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ImportMetadata.Builder |
clearNotificationPubsubTopic()
public ImportMetadata.Builder clearNotificationPubsubTopic()
Pub/Sub topic for receiving notification. If this field is set,
when the import is finished, a notification will be sent to
specified Pub/Sub topic. The message data will be JSON string of a
Operation.
Format of the Pub/Sub topic is projects/{project}/topics/{topic}
.
string notification_pubsub_topic = 6;
Type | Description |
ImportMetadata.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ImportMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ImportMetadata.Builder |
clearRequestId() (deprecated)
public ImportMetadata.Builder clearRequestId()
Deprecated. google.cloud.retail.v2beta.ImportMetadata.request_id is deprecated. See google/cloud/retail/v2beta/import_config.proto;l=341
Deprecated. This field is never set.
string request_id = 5 [deprecated = true];
Type | Description |
ImportMetadata.Builder | This builder for chaining. |
clearSuccessCount()
public ImportMetadata.Builder clearSuccessCount()
Count of entries that were processed successfully.
int64 success_count = 3;
Type | Description |
ImportMetadata.Builder | This builder for chaining. |
clearUpdateTime()
public ImportMetadata.Builder clearUpdateTime()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
Type | Description |
ImportMetadata.Builder |
clone()
public ImportMetadata.Builder clone()
Type | Description |
ImportMetadata.Builder |
getCreateTime()
public Timestamp getCreateTime()
Operation create time.
.google.protobuf.Timestamp create_time = 1;
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Operation create time.
.google.protobuf.Timestamp create_time = 1;
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Operation create time.
.google.protobuf.Timestamp create_time = 1;
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public ImportMetadata getDefaultInstanceForType()
Type | Description |
ImportMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFailureCount()
public long getFailureCount()
Count of entries that encountered errors while processing.
int64 failure_count = 4;
Type | Description |
long | The failureCount. |
getNotificationPubsubTopic()
public String getNotificationPubsubTopic()
Pub/Sub topic for receiving notification. If this field is set,
when the import is finished, a notification will be sent to
specified Pub/Sub topic. The message data will be JSON string of a
Operation.
Format of the Pub/Sub topic is projects/{project}/topics/{topic}
.
string notification_pubsub_topic = 6;
Type | Description |
String | The notificationPubsubTopic. |
getNotificationPubsubTopicBytes()
public ByteString getNotificationPubsubTopicBytes()
Pub/Sub topic for receiving notification. If this field is set,
when the import is finished, a notification will be sent to
specified Pub/Sub topic. The message data will be JSON string of a
Operation.
Format of the Pub/Sub topic is projects/{project}/topics/{topic}
.
string notification_pubsub_topic = 6;
Type | Description |
ByteString | The bytes for notificationPubsubTopic. |
getRequestId() (deprecated)
public String getRequestId()
Deprecated. google.cloud.retail.v2beta.ImportMetadata.request_id is deprecated. See google/cloud/retail/v2beta/import_config.proto;l=341
Deprecated. This field is never set.
string request_id = 5 [deprecated = true];
Type | Description |
String | The requestId. |
getRequestIdBytes() (deprecated)
public ByteString getRequestIdBytes()
Deprecated. google.cloud.retail.v2beta.ImportMetadata.request_id is deprecated. See google/cloud/retail/v2beta/import_config.proto;l=341
Deprecated. This field is never set.
string request_id = 5 [deprecated = true];
Type | Description |
ByteString | The bytes for requestId. |
getSuccessCount()
public long getSuccessCount()
Count of entries that were processed successfully.
int64 success_count = 3;
Type | Description |
long | The successCount. |
getUpdateTime()
public Timestamp getUpdateTime()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public boolean hasCreateTime()
Operation create time.
.google.protobuf.Timestamp create_time = 1;
Type | Description |
boolean | Whether the createTime field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
Type | Description |
boolean | Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public ImportMetadata.Builder mergeCreateTime(Timestamp value)
Operation create time.
.google.protobuf.Timestamp create_time = 1;
Name | Description |
value | Timestamp |
Type | Description |
ImportMetadata.Builder |
mergeFrom(ImportMetadata other)
public ImportMetadata.Builder mergeFrom(ImportMetadata other)
Name | Description |
other | ImportMetadata |
Type | Description |
ImportMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImportMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImportMetadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ImportMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ImportMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImportMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ImportMetadata.Builder |
mergeUpdateTime(Timestamp value)
public ImportMetadata.Builder mergeUpdateTime(Timestamp value)
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
Name | Description |
value | Timestamp |
Type | Description |
ImportMetadata.Builder |
setCreateTime(Timestamp value)
public ImportMetadata.Builder setCreateTime(Timestamp value)
Operation create time.
.google.protobuf.Timestamp create_time = 1;
Name | Description |
value | Timestamp |
Type | Description |
ImportMetadata.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public ImportMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)
Operation create time.
.google.protobuf.Timestamp create_time = 1;
Name | Description |
builderForValue | Builder |
Type | Description |
ImportMetadata.Builder |
setFailureCount(long value)
public ImportMetadata.Builder setFailureCount(long value)
Count of entries that encountered errors while processing.
int64 failure_count = 4;
Name | Description |
value | long The failureCount to set. |
Type | Description |
ImportMetadata.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ImportMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ImportMetadata.Builder |
setNotificationPubsubTopic(String value)
public ImportMetadata.Builder setNotificationPubsubTopic(String value)
Pub/Sub topic for receiving notification. If this field is set,
when the import is finished, a notification will be sent to
specified Pub/Sub topic. The message data will be JSON string of a
Operation.
Format of the Pub/Sub topic is projects/{project}/topics/{topic}
.
string notification_pubsub_topic = 6;
Name | Description |
value | String The notificationPubsubTopic to set. |
Type | Description |
ImportMetadata.Builder | This builder for chaining. |
setNotificationPubsubTopicBytes(ByteString value)
public ImportMetadata.Builder setNotificationPubsubTopicBytes(ByteString value)
Pub/Sub topic for receiving notification. If this field is set,
when the import is finished, a notification will be sent to
specified Pub/Sub topic. The message data will be JSON string of a
Operation.
Format of the Pub/Sub topic is projects/{project}/topics/{topic}
.
string notification_pubsub_topic = 6;
Name | Description |
value | ByteString The bytes for notificationPubsubTopic to set. |
Type | Description |
ImportMetadata.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImportMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ImportMetadata.Builder |
setRequestId(String value) (deprecated)
public ImportMetadata.Builder setRequestId(String value)
Deprecated. google.cloud.retail.v2beta.ImportMetadata.request_id is deprecated. See google/cloud/retail/v2beta/import_config.proto;l=341
Deprecated. This field is never set.
string request_id = 5 [deprecated = true];
Name | Description |
value | String The requestId to set. |
Type | Description |
ImportMetadata.Builder | This builder for chaining. |
setRequestIdBytes(ByteString value) (deprecated)
public ImportMetadata.Builder setRequestIdBytes(ByteString value)
Deprecated. google.cloud.retail.v2beta.ImportMetadata.request_id is deprecated. See google/cloud/retail/v2beta/import_config.proto;l=341
Deprecated. This field is never set.
string request_id = 5 [deprecated = true];
Name | Description |
value | ByteString The bytes for requestId to set. |
Type | Description |
ImportMetadata.Builder | This builder for chaining. |
setSuccessCount(long value)
public ImportMetadata.Builder setSuccessCount(long value)
Count of entries that were processed successfully.
int64 success_count = 3;
Name | Description |
value | long The successCount to set. |
Type | Description |
ImportMetadata.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ImportMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ImportMetadata.Builder |
setUpdateTime(Timestamp value)
public ImportMetadata.Builder setUpdateTime(Timestamp value)
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
Name | Description |
value | Timestamp |
Type | Description |
ImportMetadata.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public ImportMetadata.Builder setUpdateTime(Timestamp.Builder builderForValue)
Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
Name | Description |
builderForValue | Builder |
Type | Description |
ImportMetadata.Builder |