type google.golang.org/genproto/googleapis/logging/v2.ListLogEntriesRequest
22 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
logging.pb.go#L357: type ListLogEntriesRequest struct {
logging.pb.go#L400: func (x *ListLogEntriesRequest) Reset() {
logging.pb.go#L401: *x = ListLogEntriesRequest{}
logging.pb.go#L409: func (x *ListLogEntriesRequest) String() string {
logging.pb.go#L413: func (*ListLogEntriesRequest) ProtoMessage() {}
logging.pb.go#L415: func (x *ListLogEntriesRequest) ProtoReflect() protoreflect.Message {
logging.pb.go#L428: func (*ListLogEntriesRequest) Descriptor() ([]byte, []int) {
logging.pb.go#L432: func (x *ListLogEntriesRequest) GetResourceNames() []string {
logging.pb.go#L439: func (x *ListLogEntriesRequest) GetFilter() string {
logging.pb.go#L446: func (x *ListLogEntriesRequest) GetOrderBy() string {
logging.pb.go#L453: func (x *ListLogEntriesRequest) GetPageSize() int32 {
logging.pb.go#L460: func (x *ListLogEntriesRequest) GetPageToken() string {
logging.pb.go#L1050: (*ListLogEntriesRequest)(nil), // 4: google.logging.v2.ListLogEntriesRequest
logging.pb.go#L1146: switch v := v.(*ListLogEntriesRequest); i {
logging.pb.go#L1267: ListLogEntries(ctx context.Context, in *ListLogEntriesRequest, opts ...grpc.CallOption) (*ListLogEntriesResponse, error)
logging.pb.go#L1301: func (c *loggingServiceV2Client) ListLogEntries(ctx context.Context, in *ListLogEntriesRequest, opts ...grpc.CallOption) (*ListLogEntriesResponse, error) {
logging.pb.go#L1347: ListLogEntries(context.Context, *ListLogEntriesRequest) (*ListLogEntriesResponse, error)
logging.pb.go#L1365: func (*UnimplementedLoggingServiceV2Server) ListLogEntries(context.Context, *ListLogEntriesRequest) (*ListLogEntriesResponse, error) {
logging.pb.go#L1416: in := new(ListLogEntriesRequest)
logging.pb.go#L1428: return srv.(LoggingServiceV2Server).ListLogEntries(ctx, req.(*ListLogEntriesRequest))
cloud.google.com/go/logging/apiv2
logging_client.go#L175: func (c *Client) ListLogEntries(ctx context.Context, req *loggingpb.ListLogEntriesRequest, opts ...gax.CallOption) *LogEntryIterator {
logging_client.go#L179: req = proto.Clone(req).(*loggingpb.ListLogEntriesRequest)
 |
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. |