Google Cloud Api Hub V1 Client - Class Style (0.3.0)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class Style.

DiscoveredApiObservation protocol style

Protobuf type google.cloud.apihub.v1.DiscoveredApiObservation.Style

Namespace

Google \ Cloud \ ApiHub \ V1 \ DiscoveredApiObservation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STYLE_UNSPECIFIED

Value: 0

Unknown style

Generated from protobuf enum STYLE_UNSPECIFIED = 0;

REST

Value: 1

Style is Rest API

Generated from protobuf enum REST = 1;

GRPC

Value: 2

Style is Grpc API

Generated from protobuf enum GRPC = 2;

GRAPHQL

Value: 3

Style is GraphQL API

Generated from protobuf enum GRAPHQL = 3;