Packages

package resource

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Resource(type: String = "", labels: Map[String, String] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Resource] with Product with Serializable

    Resource information.

    Resource information.

    type

    Type identifier for the resource.

    labels

    Set of labels that describe the resource.

    Annotations
    @SerialVersionUID()

Ungrouped