type google.golang.org/genproto/googleapis/logging/v2.DeleteLogRequest
17 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging.pb.go#L55: type DeleteLogRequest struct {
logging.pb.go#L75: func (x *DeleteLogRequest) Reset() {
logging.pb.go#L76: *x = DeleteLogRequest{}
logging.pb.go#L84: func (x *DeleteLogRequest) String() string {
logging.pb.go#L88: func (*DeleteLogRequest) ProtoMessage() {}
logging.pb.go#L90: func (x *DeleteLogRequest) ProtoReflect() protoreflect.Message {
logging.pb.go#L103: func (*DeleteLogRequest) Descriptor() ([]byte, []int) {
logging.pb.go#L107: func (x *DeleteLogRequest) GetLogName() string {
logging.pb.go#L1046: (*DeleteLogRequest)(nil), // 0: google.logging.v2.DeleteLogRequest
logging.pb.go#L1098: switch v := v.(*DeleteLogRequest); i {
logging.pb.go#L1254: DeleteLog(ctx context.Context, in *DeleteLogRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
logging.pb.go#L1283: func (c *loggingServiceV2Client) DeleteLog(ctx context.Context, in *DeleteLogRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) {
logging.pb.go#L1334: DeleteLog(context.Context, *DeleteLogRequest) (*emptypb.Empty, error)
logging.pb.go#L1359: func (*UnimplementedLoggingServiceV2Server) DeleteLog(context.Context, *DeleteLogRequest) (*emptypb.Empty, error) {
logging.pb.go#L1380: in := new(DeleteLogRequest)
logging.pb.go#L1392: return srv.(LoggingServiceV2Server).DeleteLog(ctx, req.(*DeleteLogRequest))
cloud.google.com/go/logging/apiv2
logging_client.go#L138: func (c *Client) DeleteLog(ctx context.Context, req *loggingpb.DeleteLogRequest, opts ...gax.CallOption) 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. |