type google.golang.org/genproto/googleapis/logging/v2.ListLogsRequest

20 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging.pb.go#L660: type ListLogsRequest struct {
		logging.pb.go#L683: func (x *ListLogsRequest) Reset() {
		logging.pb.go#L684: 	*x = ListLogsRequest{}
		logging.pb.go#L692: func (x *ListLogsRequest) String() string {
		logging.pb.go#L696: func (*ListLogsRequest) ProtoMessage() {}
		logging.pb.go#L698: func (x *ListLogsRequest) ProtoReflect() protoreflect.Message {
		logging.pb.go#L711: func (*ListLogsRequest) Descriptor() ([]byte, []int) {
		logging.pb.go#L715: func (x *ListLogsRequest) GetParent() string {
		logging.pb.go#L722: func (x *ListLogsRequest) GetPageSize() int32 {
		logging.pb.go#L729: func (x *ListLogsRequest) GetPageToken() string {
		logging.pb.go#L1054: 	(*ListLogsRequest)(nil),                          // 8: google.logging.v2.ListLogsRequest
		logging.pb.go#L1194: 			switch v := v.(*ListLogsRequest); i {
		logging.pb.go#L1272: 	ListLogs(ctx context.Context, in *ListLogsRequest, opts ...grpc.CallOption) (*ListLogsResponse, error)
		logging.pb.go#L1319: func (c *loggingServiceV2Client) ListLogs(ctx context.Context, in *ListLogsRequest, opts ...grpc.CallOption) (*ListLogsResponse, error) {
		logging.pb.go#L1352: 	ListLogs(context.Context, *ListLogsRequest) (*ListLogsResponse, error)
		logging.pb.go#L1371: func (*UnimplementedLoggingServiceV2Server) ListLogs(context.Context, *ListLogsRequest) (*ListLogsResponse, error) {
		logging.pb.go#L1452: 	in := new(ListLogsRequest)
		logging.pb.go#L1464: 		return srv.(LoggingServiceV2Server).ListLogs(ctx, req.(*ListLogsRequest))

	cloud.google.com/go/logging/apiv2
		logging_client.go#L252: func (c *Client) ListLogs(ctx context.Context, req *loggingpb.ListLogsRequest, opts ...gax.CallOption) *StringIterator {
		logging_client.go#L257: 	req = proto.Clone(req).(*loggingpb.ListLogsRequest)