name property

  1. @TagNumber.new(1)
String get name

Required. The full resource name of the view to update

"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]"

For example:

"projects/my-project/locations/global/buckets/my-bucket/views/my-view"

Implementation

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

Implementation

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