Google.Rpc.ResourceInfo (ex_sui v0.1.0)

View Source

Describes the resource that is being accessed.

Summary

Types

t()

@type t() :: %Google.Rpc.ResourceInfo{
  __unknown_fields__: [Protobuf.unknown_field()],
  description: String.t(),
  owner: String.t(),
  resource_name: String.t(),
  resource_type: String.t()
}

Functions

descriptor()