type google.golang.org/genproto/googleapis/monitoring/v3.ListServiceLevelObjectivesRequest
22 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
service_service.pb.go#L575: type ListServiceLevelObjectivesRequest struct {
service_service.pb.go#L602: func (x *ListServiceLevelObjectivesRequest) Reset() {
service_service.pb.go#L603: *x = ListServiceLevelObjectivesRequest{}
service_service.pb.go#L611: func (x *ListServiceLevelObjectivesRequest) String() string {
service_service.pb.go#L615: func (*ListServiceLevelObjectivesRequest) ProtoMessage() {}
service_service.pb.go#L617: func (x *ListServiceLevelObjectivesRequest) ProtoReflect() protoreflect.Message {
service_service.pb.go#L630: func (*ListServiceLevelObjectivesRequest) Descriptor() ([]byte, []int) {
service_service.pb.go#L634: func (x *ListServiceLevelObjectivesRequest) GetParent() string {
service_service.pb.go#L641: func (x *ListServiceLevelObjectivesRequest) GetFilter() string {
service_service.pb.go#L648: func (x *ListServiceLevelObjectivesRequest) GetPageSize() int32 {
service_service.pb.go#L655: func (x *ListServiceLevelObjectivesRequest) GetPageToken() string {
service_service.pb.go#L662: func (x *ListServiceLevelObjectivesRequest) GetView() ServiceLevelObjective_View {
service_service.pb.go#L1151: (*ListServiceLevelObjectivesRequest)(nil), // 8: google.monitoring.v3.ListServiceLevelObjectivesRequest
service_service.pb.go#L1303: switch v := v.(*ListServiceLevelObjectivesRequest); i {
service_service.pb.go#L1398: ListServiceLevelObjectives(ctx context.Context, in *ListServiceLevelObjectivesRequest, opts ...grpc.CallOption) (*ListServiceLevelObjectivesResponse, error)
service_service.pb.go#L1476: func (c *serviceMonitoringServiceClient) ListServiceLevelObjectives(ctx context.Context, in *ListServiceLevelObjectivesRequest, opts ...grpc.CallOption) (*ListServiceLevelObjectivesResponse, error) {
service_service.pb.go#L1520: ListServiceLevelObjectives(context.Context, *ListServiceLevelObjectivesRequest) (*ListServiceLevelObjectivesResponse, error)
service_service.pb.go#L1552: func (*UnimplementedServiceMonitoringServiceServer) ListServiceLevelObjectives(context.Context, *ListServiceLevelObjectivesRequest) (*ListServiceLevelObjectivesResponse, error) {
service_service.pb.go#L1693: in := new(ListServiceLevelObjectivesRequest)
service_service.pb.go#L1705: return srv.(ServiceMonitoringServiceServer).ListServiceLevelObjectives(ctx, req.(*ListServiceLevelObjectivesRequest))
cloud.google.com/go/monitoring/apiv3
service_monitoring_client.go#L355: func (c *ServiceMonitoringClient) ListServiceLevelObjectives(ctx context.Context, req *monitoringpb.ListServiceLevelObjectivesRequest, opts ...gax.CallOption) *ServiceLevelObjectiveIterator {
service_monitoring_client.go#L360: req = proto.Clone(req).(*monitoringpb.ListServiceLevelObjectivesRequest)
 |
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. |