type google.golang.org/genproto/googleapis/logging/v2.ListExclusionsResponse
17 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging_config.pb.go#L1471: type ListExclusionsResponse struct {
logging_config.pb.go#L1484: func (x *ListExclusionsResponse) Reset() {
logging_config.pb.go#L1485: *x = ListExclusionsResponse{}
logging_config.pb.go#L1493: func (x *ListExclusionsResponse) String() string {
logging_config.pb.go#L1497: func (*ListExclusionsResponse) ProtoMessage() {}
logging_config.pb.go#L1499: func (x *ListExclusionsResponse) ProtoReflect() protoreflect.Message {
logging_config.pb.go#L1512: func (*ListExclusionsResponse) Descriptor() ([]byte, []int) {
logging_config.pb.go#L1516: func (x *ListExclusionsResponse) GetExclusions() []*LogExclusion {
logging_config.pb.go#L1523: func (x *ListExclusionsResponse) GetNextPageToken() string {
logging_config.pb.go#L2785: (*ListExclusionsResponse)(nil), // 17: google.logging.v2.ListExclusionsResponse
logging_config.pb.go#L3044: switch v := v.(*ListExclusionsResponse); i {
logging_config.pb.go#L3211: ListExclusions(ctx context.Context, in *ListExclusionsRequest, opts ...grpc.CallOption) (*ListExclusionsResponse, error)
logging_config.pb.go#L3330: func (c *configServiceV2Client) ListExclusions(ctx context.Context, in *ListExclusionsRequest, opts ...grpc.CallOption) (*ListExclusionsResponse, error) {
logging_config.pb.go#L3331: out := new(ListExclusionsResponse)
logging_config.pb.go#L3430: ListExclusions(context.Context, *ListExclusionsRequest) (*ListExclusionsResponse, error)
logging_config.pb.go#L3497: func (*UnimplementedConfigServiceV2Server) ListExclusions(context.Context, *ListExclusionsRequest) (*ListExclusionsResponse, error) {
cloud.google.com/go/logging/apiv2
config_client.go#L262: var resp *loggingpb.ListExclusionsResponse
 |
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. |