Google Cloud Datastore v1 API - Class RequestOptions (5.2.0)

public sealed class RequestOptions : IMessage<RequestOptions>, IEquatable<RequestOptions>, IDeepCloneable<RequestOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Datastore v1 API class RequestOptions.

Options for a request.

Inheritance

object > RequestOptions

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

RequestOptions()

public RequestOptions()

RequestOptions(RequestOptions)

public RequestOptions(RequestOptions other)
Parameter
Name Description
other RequestOptions

Properties

RequestTags

public RepeatedField<string> RequestTags { get; }

Optional. The request tags for the request. The tags are processed as follows:

  • Truncated to 510 characters.
  • Filtered out if empty.
  • Deduplicated.
  • Limited to 50 tags.
Property Value
Type Description
RepeatedFieldstring