public class ExistsContext extends OperationContext<ExistsPOptions.Builder,ExistsContext>
ExistsPOptions
.Modifier and Type | Method and Description |
---|---|
static ExistsContext |
create(ExistsPOptions.Builder optionsBuilder) |
static ExistsContext |
defaults() |
static ExistsContext |
mergeFrom(ExistsPOptions.Builder optionsBuilder)
Merges and embeds the given
ExistsPOptions with the corresponding master
options. |
String |
toString() |
getCancelledTrackers, getOperationId, getOptions, withTracker
public static ExistsContext create(ExistsPOptions.Builder optionsBuilder)
optionsBuilder
- Builder for proto ExistsPOptions
ExistsContext
with given optionspublic static ExistsContext mergeFrom(ExistsPOptions.Builder optionsBuilder)
ExistsPOptions
with the corresponding master
options.optionsBuilder
- Builder for proto ExistsPOptions
to merge with defaultsExistsContext
with default values for masterpublic static ExistsContext defaults()
ExistsContext
with default values for masterCopyright © 2023. All Rights Reserved.