Profile.DefinitionStages.WithEtag Interface

public static interface Profile.DefinitionStages.WithEtag

The stage of the Profile definition allowing to specify etag.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEtag(String etag)

Specifies the etag property: Gets a unique read-only string that changes whenever the resource is updated..

Method Details

withEtag

public abstract Profile.DefinitionStages.WithCreate withEtag(String etag)

Specifies the etag property: Gets a unique read-only string that changes whenever the resource is updated..

Parameters:

etag - Gets a unique read-only string that changes whenever the resource is updated.

Returns:

the next definition stage.

Applies to