public interface ExportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getOptions()
data export options mask
|
com.google.protobuf.Timestamp |
getStartFrom()
start export from timestamp (UTC)
|
com.google.protobuf.TimestampOrBuilder |
getStartFromOrBuilder()
start export from timestamp (UTC)
|
boolean |
hasStartFrom()
start export from timestamp (UTC)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getOptions()
data export options mask
uint32 options = 1 [json_name = "options"];boolean hasStartFrom()
start export from timestamp (UTC)
.google.protobuf.Timestamp start_from = 20 [json_name = "startFrom"];com.google.protobuf.Timestamp getStartFrom()
start export from timestamp (UTC)
.google.protobuf.Timestamp start_from = 20 [json_name = "startFrom"];com.google.protobuf.TimestampOrBuilder getStartFromOrBuilder()
start export from timestamp (UTC)
.google.protobuf.Timestamp start_from = 20 [json_name = "startFrom"];Copyright © 2024. All rights reserved.