type google.golang.org/genproto/googleapis/monitoring/v3.GetServiceLevelObjectiveRequest
18 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
service_service.pb.go#L512: type GetServiceLevelObjectiveRequest struct {
service_service.pb.go#L528: func (x *GetServiceLevelObjectiveRequest) Reset() {
service_service.pb.go#L529: *x = GetServiceLevelObjectiveRequest{}
service_service.pb.go#L537: func (x *GetServiceLevelObjectiveRequest) String() string {
service_service.pb.go#L541: func (*GetServiceLevelObjectiveRequest) ProtoMessage() {}
service_service.pb.go#L543: func (x *GetServiceLevelObjectiveRequest) ProtoReflect() protoreflect.Message {
service_service.pb.go#L556: func (*GetServiceLevelObjectiveRequest) Descriptor() ([]byte, []int) {
service_service.pb.go#L560: func (x *GetServiceLevelObjectiveRequest) GetName() string {
service_service.pb.go#L567: func (x *GetServiceLevelObjectiveRequest) GetView() ServiceLevelObjective_View {
service_service.pb.go#L1150: (*GetServiceLevelObjectiveRequest)(nil), // 7: google.monitoring.v3.GetServiceLevelObjectiveRequest
service_service.pb.go#L1291: switch v := v.(*GetServiceLevelObjectiveRequest); i {
service_service.pb.go#L1396: GetServiceLevelObjective(ctx context.Context, in *GetServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error)
service_service.pb.go#L1467: func (c *serviceMonitoringServiceClient) GetServiceLevelObjective(ctx context.Context, in *GetServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error) {
service_service.pb.go#L1518: GetServiceLevelObjective(context.Context, *GetServiceLevelObjectiveRequest) (*ServiceLevelObjective, error)
service_service.pb.go#L1549: func (*UnimplementedServiceMonitoringServiceServer) GetServiceLevelObjective(context.Context, *GetServiceLevelObjectiveRequest) (*ServiceLevelObjective, error) {
service_service.pb.go#L1675: in := new(GetServiceLevelObjectiveRequest)
service_service.pb.go#L1687: return srv.(ServiceMonitoringServiceServer).GetServiceLevelObjective(ctx, req.(*GetServiceLevelObjectiveRequest))
cloud.google.com/go/monitoring/apiv3
service_monitoring_client.go#L338: func (c *ServiceMonitoringClient) GetServiceLevelObjective(ctx context.Context, req *monitoringpb.GetServiceLevelObjectiveRequest, opts ...gax.CallOption) (*monitoringpb.ServiceLevelObjective, error) {
 |
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. |