Interface RequestOptionsOrBuilder (3.3.0)

public interface RequestOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRequestTags(int index)

public abstract String getRequestTags(int index)

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.

repeated string request_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The requestTags at the given index.

getRequestTagsBytes(int index)

public abstract ByteString getRequestTagsBytes(int index)

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.

repeated string request_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the requestTags at the given index.

getRequestTagsCount()

public abstract int getRequestTagsCount()

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.

repeated string request_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of requestTags.

getRequestTagsList()

public abstract List<String> getRequestTagsList()

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.

repeated string request_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the requestTags.