Copied!

A flag representing a specific style that a resource claims to conform to.

Protobuf type google.api.ResourceDescriptor.Style

CloneableInstantiable
Constants
public Google\Api\ResourceDescriptor\Style::DECLARATIVE_FRIENDLY = 1
 

This resource is intended to be "declarative-friendly".

Declarative-friendly resources must be more strictly consistent, and setting this to true communicates to tools that this resource should adhere to declarative-friendly expectations. Note: This is used by the API linter (linter.aip.dev) to enable additional checks.

Generated from protobuf enum DECLARATIVE_FRIENDLY = 1;

public Google\Api\ResourceDescriptor\Style::STYLE_UNSPECIFIED = 0
 

The unspecified value. Do not use.

Generated from protobuf enum STYLE_UNSPECIFIED = 0;

Methods
public static name( $value)
public static value( $name)
Properties
private static $valueToName = ['STYLE_UNSPECIFIED', 'DECLARATIVE_FRIENDLY']
Properties
private static $valueToName = ['STYLE_UNSPECIFIED', 'DECLARATIVE_FRIENDLY']
Methods
public static name( $value)
public static value( $name)
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration