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 \ DiscoveredApiObservationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STYLE_UNSPECIFIED
Value: 0Unknown style
Generated from protobuf enum STYLE_UNSPECIFIED = 0;
REST
Value: 1Style is Rest API
Generated from protobuf enum REST = 1;
GRPC
Value: 2Style is Grpc API
Generated from protobuf enum GRPC = 2;
GRAPHQL
Value: 3Style is GraphQL API
Generated from protobuf enum GRAPHQL = 3;