type google.golang.org/genproto/googleapis/logging/v2.CreateExclusionRequest
18 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_config.pb.go#L1587: type CreateExclusionRequest struct {
logging_config.pb.go#L1606: func (x *CreateExclusionRequest) Reset() {
logging_config.pb.go#L1607: *x = CreateExclusionRequest{}
logging_config.pb.go#L1615: func (x *CreateExclusionRequest) String() string {
logging_config.pb.go#L1619: func (*CreateExclusionRequest) ProtoMessage() {}
logging_config.pb.go#L1621: func (x *CreateExclusionRequest) ProtoReflect() protoreflect.Message {
logging_config.pb.go#L1634: func (*CreateExclusionRequest) Descriptor() ([]byte, []int) {
logging_config.pb.go#L1638: func (x *CreateExclusionRequest) GetParent() string {
logging_config.pb.go#L1645: func (x *CreateExclusionRequest) GetExclusion() *LogExclusion {
logging_config.pb.go#L2787: (*CreateExclusionRequest)(nil), // 19: google.logging.v2.CreateExclusionRequest
logging_config.pb.go#L3068: switch v := v.(*CreateExclusionRequest); i {
logging_config.pb.go#L3217: CreateExclusion(ctx context.Context, in *CreateExclusionRequest, opts ...grpc.CallOption) (*LogExclusion, error)
logging_config.pb.go#L3348: func (c *configServiceV2Client) CreateExclusion(ctx context.Context, in *CreateExclusionRequest, opts ...grpc.CallOption) (*LogExclusion, error) {
logging_config.pb.go#L3436: CreateExclusion(context.Context, *CreateExclusionRequest) (*LogExclusion, error)
logging_config.pb.go#L3503: func (*UnimplementedConfigServiceV2Server) CreateExclusion(context.Context, *CreateExclusionRequest) (*LogExclusion, error) {
logging_config.pb.go#L3704: in := new(CreateExclusionRequest)
logging_config.pb.go#L3716: return srv.(ConfigServiceV2Server).CreateExclusion(ctx, req.(*CreateExclusionRequest))
cloud.google.com/go/logging/apiv2
config_client.go#L313: func (c *ConfigClient) CreateExclusion(ctx context.Context, req *loggingpb.CreateExclusionRequest, 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. |