Interface UpdateObjectCustomContextOrBuilder (0.27.0)

public interface UpdateObjectCustomContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionCase()

public abstract UpdateObjectCustomContext.ActionCase getActionCase()
Returns
Type Description
UpdateObjectCustomContext.ActionCase

getClearAll()

public abstract boolean getClearAll()

If set, must be set to true and all existing object custom contexts will be deleted.

bool clear_all = 2;

Returns
Type Description
boolean

The clearAll.

getCustomContextUpdates()

public abstract CustomContextUpdates getCustomContextUpdates()

A collection of updates to apply to specific custom contexts. Use this to add, update or delete individual contexts by key.

.google.cloud.storagebatchoperations.v1.CustomContextUpdates custom_context_updates = 1;

Returns
Type Description
CustomContextUpdates

The customContextUpdates.

getCustomContextUpdatesOrBuilder()

public abstract CustomContextUpdatesOrBuilder getCustomContextUpdatesOrBuilder()

A collection of updates to apply to specific custom contexts. Use this to add, update or delete individual contexts by key.

.google.cloud.storagebatchoperations.v1.CustomContextUpdates custom_context_updates = 1;

Returns
Type Description
CustomContextUpdatesOrBuilder

hasClearAll()

public abstract boolean hasClearAll()

If set, must be set to true and all existing object custom contexts will be deleted.

bool clear_all = 2;

Returns
Type Description
boolean

Whether the clearAll field is set.

hasCustomContextUpdates()

public abstract boolean hasCustomContextUpdates()

A collection of updates to apply to specific custom contexts. Use this to add, update or delete individual contexts by key.

.google.cloud.storagebatchoperations.v1.CustomContextUpdates custom_context_updates = 1;

Returns
Type Description
boolean

Whether the customContextUpdates field is set.