type google.golang.org/genproto/googleapis/monitoring/v3.ServiceLevelObjective
49 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
service.pb.go#L280: type ServiceLevelObjective struct {
service.pb.go#L306: func (x *ServiceLevelObjective) Reset() {
service.pb.go#L307: *x = ServiceLevelObjective{}
service.pb.go#L315: func (x *ServiceLevelObjective) String() string {
service.pb.go#L319: func (*ServiceLevelObjective) ProtoMessage() {}
service.pb.go#L321: func (x *ServiceLevelObjective) ProtoReflect() protoreflect.Message {
service.pb.go#L334: func (*ServiceLevelObjective) Descriptor() ([]byte, []int) {
service.pb.go#L338: func (x *ServiceLevelObjective) GetName() string {
service.pb.go#L345: func (x *ServiceLevelObjective) GetDisplayName() string {
service.pb.go#L352: func (x *ServiceLevelObjective) GetServiceLevelIndicator() *ServiceLevelIndicator {
service.pb.go#L359: func (x *ServiceLevelObjective) GetGoal() float64 {
service.pb.go#L366: func (m *ServiceLevelObjective) GetPeriod() isServiceLevelObjective_Period {
service.pb.go#L373: func (x *ServiceLevelObjective) GetRollingPeriod() *durationpb.Duration {
service.pb.go#L380: func (x *ServiceLevelObjective) GetCalendarPeriod() calendarperiod.CalendarPeriod {
service.pb.go#L1968: (*ServiceLevelObjective)(nil), // 2: google.monitoring.v3.ServiceLevelObjective
service.pb.go#L2041: switch v := v.(*ServiceLevelObjective); i {
service_service.pb.go#L455: ServiceLevelObjective *ServiceLevelObjective `protobuf:"bytes,2,opt,name=service_level_objective,json=serviceLevelObjective,proto3" json:"service_level_objective,omitempty"`
service_service.pb.go#L504: func (x *CreateServiceLevelObjectiveRequest) GetServiceLevelObjective() *ServiceLevelObjective {
service_service.pb.go#L676: ServiceLevelObjectives []*ServiceLevelObjective `protobuf:"bytes,1,rep,name=service_level_objectives,json=serviceLevelObjectives,proto3" json:"service_level_objectives,omitempty"`
service_service.pb.go#L715: func (x *ListServiceLevelObjectivesResponse) GetServiceLevelObjectives() []*ServiceLevelObjective {
service_service.pb.go#L737: ServiceLevelObjective *ServiceLevelObjective `protobuf:"bytes,1,opt,name=service_level_objective,json=serviceLevelObjective,proto3" json:"service_level_objective,omitempty"`
service_service.pb.go#L774: func (x *UpdateServiceLevelObjectiveRequest) GetServiceLevelObjective() *ServiceLevelObjective {
service_service.pb.go#L1157: (*ServiceLevelObjective)(nil), // 14: google.monitoring.v3.ServiceLevelObjective
service_service.pb.go#L1394: CreateServiceLevelObjective(ctx context.Context, in *CreateServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error)
service_service.pb.go#L1396: GetServiceLevelObjective(ctx context.Context, in *GetServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error)
service_service.pb.go#L1400: UpdateServiceLevelObjective(ctx context.Context, in *UpdateServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error)
service_service.pb.go#L1458: func (c *serviceMonitoringServiceClient) CreateServiceLevelObjective(ctx context.Context, in *CreateServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error) {
service_service.pb.go#L1459: out := new(ServiceLevelObjective)
service_service.pb.go#L1467: func (c *serviceMonitoringServiceClient) GetServiceLevelObjective(ctx context.Context, in *GetServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error) {
service_service.pb.go#L1468: out := new(ServiceLevelObjective)
service_service.pb.go#L1485: func (c *serviceMonitoringServiceClient) UpdateServiceLevelObjective(ctx context.Context, in *UpdateServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error) {
service_service.pb.go#L1486: out := new(ServiceLevelObjective)
service_service.pb.go#L1516: CreateServiceLevelObjective(context.Context, *CreateServiceLevelObjectiveRequest) (*ServiceLevelObjective, error)
service_service.pb.go#L1518: GetServiceLevelObjective(context.Context, *GetServiceLevelObjectiveRequest) (*ServiceLevelObjective, error)
service_service.pb.go#L1522: UpdateServiceLevelObjective(context.Context, *UpdateServiceLevelObjectiveRequest) (*ServiceLevelObjective, error)
service_service.pb.go#L1546: func (*UnimplementedServiceMonitoringServiceServer) CreateServiceLevelObjective(context.Context, *CreateServiceLevelObjectiveRequest) (*ServiceLevelObjective, error) {
service_service.pb.go#L1549: func (*UnimplementedServiceMonitoringServiceServer) GetServiceLevelObjective(context.Context, *GetServiceLevelObjectiveRequest) (*ServiceLevelObjective, error) {
service_service.pb.go#L1555: func (*UnimplementedServiceMonitoringServiceServer) UpdateServiceLevelObjective(context.Context, *UpdateServiceLevelObjectiveRequest) (*ServiceLevelObjective, error) {
cloud.google.com/go/monitoring/apiv3
service_monitoring_client.go#L321: func (c *ServiceMonitoringClient) CreateServiceLevelObjective(ctx context.Context, req *monitoringpb.CreateServiceLevelObjectiveRequest, opts ...gax.CallOption) (*monitoringpb.ServiceLevelObjective, error) {
service_monitoring_client.go#L325: var resp *monitoringpb.ServiceLevelObjective
service_monitoring_client.go#L338: func (c *ServiceMonitoringClient) GetServiceLevelObjective(ctx context.Context, req *monitoringpb.GetServiceLevelObjectiveRequest, opts ...gax.CallOption) (*monitoringpb.ServiceLevelObjective, error) {
service_monitoring_client.go#L342: var resp *monitoringpb.ServiceLevelObjective
service_monitoring_client.go#L361: it.InternalFetch = func(pageSize int, pageToken string) ([]*monitoringpb.ServiceLevelObjective, string, error) {
service_monitoring_client.go#L396: func (c *ServiceMonitoringClient) UpdateServiceLevelObjective(ctx context.Context, req *monitoringpb.UpdateServiceLevelObjectiveRequest, opts ...gax.CallOption) (*monitoringpb.ServiceLevelObjective, error) {
service_monitoring_client.go#L400: var resp *monitoringpb.ServiceLevelObjective
service_monitoring_client.go#L474: items []*monitoringpb.ServiceLevelObjective
service_monitoring_client.go#L489: InternalFetch func(pageSize int, pageToken string) (results []*monitoringpb.ServiceLevelObjective, nextPageToken string, err error)
service_monitoring_client.go#L499: func (it *ServiceLevelObjectiveIterator) Next() (*monitoringpb.ServiceLevelObjective, error) {
service_monitoring_client.go#L500: var item *monitoringpb.ServiceLevelObjective
 |
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. |