type google.golang.org/genproto/googleapis/api.LaunchStage
29 uses
google.golang.org/genproto/googleapis/api (current package)
launch_stage.pb.go#L45: type LaunchStage int32
launch_stage.pb.go#L49: LaunchStage_LAUNCH_STAGE_UNSPECIFIED LaunchStage = 0
launch_stage.pb.go#L51: LaunchStage_UNIMPLEMENTED LaunchStage = 6
launch_stage.pb.go#L53: LaunchStage_PRELAUNCH LaunchStage = 7
launch_stage.pb.go#L59: LaunchStage_EARLY_ACCESS LaunchStage = 1
launch_stage.pb.go#L69: LaunchStage_ALPHA LaunchStage = 2
launch_stage.pb.go#L75: LaunchStage_BETA LaunchStage = 3
launch_stage.pb.go#L78: LaunchStage_GA LaunchStage = 4
launch_stage.pb.go#L84: LaunchStage_DEPRECATED LaunchStage = 5
launch_stage.pb.go#L111: func (x LaunchStage) Enum() *LaunchStage {
launch_stage.pb.go#L112: p := new(LaunchStage)
launch_stage.pb.go#L117: func (x LaunchStage) String() string {
launch_stage.pb.go#L121: func (LaunchStage) Descriptor() protoreflect.EnumDescriptor {
launch_stage.pb.go#L125: func (LaunchStage) Type() protoreflect.EnumType {
launch_stage.pb.go#L129: func (x LaunchStage) Number() protoreflect.EnumNumber {
launch_stage.pb.go#L134: func (LaunchStage) EnumDescriptor() ([]byte, []int) {
launch_stage.pb.go#L175: (LaunchStage)(0), // 0: google.api.LaunchStage
google.golang.org/genproto/googleapis/api/metric
metric.pb.go#L358: LaunchStage api.LaunchStage `protobuf:"varint,12,opt,name=launch_stage,json=launchStage,proto3,enum=google.api.LaunchStage" json:"launch_stage,omitempty"`
metric.pb.go#L462: func (x *MetricDescriptor) GetLaunchStage() api.LaunchStage {
metric.pb.go#L546: LaunchStage api.LaunchStage `protobuf:"varint,1,opt,name=launch_stage,json=launchStage,proto3,enum=google.api.LaunchStage" json:"launch_stage,omitempty"`
metric.pb.go#L591: func (x *MetricDescriptor_MetricDescriptorMetadata) GetLaunchStage() api.LaunchStage {
metric.pb.go#L723: (api.LaunchStage)(0), // 7: google.api.LaunchStage
google.golang.org/genproto/googleapis/api/monitoredres
monitored_resource.pb.go#L118: LaunchStage api.LaunchStage `protobuf:"varint,7,opt,name=launch_stage,json=launchStage,proto3,enum=google.api.LaunchStage" json:"launch_stage,omitempty"`
monitored_resource.pb.go#L188: func (x *MonitoredResourceDescriptor) GetLaunchStage() api.LaunchStage {
monitored_resource.pb.go#L425: (api.LaunchStage)(0), // 6: google.api.LaunchStage
google.golang.org/genproto/googleapis/monitoring/v3
notification.pb.go#L146: LaunchStage api.LaunchStage `protobuf:"varint,7,opt,name=launch_stage,json=launchStage,proto3,enum=google.api.LaunchStage" json:"launch_stage,omitempty"`
notification.pb.go#L224: func (x *NotificationChannelDescriptor) GetLaunchStage() api.LaunchStage {
notification.pb.go#L543: (api.LaunchStage)(0), // 7: google.api.LaunchStage
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |