bucketId property

  1. @TagNumber.new(2)
String get bucketId

Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods.

Implementation

@$pb.TagNumber(2)
$core.String get bucketId => $_getSZ(1);
  1. @TagNumber.new(2)
set bucketId (String value)

Implementation

@$pb.TagNumber(2)
set bucketId($core.String value) => $_setString(1, value);