type google.golang.org/genproto/googleapis/logging/v2.UpdateExclusionRequest
19 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_config.pb.go#L1653: type UpdateExclusionRequest struct {
logging_config.pb.go#L1680: func (x *UpdateExclusionRequest) Reset() {
logging_config.pb.go#L1681: *x = UpdateExclusionRequest{}
logging_config.pb.go#L1689: func (x *UpdateExclusionRequest) String() string {
logging_config.pb.go#L1693: func (*UpdateExclusionRequest) ProtoMessage() {}
logging_config.pb.go#L1695: func (x *UpdateExclusionRequest) ProtoReflect() protoreflect.Message {
logging_config.pb.go#L1708: func (*UpdateExclusionRequest) Descriptor() ([]byte, []int) {
logging_config.pb.go#L1712: func (x *UpdateExclusionRequest) GetName() string {
logging_config.pb.go#L1719: func (x *UpdateExclusionRequest) GetExclusion() *LogExclusion {
logging_config.pb.go#L1726: func (x *UpdateExclusionRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
logging_config.pb.go#L2788: (*UpdateExclusionRequest)(nil), // 20: google.logging.v2.UpdateExclusionRequest
logging_config.pb.go#L3080: switch v := v.(*UpdateExclusionRequest); i {
logging_config.pb.go#L3219: UpdateExclusion(ctx context.Context, in *UpdateExclusionRequest, opts ...grpc.CallOption) (*LogExclusion, error)
logging_config.pb.go#L3357: func (c *configServiceV2Client) UpdateExclusion(ctx context.Context, in *UpdateExclusionRequest, opts ...grpc.CallOption) (*LogExclusion, error) {
logging_config.pb.go#L3438: UpdateExclusion(context.Context, *UpdateExclusionRequest) (*LogExclusion, error)
logging_config.pb.go#L3506: func (*UnimplementedConfigServiceV2Server) UpdateExclusion(context.Context, *UpdateExclusionRequest) (*LogExclusion, error) {
logging_config.pb.go#L3722: in := new(UpdateExclusionRequest)
logging_config.pb.go#L3734: return srv.(ConfigServiceV2Server).UpdateExclusion(ctx, req.(*UpdateExclusionRequest))
cloud.google.com/go/logging/apiv2
config_client.go#L330: func (c *ConfigClient) UpdateExclusion(ctx context.Context, req *loggingpb.UpdateExclusionRequest, opts ...gax.CallOption) (*loggingpb.LogExclusion, 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. |