Interface PrefixListOrBuilder (0.2.0)

public interface PrefixListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIncludedObjectPrefixes(int index)

public abstract String getIncludedObjectPrefixes(int index)

Optional. Include prefixes of the objects to be transformed.

  • Supports full object name
  • Supports prefix of the object name
  • Wildcards are not supported
  • Supports empty string for all objects in a bucket.

repeated string included_object_prefixes = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The includedObjectPrefixes at the given index.

getIncludedObjectPrefixesBytes(int index)

public abstract ByteString getIncludedObjectPrefixesBytes(int index)

Optional. Include prefixes of the objects to be transformed.

  • Supports full object name
  • Supports prefix of the object name
  • Wildcards are not supported
  • Supports empty string for all objects in a bucket.

repeated string included_object_prefixes = 2 [(.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 includedObjectPrefixes at the given index.

getIncludedObjectPrefixesCount()

public abstract int getIncludedObjectPrefixesCount()

Optional. Include prefixes of the objects to be transformed.

  • Supports full object name
  • Supports prefix of the object name
  • Wildcards are not supported
  • Supports empty string for all objects in a bucket.

repeated string included_object_prefixes = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of includedObjectPrefixes.

getIncludedObjectPrefixesList()

public abstract List<String> getIncludedObjectPrefixesList()

Optional. Include prefixes of the objects to be transformed.

  • Supports full object name
  • Supports prefix of the object name
  • Wildcards are not supported
  • Supports empty string for all objects in a bucket.

repeated string included_object_prefixes = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the includedObjectPrefixes.