resource property

  1. @TagNumber(100)
String resource

Optional. Immutable. The resource name of the resource that is associated to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.

Implementation

@$pb.TagNumber(100)
$core.String get resource => $_getSZ(8);
  1. @TagNumber(100)
void resource=(String v)

Implementation

@$pb.TagNumber(100)
set resource($core.String v) { $_setString(8, v); }